-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
26 lines (25 loc) · 992 Bytes
/
contact.html
File metadata and controls
26 lines (25 loc) · 992 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
<!doctype html>
<html>
<head>
<title>Contact - Jacob Summers</title>
<link href="main.css" rel="stylesheet" type ="text/css"/>
</head>
<body>
<header>
<nav>
<h1>Jacob Summers Computer Science Portfolio</h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="coursework.html">VT Coursework</a></li>
<li><a href="projects.html">Personal Projects</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<a href = "https://www.linkedin.com/in/jacob-summers-272b921b8/" target="_blank" class = "outerlinks">Connect with me on LinkedIn</a> <br>
<a href = "https://github.com/jacobps1" target="_blank" class = "outerlinks">Check out my public repositories</a>
<h2>Feel free to send me an email or give me a call if you have any questions.</h2>
<footer><strong>Email: jacobps@vt.edu.</strong><footer>
</body>
</html>