-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
28 lines (27 loc) · 1006 Bytes
/
contact.html
File metadata and controls
28 lines (27 loc) · 1006 Bytes
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
<!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>Contact</h1>
<a href="https://github.com/jeslyntatang">Github</a>
<a href="mailto:jeslyn.tatang@gmail.com/">E-mail</a>
<a href="https://www.linkedin.com/in/jeslyn-tatang-30aa2b149/">LinkedIn</a>
<br>
</div>
<div class="row footer2">
<p>Copyright © Tatang LLC 2018</p>
</div>
</body>
</html>