lesson 14 and 15

This commit is contained in:
tess 2022-05-29 17:32:29 +02:00
parent 6aa3538f2e
commit b3c178e2a2
3 changed files with 278 additions and 0 deletions

94
13/index.html Normal file
View File

@ -0,0 +1,94 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>o, commands (lesson 13)</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 13 -
<span style="vertical-align: -50%" class="title-emphasis"
>o, commands</span
>
</h1>
<h2 class="title box-title">vocab</h2>
<div class="box box-top">
<p>󱤐 jaki - disgusting, obscene, sickly, toxic, unclean, unsanitary</p>
<p>󱥛 sijelo - body (of person or animal), physical state, torso</p>
<p>󱤠 kute - ear; to hear, listen; pay attention to, obey</p>
<p>󱤕 kalama - to produce a sound; recite, utter aloud</p>
<p>󱤃 alasa - to hunt, forage, seek</p>
</div>
<h3 class="title box-title sub-title">~ particles</h3>
<div class="box box-top">
<p>󱥄 o - (vocative, imperative, or optative)</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ commands</h3>
<div class="box box-top">
<p>
o is used instead of li when issuing commands, or describing wishes or
desires.
</p>
<div class="quote">
<p class="sentence">jan o pona</p>
<p>~ people should be good</p>
</div>
<p>when used with mi or sina, you still have to include <i>o</i></p>
<div class="quote">
<p class="sentence">mi o lape</p>
<p>~ i should sleep</p>
</div>
<p>in direct commands to the listener, you can omit <i>sina</i></p>
<div class="quote">
<p class="sentence">o moku pona</p>
<p>~ eat well!</p>
</div>
</div>
<h3 class="title box-title sub-title">~ addressing people</h3>
<div class="box">
<p>you can put <i>o</i> after a subject to address them.</p>
<div class="quote">
<p class="sentence">soweli Sijala o, sina sona ala sona toki pona?</p>
<p>~ hey tiara, do you know toki pona?</p>
</div>
<div class="quote">
<p class="sentence">waso o!</p>
<p>~ hey bird!</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="../11">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../13">󱥩 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>

83
14/index.html Normal file
View File

@ -0,0 +1,83 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>interjections (lesson 14)</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 14 -
<span style="vertical-align: -50%" class="title-emphasis"
>interjections</span
>
</h1>
<h2 class="title box-title">vocab</h2>
<div class="box">
<p>󱤹 mu - animal noise or communication; non-speech vocalization</p>
<p>󱥹 kin - indeed, too, also, as well</p>
<p>󱤢 lape - sleeping, resting</p>
<p>󱤭 luka - arm, hand, tactile organ</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ interjections!</h3>
<div class="box">
<p>interjections are sentence fragments which convey a meaning</p>
<p>
any word can be used on its own as an interjection indicating the
presence of said word
</p>
<div class="quote">
<p class="sentence">ike a...</p>
<p>~ (that's) really bad...</p>
</div>
<div class="quote">
<p class="sentence">jaki!</p>
<p>gross!</p>
</div>
<p>
any command with <i>o</i> which consists of only a predicate can also be
turned into an interjection by removing the <i>o</i>
</p>
<div class="quote">
<p class="sentence">moku pona!</p>
<p>~ eat well! / have a nice meal!</p>
</div>
<div class="quote">
<p class="sentence">kama pona</p>
<p>~ welcome</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="../11">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../13">󱥩 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>

101
15/index.html Normal file
View File

@ -0,0 +1,101 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>la (lesson 15)</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 15 -
<span style="vertical-align: -50%" class="title-emphasis">la</span>
</h1>
<h2 class="title box-title">vocab</h2>
<div class="box box-top">
<p>
󱥤 suno - sun; light, brightness, glow, radiance, shine; light source
</p>
<p>󱥎 pilin - heart; feeling</p>
<p>󱥰 uta - mouth, lips, oral cavity, jaw</p>
<p>󱤜 ko - clay, clinging form, dough, semi solid, paste, powder</p>
<p>󱥀 nena - bump, button, hill, mountain, nose, protruberance</p>
<p>󱤝 kon - air, breath; essence, spirit; hidden reality, unseen agent</p>
</div>
<h3 class="title box-title sub-title">particles</h3>
<div class="box">
<p>󱤡 la - (between the context phrase and the main sentence)</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ la</h3>
<div class="box">
<p>
the particle la is used to establish context. whatever comes before la
is established as context for whatever comes after. this can be used for
a lot of things, and it's something that might take a bit of practice to
fully get.
</p>
<p>
la can be used to indicate time, form an if/then relationship, and more.
</p>
<div class="quote">
<p class="sentence">sina lape la mi kin li lape</p>
<p>~ if you sleep, i'll sleep too</p>
</div>
<div class="quote">
<p class="sentence">mi la ale li pona</p>
<p>~ everything is fine with me / in my opinion, everything's good</p>
</div>
<div class="quote">
<p class="sentence">tenpo lon la jan mute li kama</p>
<p>~ right now, lots of people are coming</p>
</div>
<div class="quote">
<p class="sentence">pilin sina la mi suwi ala suwi?</p>
<p>~ do you think i'm cute? (according to your feelings, am i cute?)</p>
</div>
<div class="quote">
<p class="sentence">waso anu pipi la, seme li pona mute?</p>
<p>
~ are bugs or birds better? (in the context of bugs or birds, which is
really good)
</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">
<details>
<summary>mi kama pipi la sina awen ala awen olin e mi?</summary>
<p>would you still love me if i was a bug?</p>
</details>
</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="../11">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../13">󱥩 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>