Skip to content

Commit

Permalink
add content to lipu pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Dec 5, 2023
1 parent 8316d86 commit bbfd3a1
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions lipu.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,50 @@
title: "lipu tenpo - {{ lipu.title }}"
header_text: "lipu tenpo {{ lipu.title }}"
---

<nav class="py-4 flex flex-col justify-center items-center gap-4">
<h2 class="text-2xl">lipu</h2>
<ul class="flex flex-col justify-center items-center gap-8">
<li class="text-2xl">
<a class="text-blue-500" href="/pdfs/{{ lipu.pdf }}"
>lipu tenpo {{ lipu.title }}</a
>
</li>
<li class="text-2xl">
<a class="text-blue-500" href="/pdfs/{{ lipu.pdf_pf }}">
lipu tenpo {{ lipu.title }} (tawa ilo sitelen*)
</a>
</li>
<li class="text-2xl">
<a class="text-blue-500" href="/pdfs/{{ lipu.pdf_bwpf }}">
lipu tenpo {{ lipu.title }} (pimeja/walo tawa ilo sitelen*)
</a>
</li>
</ul>
</nav>
<section class="flex flex-col justify-center items-center m-4 mt-8">
<embed
style="max-width: 40rem; max-height: 55rem; height: 100vw"
class="w-full"
src="/pdfs/{{ lipu.pdf }}"
width="500"
height="375"
type="application/pdf"
/>
</section>
<section>
<h2 class="text-2xl">*ilo sitelen li ni</h2>
<p>
sina wile pali e lipu tenpo kepeken ilo sitelen la, sina pali e ni: o kama
jo e lipu tenpo tawa ilo sitelen. o ante e ijo ni: o pali e lipu lon sinpin
tu. sinpin wan la, lipu tu li lon.
</p>
<h2 class="text-2xl">toki Inli</h2>
<p>
When you want to print the lipu tenpo out, do this: Download the printer
version (“tawa ilo sitelen”) and change these things: Choose “print on both”
sides. Also, on one side there should be two pages (in total 4 pages with
the other side of the paper). When you do this, you can easily connect the
pages now with a stapler.
</p>
</section>

0 comments on commit bbfd3a1

Please sign in to comment.