diff options
Diffstat (limited to 'served/home.html')
-rwxr-xr-x | served/home.html | 99 |
1 files changed, 27 insertions, 72 deletions
diff --git a/served/home.html b/served/home.html index b3e574f..5e92a15 100755 --- a/served/home.html +++ b/served/home.html @@ -4,83 +4,38 @@ 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—<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> +<main> + <section id="hello"> + <h1>hey, welcome to my dreams.</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> + 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> - </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>— scrap</h2> - <p style="display: inline"> - dropped things collected: <a href="bits/scrap/">scrap.html</a> + <p> + Sometimes I write things, too. Or make little games. Art, mostly of the digital + persuasion. Memories, notes- anything, really. </p> - <p style="text-align: right;"> - last update:<br /> - <time datetime="2023-08-07">aug 7, 2023</time> - wrench! + <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> - <!-- 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> — subscribe with your feed reader ;)</li> - <li><a href="/things/">things/</a> — projects; creative pursuits; what i work on</li> - <li><a href="/words/">words/</a> — technical writing, project updates, and weeknotes.</li> - </ul> + <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> - <!-- - 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> — revived <a href="/bits/__.html">/bits/__.html</a> - </li> - </ul> - </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> \ No newline at end of file |