Skip to content

Commit

Permalink
update lesson 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmonautKitten committed Dec 13, 2024
1 parent 0e02ea9 commit cccdded
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3>the language of parts</h3>
<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://www.reddit.com/r/kawaba'">reddit</button>
<button onclick="location.href='https://discord.gg/nXwr6zwtks'">discord</button>
</div>

Expand Down
4 changes: 2 additions & 2 deletions lessons/lesson1/index.html → lessons/1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3>the language of parts</h3>
<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://www.reddit.com/r/kawaba'">reddit</button>
<button onclick="location.href='https://discord.gg/nXwr6zwtks'">discord</button>
</div>

Expand Down Expand Up @@ -82,7 +82,7 @@ <h3>syllables</h3>
<div class="nav">
<button onclick="location.href='/lessons'">previous</button>
<button onclick="location.href='/lessons'">index</button>
<button onclick="location.href='/lessons/lesson2'">next</button>
<button onclick="location.href='/lessons/2'">next</button>
</div>

</body>
54 changes: 54 additions & 0 deletions lessons/2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!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>compound words</h2>
<h3>vocabulary</h3>
<div class="container">
<div>
<div class="container"><span class="box">mi</span><p>1st person pronoun, I, me we, us</p></div>
<div class="container"><span class="box">to</span><p>2nd person pronoun, you, you (plural)</p></div>
<div class="container"><span class="box">la</span><p>3rd person pronoun, he, she, it, they</p></div>
<div class="container"><span class="box">sa</span><p>person, someone, entity, human</p></div>
<div class="container"><span class="box">si</span><p>this, that, these, those</p></div>
</div>
<div style="position:absolute; left: 50%">
<div class="container"><span class="box">ka</span><p>kind, variety, sort, type</p></div>
<div class="container"><span class="box">wa</span><p>say, talk, speak, communication</p></div>
<div class="container"><span class="box">ba</span><p>part, piece, section, compenent</p></div>
<div class="container"><span class="box">ku</span><p>time, event, period, duration</p></div>
<div class="container"><span class="box">ma</span><p>place, earth, land, soil, world</p></div>
</div>
</div>
<h3>roots</h3>
<p></p>

<div class="nav">
<button onclick="location.href='/lessons/1'">previous</button>
<button onclick="location.href='/lessons'">index</button>
<button onclick="location.href='/lessons/3'">next</button>
</div>
</body>
10 changes: 5 additions & 5 deletions lessons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3>the language of parts</h3>
<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://www.reddit.com/r/kawaba'">reddit</button>
<button onclick="location.href='https://discord.gg/nXwr6zwtks'">discord</button>
</div>

Expand All @@ -33,12 +33,12 @@ <h2>learning kawaba — jenso okawaba</h2>
</p>
<div class="container">
<ol>
<li><a href="lesson1">sounds</a></li>
<li><a href="lesson2">basic sentences</a></li>
<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="lesson3">modifiers</a></li>
<li><a href="lesson4">objects</a></li>
<li><a href="3">basic sentences</a></li>
<li><a href="4">objects</a></li>
</ol>
</div>
</body>
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ button {
font-family: Lexend, sans-serif;
font-weight: bold;
padding: 15px;
min-width: 20px;
min-width: 30px;
text-align: center;
text-decoration: none;
display: inline-block;
Expand All @@ -86,7 +86,7 @@ button {
display: flex;
align-items: center;
gap: 5px;
margin: 10px auto
margin: 10px 0px
}

.center-text {
Expand Down
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3>the language of parts</h3>
<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://www.reddit.com/r/kawaba'">reddit</button>
<button onclick="location.href='https://discord.gg/nXwr6zwtks'">discord</button>
</div>
</body>

0 comments on commit cccdded

Please sign in to comment.