lipu-sona/0.html

51 lines
1.7 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>~sounds (lesson 0)~</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>
<body>
<h1 class="title">lesson 0 - <span style="vertical-align:-50%" class=title-emphasis>sounds</span></h1>
<div class=box>
<p>toki pona has 14 letters in its alphabet:</p>
<p>a e i k j l m n o p s t u w</p>
<p>all the letters are pronounced like in the IPA. because of the small amount of letters, it's okay if your pronounciation isn't exactly identical to the IPA</p>
<p>for example /dogi bona/ and /toki pona/ are both valid pronounciations of *toki pona*</p>
</div>
<h2 class="title box-title">general guide to pronounciation</h2>
<h3 class="title box-title" style="margin-top:0px;">vowels</h3>
<div class=box>
<p>a - like a in father</p>
<p>e - like e in let</p>
<p>i - like ee in bee</p>
<p>o - like o in on</p>
<p>u - like oo in soon</p>
</div>
<h3 class="title box-title">consonants</h3>
<div class=box>
<p>most of the consonants are just like english, except j.</p>
<p>j is pronounced like y in english yellow</p>
</div>
<h3 class="title box-title">stress</h3>
<div class=box>
<p>you always stress the first syllable of every word.</p>
</div>
<h2 class="title box-title">navigation</h2>
<div class=box style="text-align: center;">
<a class=link href="./">󱤪 index 󱤪</a>
<a class=link style="float:right;" href=1>󱥩 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>