-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
304 lines (286 loc) · 12.2 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>The Atlas</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/custom.css" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="./favicon.ico?v=4.0" type="image/x-icon">
<style>
@media screen and (max-width: 767px) {
body {
background-image: url(./media/videoScreenShot.jpg);
background-color: black;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#bgvid {
display: none;
}
/*allow map to collapse properly on mobile.*/
.full_height_parent {
display: block;
}
/*Nicely disable the parallax */
.parallax-window {
background-attachment: local;
}
}
</style>
</head>
<body>
<!-- Navbar -->
<nav id="navbar" class="navbar navbar-static-top navbar-dark bg-transparent navbar-fixed-top">
<a class="navbar-brand bold smooth" href="#top"><img id="atlasLogo" src="./media/atlasLogo.png" /></a>
<button class="navbar-toggler hidden-sm-up pull-xs-right text-white navbar-offset" type="button" data-toggle="collapse" data-target="#links" aria-controls="links" aria-expanded="false" aria-label="Toggle navigation">
☰
</button>
<div class="collapse navbar-toggleable-xs navbar-offset" id="links">
<ul class="nav navbar-nav pull-xs-right hidden-sm-up">
<!-- collapse navbar -->
<li class="nav-item">
<a class="nav-link smooth" href="#aboutUs" data-toggle="collapse" data-target="#links"> About Us</a>
</li>
<li class="nav-item">
<a class="nav-link smooth" href="#ourTeam" data-toggle="collapse" data-target="#links">Our Team</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link smooth" href="#ourCoffee" data-toggle="collapse" data-target="#links">Our Coffee</a>
</li> -->
<li class="nav-item">
<a class="nav-link smooth" href="#social" data-toggle="collapse" data-target="#links">Social</a>
</li>
</ul>
<!-- Non collapse navbar -->
<ul class="nav navbar-nav pull-xs-right hidden-xs-down">
<li class="nav-item">
<a class="nav-link smooth" href="#aboutUs"> About Us</a>
</li>
<li class="nav-item">
<a class="nav-link smooth" href="#ourTeam">Our Team</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link smooth" href="#ourCoffee">Our Coffee</a>
</li> -->
<li class="nav-item">
<a class="nav-link smooth" href="#social">Social</a>
</li>
</ul>
</div>
</nav>
<!-- Video and title/logo -->
<div id="top" class="jumbotron bg-transparent fullheight">
<div id='title' class="container text-xs-center text-white">
<div class="bg">
<video autoplay muted loop id="bgvid">
<source src="https://aswwu.com/media/videos/coffee-beans.mp4" type="video/mp4">
</video>
</div>
<img id="atlasMain" src="media/atlasMain.png" />
</div>
</div>
<!-- About US -->
<section id="aboutUs">
<div class="container">
<!-- Example row of columns -->
<h1 class="text-xs-center header">About Us</h1>
<hr>
<div class="row flex-items-xs-middle full_height_parent">
<div class="col-md-6">
<p>
Humbly serving you since 2011, The Atlas is a specialty coffee and tea house located at Walla Walla University and operated by its students. Our focus is crafting some of the highest quality coffee and tea beverages available
in the Walla Walla Valley while maintaining a rustic, community based atmosphere. All are invited to read, chat, collaborate, or simply enjoy the space; perfect for a long haul study session or a quick drink with a friend. So whether
you are a student or not, drop by, grab a drink, and relax! We think you’ll like it here.
</p>
<p>
<h5><b>Hours</b></h5>
<table id="hours">
<tr>
<td>
Mon
</td>
<td>
07:30AM - 08:00PM
</td>
</tr>
<tr>
<td>
Tue
</td>
<td>
07:30AM - 10:30PM<br />
12:00Pm - 08:00PM
</td>
</tr>
<tr>
<td>
Wed
</td>
<td>
07:30AM - 08:00PM
</td>
</tr>
<tr>
<td>
Thu
</td>
<td>
07:30AM - 08:00PM
</td>
</tr>
<tr>
<td>
Fri
</td>
<td>
07:30AM - 12:00PM
</td>
</tr>
<tr>
<td>
Sat
</td>
<td>
Closed
</td>
</tr>
<tr>
<td>
Sun
</td>
<td>
09:00AM - 08:00PM
</td>
</tr>
</table>
<small>The Atlas is not open during summer quarter or during interims.</small>
</p>
<p>
You can book the atlas for your group by filling out the <a href="https://wwuform.formstack.com/forms/atlas_booking">Atlas Booking Form</a>.
</p>
</div>
<div class="col-md-6 full_height">
<div id='map' class='full_height_child'></div>
</div>
</div>
<br />
<!-- Our drinks section -->
<!-- <h1 id="ourDrinks" class="text-xs-center header">Our Drinks</h1>
<hr>
<div id="ourDrinks" class='row'>
<div class="col-sm-6 col-md-3 text-xs-center text-sm-left">
<h1 class="menu-header text-uppercase">coffee</h1>
<p>
Latte
<br> Cappuccino
<br> Mocha
<br> Toddy
<br> Americano
<br> Macchiato
<br> Gibralter
<br> Shakerato
</p>
</div>
<div class="col-sm-6 col-md-3 text-xs-center text-sm-left">
<h1 class="menu-header text-uppercase">Herbal Blends</h1>
<p>
Mint
<br> Valvet Dessert
<br> Chamomile
<br> Yerba Mate
<br> Welcome
</p>
</div>
<div class="col-sm-6 col-md-3 text-xs-center text-sm-left">
<h1 class="menu-header text-uppercase">Teas</h1>
<p>
White Peach
<br> White Peony
<br> Iron Goddess
<br> Sencha Green
<br> Earl Grey
<br> Classic Black
<br> White Goji Blossom
<br> Wuyi
</p>
</div>
<div class="col-sm-6 col-md-3 text-xs-center text-sm-left">
<h1 class="menu-header text-uppercase">Other Drinks</h1>
<p>
Chai Latte
<br> Hot Chocolate
<br> Lemonades
</p>
</div>
</div>-->
</div>
<!-- /container -->
</section>
<div id="late" class="parallax-window">
</div>
<!--OUR TEAM-->
<section id="ourTeam">
<div class="container">
<h1 class="text-xs-center header">Our Team</h1>
<hr />
<div id='baristas' class="row">
</div>
</div>
</section>
<div id="spilled_coffee" class="parallax-window"></div>
<!-- Our Coffee -->
<!-- <section id="ourCoffee">
<div class="container">
<h1 class="text-xs-center header">Our Coffee</h1>
<hr />
<div class="row">
<div class="col-xs-12">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/pBatO5_-h08" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<div id="coffee-table" class="parallax-window"></div> -->
<!--SOCIAL-->
<section id="social">
<div class="container">
<h1 class="text-xs-center header">Social</h1>
<hr />
<script src="https://assets.juicer.io/embed.js" type="text/javascript"></script>
<link href="https://assets.juicer.io/embed.css" media="all" rel="stylesheet" type="text/css" />
<ul class="juicer-feed" data-feed-id="the_atlas" data-per="6"></ul>
<div id="atlasFeed" class="row"></div>
</div>
</section>
<div id="atlas-coffee" class="parallax-window"></div>
<nav class="navbar navbar-dark bg-inverse" style="border-radius:0;">
<div class="pull-xs-left text-white small">
Brewed with
<font color="red">♥</font> by the <a href="https://aswwu.com" target="_blank">ASWWU</a> web team.
</div>
<div class="pull-xs-right small">
<a href="#top" class="text-white smooth">Back to Top</a>
</div>
</nav>
<!-- TODO: Make safari not show bg-video when scrolling beyond end of page. -->
<!-- <div style="position: fixed; bottom: -24px; width: 100%; background-color: red;">
thingy
</div> -->
<!-- Javascript stuff -->
<script src="./js/jquery.min.js"></script>
<script src="./js/tether.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/jquery.smooth-scroll.js"></script>
<script src="./js/custom.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBahOC0C4N-7MOD_Qn8446o5QiXX6AmWhc&callback=initMap">
</script>
</body>
</html>