-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (69 loc) · 2.37 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
66
67
68
69
70
71
72
73
74
75
<html>
<head>
<meta
charset="UTF-8"
name="viewport"
content="initial-scale=1,width=device-width"
/>
<meta property="og:image" content="https://recept.snapsakademien.se/images/snaps.jpg" />
<link
href="https://fonts.googleapis.com/css?family=Cormorant+Garamond&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Montserrat|Nunito&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="index.css" />
<title>Snapsakademiens Kokbok</title>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "MusicGroup",
"name": "Manskören Snapsakademien",
"url": "http://snapsakademien.se",
"sameAs": [
"https://sv.wikipedia.org/wiki/Snapsakademien",
"https://www.sverigeskorforbund.se/norrbotten/manskoren-snapsakademien",
"https://www.facebook.com/Snapsakademien",
"https://www.instagram.com/snapsakademien/",
"https://open.spotify.com/artist/32ytA37eeRQ1l9n1rXtLN7"
],
"logo": "https://pbs.twimg.com/profile_images/760225181281452032/uXs6_XTr_400x400.jpg",
"foundingLocation": {
"@type": "City",
"name": "Luleå"
},
"foundingDate": "1995",
"genre": ["manskör", "körsång", "acapella", "nationalromantik"],
"album": {
"@type": "MusicAlbum",
"name": "Norrlands Akvavit",
"datePublished": "2019",
"url": "https://open.spotify.com/album/612Ya3oyao1ssXipdxtsC2"
}
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-40224453-8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-40224453-8');
</script>
</head>
<body>
<nav>
<h1 class="title">Snapsakademiens Kokbok</h1>
</nav>
<div class="wrapper">
</div>
<div class="wrapper"></div>
<footer class="creds">
Tillverkad av Olof Bourghardt och Tobias Skarhed
</footer>
<script type="text/javascript" src="recept.js"></script>
<script type="text/javascript" src="kokbok.js"></script>
</body>
</html>