lipu-sona/0.html

63 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>~sounds (lesson 0)~</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>
<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>
<script src="/assets/script.js"></script>
</body>
</html>