added all the lessons!

This commit is contained in:
tess 2022-05-29 19:18:24 +02:00
parent 27ddbfb304
commit 2f133d9caa
7 changed files with 555 additions and 0 deletions

72
16/index.html Normal file
View File

@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>colours (lesson 16)</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut-icon" type="image/png" href="/assets/favicon.png" />
</head>
<body onload="toggleTextClass('answers')">
<h1 class="title">
lesson 16 -
<span style="vertical-align: -50%" class="title-emphasis">colours</span>
</h1>
<h2 class="title box-title">vocab</h2>
<div class="box">
<p>󱤒 jelo - yellow, yellowish</p>
<p>󱤣 laso - blue, green</p>
<p>󱤫 loje - red, reddish</p>
<p>󱥏 pimeja - black, dark, unlit</p>
<p>󱥲 walo - white, whitish; light-coloured, pale</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ colours</h3>
<div class="box box-top">
<p>
there's not really much special to say about colours. i just thought
it'd be a nice break from grammar.
</p>
</div>
<h3 class="title box-title sub-title">~ examples</h3>
<div class="box">
<div class="quote">
<p class="sentence">soweli jelo pimeja</p>
<p>~ black and yellow dog</p>
</div>
<div class="quote">
<p class="sentence">soweli pi jelo pimeja</p>
<p>~ dark-yellow dog</p>
</div>
</div>
<h2 class="title box-title">exercises</h2>
<h3 class="title box-title sub-title">~ repetition</h3>
<div class="box box-top"></div>
<h3 class="title box-title sub-title">
~ translate from toki pona to english
</h3>
<div class="box box-top"></div>
<h3 class="title box-title sub-title">
~ translate from english to toki pona
</h3>
<div class="box box-top"></div>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="../15">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../17">󱥩 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>

69
17/index.html Normal file
View File

@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>taso (lesson 17)</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut-icon" type="image/png" href="/assets/favicon.png" />
</head>
<body onload="toggleTextClass('answers')">
<h1 class="title">
lesson 17
<span style="vertical-align: -50%" class="title-emphasis">taso</span>
</h1>
<h2 class="title box-title">vocab</h2>
<div class="box">
<p>󱥨 taso - but, however, only</p>
<p>󱥳 wan - unique, united</p>
<p>󱥮 tu - separate, cut</p>
<p>󱥕 - interacting with the official toki pona book</p>
<p>󱥘 selo - outer form, outer layer; bark, peel, shell, skin; boundary</p>
<p>󱥋 pan - cereal, grain; barley, corn, oat, rice, wheat; bread, pasta</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ taso</h3>
<div class="box">
<p>taso can be used at the start of a sentence to mean "however,"</p>
<div class="quote">
<p class="sentence">
mi la mi pali pona. taso, jan ante la mi pali ike.
</p>
<p>~ i think i work well. however, other people think i work poorly</p>
</div>
<p>you can also modify words with taso to mean "only"</p>
<div class="quote">
<p class="sentence">mi wile e mani taso</p>
<p>~ i want only money</p>
</div>
</div>
<h2 class="title box-title">exercises</h2>
<h3 class="title box-title sub-title">~ repetition</h3>
<div class="box box-top"></div>
<h3 class="title box-title sub-title">
~ translate from toki pona to english
</h3>
<div class="box box-top"></div>
<h3 class="title box-title sub-title">
~ translate from english to toki pona
</h3>
<div class="box box-top"></div>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="../15">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../17">󱥩 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>

85
18/index.html Normal file
View File

@ -0,0 +1,85 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>one, two, many (lesson 18)</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut-icon" type="image/png" href="/assets/favicon.png" />
</head>
<body onload="toggleTextClass('answers')">
<h1 class="title">
lesson 18
<span style="vertical-align: -50%" class="title-emphasis"
>one, two, many</span
>
</h1>
<h2 class="title box-title">vocab</h2>
<div class="box">
<p>󱤽 nanpa - (ordinal number particle); numbers</p>
<p>󱤯 lupa - door, hole, orifice, window</p>
<p>󱥸 namako - embellishment, spice; extra, additional</p>
<p>󱤩 linja - long and flexible thing; cord, hair, rope, thread, yarn</p>
<p>󱤁 akesi - reptile amphibian</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ main counting system</h3>
<div class="box box-top">
<p>
toki pona has three words to describe numbers; <i>wan, tu, mute</i
><br />
meaning <i>one, two, many</i>
</p>
<p>
the reason it works like this is because counting is unnecessary. often
it is better to explain the quantity in question, rather than reducing
it to a meaningless number.
</p>
</div>
<h3 class="title box-title sub-title">~ ordinal numbers</h3>
<div class="box">
<p>you can use nanpa to express ordinal numbers</p>
<div class="quote">
<p class="sentence">soweli nanpa tu</p>
<p>~ the second animal</p>
</div>
</div>
<h2 class="title box-title">exercises</h2>
<h3 class="title box-title sub-title">~ repetition</h3>
<div class="box box-top"></div>
<h3 class="title box-title sub-title">
~ translate from toki pona to english
</h3>
<div class="box box-top"></div>
<h3 class="title box-title sub-title">
~ translate from english to toki pona
</h3>
<div class="box box-top"></div>
<div class="box-top">
<p>psst, hey. yeah, you!</p>
<p>
you feel unsatisfied with this number system? i can tell you about more
number systems. just <a class="link" href="more">come with me</a>
</p>
</div>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="../17">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" href="more">󱤽 more</a>
<a class="link" style="float: right" href="../18">󱥩 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>

110
18/more.html Normal file
View File

@ -0,0 +1,110 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>one, two... three?! (lesson 18)</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut-icon" type="image/png" href="/assets/favicon.png" />
</head>
<body onload="toggleTextClass('answers')">
<h1 class="title">
lesson 18
<span style="vertical-align: -50%" class="title-emphasis"
>one, two, three</span
>
</h1>
<h2 class="title box-title">vocab</h2>
<div class="box">
<p>󱤽 nanpa - (ordinal number particle); numbers</p>
<p>󱤯 lupa - door, hole, orifice, window</p>
<p>󱥸 namako - embellishment, spice; extra, additional</p>
<p>󱤩 linja - long and flexible thing; cord, hair, rope, thread, yarn</p>
<p>󱤁 akesi - reptile amphibian</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ more counting systems</h3>
<div class="box box-top">
<p>don't feel like the main counting system is okay, huh?</p>
<p>
that's okay. i'll give you the forbidden knowledge of more advanced
counting systems.
</p>
<p>
(but be aware that the reason they're overcomplicated is still because
toki pona is fundamentally <i>anti-nanpa</i>
</p>
</div>
<h3 class="title box-title sub-title">~ pu's extended counting system</h3>
<div class="box box-top">
<p>this counting system uses 5 words:</p>
<p>
󱥳 wan - one<br />
󱥮 tu - two<br />
󱤭 luka - five 󱤼 mute - twenty 󱤄 ale - one hundred
</p>
<p>
this counting system is additive, meaning you chain together the words
to create bigger numbers
</p>
<div class="quote">
<p class="sentence">luka luka tu</p>
<p>~ five + five + two</p>
<p>= 12</p>
</div>
<div class="quote">
<p class="sentence">
ale ale ale ale ale ale ale ale ale ale ale ale ale ale ale ale ale
ale ale ale mute tu
</p>
<p>~ 2022</p>
</div>
<p>
as you can see, it's still not very convenient for big numbers - this is
the point!
</p>
</div>
<h3 class="title box-title sub-title">~ nasin nanpa pona</h3>
<div class="box">
<p>
there is yet another system, for extra big numbers. it's the same as the
previous system, except you can multiply <i>ale</i> by putting numbers
before it.
</p>
<div class="quote">
<p class="sentence">mute ale tu</p>
<p>~ 2022</p>
</div>
</div>
<h2 class="title box-title">exercises</h2>
<h3 class="title box-title sub-title">~ repetition</h3>
<div class="box box-top"></div>
<h3 class="title box-title sub-title">
~ translate from toki pona to english
</h3>
<div class="box box-top"></div>
<h3 class="title box-title sub-title">
~ translate from english to toki pona
</h3>
<div class="box box-top"></div>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="./">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../19">󱥩 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>

82
19/index.html Normal file
View File

@ -0,0 +1,82 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>and (lesson 19)</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut-icon" type="image/png" href="/assets/favicon.png" />
</head>
<body onload="toggleTextClass('answers')">
<h1 class="title">
lesson 19
<span style="vertical-align: -50%" class="title-emphasis">and</span>
</h1>
<h2 class="title box-title">vocab</h2>
<div class="box box-top">
<p>󱥇 open - begin, start; open; turn on</p>
<p>󱥊 palisa - long hard thing; branch, rod, stick</p>
<p>󱥯 unpa - have sexual relations with</p>
<p>󱥃 noka - foot, leg, organ of locomotion</p>
<p>󱤚 kili - fruit, vegetable, mushroom</p>
</div>
<h3 class="title box-title sub-title">particles</h3>
<div class="box">
<p>󱤊 en - (between additional subjects)</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ how to say and</h3>
<div class="box box-top">
<p>
to say and, you repeat the particle. for subjects you say the particle
<i>en</i>
</p>
<p>
this means you repeat <i>en</i> for subjects, <i>li</i> for predicates,
<i>e</i> for direct objects, and repeat the preposition for multiple
preposition phrases.
</p>
</div>
<h3 class="title box-title sub-title">examples</h3>
<div class="box">
<div class="quote">
<p class="sentence">
jan en soweli li tawa li pali kepeken noka kepeken ilo
</p>
<p>
~ the person and the dog is walking and working using legs and tools
</p>
</div>
</div>
<h2 class="title box-title">exercises</h2>
<h3 class="title box-title sub-title">~ repetition</h3>
<div class="box box-top"></div>
<h3 class="title box-title sub-title">
~ translate from toki pona to english
</h3>
<div class="box box-top"></div>
<h3 class="title box-title sub-title">
~ translate from english to toki pona
</h3>
<div class="box box-top"></div>
</div>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="../18">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../20">󱥩 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>

52
20/index.html Normal file
View File

@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>you're done! (lesson 20)</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut-icon" type="image/png" href="/assets/favicon.png" />
</head>
<body>
<h1 class="title">
lesson 20
<span style="vertical-align: -50%" class="title-emphasis"
>you're done!</span
>
</h1>
<h2 class="title box-title">vocab</h2>
<div class="box">
<p>no more vocab, you're done!</p>
<p>sina pini e lipu sona la nimi sin li lon ala!</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ tips</h3>
<div class="box box-top">
<p>
(i wanna put tips here that i would've liked to know when i first
started learning toki pona but i gotta think of some first or maybe get
some ideas from others or smth idk bare with me)
</p>
</div>
<div class="box">
<p>practice, talk to people, have fun!</p>
</div>
<h2 class="title box-title">some final exercises</h2>
<div class="box"></div>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="../19">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../extra">󱥩 extra</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>

85
extra.html Normal file
View File

@ -0,0 +1,85 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>extra - words not covered</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut-icon" type="image/png" href="/assets/favicon.png" />
</head>
<body>
<h1 class="title">
extra
<span style="vertical-align: -50%" class="title-emphasis"
>words not covered</span
>
</h1>
<h2 class="title box-title">vocab</h2>
<h3 class="title box-title sub-title">pu words</h3>
<div class="box box-top">
<p>󱤳 meli - woman, female, feminine person; wife</p>
<p>󱤵 mije - man, male, masculine person; husband</p>
</div>
<h3 class="title box-title sub-title">ku suli</h3>
<div class="box">
<p>󱥻 kipisi - split, cut, slice, sever; sharp</p>
<p>󱥼 leko - stairs, square, block, corner, cube</p>
<p>󱥽 monsuta - fear, dread; monster, predator; threat, danger</p>
<p>󱦁 soko - fungus, fungi</p>
<p>󱦅 lanpan - take, seize, catch, receive, get</p>
<p>󱦇 misikeke - medicine, medical</p>
<p>
󱦀 kijetesantakalu - any animal from the Procyonidae family, such as
raccoons, coatis, kinkajous, olingos, ringtails and cacomistles
</p>
<p>
󱦆 n - (indicates thinking, pondering, recognition, agreement, or
humming)
</p>
<p>
󱥿 jasima - reflect, resound, mirror, be on the opposite/polar end of
</p>
<p>
󱦂 meso - midpoint, medium, mediocre; neither one not the other, neither
fully is nor isn't
</p>
<p>󱦈 ku - interacting with the Toki Pona Dictionary by Sonja Lang</p>
</div>
<h2 class="title box-title">reasoning for exclusion</h2>
<div class="box">
<p>
my reasoning for excluding these words was to create a compromise
between my own style and pu's style - i use some ku suli, but they
weren't included because they're not pu. pu has <i>meli</i> and
<i>mije</i>, but i don't, so i also didn't include that.
</p>
<p>
another reason for not including <i>meli</i> and <i>mije</i> is that i
see these words as pretty unnecessary, and beginners often use them far
too much. i just want to encourage you to think extra hard about whether
or not you really need to use <i>meli</i> and <i>mije</i> in most
contexts.
</p>
<p>
you don't have to be as extreme as i am about <i>meli</i> and
<i>mije</i>, though.
</p>
</div>
<h2 class="title box-title">exercises</h2>
<div class="box"></div>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="./20">prev 󱤖</a>
<a class="link" href="./">󱤪 index 󱤪</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>