Skip to content

Commit 5e7f728

Browse files
committed
Adding styles to homepage
1 parent ee936f4 commit 5e7f728

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

index.html

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,32 @@
77
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
88
<link rel="icon" href="/icons/favicon.ico">
99

10+
<link href="wiktionary_pron/css/tacit-css-1.7.1.min.css" rel="stylesheet">
1011

11-
12+
<style>
13+
hr {
14+
opacity: 0.1;
15+
margin: 10px 0;
16+
}
17+
</style>
1218
</head>
1319
<html>
1420
<body>
15-
<h1>Hello World</h1>
16-
<p>I'm hosted with GitHub Pages.</p>
21+
1722
<a href="transcription/main.html">German IPA transcription generator</a>, based on Wiktionary dump (700k+ entries).
1823
Supports uploading custom lexicon.
19-
<br>
24+
<hr>
2025
<a href="wiktionary_pron/index.html">Generation</a> of IPA transcription based on Wiktionary Lua scripts interpreted in
21-
browser with wasmoon. Latin, German, French, Spanish, Ancient Greek, Polish, Armenian, Czech languages are fully
26+
browser with wasmoon. Latin, German, French, Spanish, Ancient Greek, Polish, Armenian, Czech, Belorussian, Lithuanian
27+
languages are fully
2228
supported. Russian, Ukrainian and Portuguese require vowels' stressing for proper functioning.
2329

24-
<br>
30+
<hr>
2531
<a href="wiktionary_pron/index_fengari.html">Same as above</a> (only Latin and German are supported), but with fengari
26-
(old and slower version).
27-
<br>
28-
<a href="wiktionary_pron/macronizer.html">Latin macronizer</a>.
32+
(older and slower version).
33+
<hr>
34+
<a href="wiktionary_pron/macronizer.html">Latin macronizer</a> based on predefined dictionary of unambiguous macronized
35+
words.
2936

3037
</body>
3138
</html>

0 commit comments

Comments
 (0)