-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
41 lines (41 loc) · 2.3 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
<!DOCTYPE html>
<html>
<head>
<title>AlisonJenkins-Contact</title>
<link rel="icon" type="image/png" href="files/AJlogo.png" sizes="96x96"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<style>
body {background-color: #d5f4e6;}
img {max-width: 100%;}
.container {width: 90%; max-width: 600px; margin: 0 0}
ul {list-style-position: inside; padding-left: 0; list-style-type: none;}
</style>
<nav>
<ul>
<li style="float:left;"><a href="home.html">Home</a></li>
<li style="margin-left: 10px; float:left;"><a href="about.html">About</a></li>
<li style="margin-left: 10px; float:left;"><a href="teaching.html">Teaching</a></li>
<li style="margin-left: 10px; float:left;"><a href="research.html">Research</a></li>
<li style="margin-left: 10px; float:left;"><a href="engineeringProjects.html">Engineering Projects</a></li>
<li style="margin-left: 10px; float:left;"><a href="software.html">Software</a></li>
<li style="margin-left: 10px; float:left;"><a href="hardware.html">Hardware</a></li>
<li style="margin-left: 10px; float:left;"><a href="resources.html">Resources</a></li>
<li style="margin-left: 10px; float:left;"><a href="lifeAdmin.html">Life Admin</a></li>
<li style="margin-left: 10px; float:left;"><a href="leadership.html">Leadership</a></li>
<li style="margin-left: 10px; float:left;"><a href="artwork.html">Artwork</a></li>
<li style="margin-left: 10px; float:left;"><a href="background.html">Background</a></li>
<li style="margin-left: 10px; float:left;"><a href="inspiration.html">Inspiration</a></li>
<li style="margin-left: 10px; float:left;"><a href="future.html">Future</a></li>
<li style="margin-left: 10px; float:left;"><a href="contact.html">Contact</a></li>
<div style="clear:both"></div>
</ul>
</nav>
</head>
<body>
<h1><img width="50" height="50" src="files/AJlogo.png"> Contact: Alison Jenkins, MsME, EIT, PhD Candidate</h1>
<p>
Let's stay in touch! You can message me on Linkedin: <li style="margin-left: 10px; float:left;"><a href="https://www.linkedin.com/in/alisonjenkins-alj0032/">Alison Jenkins</a></li>
</p>
</body>
</html>