summaryrefslogtreecommitdiffstats
path: root/ukarpanghooth.html
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2025-12-02 22:16:50 +0300
committerla-ninpre <aaoth@aaoth.xyz>2025-12-02 22:16:50 +0300
commit3290f198fdf9b93ceef28305a9203780ac4f2d03 (patch)
tree6f84bffe1eebafb2e6a227c8c63849bb8d8c0a04 /ukarpanghooth.html
parentc388bf1701a4af8fd80e3167e4d33b5ff68b2554 (diff)
downloadaaothxyz-decadv-3290f198fdf9b93ceef28305a9203780ac4f2d03.tar.gz
aaothxyz-decadv-3290f198fdf9b93ceef28305a9203780ac4f2d03.zip
day 02: housekeeping mostly
separated the stylesheet. tweaked it to look like acme(1). added navbar, need to think what links could be added there.
Diffstat (limited to 'ukarpanghooth.html')
-rw-r--r--ukarpanghooth.html39
1 files changed, 19 insertions, 20 deletions
diff --git a/ukarpanghooth.html b/ukarpanghooth.html
index dfbefa2..87f91b3 100644
--- a/ukarpanghooth.html
+++ b/ukarpanghooth.html
@@ -4,26 +4,25 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ukarpanghooth — 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%}
- pre{overflow:scroll}
- </style>
+ <link href="style.css" rel="stylesheet"/>
</head>
<body>
- <section>
- <h1>ukarpanghooth</h1>
+ <nav>
+ <ul>
+ <li><a href="/">home</a></li>
+ </ul>
+ </nav>
+<article>
+<h1>ukarpanghooth</h1>
<h2>overview</h2>
-
+<div class="win">
<p>the first writing system i'm going to talk about is ukarpanghooth
-(meaning 'angular cut', IPA: /ɤ.kaɾ.pan.ɡʱə.uːtʰ/). it was actually
+(meaning 'angular cut', <span class="nobreak">IPA: /ɤ.kaɾ.pan.ɡʱə.uːtʰ/</span>). it was actually
my first attempt to create a writing system. it's main purpose was just
to be unreadable by others (steganography? security by obscurity?).</p>
-
+</div>
<h2>description</h2>
-
+<div class="win">
<p>this is a simple alphabetic script based on latin alphabet. some
letter shapes are also influenced by runic scripts. the first version
(proto-ukarpangooth) was actually very similar to the latin alphabet,
@@ -60,13 +59,13 @@ example text, writing direction outline
<p>the name of the script suggests that one can cut it on something
(wood, stone, etc.), as only straight line segments are used.</p>
-
+</div>
<h2>usage</h2>
-
+<div class="win">
<p>as mentioned before, script's main purpose was to hide some information
(i once used it to cheat on a test in a physics class :D). mainly i
wrote english text. some time later i used it to write my unfinished
-conlang named aihnth (IPA: /a.ji.ən.tʰə/).</p>
+conlang named aihnth (<span class="nobreak">IPA: /a.ji.ən.tʰə/</span>).</p>
<p>the script has some ornamental potential, as its glyphs are pretty
simple and use only straight lines.</p>
@@ -79,9 +78,9 @@ st peter's cross with "hd un'nuhrthh fah'deelhrhu khotghu koth'h" written on it.
</figcaption>
</figure>
-->
-
+</div>
<h2>font</h2>
-
+<div class="win">
<p>actually, at first, i didn't think that it would be possible
to replicate this script's peculiar writing order in a computer
font. however, after reading some specs, decompiling some fonts and
@@ -117,7 +116,7 @@ lookup charBlock {
} charBlock;
</code>
</pre>
-
- </section>
+</div>
+</article>
</body>
</html> \ No newline at end of file