-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
36 lines (32 loc) · 1.19 KB
/
contact.html
File metadata and controls
36 lines (32 loc) · 1.19 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Contact Jeff Schneider</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="default.css" />
<link type="text/css" rel="stylesheet" href="stylesheet.css" />
</head>
<body>
<nav>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="resume.html">Resume</a></li>
<!-- <li><a href="blog-index.html">Blog</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<section>
<p class="center">
<ul>
<li>jeffjschneider {at} gmail.com</li>
<li><a href="tel:5037306006">503.730.6006</a></li>
<li><a href="https://www.linkedin.com/in/jeffschneider11" target="_blank">linkedin</a></li>
<li><a href="https://github.com/jjschnei" target="_blank">github</a></li>
</P>
</section>
</body>
</html>