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
|
---
template=minimal
title=Hey, hello.
style=/styles/home.css
---
[@paragraphs off]
<main>
<section id="hello">
<h1>hey, welcome to my dreams.</h1>
<p>
My name is Geneveive Raine and I like to write little software things.
Some of my favourite software topics <i>(softopics, if you will)</i> include
image manipulation, networking, and most things gif related :)
</p>
<p>
Sometimes I write things, too. Or make little games. Art, mostly of the digital
persuasion. Memories, notes- anything, really.
</p>
<p>
If I write, it's usually in <a href="words/">words/</a>, but sometimes I'll put
it in <a href="bits/">bits/</a> if it feels like it wants to be there.
</p>
<p>
There are living pages, updated when needed, for some <a href="things/">things/</a>.
Projects
</p>
<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>
<li>Bsky,,, <a href="https://bsky.app/profile/gen.nyble.dev">@gen.nyble.dev</a></li>
<li>Fedi—<br /><a href="https://amble.quest/inann"
style="margin-left: 1rem">@inann@amble.quest</a></li>
</ul>
</section>
<div id="banner-container">
<img id="banner" alt="" src="the-continuum/banners/2024-12-21/banner.gif" />
<div id="banner-info" style="display: none">
<!-- we start in the new year -->
<p>updated daily</p>
<a href="the-continuum/">the continuum</a>
</div>
</div>
</section>
<!-- no, not until it's redone -->
<div id="noshow" style="display: none">
<h2>have a look at my scrap!</h2>
<p>
Scrap is the weird ~things I find in the world, typically on the ground. They are
unloved and, perhaps, forgotten. I've taken to them.
</p>
</div>
<!--
TODO: from phone looking
- space between weeknote section and other writings and reduce row-gap
-->
</main>
|