lipu-sona/18/index.html

91 lines
3.0 KiB
HTML

<!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 sub-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" style="float: right" href="../19">󱤖 next</a>
</div>
<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">
<p>psst, hey, you. 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 sub-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" style="float: right" href="../19">󱤖 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>