-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.31 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<link rel="icon" type="image/ico" sizes="32x32" href="favicon-32.ico" />
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<main>
<div id="title">
<h1>Portfolio</h1>
<h2>Liam Loewen</h2>
</div>
<div>
<nav id="links">
<a href="lab1.html">Lab 1</a>
<a href="lab2.html">Lab 2</a>
<a href="lab3.html">Lab 3</a>
<a href="lab4.html">Lab 4</a>
<a href="lab5.html">Lab 5</a>
</nav>
</div>
</main>
<footer>
<div class="a-1"><a href="https://www.linkedin.com/in/liam-loewen-76832a198/" target="_blank"><img src="images/linkedin-transparent-resized-equal.png" alt="Linkedin"></a></div>
<div class="a-2"><a href="https://www.youtube.com/channel/UCxWSbaJ0Gd3u4T5YibugWPg" target="_blank"><img src="images/youtube-transparent-resized-equal.png" alt="Youtube"></a></div>
<div class="a-3"><a href="https://www.instagram.com/liam_loewen/?hl=en" target="_blank"><img src="images/instagram-transparent-resized-equal.png" alt="Instagram"></a></div>
</footer>
</body>
</html>