-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (54 loc) · 2.75 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="Website of Jim Bjorklun">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Jim Bjorklun">
<meta property="og:type" content="website">
<meta property="og:url" content="https://jimbjorklun.com/">
<meta property="og:image" content="https://jimbjorklun.com/icon.png">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<!-- Global site tag (gtag.js) - for Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3LMWNYLR5S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3LMWNYLR5S');
</script>
<body>
<!-- Add your site or application content here -->
<hr><hr>
<h1>Jim Bjorklun</h1>
<hr><hr>
<p><a href="https://www.escsound.com" class="link1" target=_"blank">e / s \ c</a></p>
<p><a href="https://www.milesisland.net" class="link2" target=_"blank">Miles Island</a></p>
<p><a href="https://www.mazusrecords.com" class="link3" target=_"blank">Mazus Records</a></p>
<p><a href="https://www.youtube.com/@jmmbee/videos" class="link4" target=_"blank">Videos</a></p>
<p><a href="https://jmmbee.tumblr.com" class="link5" target=_"blank">Poems</a></p>
<p><a href="https://www.flickr.com/photos/jmmbee" class="link6" target=_"blank">Photos</a></p>
<div class="channels">
<a class="channels__item" href="https://www.facebook.com/jim.bjorklun" target="_blank"><img
src="img/icons8-facebook-50.png" alt="facebook" width=40 height=40></a>
<a class="channels__item" href="https://twitter.com/jimdashb" target="_blank"><img
src="img/icons8-twitter-50.png" alt="twitter" width=40 height=40></a>
<a class="channels__item" href="https://www.instagram.com/jimdashb/" target="_blank"><img
src="img/icons8-instagram-50.png" alt="instagram" width=40 height=40></a>
<a class="channels__item" href="https://www.youtube.com/@jimdashb/videos" target="_blank"><img
src="img/icons8-youtube-50.png" alt="youtube" width=40 height=40></a>
<a class="channels__item" href="https://jimdashb.tumblr.com" target="_blank"><img
src="img/icons8-tumblr-50.png" alt="tumblr" width=40 height=40></a>
</div>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>