Skip to content

Commit

Permalink
Parser
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmonautKitten committed Jan 6, 2025
1 parent e3af169 commit 1c0b98b
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 14 deletions.
63 changes: 60 additions & 3 deletions dictionary/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
<body>
<div class="content">
<div class="header">
<img class="image" src="/images/kawaba.svg" width="60px" height="60px">
<a href="/"><img class="image" src="/images/kawaba.svg" width="60px" height="60px"></a>
<div class="title">
<h1>kawaba</h1>
<h3>the language of parts</h3>
</div>
</div>
<div class="buttons">
<a class="button" href="/"><h3>home</h3></a>
<a class="button" href="/lessons"><h3>lessons</h3></a>
<a class="button" href="/dictionary"><h3>dictionary</h3></a>
<a class="button" href="/translations"><h3>translations</h3></a>
<a class="button" href="/dictionary"><h3>dictionary</h3></a>
<a class="button" href="/parser"><h3>parser</h3></a>
</div>
<div class="title-box">
<h3>dictionary</h3>
Expand All @@ -53,6 +53,11 @@ <h3>dictionary</h3>
<i>word marker</i>
<div>subject maker</div>
</div>
<div class="entry columns">
<b>an</b>
<i>preposition</i>
<div>for, for the sake of, for the benefit of</div>
</div>
<div class="entry columns">
<b>ba</b>
<div>
Expand All @@ -66,6 +71,19 @@ <h3>dictionary</h3>
partial, in part
</div>
</div>
<div class="entry columns">
<b>ban</b>
<div>
<i>verb</i><br>
<i>head</i><br>
<i>modifier</i>
</div>
<div>
have sex, fuck<br>
sex, intercourse<br>
sexual, sexually
</div>
</div>
<div class="entry columns">
<b>be</b>
<div>
Expand All @@ -79,6 +97,19 @@ <h3>dictionary</h3>
far, away, absent, missing
</div>
</div>
<div class="entry columns">
<b>ben</b>
<div>
<i>verb</i><br>
<i>head</i><br>
<i>modifier</i>
</div>
<div>
be a man, be manly<br>
man, male<br>
male, masculine
</div>
</div>
<div class="entry columns">
<b>bi</b>
<div>
Expand All @@ -92,6 +123,19 @@ <h3>dictionary</h3>
before, prior, previous, in front
</div>
</div>
<div class="entry columns">
<b>bin</b>
<div>
<i>verb</i><br>
<i>head</i><br>
<i>modifier</i>
</div>
<div>
begin, start, open<br>
beginning, start, opening<br>
beginning, starting, initial
</div>
</div>
<div class="entry columns">
<b>bo</b>
<div>
Expand All @@ -105,6 +149,19 @@ <h3>dictionary</h3>
deadly, dying, killing
</div>
</div>
<div class="entry columns">
<b>bon</b>
<div>
<i>verb</i><br>
<i>head</i><br>
<i>modifier</i>
</div>
<div>
roll, circle, spin, orbit, rounden, be round<br>
circle, sphere, cycle, circuit, ring, disk, wheel<br>
round, circular,
</div>
</div>
<div class="entry columns">
<b>bu</b>
<div>
Expand Down
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,25 @@
<meta property="og:image" content="https://kawaba.gay/images/kawaba.svg">
<meta property="og:url" content="https://kawaba.gay">
<title>kawaba</title>
<link rel="icon" href="favicon.ico">
<link href="style.css" rel="stylesheet">
<link rel="icon" href="/favicon.ico">
<link href="../style.css" rel="stylesheet">
<link href="dictionarystyle.css" rel="stylesheet">
<script src="search.js"></script>
</head>
<body>
<div class="content">
<div class="header">
<img class="image" src="images/kawaba.svg" width="60px" height="60px">
<a href="/"><img class="image" src="/images/kawaba.svg" width="60px" height="60px"></a>
<div class="title">
<h1>kawaba</h1>
<h3>the language of parts</h3>
</div>
</div>
<div class="buttons">
<a class="button" href="/"><h3>home</h3></a>
<a class="button" href="/lessons"><h3>lessons</h3></a>
<a class="button" href="/dictionary"><h3>dictionary</h3></a>
<a class="button" href="/translations"><h3>translations</h3></a>

<a class="button" href="/dictionary"><h3>dictionary</h3></a>
<a class="button" href="/parser"><h3>parser</h3></a>
</div>
<div class="title-box">
<h3>what is kawaba?</h3>
Expand Down
11 changes: 6 additions & 5 deletions lessons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,24 @@
<meta property="og:url" content="https://kawaba.gay">
<title>kawaba</title>
<link rel="icon" href="/favicon.ico">
<link href="/style.css" rel="stylesheet">
<link href="../style.css" rel="stylesheet">
<link href="dictionarystyle.css" rel="stylesheet">
<script src="search.js"></script>
</head>
<body>
<div class="content">
<div class="header">
<img class="image" src="/images/kawaba.svg" width="60px" height="60px">
<a href="/"><img class="image" src="/images/kawaba.svg" width="60px" height="60px"></a>
<div class="title">
<h1>kawaba</h1>
<h3>the language of parts</h3>
</div>
</div>
<div class="buttons">
<a class="button" href="/"><h3>home</h3></a>
<a class="button" href="/lessons"><h3>lessons</h3></a>
<a class="button" href="/dictionary"><h3>dictionary</h3></a>
<a class="button" href="/translations"><h3>translations</h3></a>

<a class="button" href="/dictionary"><h3>dictionary</h3></a>
<a class="button" href="/parser"><h3>parser</h3></a>
</div>
<div class="title-box">
<h3>lessons</h3>
Expand Down

0 comments on commit 1c0b98b

Please sign in to comment.