-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 808 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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:#ddd; 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 mid">
<p>Jeslyn <img src="jes.jpg" class="headshot"> Tatang</p>
</div>
<div class="row footer2">
<p>Copyright © Tatang LLC 2018</p>
</div>
</body>
</html>