-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (44 loc) · 2.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="eng">
<head>
<meta http-equiv="refresh" content="0; url=https://demo.omnilingo.cc/" />
<meta charset="utf-8">
<title>OmniLingo</title>
<link rel="stylesheet" href="index.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="wrapper">
<div class="logo"><img src="logo.png" height="100"/> <br/><span class="name">OmniLingo</span></div>
<div class="search-input">
<a href="" target="_blank" hidden></a>
<input type="text" placeholder="Choose a language...">
<div class="autocom-box">
<!-- here list are inserted from javascript -->
</div>
</div>
<div class="results"></div>
<div class="info">
<h3>What is this?</h3>
<p><b>OmniLingo</b> is a project designed to help you get better at listening or writing in a language you
are learning. It uses audio data from Mozilla's <a href="https://commonvoice.mozilla.org/">Common Voice</a>
project to create games that can help you practice your listening.</p>
<h3>Get involved!</h3>
<p>The project is completely free/open-source software and is developed on GitHub. If you like it, feel
free to join us on <a href="https://app.element.io/#/room/#OmniLingo:matrix.org">#OmniLingo</a> on Matrix
or <a href="https://github.com/omnilingo/omnilingo/">get the code</a> and start hacking
or <a href="https://github.com/omnilingo/omnilingo/issues">file an issue</a> on GitHub.
<h3>Acknowledgements</h3>
<p>This project would not have been possible without the massive effort of the Mozilla Common Voice team,
and the tens of thousands of volunteer contributors to the Common Voice project. Thanks! ♥ Our logo
is based on a <a href="https://creativecommons.org/licenses/by/2.0/">CC-BY</a> design by <a href="https://www.instagram.com/mx.yamada/">Fabi Yamada</a>. </p>
</div>
</div>
<!-- What is this? -->
<!-- Get involved! -->
<!-- Acknowledgements -->
<script src="lib/lookup.js"></script>
<script src="lib/languages.js"></script>
<script src="lib/autocomplete.js"></script>
</body>
</html>