-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e02ea9
commit cccdded
Showing
6 changed files
with
65 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters