-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.html
More file actions
68 lines (60 loc) · 3.06 KB
/
sources.html
File metadata and controls
68 lines (60 loc) · 3.06 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords"
content="Erzya language, ersän kieli, эрзянский язык, эрзянь кель, dictionary, sanakirja, словарь, валкс">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sources</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="mobile.css" media="only screen and (max-width: 768px)">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Finlandica:ital,wght@0,400..700;1,400..700&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<nav>
<ul class="nav-list">
<li><a href="index.html">Main Page</a></li>
<li><a href="dictionaries.html">Dictionaries</a></li>
<li><a href="grammar.html">Grammar</a></li>
<li><a href="transliteration-tool.html">Transliteration tool</a></li>
<li><a href="about-the-spelling.html">About the spelling</a></li>
<li><a href="sources.html">Sources</a></li>
<li><a href="other.html">Other</a></li>
<li><a href="mailto:aleksanterinazarenko@outlook.com">Contact</a></li>
<li>
<a href="/fi/sources.html">
<img src="fi.svg" style="width: 20px; height: auto;">
</a>
</li>
</ul>
</nav>
</header>
<main>
<h1><a href="/learnerzya/index.html">Learn Erzya</a></h1>
<div class="container">
<h2>Sources</h2>
<p style="text-align: justify;"><a href="https://akusanat.com/verdd/">⇒ Veʹrdd</a>, an open-source
dictionary editing framework with the focus on low-resourced and endangered
languages.<br><br>⇒ Ksenija Djordjevic Leonard, Jean-Leo Leonard. <a
href="https://books.google.pl/books/about/Parlons_mordve.html?id=UTdXBLgYI_gC&redir_esc=y">Parlons
mordve: erzya et mokša</a>. Harmattan, 2006.<br><br>⇒ Boris Serebrennikov. <a
href="https://books.google.pl/books/about/%D0%98%D1%81%D1%82%D0%BE%D1%80%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F_%D0%BC%D0%BE%D1%80%D1%84%D0%BE%D0%BB%D0%BE.html?id=Be8VAAAAMAAJ&redir_esc=y">Историческая
морфология мордовских языков</a>. Moscow, 1967.</p>
</div>
</main>
<footer>
<a href="mailto:aleksanterinazarenko@outlook.com" style="color: white; text-decoration: none;">© 2024
Aleksanteri Nazarenko</a>
</footer>
<script src="script.js"></script>
</body>
</html>
<script>
if (/Mobi|Android/i.test(navigator.userAgent)) {
window.location.href = 'sources-mobile.html';
}
</script>