lipu-sona/translate.html

46 lines
1.9 KiB
HTML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>translate this course</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut icon" type="image/png" href="/assets/tp-favicon.png" />
</head>
<body>
<h1 class="title">
how to translate <span style="vertical-align: -50%">this course</span>
</h1>
<h2 class="title box-title">other languages</h2>
<div class="box-top">
<p>
to translate this page, make a copy of <a href="https://docs.google.com/document/d/1JBgMVTyL6yXAJb6xGIjdy5Mf6y4Hh0VCEc6tYYqal3Y/edit?usp=sharing" class="link">this google doc</a> and follow the
instructions at the top!
</p>
<p>
if you'd rather directly edit my messy html files, you can go to <a href="https://git.kittycat.homes/tess/lipu-sona" class="link">this page's git</a> (will move to github imminently to make pull requests and the like easier)
</p>
<p>
(you dont have to use google doc, feel free to use markdown files or
anything else if that works better for you! but preferably choose
something which enables cooperation with others, so you dont
necessarily have to do all the work on your own!)
</p>
</div>
<div class="box">
<p>to submit translations or inquiries, message me any one of the following ways:</p>
<ul>
<li><a href="https://discord.com/users/152843864342790145" class="link">discord: lottess#5356</a></li>
<li><a href="https://matrix.to/#/@rawtess:matrix.kittycat.homes" class="link">matrix: @rawtess:matrix.kittycat.homes</a></li>
<li><a href="mailto:redkross_awesome@hotmail.com">email: redkross_awesome@hotmail.com</a> (yes i made this one when i was 12)</li>
</ul>
</div>
</body>
</html>