-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
34 lines (28 loc) · 1.44 KB
/
Contact.html
File metadata and controls
34 lines (28 loc) · 1.44 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>Contact</title>
</head>
<body>
<div class="navbar navbar-left" style=" position: fixed; top: 0; width: 100%">
<ul class="navbar" style="background: #758372; list-style-type: none;">
<li class="navbar navbar-left"><a href="Home.html"><img src="res/mitchell.png" alt="Img Not Found" style="padding: none; width: 80px;height: 15px; "></a></li>
<div class="navbar navbar-right active" style="float: right;">
<li><a href="Home.html" style="text-decoration: none;">Home</a></li>
<li><a href="Resume.html" style="text-decoration: none;">CV</a><li>
<li><a href="Contact.html" style="text-decoration: none; background-color: #769D6D; color: #E7E7E7;">Contact</a></li>
<li><a href="About.html" style="text-decoration: none">About</a></li>
</div>
</ul>
</div>
<form>
<ul class="about navbar" style="margin-top: 45px;">
<li><a target="_blank" href="https://github.com/mmoo97" style="text-decoration: none;">Github</a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/mitchell-moore-037162161/" style="text-decoration: none;">LinkedIn</a></li>
<li><a target="_blank" href="https://www.facebook.com/MMoore97" style="text-decoration: none;">Facebook</a></li>
</ul>
</form>
<p>Email: <a href="mailto:mmoo97@uab.edu?subject=Website Inquiries&body=Hey Mitchell,%0D%0A%0D%0AThis is the best site ever!!!">mmoo97@uab.edu</a></p>
</body>
</html>