From: Lady <redacted> Date: Fri, 26 May 2023 22:36:31 +0000 (-0700) Subject: Add about page X-Git-Url: https://git.ladys.computer/WWW/commitdiff_plain/4d41f68eeaffcba4d672f635c29c0170f3f8a5f8?ds=sidebyside;hp=18a626a0108ac706d0d0ae707f6dfbde1255fa77 Add about page --- diff --git a/about/index.html b/about/index.html new file mode 100644 index 0000000..916f46a --- /dev/null +++ b/about/index.html @@ -0,0 +1,41 @@ +<!dOcTyPe hTmL> +<TITLE>About | Lady’s Computer</TITLE> +<META Name=viewport Content="width=480"> +<STYLE> +html{ Color: #F3DEE3; Background: #1A1A1A; Font-Family: 'Charis SIL', Charter, 'Bitstream Charter', 'Palatino Linotype', 'URW Palladio L', P052, Georgia, 'STIX Two Math', Serif; Line-Height: 1.5; Text-Align: Justify; Text-Align-Last: Center } +body{ Margin: Auto; Padding-Block: 1REM; Padding-Inline: 1CH; Max-Inline-Size: 48REM } +h1{ Margin-Block: 0 1REM; Color: #D6B7BF; Font-Size: 3REM; Font-Style: Italic; Font-Weight: Inherit } +h2{ Margin-Block: 2REM; Color: #D6B7BF; Font-Size: 2REM } +h3{ Margin-Block: 1REM; Margin-Inline: Auto; Border-Block: Thin Solid; Padding-Inline: 2CH; Max-Inline-Size: Max-Content; Color: #D6B7BF; Font-Size: 1.5REM; Font-Weight: Inherit } +:Any-Link{ Color: #D6B7BF } +h1 :Any-Link{ Color: Inherit } +h1 small{ Font-Size: Inherit; Font-Style: Normal } +</STYLE> + +<H1><SMALL><A HRef="/">Lady’s Computer</A> ∷ </SMALL>About</H1> + +<SECTION id="site"> + <H2>About this Site</H2> + <P> + <CITE>Lady’s Computer</CITE> is a humble home for my various digital creations on the internet. + The name began as a joke/reference to the early <CITE>Pokémon</CITE> games, when the in‐universe cloud storage for Pokémon was literally called “Someone’s P·C”. + You could, of course, also log into Prof Oak’s P·C to get your Pokédex evaluated, or log into your home P·C to access your storage. + This site is like the last of those: + It’s remote storage for my various files and digital clutter that you can log into from the internet. + It’s designed and organized the way I would like to use it, and I hope that in your time here some of that personality shines through. + <P> + If you’re technically‐minded, I have a growing number of modules, scripts, and other code available on the <A HRef=https://git.ladys.computer>Gitweb instance</A> attached to this site. + Otherwise, I have a <A HRef=https://blog.ladys.computer>blog</A> which may interest you. + More functionality will probably be added to this site over time! +</SECTION> + +<SECTION id="lady"> + <H2>About Lady</H2> + <P> + I’m a writer who got into programming because she wanted to publish her stories on the internet, and who got <EM>good</EM> at programming because she spent way too much time conlanging when she was in college and needed tools for dealing with that. + I’m a fan of Nintendo games and have been known to write fanfiction about them. + I’m also a dyke and a Gender Studies major, so I’m not one to shy away from speaking openly and frankly about sexuality. + <P> + If you want to contact me, I am @·able over on the (Mastodon‐compatible) fediverse <A HRef="https://glitch.cat.family/@Lady"><CODE>@Lady@cat.family</CODE></A>, where I mostly yell about pornography in <CITE>Zelda</CITE> fanfiction. + You can also send me a message via electronic mail; my name is <CODE>lady</CODE> and my website is <CODE>ladys.computer</CODE>, so I’m sure you can figure the rest out. +</SECTION> diff --git a/index.html b/index.html index 9423643..4a033ad 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,7 @@ img{ Display: Block; Image-Rendering: Pixelated } <NAV> <STRONG>Pages:</STRONG> <UL> + <LI><A HRef=/about><CODE>/about</CODE></A> <LI><A HRef=/media><CODE>/media</CODE></A> </UL> </NAV>