-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (68 loc) · 2.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Comprehensible Cebuano</title>
<link href="css/ceb_content.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<nav>
<h3>Comprehensible Cebuano</h3>
<ul id="nav-list">
<li>Home</li>
<li>Readings</li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<div id="title-and-image">
<h1>Learn Cebuano Through Cebuano!</h1>
</div>
<section>
<div id="page-title">
<h1>A Brief Introduction</h1>
</div>
<div class="content">
<div class="single-column">
<p> The only way to truly become fluent in a language is to expose yourself to material
created in the target language. Why not try to do that as soon as you <b>start</b>?
</p>
<p>
Learn and practice Cebuano simply, by reading Cebuano. Here you will find articles
and stories that are simple, yet will slowly introduce new grammar and vocabulary
to you so that you can build upon your knowledge in the language.
</p>
</div>
</div>
<div id="latest-texts">
<h3>Currently Available Texts</h3>
<ul>
<li><a href="angkalibotan.html">Ang Kalibotan
</a></li>
<li><a href="angkalikopan.html">Ang Kalikopan I
</a></li>
<li><a href="angpamilya.html">Ang Pamilya
</a></li>
<li><a href="angsistemangsolar.html">Ang Sistemang Solar
</a></li>
</ul>
</div>
</section>
<footer>
<div id="references">
<h3>References</h3>
<p lang="en">The picture featured in the title section is from pixabay, in one of the links below:
</p>
<ul>
<li><a href="https://pixabay.com/photos/philippine-cebu-ormoc-pier-2258606/">Image</a> by
<a href="https://pixabay.com/users/iricoyh-683118/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=2258606">图纳恩 瓜尔佳</a>
from <a href="https://pixabay.com//?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=2258606">Pixabay</a>
</li>
</ul>
</div>
</footer>
</body>
</html>