about summary refs log tree commit diff
path: root/served/home.html
blob: 74f25bfe318e2b008449713eba2c8084e053d805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
template=minimal
title=Home | nyble.dev
style=/styles/home.css
---
[@paragraphs off]
<header>
	<img src="/faces/triblur/triblur_94.gif" alt="my face in 256 color with red and blue fringing" />

	<section id="contact">
		<h2>Contact~,.</h2>
		<ul>
			<li>Email! <a href="mailto:gen@nyble.dev">gen@nyble.dev</a></li>
			<li>Github? <a href="https://github.com/gennyble">@gennyble</a></li>
			<!-- well, i guess that's it. -->
			<!-- <li>Twitter.. <a href="https://twitter.com/gennyble">@gennyble</a></li> -->
			<li>Cohost: <a href="https://cohost.org/gen">cohost/gen</a></li>
			<li>Fedi&mdash;<br><a href="https://amble.quest/inann" style="margin-left: 1rem">@inann@amble.quest</a></li>
		</ul>
	</section>
</header>

<main id="main-content">
	<section id="greeting">
		<h1>Hello,</h1>
		<p>
			I'm genny. I like to write software things. <br />
			small, intentional tools and multimedia experiments are some of my favourite projects to work on.
		</p>
	</section>

	<section id="multimedia">
		<h2>sharing images, videos,<br /><a href="bits/" style="color: var(--color-a-dim)">bits/</a> of my world</h2>
		<ol class="thing-list">
			<li><a href="bits/ramen-bowl.html">ramen-bowl.html</a></li>
			<li><a href="bits/touching-grass/">touching-grass.html</a></li>
			<li><a href="bits/smoems.html">smoems.html</a></li>
		</ol>
	</section>

	<section id="scrap">
		<h2>&mdash; scrap</h2>
		<p style="display: inline">
			dropped things collected: <a href="bits/scrap/">scrap.html</a>
		</p>
		<p style="text-align: right;">
			last update:<br />
			<time datetime="2023-08-07">aug 7, 2023</time> - wrench!
		</p>
		<!-- for half-length border on right/bottom of this section -->
		<div id="scrap-halfborder"></div>
	</section>

	<section id="writing">
		<!-- for half-length border on left/top of this section -->
		<div id="writing-halfborder"></div>

		<a href="/atom.xml" style="float: right; margin-left: 1rem"><img src="valid-atom.png"></a>

		<ul class="thing-list">
			<li><a href="/atom.xml">atoml.xml</a> &mdash; subscribe with your feed reader ;)</li>
			<li><a href="/things/">things/</a> &mdash; projects; creative pursuits; what i work on</li>
			<li><a href="/words/">words/</a> &mdash; technical writing, project updates, and weeknotes.</li>
		</ul>
	</section>
</main>