-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
38 lines (33 loc) · 1.24 KB
/
contact.html
File metadata and controls
38 lines (33 loc) · 1.24 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="favicon.ico" type="image/gif" sizes="16x16">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>David S. Temple</title>
<link rel="stylesheet" type="text/css" href="style/index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header id="home">
<nav class="links">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="projects.html">Projects</a>
</nav>
<div class="title">
<img src="Images/Cropped Top.jpg" alt="David & Kristin enjoying a view">
<div class="centered">David S. Temple</div>
</div>
<footer>
<a class="button" href="contact.html">Click Here to Contact Me</a>
</div>
<div>
<nav class="social">
<i><a href="http://linkedin.com" target="_blank"><i class="fa fa-linkedin"></a></i>
<i><a href="http://instagram.com" target="_blank"><i class="fa fa-instagram"></a></i>
<i><a href="http://twitter.com" target="_blank"><i class="fa fa-twitter"></a></i>
</nav>
</div>
</footer>