-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 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
<!DOCTYPE html>
<html lang="en">
<head>
<base "https://kruschk.github.io/" />
<meta charset="utf-8" />
<meta content="Jonah Kruschke" name="author" />
<meta content="This is my portfolio website. It includes links to projects and other odds and ends. One might even consider it a blog." name="description" />
<link href="styles/style.css" rel="stylesheet" type="text/css" />
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<title>Black Box</title>
</head>
<body>
<header>
<h1 class="title">→<span>Black Box</span>→</h1>
<p class="tagline">Discovering how things work: a resource for the frugal, self-taught computer scientist.</p>
<nav>
<ul>
<li><a href="index.html" target="_self">Home</a></li>
<li><a href="#" target="_self">About</a></li>
<li><a href="#" target="_self">Odds and ends</a></li>
<li><a href="#" target="_self">Projects</a></li>
<li><a href="interesting-websites.html" target="_self">Interesting websites</a>
</ul>
</nav>
</header>
<main></main>
<aside>
</aside>
<footer>
<ul>
<li><a href="https://github.com/kruschk/" target="_blank">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/jonah-kruschke/" target="_blank">LinkedIn</a></li>
</ul>
</footer>
<script></script>
</body>
</html>