-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
27 lines (27 loc) · 894 Bytes
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet'>
<link rel="stylesheet" href="style2.css">
</head>
<body>
<div class="main">
<div class="header">
<ul>
<li><a href="index.html">About</a></li>
<li><a href="work.html">Work/Writing</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="content about">
<ul>
<li><a href="https://www.linkedin.com/in/robert-loustau/" target="_blank">LinkedIn</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</body>
</html>