-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 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
44
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Kelly's Site</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='assets/css/main.css'>
<link rel='stylesheet' type='text/css' media='screen' href='assets/css/index.css'>
<link rel='stylesheet' type='text/css' media='screen' href='assets/css/header_footer.css'>
</head>
<body>
<div class="background">
<header>
<ul>
<li class="header"><a href="https://aavalam.org/" target="_blank">Aavalam Home</a></li>
<li class="header">|</li>
<li class="header"><a href="./index.html">Kelly's Aavalam Space</a></li>
</ul>
<hr>
<br>
</header>
<ul>
<li><a href="./today_i_learned.html">Today I Learned</a></li>
<li><a href="./notes.html">[wip] Notes</a></li>
</ul>
<footer>
<hr>
<br>
<ul>
<li class="footer"><a href="https://kellyky.github.io/resume/resume.html" target="_blank">Resume (draft)</a></li>
<li class="footer"><a href="https://github.com/kellyky" target="_blank">GitHub</a></li>
<li class="footer"><a href="https://medium.com/@kelpopko" target="_blank">Medium</a></li>
<li class="footer"><a href="https://exercism.org/profiles/kellyky" target="_blank">Exercism</a></li>
<li class="footer"><a href="https://www.codewars.com/users/kellyky" target="_blank">CodeWars</a></li>
<li class="footer"><a href="https://www.linkedin.com/in/kelly-popko/" target="_blank">LinkedIn</a></li>
</ul>
</footer>
</div>
</body>
</html>