commit 93631f4c4a6f603a92d62ad7fa7ff5945a86ab3f Author: Amber Zeller Date: Tue Jan 25 10:04:37 2022 -0500 initial commit diff --git a/images/badges/html5-validator-badge.png b/images/badges/html5-validator-badge.png new file mode 100644 index 00000000..d3c64e23 Binary files /dev/null and b/images/badges/html5-validator-badge.png differ diff --git a/images/badges/wcag2.1AA-v.png b/images/badges/wcag2.1AA-v.png new file mode 100644 index 00000000..10449b4e Binary files /dev/null and b/images/badges/wcag2.1AA-v.png differ diff --git a/images/md.jpg b/images/md.jpg new file mode 100644 index 00000000..d7a16db8 Binary files /dev/null and b/images/md.jpg differ diff --git a/images/md_256.jpg b/images/md_256.jpg new file mode 100644 index 00000000..c3c0dae7 Binary files /dev/null and b/images/md_256.jpg differ diff --git a/images/pfp.png b/images/pfp.png new file mode 100644 index 00000000..04ba6ced Binary files /dev/null and b/images/pfp.png differ diff --git a/images/pfp_256.png b/images/pfp_256.png new file mode 100644 index 00000000..866c9397 Binary files /dev/null and b/images/pfp_256.png differ diff --git a/images/transfem.gif b/images/transfem.gif new file mode 100644 index 00000000..6d64f699 Binary files /dev/null and b/images/transfem.gif differ diff --git a/index.html b/index.html new file mode 100644 index 00000000..42bd601a --- /dev/null +++ b/index.html @@ -0,0 +1,50 @@ + + + + + + amber's place + + + + + + + + + +

welcome to amber's place

+ + a picrew profile picture of a girl with pink hair and glasses next to a cat. the girl has a speech bubble with the lesbian flag in it. + +

i'm a tired transbian and i want to put shit on the internet.

+ +

i believe in free as in freedom, but not in a gnu or fsf sort of way. i believe in an internet far away from the overly corporate social media giants we see today. i believe in open source, public domain, and creative commons. that's why this site exists, a sanctuary away from an increasingly exploitative web.

+ +

this site is coded by me, by hand. my goals for this site are for it to be free, accessible, and compatible. it's free as in it's public domain where it can be, and as open a license as possible where it can't. its accessible as in all images have alt text and any other media is described where possible. it's comaptible as in this site can be viewed on just about anything with as few issues as possible. the only exception to this is HTML5 audio, as it is currently the best way to serve audio over the web. wherever HTML5 audio is used, i will provide an alternative download and raw file link. + +

+ + + + + diff --git a/media.html b/media.html new file mode 100644 index 00000000..b81ccc61 --- /dev/null +++ b/media.html @@ -0,0 +1,47 @@ + + + + + + media + + + + +

media

+ + + + + + + + + + diff --git a/minidisc.html b/minidisc.html new file mode 100644 index 00000000..6e132f92 --- /dev/null +++ b/minidisc.html @@ -0,0 +1,27 @@ + + + + + + minidisc + + + + +

minidisc

+ + a photo of a minidisc + +

i currently have two Sony MZ-R50 minidisc recorders. these recorders are from 1997, and don't have features like MDLP or NetMD. they are still both extremely solid, however.

+ +

one unit currently works flawlessly, and the other is broken. it fails to read the disc. the one that works is in amazing condition, with only a few scratches.

+ +

i tried to modify the sony lip-8 battery it came with to install a new sanyo ur14500 cell, but failed. i found a Sanyo UR14500 cell, which was compatible with the original 14650 cell, but a bit shorter. unfortunately, i did not order it with tabs welded to it, so i tried to use springs from a battery compartment, but accidentally melted the casing with my soldering iron. i will try again with another battery whenever i get one.

+ + + + diff --git a/not_found.html b/not_found.html new file mode 100644 index 00000000..8aa083f4 --- /dev/null +++ b/not_found.html @@ -0,0 +1,14 @@ + + + + + + page not found + + + + +

what was that?

+

that page doesn't exist. you can head home if you like.

+ + diff --git a/socials.html b/socials.html new file mode 100644 index 00000000..5c56c822 --- /dev/null +++ b/socials.html @@ -0,0 +1,25 @@ + + + + + + my socials + + + + +

here are my socials

+ + + + + + diff --git a/style.css b/style.css new file mode 100644 index 00000000..e84700fd --- /dev/null +++ b/style.css @@ -0,0 +1,46 @@ +body { + background-color: #111318; + color: #DDDDDD; + font-family: Open Sans; + padding: 32px; + max-width: 800px; + margin: auto; +} + +a:link { + color: #F47D7B; +} + +a:visited { + color: #F47D7B; +} + +a:hover { + color: #86A3C1; +} + +a:active { + color: #86A3C1; +} + +img { + border: 2px solid #F47D7B; + background-color: #111318; + display: inline-block; + overflow: hidden; + vertical-align:text-bottom +} + +ul { + list-style: none; + padding: 0; +} + +h1 { + margin-top: 0; +} + +:focus { + outline: 2px solid #86A3C1; + outline-offset: 2px; +}