-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
37 lines (36 loc) · 1.67 KB
/
about.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
<html>
<head>
<link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Ubuntu'>
<!-- This will force the motherfking css to load -->
<link rel="stylesheet" type="text/css" href="about.css" />
<title>default</title>
</head>
<body>
<!-- nav bar on top -->
<div class="navbarDiv">
<a class="navLink" href="index.html">Home</a>
<a class="navLink" href="videos.html">Videos</a>
<a class="navLink" href="about.html">About</a>
<a class="navLink" href="logIn.html">Sign in</a>
<a class="navLink" href="register.html">Register</a>
<!-- <a class="navLink" href=""></a> -->
</div>
</div>
<div class="imgAndPharDiv">
<div class="imgDiv">
<img src="images/user-icon.png" alt="">
</div>
<div class="textDiv">
<h1>Who am I?</h1>
<p>Well, my name is Daniel, from latin America. I work as a bilingual in a call center in the Philippines.</p>
<br>
<h1>Why this website?</h1>
<p>I noticed that some of my filipin@ workmates/friends after learning the Spanish basics they suddenly stopped. I think because they see it as a very hard challenge, which I think it is, but not as hard as they think, plus, I like to use my computer and to teach.</p>
<br>
<h1>Me or we?</h1>
<p>Well, for now is just a "me" website, I hope other people can help me to build the site when it comes to contect and code.</p>
<br>
</div>
</div>
</body>
</html>