-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
189 lines (149 loc) · 5.86 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="black">
<meta name="keywords" content="music,science,knox,kenyon,ohio,festival">
<meta name="description" content="Notewave, presented by Knox County Music Interactive, is a festival dedicated to music and science. By bringing together the communities of Knox County for a day of music, demonstrations, and interactive exhibits, we aim to inspire musical and scientific creativity in students and families.">
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="bulma.css">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Space+Mono:400,700|Work+Sans" rel="stylesheet">
<title>Notewave</title>
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="main.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#798285">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#000000">
</head>
<body>
<nav class="navbar is-black">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="./">
<img src="./_img/notewaveBAN.png" alt="Notewave logo" width="120" height="400">
</a>
<div class="navbar-burger burger" data-target="navMenu">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div id="navMenu" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="/">
Home
</a>
<a class="navbar-item" href="/about/">
About
</a>
<a class="navbar-item" href="/lineup/">
Lineup
</a>
<a class="navbar-item" href="/team/">
Team
</a>
</div>
<div class="navbar-end">
<div class="navbar-item">
<div class="field is-grouped">
<p class="control">
<a class="button" href="https://facebook.com/notewavefest" target="_blank" rel="noopener">
<span class="icon">
<i class="fab fa-facebook"></i>
</span>
</a>
</p>
<p class="control">
<a class="button" href="https://instagram.com/notewavefest" target="_blank" rel="noopener">
<span class="icon">
<i class="fab fa-instagram"></i>
</span>
</a>
</p>
<p class="control">
<a class="button" href="https://twitter.com/notewavefest" target="_blank" rel="noopener">
<span class="icon">
<i class="fab fa-twitter"></i>
</span>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</nav>
<main class="is-vcentered">
<div class="container">
<div id="info-txt" class="section">
<p>
a
science
and
sound
festival
<br />in Mount Vernon, OH
</p>
</div>
<div id="date">
<p>
<strong>
<a href="https://www.arielfoundationpark.org/" rel="noopener" target="_blank">Schnormeier Event Center, Ariel Foundation Park</a>
</strong>
</p>
<p>
<strong style="color: lightgrey;">
5/6/2018, 1-4pm
</strong>
</p>
</div>
</div>
<figure class="image is-3by1" style="position: fixed; width: 100%;">
<img src="./_img/notewaveBG.jpg">
</figure>
</main>
<!--about, lineup, contact, partners, donate, support our mission, FAQ, main with images/animations, waves going across the screen -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
// Get all "navbar-burger" elements
var $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Check if there are any navbar burgers
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach(function ($el) {
$el.addEventListener('click', function () {
// Get the target from the "data-target" attribute
var target = $el.dataset.target;
var $target = document.getElementById(target);
// Toggle the class on both the "navbar-burger" and the "navbar-menu"
$el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
</body>
</html>