lipu-sona/8/index.html

132 lines
4.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>time and place (lesson 8)</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 8 -
<span style="vertical-align: -50%" class="title-emphasis"
>time and place statements</span
>
</h1>
<h2 class="title box-title">vocab</h2>
<h3 class="title box-title sub-title">~ time</h3>
<div class="box box-top">
<p>󱥫 tenpo - time, duration, moment, occasion, period, situation</p>
</div>
<h3 class="title box-title sub-title">~ place</h3>
<div class="box">
<p>
󱤅 anpa - bowing down, downward, humble, lowly, dependent; bottom, lower
part, under, below, floor, beneath; low, lower, bottom, down
</p>
<p>󱥒 poka - hip, side; next to, nearby, vicinity</p>
<p>󱤸 monsi - back, behind, rear</p>
<p>󱥟 sinpin - face, foremost, front, wall</p>
<p>
󱥚 sewi - area above, highest part, something elevated; awe-inspiring,
divine, sacred, supernatural
</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ place</h3>
<div class="box box-top">
<p>to express relative location, use the locative words.</p>
<p>you can combine them with the preposition lon to say "at (place)</p>
<div class="quote">
<p class="sentence">lon sewi</p>
<p>~ up, above, in the sky</p>
</div>
</div>
<h3 class="title box-title sub-title">~ examples</h3>
<div class="box">
<div class="quote">
<p class="sentence">
jan li lon <span class="prep-phrase">anpa tomo</span>
</p>
<p>~ people are <span class="prep-phrase">under the house</span></p>
</div>
<div class="quote">
<p class="sentence">
waso li tawa lon <span class="prep-phrase">sewi pi soweli sina</span>
</p>
<p>
~ birds are flying <span class="prep-phrase">above your pet</span>
</p>
</div>
</div>
<h3 class="title box-title">~ time</h3>
<div class="box box-top">
<p>the word tenpo is useful for talking about time.</p>
<p>
to say what time something happened, you could say it happened "lon
tenpo X"
</p>
</div>
<h3 class="title box-title sub-title">~ examples</h3>
<div class="box">
<div class="quote">
<p class="sentence">
mi tawa sina lon <span class="prep-phrase">tenpo kama</span>
</p>
<p>~ i go to you in <span class="prep-phrase">the future</span></p>
</div>
<div class="quote">
<p class="sentence">
jan li pali lon <span class="prep-phrase">tenpo ni</span>
</p>
<p>
~ the person is working at <span class="prep-phrase">that time</span>
</p>
</div>
<div class="quote">
<p class="sentence">
mi wile ala pali lon <span class="prep-phrase">tenpo lon</span>
</p>
<p>~ i don't want to work <span class="prep-phrase">right now</span></p>
</div>
<div class="quote">
<p class="sentence">
waso li tawa sewi lon <span class="prep-phrase">tenpo ale</span>
</p>
<p>~ birds <span class="prep-phrase">always</span> move in the sky</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="../7">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../9">󱥩 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>