diff --git a/_data/sona.yaml b/_data/sona.yaml index 1689afb..4bc7049 100644 --- a/_data/sona.yaml +++ b/_data/sona.yaml @@ -1,4 +1,5 @@ site: https://liputenpo.org +linluwi-pi-pdf-ale: https://github.com/lipu-tenpo/liputenpo.org/tree/main/pdfs ni-li-seme: - question: "What is this?" answer: "Hello! You’re looking at the website for lipu tenpo, a magazine written in Toki Pona. Maybe you’re new and want to know more about this language. Great! This page hopes to answer some of your questions." diff --git a/pdfs.hbs b/pdfs.hbs new file mode 100644 index 0000000..82c6a90 --- /dev/null +++ b/pdfs.hbs @@ -0,0 +1,61 @@ +--- +layout: page +title: "lipu tenpo - pdfs" +css: + - stylesheet-index.css +--- + +
+

+ lipu +

+
+ +
+

o kama pona!

+

o lukin e lipu ale lon ni.

+

o kama jo e lipu ale lon ni.

+
+ +
+
+ {{#each lipu_ale}} +
+ +
+ {{/each}} +
+
diff --git a/public/stylesheet-index.css b/public/stylesheet-index.css index fff00b8..718413d 100644 --- a/public/stylesheet-index.css +++ b/public/stylesheet-index.css @@ -192,3 +192,23 @@ #lipu-nanpa-lon .jan-pali { padding: 0 .5rem; } + +#lipu_ale_pdf { + padding: 3rem 2rem 2rem; + width: 100%; + max-width: 60rem; + + display: grid; + grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)); + grid-gap: 4rem; +} + +.lipuwan_pdf { + max-width: 13em; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; + width: 100%; +}