-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
24 lines (24 loc) · 885 Bytes
/
contact.html
File metadata and controls
24 lines (24 loc) · 885 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
<html lang="en">
<head>
<title>Will Conboy</title>
<link rel="stylesheet" type="text/css" href="styles.css"/>
</head>
<body>
<header>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="bio.html">Bio</a></li>
<li><a href="contact.html" aria-current="true">Contact</a></li>
</ul>
</header>
<main>
<section id="contact">
<h1>Contact me!</h1>
<a href="mailto: willconboy2023@u.northwestern.edu"><h4>willconboy2023@u.northwestern.edu</h4></a>
<a href="https://www.linkedin.com/in/will-conboy-71b5741a4/"><h4>Linkedin</h4></a>
</section>
</main>
</body>
</html>