lesson 13 and 14 and 15

This commit is contained in:
tess 2022-05-29 17:36:49 +02:00
parent b3c178e2a2
commit 27ddbfb304
3 changed files with 10 additions and 7 deletions

View File

@ -85,9 +85,9 @@
<h2 class="title box-title">navigation</h2> <h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center"> <div class="box" style="text-align: center">
<a class="link" style="float: left" href="../11">prev 󱤖</a> <a class="link" style="float: left" href="../12">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a> <a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../13">󱥩 next</a> <a class="link" style="float: right" href="../14">󱥩 next</a>
</div> </div>
<script src="/assets/script.js"></script> <script src="/assets/script.js"></script>
</body> </body>

View File

@ -74,9 +74,9 @@
<h2 class="title box-title">navigation</h2> <h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center"> <div class="box" style="text-align: center">
<a class="link" style="float: left" href="../11">prev 󱤖</a> <a class="link" style="float: left" href="../12">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a> <a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../13">󱥩 next</a> <a class="link" style="float: right" href="../14">󱥩 next</a>
</div> </div>
<script src="/assets/script.js"></script> <script src="/assets/script.js"></script>
</body> </body>

View File

@ -35,7 +35,7 @@
<h2 class="title box-title">lesson</h2> <h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ la</h3> <h3 class="title box-title sub-title">~ la</h3>
<div class="box"> <div class="box box-top">
<p> <p>
the particle la is used to establish context. whatever comes before la the particle la is used to establish context. whatever comes before la
is established as context for whatever comes after. this can be used for is established as context for whatever comes after. this can be used for
@ -45,6 +45,9 @@
<p> <p>
la can be used to indicate time, form an if/then relationship, and more. la can be used to indicate time, form an if/then relationship, and more.
</p> </p>
</div>
<h3 class="title box-title sub-title">~ examples</h3>
<div class="box">
<div class="quote"> <div class="quote">
<p class="sentence">sina lape la mi kin li lape</p> <p class="sentence">sina lape la mi kin li lape</p>
<p>~ if you sleep, i'll sleep too</p> <p>~ if you sleep, i'll sleep too</p>
@ -92,9 +95,9 @@
<h2 class="title box-title">navigation</h2> <h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center"> <div class="box" style="text-align: center">
<a class="link" style="float: left" href="../11">prev 󱤖</a> <a class="link" style="float: left" href="../14">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a> <a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../13">󱥩 next</a> <a class="link" style="float: right" href="../16">󱥩 next</a>
</div> </div>
<script src="/assets/script.js"></script> <script src="/assets/script.js"></script>
</body> </body>