diff options
Diffstat (limited to 'decadv-2025.html')
| -rw-r--r-- | decadv-2025.html | 39 |
1 files changed, 32 insertions, 7 deletions
diff --git a/decadv-2025.html b/decadv-2025.html index f4538ad..3ef2935 100644 --- a/decadv-2025.html +++ b/decadv-2025.html @@ -4,16 +4,20 @@ <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> + <link href="style.css" rel="stylesheet"/> </head> <body> + <nav> + <ul> + <li><a href="/">home</a></li> + </ul> + </nav> <section> <h1>december adventure 2025</h1> + <div class="win"> + <p><a href="https://eli.li/december-adventure">december adventure</a> + is a <b>low key</b> thingy by eli oat. the goal is to choose a project + and work on it in a relaxed pace.</p> <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 @@ -23,8 +27,28 @@ 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> + </div> <h2 id="log">the log</h2> - <h3>2025-12-01</h3> + <div class="win"> + <p>here will be some log entries, in reverse chronological order.</p> + </div> + <!-- + <h3 id="2025-12-xx">2025-12-xx</h3> + <div class="win"> + <p> + </p> + </div> + --> + <h3 id="2025-12-02">2025-12-02</h3> + <div class="win"> + <p>today i mostly tweaked the website. decided to make it look + like <a href="https://acme.cat-v.org">acme</a> window in which i'm currently writing this sentence :D</p> + <p>css is a bit questionable, but i'll tweak it more as i go.</p> + <p>as a sidenote, it's a bit challenging to work on something while also having + to go to a $dayjob...</p> + </div> + <h3 id="2025-12-01">2025-12-01</h3> + <div class="win"> <p>started working on <a href="ukarpanghooth.html">ukarpanghooth</a> description. couldn't do images today, sorry...</p> <p>also came up with a rough scheme on how to make each font:</p> <ol> @@ -38,6 +62,7 @@ <li>test (browser, libreoffice, harfbuzz, pango), looping back to 1-7 as needed</li> <li>verify metadata and upload</li> </ol> + </div> </section> </body> </html> |
