-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (78 loc) · 2.74 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>tolo-tolo</title>
<link rel='shortcut icon' href='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' >
</head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Lora&family=Merriweather:wght@300&display=swap');
body {
margin-top: 5vh;
}
h1 {
font-size: 75px;
font-family: 'Lato', sans-serif;
width: 50vw;
text-align: center;
margin: auto;
}
p {
font-size: 18px;
font-family: 'Lato', sans-serif;
width: 50vw;
text-align: left;
margin: auto;
margin-top: 25px;
}
a {
color: #2299ff;
text-decoration: solid;
}
h2 {
font-size: 40px;
font-family: 'Lato', sans-serif;
width: 50vw;
text-align: center;
margin: auto;
margin-top: 50px;
margin-bottom: 35px;
}
li {
font-size: 18px;
font-family: 'Merriweather', sans-serif;
width: 50vw;
text-align: left;
margin: auto;
margin-top: 5px;
}
h3 {
font-size: 40px;
font-family: 'Lato', sans-serif;
width: 50vw;
text-align: center;
margin: auto;
margin-top: -5px;
}
.icon {
width: 3vw;
display: block;
margin: auto;
margin-top: 20px;
}
</style>
<body>
<h1>tolo-tolo</h1>
<h3>ቶሎ፡ቶሎ</h3>
<img class='icon', src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' >
<p>A set of language tools for learning English→Amharic.
All of these tools are pushed straight to <a href='https://quantum9innovation.github.io/tolo-tolo'>https://quantum9innovation.github.io/tolo-tolo</a>. If you find issues or want to
contribute, please see the GitHub repo for this project at
<a href='https://www.github.com/quantum9innovation/tolo-tolo'>quantum9innovation/tolo-tolo</a>.</p>
<h2>Recent Projects</h2>
<ul>
<li>Verb Conjugations, <a href='https://quantum9innovation.github.io/tolo-tolo/verbs/'>tolo-tolo/verbs</a></li>
<li>Noun Suffixes, <a href='https://quantum9innovation.github.io/tolo-tolo/nouns/'>tolo-tolo/nouns</a></li>
</ul>
</body>
</html>