-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.19 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Kenzie MacKinnon - Links</title>
<link rel="stylesheet" href="./index.css" />
</head>
<body>
<main>
<header>
<img src="./images/kenzie_picture-small.jpg" />
<h1>@Kenmac589</h1>
</header>
<ul>
<li>
<a href="https://podcasts.apple.com/ca/podcast/voices-of-stem/id1537339890">
<img src="./images/icons8-microphone-50.png" alt="microphone" width="20" />
Voices of STEM Podcast
</a>
</li>
<li>
<a href="https://twitter.com/MacKinnonKenzie">
<img src="./images/twitter.svg" alt="Twitter" width="20" />
Twitter
</a>
</li>
<li>
<a href="https://github.com/Kenmac589">
<img src="./images/github.svg" alt="Github" width="20" />
Github
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/kenzie-mackinnon-7a75501b6/">
<img src="./images/linkedin-icon-logo-png-transparent-344267610" alt="LinkedIn" width="20" />
LinkedIn
</a>
</li>
</ul>
</main>
</body>
</html>