63 lines
3.4 KiB
HTML
63 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>amber's place</title>
|
|
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
|
<link rel="preload" href="/fonts/opensans-regular-webfont.woff2" as="font">
|
|
<meta name="og:title" property="og:title" content="amber's place">
|
|
<meta name="og:description" property="og:description" content="a place where i put info about whatever interests
|
|
me, including minidisc, the 6809, and fandoms i am in.">
|
|
<meta name="og:image" property="og:image" content="pfp_256.png">
|
|
<meta name="title" content="amber's place">
|
|
<meta name="description" content="a place where i put info about whatever interests me, including minidisc, the
|
|
6809, and fandoms i am in.">
|
|
</head>
|
|
<body>
|
|
<h1>welcome to amber's place</h1>
|
|
|
|
<a href="images/pfp.png"><img src="images/pfp_256.png" alt="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." width="256" height="256"></a>
|
|
|
|
<p>i'm a tired transbian and i want to put shit on the internet.</p>
|
|
|
|
<p>i believe in free as in freedom, but not in a gnu or <abbr title="free software foundation">fsf</abbr> 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.</p>
|
|
|
|
<p>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 compatible 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.
|
|
|
|
<nav>
|
|
<h2>topics:</h2>
|
|
|
|
<ul role="directory">
|
|
<li><a href="news.html">news</a></li>
|
|
<li><a href="socials.html">my socials</a></li>
|
|
<li><a href="minidisc.html">minidisc</a></li>
|
|
<li><a href="media.html">media</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<footer>
|
|
<p><i>(click any image to view a larger version)</i></p>
|
|
|
|
<p><i>Updated Jan 25, 2022</i></p>
|
|
|
|
<a href="https://html5.validator.nu/?doc=https%3A%2F%2Fambersplace.neocities.org%2F"
|
|
title="Validation of HTML5 Conformance" target="_blank" aria-label="opens external site in a new window">
|
|
<img height="32" width="88" src="/images/badges/html5-validator-badge.png" alt="HTML5 Valid"
|
|
style="border:none;"></a>
|
|
<a href="https://www.w3.org/WAI/WCAG2AA-Conformance" title="Explanation of WCAG 2 Level AA conformance"
|
|
target="_blank" aria-label="opens external site in a new window">
|
|
<img height="32" width="88" src="/images/badges/wcag2.1AA-v.png"
|
|
alt="Level AA conformance, W3C WAI Web Content Accessibility Guidelines 2.1" style="border:none;"></a>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|