diff options
| author | la-ninpre <aaoth@aaoth.xyz> | 2025-11-30 21:23:34 +0300 |
|---|---|---|
| committer | la-ninpre <aaoth@aaoth.xyz> | 2025-11-30 21:23:34 +0300 |
| commit | 2723c5941ae7ab6a918971109c2ce434bb5e3830 (patch) | |
| tree | 4e3ca4aab9e476f6a97e64d5d00812735ec825d0 | |
| download | aaothxyz-decadv-2723c5941ae7ab6a918971109c2ce434bb5e3830.tar.gz aaothxyz-decadv-2723c5941ae7ab6a918971109c2ce434bb5e3830.zip | |
init
| -rw-r--r-- | decadv-2025.html | 30 | ||||
| -rw-r--r-- | index.html | 28 |
2 files changed, 58 insertions, 0 deletions
diff --git a/decadv-2025.html b/decadv-2025.html new file mode 100644 index 0000000..33bf9ae --- /dev/null +++ b/decadv-2025.html @@ -0,0 +1,30 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>2025 december adventure — aaoth.xyz</title> + <style> + html{background:#777} + body{margin:1em auto;max-width:850px;color:#000;background:#fff;padding:0.5em;border:4px solid #5aa} + a{color:#005;} + img{max-width:100%} + </style> +</head> +<body> + <section> + <h1>december adventure 2025</h1> + <p>in this year's decadv i want to work on a project that + i've been postponing for too long now. i'm fascinated + by scripts and writing aystems, both natural and + constructed. over the years i've accumulated a few + writing systems of my own. sadly, i haven't found the + time to document them, but this year i want to try to + change this.</p> + <p>in particular, i want not only to document each writing + system, but to make a computer font for each one.</p> + <h2 id="log">the log</h2> + <p>nothing here yet, come back tomorrow.</p> + </section> +</body> +</html> diff --git a/index.html b/index.html new file mode 100644 index 0000000..2ce4afb --- /dev/null +++ b/index.html @@ -0,0 +1,28 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>aaoth.xyz</title> + <style> + html{background:#777} + body{margin:1em auto;max-width:850px;color:#000;background:#fff;padding:0.5em;border:4px solid #5aa} + a{color:#005;} + img{max-width:100%} + </style> +</head> +<body> + <section> + <h1>hi, i'm la ninpre</h1> + <p>i'm doing many different things, this website is meant to collect and display some of them.</p> + <p>in year 2025 i want to participate in <a href="https://eli.li/december-adventure">december adventure</a>. here's a link to my log: <a href="decadv-2025.html">december adventure 2025</a></p> + <h2>contacts</h2> + <p>here are some ways to contact me.</p> + <ul> + <li><b>fediverse</b>: @la_ninpre@merveilles.town or @lbr@snac.aaoth.xyz</li> + <li><b>xmpp</b>: la_ninpre@aaoth.xyz</li> + <li><b>mail</b>: aaoth at aaoth dot xyz</li> + </ul> + </section> +</body> +</html> |
