-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (40 loc) · 1.58 KB
/
index.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
42
43
<!doctype html>
<link rel="stylesheet" href="css/style.css">
<html lang="en">
<head>
<title> Patrick Morgan </title>
<style>
body{
background-image: url("images/sunsetcow.jpg");
background-repeat: no;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
</head>
<body>
<div id="mainBody">
<ul style="font-size: 20px;">
<li><a class="active" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<hr>
Patrick Morgan
<hr>
<a href="about.html"><button class="glow-on-hover" type="button">About Me</button></a>
<a href="projects.html"><button class="glow-on-hover" type="button">Projects</button></a>
<a href="experience.html"><button class="glow-on-hover" type="button">Experience</button></a>
<p><a href="https://www.linkedin.com/in/prmorgan95" target="_blank"><img src="images/LinkedInLogoWhiteBody.png" width="50px" height="50px"></a>
<a href="https://www.github.com/prmorgan" target="_blank"><img src="images/GithubLogoWhiteBody.png" width="50px" height="50px"></a>
<a href="contact.html"><img src="images/ContactIconWhiteBody.png" width="50px" height="50px"></a>
</p>
</div>
<footer>
<!-- <script src="scripts/jquery-3.5.1.min.js"></script>
<script src="scripts/script.js"></script> -->
</footer>
</body>
</html>