-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/index.css"/>
<title>Mike Gulotta's Website</title>
</head>
<body>
<section class="topSection">
<nav></nav>
<h1>Mike Gulotta</h1>
<div class="links">
<button><a href="index.html">Home</a></button>
<button><a href="about.html">About</a></button>
<button><a href="contact.html">Contact</a></button>
<button><a href="projects.html">Projects</a></button>
</div>
</nav>
<h2>Introduction to my projects</h2>
<p>This is my website that contains all of my projects!<br> <br>Please feel free to browse the site and let me know if you have any questions or comments. <br><br> You will be able to contact me using the button within the header, or the button within the footer. <br> <br> Enjoy! <br></p>
</section>
<section class="bg-img">
</section>
<section class="middleSection">
<img src="https://picsum.photos/id/10/300/600" alt="">
<img src="https://picsum.photos/id/11/300/600" alt="">
<img src="https://picsum.photos/id/12/300/600" alt="">
<img src="https://picsum.photos/id/13/300/600" alt="">
<div class="description">
<p>As you can see, here are all of my projects. I really like these projects and I hope you enjoy them too!</p>
</div>
</section>
<footer>
<button><a href="contact.html">Contact Me</a></button>
</footer>
</body>
</html>