Skip to content

Latest commit

 

History

History
122 lines (97 loc) · 4.17 KB

index.md

File metadata and controls

122 lines (97 loc) · 4.17 KB
color excerpt
yellow
things that i (jan Kita) have made in/for the language of good by sonja lang

{:toc}

things that i (jan Kita) have made in/for the language of good by sonja lang

essays

  • [TODO] pona = "good"
  • on nimi ku and why it's a bad category all around

texts

original

translations

storyweaver

cc-by children's books

writing systems

services


<style> #sike-pona-box { display: flex; flex-wrap: wrap; align-items: center; background-color: #1e2226; padding: 5px 15px; margin: 0px -15px; } @media (max-width: 360px) { #sike-pona-box { display: block; } } @keyframes sike-pona { 0% {bottom: 0em;} 10% {bottom: 0em;} 20% {bottom: 1.5em;} 30% {bottom: 1.5em;} 40% {bottom: 3em;} 50% {bottom: 3em;} 60% {bottom: 4.5em;} 70% {bottom: 4.5em;} 80% {bottom: 6em;} 90% {bottom: 6em;} 100% {bottom: 7.5em;} } #sike-pona-cycler-wrapper { margin: 0; text-align: center; height: 1.5em; overflow: clip; } #sike-pona-cycler { margin: 0; position: relative; animation-name: sike-pona; animation-duration: 8s; animation-iteration-count: infinite; animation-timing-function: ease-out; } @media (prefers-reduced-motion: reduce) { #sike-pona-cycler { animation-timing-function: step-start; } } </style>