diff options
Diffstat (limited to 'ukarpanghooth.html')
| -rw-r--r-- | ukarpanghooth.html | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/ukarpanghooth.html b/ukarpanghooth.html index aeb7e99..0d7d2e7 100644 --- a/ukarpanghooth.html +++ b/ukarpanghooth.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ukarpanghooth — aaoth.xyz</title> - <link href="style.css" rel="stylesheet"/> + <link href="style.css" rel="stylesheet"> </head> <body> <nav> @@ -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,12 +31,14 @@ obscure. words are separated by a special symbol, so that sentences are written together as one piece.</p> <figure> -<img src="ukarpanghooth-1.svg" 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. numeral for digit zero is shown with an asterisk because it is not known if the corresponding glyph was used as a zero in numbers. +<br> +<a href="ukarpanghooth-1.svg">open svg version</a> </figcaption> </figure> @@ -50,17 +52,19 @@ square shape. there also instances of it written snake-shaped, turning by 90 degrees after each word.</p> <figure> -<img src="ukarpanghooth-2.svg" 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. +<br> +<a href="ukarpanghooth-1.svg">open svg version</a> </figcaption> </figure> <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 @@ -73,14 +77,14 @@ simple and use only straight lines.</p> <figure> <img src="ukarpanghooth-cross.jpg" alt="a photo of st peter's cross cut out from plastic -with some inscriptions on it, on the right side of the picture there is drawing which shows only inscriptions"/> +with some inscriptions on it, on the right side of the picture there is drawing which shows only inscriptions"> <figcaption> st peter's cross with "hd un'nuhrthh fah'deelhrhu khotghu koth'h" written on it. </figcaption> </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 @@ -117,6 +121,12 @@ lookup charBlock { } charBlock; </code> </pre> +<p>sources and compiled font for this script are available at <a href="https://git.aaoth.xyz/lipi/tree/ukarpanghooth">my git directory</a>.</p> +</div> +<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> </div> </article> </body> |
