-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
39 lines (28 loc) · 1.28 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>CONNOR WALDMAN |</title>
<!-- Load Styles -->
<link href="https://connorwaldman.github.io/main.css" rel="stylesheet" type="text/css"/>
<link rel="icon" href="images/favicon16.png">
<link rel="icon" href="images/favicon32.png">
</head>
<body>
<div id= "main-header">
<div id= "logo">
<a href= "https://connorwaldman.github.io/index.html" id="logo-link">connor waldman</a>
</div>
<ul id= "sidebar">
<li id= "list-element"> <a href="https://connorwaldman.github.io/projects.html">PROJECTS</a> </li>
<li id= "list-element"> <a href="https://connorwaldman.github.io/sound.html">SOUND</a> </li>
<li id= "list-element"> <a href="https://connorwaldman.github.io/bio.html">BIO</a> </li>
<li id= "list-element"> <a href="https://connorwaldman.github.io/contact.html">CONTACT</a> </li>
</div>
<div id= "container">
<p> <strong>email</strong>:<br>waldmanconnor@gmail.com </p>
</div>
<footer id= "main-footer">
</footer>
</body>
</html>