about summary refs log tree commit diff
path: root/served/home.html
blob: b3e574f7af52373f2ebe97d6075a13295ab1e144 (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
template=minimal
title=Home | nyble.dev
style=/styles/home.css
---
[@paragraphs off]
<header>
	<img src="/faces/wide eyed/wideeyeddeer_quare_squash.gif"
		alt="my face in few colors. my skin is pink and red with blue shadowing" />

	<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>
		<p id="notice">
			now being served on <a href="https://dremy.place">dreamy.place!</a>
		</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>

	<!--
	NOT READY :)
		it looks a little weird on mobile and the CSS is starting
		to get away from me which means it might be time to clean
		it up a little bit :)
	<section id="changelog">
		<h2>abridged changelog</h2>
		<h3>(full <a href="changelog.html">changelog.html</a>)</h3>
		<ul>
			<li>
				<time datetime="2024-06-06">june 6th</time> &mdash; revived <a href="/bits/__.html">/bits/__.html</a>
			</li>
		</ul>
	</section>
	-->
</main>