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
|
---
template=minimal
title=Home | nyble.dev
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 some <a href="things/">things/</a>, projects i guess, that have their
own little pages. These are living pages, updated when needed, about software
</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>
</section>
<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>
</main>
|