-
Notifications
You must be signed in to change notification settings - Fork 1
/
lessons.html
44 lines (41 loc) · 1.6 KB
/
lessons.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<head>
<title>kawaba</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="hovertranslate.css">
<script src="hovertranslate.js"></script>
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<header>
<div class="container">
<img src="/kawaba.svg" width="60px" height="60px">
<div class="center-text">
<h1>kawaba</h1>
<h3>the language of parts</h3>
</div>
</div>
</header>
<div class="nav">
<button onclick="location.href='/'">home</button>
<button onclick="location.href='/lessons'">lessons</button>
<button onclick="location.href='https://www.reddit.com/r/kawaba'">reddit</button>
<button onclick="location.href='https://discord.gg/nXwr6zwtks'">discord</button>
</div>
<h2>learning kawaba — jenso okawaba</h2>
<p>
kawaba is a very simple language, being able to be learned within a few days to weeks. The phonology, lexicon, and grammar have
been designed from the ground up to be as simple as possible for speakers of all language backgrounds. as a result, some aspects
are different to how they are in English, but don't let this deter you!
</p>
<div class="container">
<ol>
<li><a href="1">sounds</a></li>
<li><a href="2">compound words</a></li>
</ol>
<ol start="3" style="position:absolute; left:50%">
<li><a href="3">basic sentences</a></li>
<li><a href="4">objects</a></li>
</ol>
</div>
</body>