-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
66 lines (66 loc) · 3.46 KB
/
about.html
File metadata and controls
66 lines (66 loc) · 3.46 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
<!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>About</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><a href="index.html">Home</a></li>
<li>Readings</li>
<li>About</li>
</ul>
</nav>
</header>
<section>
<div id="page-title">
<h1>About</h1>
</div>
<div class="content">
<div class="single-column">
<p> Hello! It is the author here: </p>
<p>
I came across the comprehensible input method of learning languages
recently and it is now my principle way of approaching how I learn languages.
Books like Lingua Latina Per Se Illustrata, The Story Learning Series, and
several other language learning content creators have inspired me to try to
create similar work in other languages. However, in trying to learn my family's
mother tongue, I noticed that there is quite a lack of material created for
learners of Cebuano.</p>
<p>
Before beginning, I assume that if you found this website, you know what Cebuano
is. If not, no worries! Cebuano is one of the most spoken langauges in the
Philippines. It is an Austronesian language, in the Philippine language family,
and is one of the many different, yet closely related Visayan languages.
You may have heard it be called Bisaya, as it is commonly known over there,
but it is a bit of a misnomer, as many of the major Visayan languages
refer to themselves as Bisaya! Cebuano is just one of the most widely
spoken of the Visayan languages, so for clarity will refer to it as Cebuano
or Sugbuano.
</p>
<p> So, in order to improve my own Cebuano as well and to help others learn it,
I decided to make this website which will include basic articles and stories
that are similar in content to the works that inspired me above.
I hope that through this endeavor, I can help not only myself practice my language,
but others as well!</p>
<p> <b>Corrections:</b> I am not a fluent speaker, but I grew up listening as it is the
language of many, in the Filipino community that I grew up in. Nevertheless, there is
bound to be some mistakes. If you have any feedback or suggestions, feel free to
reach out to me directly at
<a href="mailto:ryan.pangilinan5@zoho.com">ryan.pangilinan5@zoho.com</a>.</p>
<p>You can also submit any potential issues via this website's github repository page, linked
here:
<a href="https://github.com/ErPang97/ComprehensibleCebuanoProject">
Comprehensible Cebuano Project</a>.
</p>
</div>
</div>
</section>
</body>
</html>