lipu-sona/2/index.html

93 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css">
<title>~li (lesson 2)~</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 2 - <span style="vertical-align:-50%" class=title-emphasis>the particle li</span></h1>
<h2 class="title box-title">vocab</h2>
<div class="box box-top">
<p>󱥆 ona - third-person pronoun (he/she/it/they)</p>
<p>󱤻 musi - artistic, entertaining, frivolous, playful, recreation</p>
<p>󱤑 jan - human being, person</p>
<p>󱤍 ike - bad, negative; non-essential, irrelevant</p>
<p>󱥢 soweli - animal, beast, land mammal</p>
<p>󱥴 waso - bird, flying creature, winged animal</p>
</div>
<h3 class="title box-title sub-title">~ particle</h3>
<div class="box sub-box">
<p>󱤧 li - marks the predicate</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ sentences without mi or sina</h3>
<div class="box box-top">
<p>we covered sentences with only mi or sina as the subject, but for sentences with any other word as the subject, it's different</p>
<p>in this case, you use the particle li to introduce the predicate:
<p class=quote><span class=subject>subject</span> li <span class=predicate>predicate</span></p>
</div>
<h3 class="title box-title sub-title">~ examples</h3>
<div class=box>
<p class=quote><span class=sentence>
<span class=subject>ona</span> li
<span class=predicate>suwi</span></span><br> ~
<span class=subject>they</span>
<span class=predicate>are cute</span></p>
<p class=quote><span class=sentence>
<span class=subject>waso</span> li
<span class=predicate>waso</span><br> ~
<span class=subject>birds</span>
<span class=predicate>are birds</span></p>
</div>
<h2 class="title box-title">exercises</h2>
<h3 class="title box-title sub-title">~ translate from toki pona to english</h3>
<div class="box box-top">
<details>
<summary>ona li waso</summary>
<p>they're a bird</p>
</details>
<details>
<summary>jan li musi</summary>
<p>people are playing</p>
</details>
</div>
<h3 class="title box-title sub-title">~ translate from english to toki pona</h3>
<div class="box-top box">
<details>
<summary>evil is bad</summary>
<p>ike li ike</p>
</details>
<details>
<summary>sweets are great</summary>
<p>suwi li pona</p>
</details>
<details>
<summary>i like movies</summary>
<p>musi li pona</p>
</details>
</div>
<h2 class="title box-title">navigation</h2>
<div class=box style="text-align: center;">
<a class=link style="float:left;" href=../1>prev 󱤖</a>
<a class=link href=../>󱤪 index 󱤪</a>
<a class=link style="float:right;" href=../3>󱥩 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>