-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
52 lines (46 loc) · 1.88 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
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Dylan Bannon</title>
<link href='http://fonts.googleapis.com/css?family=Raleway:200' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<style type="text/css"></style>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="scripts.js"></script>
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="header">
<div class="wrap">
<div id="title-area">
<a href="index.html">
<img src="images/logo.png" id="logo">
<img src="images/logo_color.png" id="logo_color">
</a>
</div>
<nav>
<ul>
<li class="uslide"><a href="index.html">About Me</a></li>
<li class="uslide"><a href="projects.html">Projects</a></li>
<li class="uslide"><a href="resume.html">Résumé</a></li>
<li class="uslide"><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div id="body">
<div class="wrap">
<div id="contact">
<a href="mailto:[email protected]" class="uslide" target="_blank"><img src="images/email_vector.png"></a>
<a href="http://www.linkedin.com/in/dylanbannon/" class="uslide" target="_blank"><img src="images/linkedin_vector.png"></a>
<a href="https://github.com/dylanrb123" class="uslide" target="_blank"><img src="images/GitHub_vector.png"></a>
<a href="https://www.facebook.com/bannond" class="uslide" target="_blank"><img src="images/facebook_vector.png"></a>
<a href="https://twitter.com/dylanrb123" class="uslide" target="_blank"><img src="images/twitter_vector.png"></a>
</div>
</div>
</div>
</body>
</html>