Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.9 KiB

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jichan.org</title>
<link href="style.css" rel="stylesheet">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://matomo.elnu.com/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '6']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<div class="content">
<div class="card">
<header>
<img src="/logo.svg" style="height: 48px" alt="jichan.org">
<p>online Japanese resources</p>
</header>
<p><b>jichan.org</b> is a collection of interactive online Japanese learning resources, starting with <a href="https://tegakituesday.com">Tegaki Tuesday</a> in 2021.</p>
<p>This site is operated by me, Elnu. You can contact me on Discord at <a href="https://discord.com/users/441283734214279178" target="_blank">Elnu#2917</a>.</p>
</div>
<div>
<div class="cards">
<div>
<div>
<h4>Tegaki Tuesday</h4>
<p>Weekly handwriting challenge run on Discord</p>
</div>
<div>
<a href="https://tegakituesday.com" class="red" target="_blank">Website</a>
<a href="https://codeberg.org/tegakituesday/tegakituesday.com" class="blue" target="_blank">Git</a>
<a href="https://discord.gg/japanese" target="_blank">Discord</a>
</div>
</div>
<div>
<div>
<h4>Shiritori <span class="badge red">coming soon</span></h4>
<p>Online shiritori with friends</p>
</div>
<div>
<a href="https://codeberg.org/tegakituesday/shiritori" class="blue" target="_blank">Git</a>
<a href="https://en.wikipedia.org/wiki/Shiritori" target="_blank">Info</a>
</div>
</div>
<div>
<div style="border: none">
<h4>jidict <span class="badge red">coming soon™</span></h4>
<p>FOSS online Japanese dictionary with a companion offline Rust crate, using <a href="http://jmdict.org/" target="_blank">JMDict</a> (planned)</p>
</div>
<div style="display: none"></div>
</div>
<div>
<div>
<h4>nicolator <span class="badge blue">beta</span></h4>
<p>Nicola Japanese thumb shift keyboard layout training game</p>
</div>
<div>
<a href="https://nicolator.elnu.com" class="red" target="_blank">nicolator</a>
<a href="https://codeberg.org/ElnuDev/nicolator" class="blue" target="_blank">Git</a>
<a href="http://xahlee.info/kbd/Japan_thumb_shift_keyboard.html" target="_blank">Info</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>