news page, font optimization
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<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="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans"/>
|
||||
<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">
|
||||
@@ -15,18 +15,19 @@
|
||||
<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."></a>
|
||||
<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 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.
|
||||
<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>
|
||||
@@ -36,7 +37,7 @@
|
||||
<footer>
|
||||
<p><i>(click any image to view a larger version)</i></p>
|
||||
|
||||
<p><i>Updated Jan 12, 2022</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;">
|
||||
|
Reference in New Issue
Block a user