diff options
| author | la-ninpre <aaoth@aaoth.xyz> | 2025-12-24 10:01:01 +0300 |
|---|---|---|
| committer | la-ninpre <aaoth@aaoth.xyz> | 2025-12-24 10:01:01 +0300 |
| commit | 46bc82037d2e08d43201bb2de74162634199d383 (patch) | |
| tree | fabb4120c872fda9bfc654afb86ff772063f17b3 /ukarpanghooth.html | |
| parent | 882ad18816c731fd800f1ad62d5d814f3d4a005a (diff) | |
| download | aaothxyz-decadv-46bc82037d2e08d43201bb2de74162634199d383.tar.gz aaothxyz-decadv-46bc82037d2e08d43201bb2de74162634199d383.zip | |
ukarpanghooth, footer: add ids to headings
Diffstat (limited to 'ukarpanghooth.html')
| -rw-r--r-- | ukarpanghooth.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ukarpanghooth.html b/ukarpanghooth.html index 8add611..4183349 100644 --- a/ukarpanghooth.html +++ b/ukarpanghooth.html @@ -14,14 +14,14 @@ </nav> <article> <h1>ukarpanghooth</h1> -<h2>overview</h2> +<h2 id="overview">overview</h2> <div class="win"> <p>the first writing system i'm going to talk about is ukarpanghooth (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> +<h2 id="description">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 @@ -31,7 +31,7 @@ obscure. words are separated by a special symbol, so that sentences are written together as one piece.</p> <figure> -<img src="ukarpanghooth-1.png" alt="chart with three columns"/> +<img src="ukarpanghooth-1.png" alt="chart with three columns"> <figcaption> correspondence between latin, proto-ukarpanghooth (abbreviated on the picture) and ukarpanghooth. some intermediate letter forms are also shown. @@ -52,7 +52,7 @@ square shape. there also instances of it written snake-shaped, turning by 90 degrees after each word.</p> <figure> -<img src="ukarpanghooth-2.png" alt="two pieces of example text written differently"/> +<img src="ukarpanghooth-2.png" alt="two pieces of example text written differently"> <figcaption> "example text in ukarpanghooth" written conventional way (on the left), and maze-shaped (on the right). the latter writing direction was historically the first. @@ -64,7 +64,7 @@ and maze-shaped (on the right). the latter writing direction was historically th <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> +<h2 id="usage">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 @@ -84,7 +84,7 @@ st peter's cross with "hd un'nuhrthh fah'deelhrhu khotghu koth'h" written on it. </figure> </div> -<h2>font</h2> +<h2 id="font">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 @@ -122,7 +122,7 @@ lookup charBlock { </code> </pre> </div> -<h2>playground</h2> +<h2 id="playground">playground</h2> <div class="win"> <p>here you can try this writing system, it currently lacks a lot of glyphs, but the main letters are implemented.</p> <textarea id="ukarpanghooth">write something here</textarea> |
