-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 1.02 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
<!DOCTYPE html>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106826698-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-106826698-1');
</script>
<html lang="en">
<title>Hear it in the Mix</title>
<style>
nav {
position: absolute;
top: 25%;
width: 100%;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<body class="avenir">
<nav class="pa3 pa4-ns">
<div class="black b f1 f-headline-ns tc db mb3 mb4-ns" href="#" title="Home">Hear it in the Mix</div>
<div class="tc pb3">
<a class="link gray f6 f5-ns dib mr3 hover-hot-pink" href="https://kalimar.github.io/complete-computer-guitar-guide/" title="Complete Computer Guitar Guide">The Complete Guide to Computer Guitar</a>
</div>
</nav>
</body>
</html>