lipu-sona/1/index.html

97 lines
3.1 KiB
HTML
Raw Normal View History

2022-05-28 10:31:42 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2022-05-28 11:46:34 +00:00
<link rel="stylesheet" href="/assets/stylesheet.css">
2022-05-28 10:31:42 +00:00
<title>~me & you (lesson 1)~</title>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0">
2022-05-28 11:46:34 +00:00
<link rel="shortcut-icon" type="image/png" href="/assets/favicon.png">
2022-05-28 10:31:42 +00:00
</head>
2022-05-28 13:10:04 +00:00
<body>
2022-05-28 10:31:42 +00:00
<h1 class="title">lesson 1 - <span style="vertical-align:-50%" class=title-emphasis>me and you</span></h1>
<h2 class="title box-title">vocab</h2>
<div class="box">
<p>󱤴 mi - first-person pronoun (i, me, we, us)</p>
<p>󱥞 sina - second-person pronoun (you)</p>
<p>󱥦 suwi - sweet, fragrant; cute, innocent, adorable</p>
<p>󱥝 sin - new, fresh; additional, another, extra</p>
<p>󱥬 toki - communicate, say, speak, talk, use language, think; hello</p>
<p>󱥔 pona - good, positive, useful; friendly, peaceful; simple</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ sentences with mi or sina</h3>
<div class="box box-top">
<p>the most basic sentence structure in toki pona:</p>
2022-05-28 15:53:05 +00:00
<p class=quote><span class=subject>mi/sina</span> <span class=predicate>predicate</span></p>
2022-05-28 10:31:42 +00:00
<p>mi/sina is the subject of this sentence - the one who is doing or being</p>
<p>the predicate is what the subject is doing or being</p>
</div>
<h3 class="title box-title sub-title">~ notes</h3>
<div class="box-top box">
<p>in toki pona, you don't capitalize the starts of sentences.</p>
</div>
<div class="box box-top">
<p>toki pona has no built-in tense or number.</p>
</div>
<h3 class="title box-title sub-title">~ examples</h3>
<div class=box>
2022-05-28 16:58:13 +00:00
<p class=quote><span class=sentence>
2022-05-28 16:01:06 +00:00
<span class=subject>sina</span>
2022-05-28 17:06:23 +00:00
<span class=predicate>suwi</span></span><br>
~ <span class=subject>you</span>
2022-05-28 16:01:06 +00:00
<span class=predicate>are cute</span></p>
<p class=quote><span class=sentence>
<span class=subject>mi</span>
2022-05-28 17:06:23 +00:00
<span class=predicate>toki</span></span><br>
~ <span class=subject>i/we</span>
2022-05-28 16:01:06 +00:00
<span class=predicate>talk/talked/are talking/are gonna talk</span></p>
2022-05-28 10:31:42 +00:00
</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">
2022-05-28 13:10:04 +00:00
<details>
<summary>mi suwi</summary>
2022-05-28 13:17:28 +00:00
<p>i'm cute</p>
2022-05-28 13:10:04 +00:00
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary>sina pona</summary>
2022-05-28 13:17:28 +00:00
<p>you're good</p>
2022-05-28 13:10:04 +00:00
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary>toki! mi sin</summary>
2022-05-28 13:17:28 +00:00
<p>hello! i'm new</p>
2022-05-28 13:10:04 +00:00
</details>
2022-05-28 10:31:42 +00:00
</div>
<h3 class="title box-title sub-title">~ translate from english to toki pona</h3>
<div class="box-top box">
2022-05-28 13:10:04 +00:00
<details>
<summary>we're talking</summary>
2022-05-28 13:17:28 +00:00
<p>mi toki</p>
2022-05-28 13:10:04 +00:00
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary>i'm you</summary>
2022-05-28 13:17:28 +00:00
<p>mi sina</p>
2022-05-28 13:10:04 +00:00
</details>
2022-05-28 10:31:42 +00:00
</div>
<h2 class="title box-title">navigation</h2>
<div class=box style="text-align: center;">
<a class=link style="float:left;" href=../0>prev 󱤖</a>
<a class=link href=../>󱤪 index 󱤪</a>
<a class=link style="float:right;" href=../2>󱥩 next</a>
</div>
2022-05-28 11:46:34 +00:00
<script src="/assets/script.js"></script>
2022-05-28 10:31:42 +00:00
</body>
</html>