-
Notifications
You must be signed in to change notification settings - Fork 0
/
:q
49 lines (42 loc) · 1.41 KB
/
:q
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
45
46
47
48
49
<doctype HTML>
<head>
<link rel="stylesheet" href="css/default.css">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{{page.title}}</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Raleway" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
</head>
<body>
<header>
<a href="index.html"><h1>Ethan M. Knox</h1></a>
<img src="assets/face.jpg"/>
<nav>
<a href ="posts.html">
narrative
</a>
<a>
highlights
</a>
<a href="contact.html">
communicate
</a>
</nav>
</header>
<main>
{{content}}
</main>
<footer>
<a href="https://github.com/norton120" target="_BLANK"><i class="fab fa-github"></i></a>
<a href="https://pypi.org/user/Ethan.m.knox/" target="_BLANK"><i class="fab fa-python"></i></a>
<a href="https://www.linkedin.com/in/ethan-knox-21a9a570/" target="_BLANK"><i class="fab fa-linkedin-in"></i></a>
</footer>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-59000026-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-59000026-3');
</script>
</body>
</html>