-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbiography.html
More file actions
29 lines (28 loc) · 1.19 KB
/
biography.html
File metadata and controls
29 lines (28 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Lora|Source+Sans+Pro" rel="stylesheet">
<title>Portfolio</title>
<link rel="stylesheet" href="dev.css">
</head>
<body>
<div class="row footer1">
<p style="font-family:lora; color:#dddd; border-bottom:1px dotted white">JESLYN TATANG</p>
<a href="index.html">Home</a>
<a href="biography.html">About Me</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
</div>
<div class="row bio">
<h1>About Jeslyn</h1>
<p>I am a student at Balboa HIgh School and CodeNation. I value creativity, fairness, and history,
and hope to inspire a more positive world outlook in those I meet. I am interested in such art
forms as drawing and storytelling, as well as language and global studies. I also believe in technology
as a tool for helping society, as well as an opportunity for creative expression.</p>
</div>
</div>
<div class="row footer2">
<p>Copyright © Tatang LLC 2018</p>
</div>
</body>
</html>