-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
416 lines (396 loc) · 21.7 KB
/
index.php
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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
<?php include 'includes/header.php'; ?>
<title>Field Day Learning Games</title>
<meta name="description" content="Field Day Lab">
</head>
<!--include main navigation-->
<?php include 'includes/main-nav.php'; ?>
<!-- start page template -->
<div class="home-page">
<section id="carousel">
<div id="carousel-hero" class="carousel slide carousel-fade">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active narrow-video" style="background-image: url('assets/img/home/carousel/bloom-poster.png');">
<div class="info">
<img src="assets/img/home/carousel/bloom-logo.png" alt="Bloom: The Sage of the Fertilizer Economy game logo" />
<p class="small">Create trade networks and policies that keep farmers in business, while protecting local lakes and rivers.</p>
<a href="play/bloom" class="button yellow filled small">Learn More</a>
</div>
<span class="scanlines"></span>
<video preload="none" muted loop class="carousel-video">
<source src="assets/video/home/carousel/bloom.mp4" type="video/mp4">
</video>
</div>
<div class="item" style="background-image: url('assets/img/home/carousel/wake-poster.png');">
<div class="info">
<img src="assets/img/home/carousel/wake-logo.png" alt="Wake: Tales From the Aqualab game logo" />
<p class="small">Take on the role of a scientist as you study ocean ecosystems, travel to exciting ocean research stations, and work with fellow scientists to solve problems.</p>
<a href="play/wake" class="button yellow filled small">Learn More</a>
</div>
<span class="scanlines"></span>
<video preload="none" muted loop class="carousel-video">
<source src="assets/video/home/carousel/aqualab.mp4" type="video/mp4">
</video>
</div>
<div class="item" style="background-image: url('assets/img/home/carousel/journalism-poster.png');">
<div class="info">
<img src="assets/img/home/carousel/headlines-logo.png" alt="Headlines and High Water game logo" />
<p class="small">Play as a journalist in the town of Twin Lakes. Will the stories you publish help the town prepare for the flood of the century?</p>
<a href="play/headlines" class="button yellow filled small">Learn More</a>
</div>
<span class="scanlines"></span>
<video preload="none" muted loop class="carousel-video">
<source src="assets/video/home/carousel/journalism.mp4" type="video/mp4">
</video>
</div>
<div class="item item-nomobile" style="background-image: url('assets/img/home/carousel/shipwrecks-poster.png');">
<div class="info">
<img src="assets/img/home/carousel/emerald-logo.png" alt="Legend of the Lost Emerald game logo" />
<p class="small">Play as a maritime archaeologist uncovering shipwrecks in the Great Lakes. Made in partnership with PBS Wisconsin and Wisconsin Sea Grant</p>
<a href="play/emerald" class="button yellow filled small">Learn More</a>
</div>
<span class="scanlines"></span>
<video preload="none" muted loop class="carousel-video">
<source src="assets/video/home/carousel/shipwrecks.mp4" type="video/mp4">
</video>
</div>
</div>
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-hero" data-slide-to="0" class="active">
<img src="assets/img/games/thumbs/bloom.jpg" alt="Bloom Thumbnail" />
<div class="thumb-caption">Bloom: The Saga of the Fertilizer Economy</div>
</li>
<li data-target="#carousel-hero" data-slide-to="1">
<img src="assets/img/games/thumbs/wake.jpg" alt="Wake Thumbnail" />
<div class="thumb-caption">Wake: Tales From The Aqualab</div>
</li>
<li data-target="#carousel-hero" data-slide-to="2">
<img src="assets/img/games/thumbs/headlines-thumb.jpg" alt="Headlines Thumbnail" />
<div class="thumb-caption">Headlines and High Water</div>
</li>
<li data-target="#carousel-hero" data-slide-to="3" class="indicator-nomobile">
<img src="assets/img/games/thumbs/emerald.jpeg" alt="Emerald Thumbnail" />
<div class="thumb-caption">Legend of the Lost Emerald</div>
</li>
<li>
<a href="play">
<div class="play-our-games-controller">
<img src="assets/img/home/carousel/group-1014.png" alt="Game Controller" />
</div>
<div class="thumb-caption">
More Games
</div>
</a>
</li>
</ol>
</div>
</section>
<section id="welcome">
<div class="container">
<h2>We are Field Day</h2>
<p>We are a team of artists, engineers, designers, researchers, writers, and game lovers.</p>
<p>Welcome to our lab. Here's how we steer the ship.</p>
<img src="assets/img/home/yellow-arrow.png" alt="down arrow">
</div>
<div class="ship floatslow">
<img src="assets/img/home/site-boat.png" alt="ship cutaway">
</div>
<div class="water-pattern"></div>
</section>
<div class="bottom-frame z100"></div>
<section id="whygames" class="ship-room lead d-flex flex-col flex-xxl-row z99">
<div class="helm-water">
<div class="helm"></div>
<!--<h3 class="d-xxl-none ribbon">Why Games?</h3>-->
<div class="helm-frame"></div>
</div>
<div class="container d-flex flex-col flex-lg-reverse flex-xxl-col">
<div class="section-img">
<img src="assets/img/home/game-card.png" alt="gamer id card">
</div>
<div class="hero-text">
<h4>Games let you try on a new identity.</h4>
<p>Games are an important tool for teachers because they allow players to take on the role of scientists, journalists, explorers, and more.</p>
</div>
</div>
</section>
<div class="bottom-frame z100"></div>
<section id="complextopics" class="ship-room lead d-flex flex-col flex-xxl-reverse z99">
<div class="observation-tank-container">
<div class="observation-tank">
<img class="otter1 floatslow" src="assets/img/home/otter1.png" alt="cute otters floating in an observation tank" />
<img class="otter2 float" src="assets/img/home/otter2.png" />
</div>
</div>
<div class="container d-flex flex-col flex-lg-row flex-xxl-col">
<div class="section-img">
<img src="assets/img/home/gamer-kid.png" alt="a person standing tall with a tablet in hand">
</div>
<div class="hero-text">
<h4>Games explore complex topics.</h4>
<p>It's hard to communicate super complex topics in a short time frame. Games turn complicated topics into fun,
hands-on experiences that actually reach people. Our games get millions of plays.
</p>
</div>
</div>
</section>
<div class="bottom-frame z100"></div>
<section id="wherethekidsare" class="ship-room lead d-flex flex-col flex-xxl-row z99">
<div class="cabin-water">
<div class="cabin"></div>
<div class="helm-frame"></div>
</div>
<div class="container d-flex flex-col flex-lg-reverse flex-xxl-col">
<div class="section-img">
<img src="assets/img/home/kids.png" alt="a group of young explorers posing heroically">
</div>
<div class="hero-text">
<h4>Games are where the kids are.</h4>
<p>Kids spend a lot of time playing games these days. We love making something that can help them interact with the complicated, amazing world that they live in. Our games get played by millions of kids each year.
</p>
</div>
</div>
</section>
<div class="bottom-frame z100"></div>
<section id="modelingroom" class="ship-room lead d-flex flex-col flex-xxl-reverse z100">
<div class="modeling-container">
<div class="modeling-monitor">
<video autoplay muted loop>
<source src="assets/video/ModelingRoom_Monitor.mp4" type="video/mp4">
</video>
</div>
<div class="modeling-room">
<img class="modeling-reel" src="assets/img/home/ModelingRoom_Reel.png">
</div>
</div>
<div class="container hero-text">
<h4>Games as Assessment</h4>
<p>Our research team leverages data science to create meaningful insights out of mountains of player data. We help researchers and educators understand how kids learn.</p>
</div>
</section>
<div class="bottom-frame z100"></div>
<section id="howdowemake" class="d-flex flex-col deepsea">
<div class="container d-flex flex-col z100">
<h3>
HOW DO WE MAKE GAMES?
</h3>
<h4>
Partnerships are the foundation of our design practice.
</h4>
<p>
Each of our games is made in collaboration with a team of researchers, subject matter experts, scientists, teachers, and kids.
</p>
<div class="bios">
<!-- Gridder navigation -->
<ul class="apps gridder" role="menu">
<li class="gridder-list app-card" data-griddercontent="#person1" role="menuitem">
<img src="/assets/img/home/partners/sue-robinson.jpg" alt="Sue Robinson" class="partner-img">
<img class="collapse-arrow invisible" src="/assets/img/home/blue-arrow.png" alt="down arrow">
</li>
<li class="gridder-list app-card" data-griddercontent="#person2" role="menuitem">
<img src="/assets/img/home/partners/victor-zavala.jpg" alt="Victor Zavala" class="partner-img">
<img class="collapse-arrow invisible" src="/assets/img/home/blue-arrow.png" alt="down arrow">
</li>
<li class="gridder-list app-card" data-griddercontent="#person3" role="menuitem">
<img src="/assets/img/home/partners/john-pfotenhauer.jpg" alt="John Pfotenhauer" class="partner-img">
<img class="collapse-arrow invisible" src="/assets/img/home/blue-arrow.png" alt="down arrow">
</li>
<li class="gridder-list app-card" data-griddercontent="#person4" role="menuitem">
<img src="/assets/img/home/partners/anne-moser.jpg" alt="Anne Moser" class="partner-img">
<img class="collapse-arrow invisible" src="/assets/img/home/blue-arrow.png" alt="down arrow">
</li>
</ul>
<!-- Gridder content -->
<div id="person1" class="app-expanded gridder-content">
<div class="panel">
<div class="panel-body text-left d-flex flex-col flex-lg-row">
<div class="panel-img">
<img src="/assets/img/gameplay/headlines2.jpg" alt="Headlines and High Water game play">
</div>
<div class="panel-text">
<h4>
Sue Robinson:
</h4>
<h5>
Helen Firstbrook Franklin Professor of Journalism, UW-Madison
</h5>
<p>
"Working with Field Day Lab on our Headlines and High Water journalism video game has been a highlight of my career to date. The team is competent, responsive, creative, and brilliant and, furthermore, they are a dream to collaborate with. I am already seeking new projects we might do together!"
</p>
</div>
</div>
</div>
</div>
<div id="person2" class="app-expanded gridder-content">
<div class="panel">
<div class="panel-body text-left d-flex flex-col flex-lg-row">
<div class="panel-img">
<img src="/assets/img/gameplay/bloom.jpg" alt="Bloom: The Saga of the Fertilizer Economy">
</div>
<div class="panel-text">
<h4>
Victor Zavala:
</h4>
<h5>
Professor, Chemical & Biological Engineering, College of Engineering, UW-Madison
</h5>
<p>
"The most memorable thing about the game design process was meeting the high school teachers. It was refreshing to see how committed they were."
</p>
</div>
</div>
</div>
</div>
<div id="person3" class="app-expanded gridder-content">
<div class="panel">
<div class="panel-body text-left d-flex flex-col flex-lg-row">
<div class="panel-img">
<img src="/assets/img/gameplay/thermo-lab.jpg" alt="Thermodynamics VR">
</div>
<div class="panel-text">
<h4>
John Pfotenhauer:
</h4>
<h5>
Professor Emeritus, College of Engineering, UW-Madison
</h5>
<p>
"Working with the Field Day Lab has been a transformative experience for my research group. They have taught me so much about creative thinking, visualization, teaching, and effective communication. I am now implementing some of these practices in our own research. The Field Day Lab is a special group of individuals that are pushing the boundaries of STEM outreach and education."
</p>
</div>
</div>
</div>
</div>
<div id="person4" class="app-expanded gridder-content">
<div class="panel">
<div class="panel-body text-left d-flex flex-col flex-lg-row">
<div class="panel-img">
<img src="/assets/img/gameplay/emerald.jpg" alt="Legend of the Lost Emerald">
</div>
<div class="panel-text">
<h4>
Anne Moser:
</h4>
<h5>
Senior Special Librarian and Education Coordinator, Wisconsin Sea Grant
</h5>
<p>
"Having educators, maritime archaeologists, game designers, writers, Sea Grant specialists, coders and artists in one room to learn from each other and to brainstorm created an educational tool that brings to life our maritime history in a way that is meaningful, impactful and just darn fun."
</p>
</div>
</div>
</div>
</div>
</div>
<div class="divider"></div>
<h3>
GAMES DESIGNED FOR THE CLASSROOM
</h3>
<p>
It feels great when kids ask if they can keep playing our games when class is over (the answer is yes!) but our games are designed and tested to work in class. We create them with input from education standards and our teacher fellowship program.
</p>
<p>
</p>
<div class="divider"></div>
<h4>
And did we mention they're free?
</h4>
<p>
Our games are always completely free for the public and available online. No ads. No grinding. No subscriptions, no logins, no hidden fees, and no microtransactions.
</p>
<a href="/play" class="button small yellow filled">Play our games</a>
<!-- BUBBLES SECTION -->
<div class="bubble-container">
<figure class="bubble bubble-xl float">
<blockquote>
<p>"Jo Wilder helps develop historical inquiry skills while meeting state standards and, of course, keeps kids engaged and excited!"</p>
</blockquote>
<figcaption>
Mike Scoville<br>
Gibraltar Area School District
</figcaption>
</figure>
<figure class="bubble bubble-lg float">
<blockquote>
<p>"This well crafted game is well worth those precious classroom minutes. My students keep begging me to play again!"</p>
</blockquote>
<figcaption>
Katherine Seibel<br>
Auburndale Elementary
</figcaption>
</figure>
<figure class="bubble bubble-md floatslow">
<blockquote>
<p>"If I didn't play this game, I wouldn't have been into history."</p>
</blockquote>
<figcaption>
4th Grader<br>
Elmwood Elementary
</figcaption>
</figure>
<figure class="bubble bubble-sm floatslow">
<blockquote>
<p>"Can we play it again?"</p>
</blockquote>
<figcaption>
4th grader<br>
Burlington, WI
</figcaption>
</figure>
<div class="bubble-empty bubble-xs float"></div>
<div class="bubble-empty bubble-xxs floatslow"></div>
<img class="deepsea-sub floatslow" src="/assets/img/home/deepsea-sub.png" alt="submarine">
</div>
</div>
</section>
<div class="ocean-floor">
<img class="kelp1" src="/assets/img/home/giant-kelp.png">
<img class="kelp2" src="/assets/img/home/giant-kelp.png">
<img class="kelp3" src="/assets/img/home/giant-kelp.png">
<img class="kelp4" src="/assets/img/home/giant-kelp.png">
</div>
</div>
<!--include footer-->
<?php include 'includes/footer-homepage.php';?>
<!--include modals-->
<?php include 'includes/modals.php';?>
<script>
// toggle navbar spotlight when make games section scrolls into view
$(window).scroll(function() {
$(this).scrollTop() >= $('#howdowemake').offset().top-$(this).height() ? $('.spotlight').removeClass('hide') : $('.spotlight').addClass('hide');
});
$(function() {
// Call Gridder
$('.gridder').gridderExpander({
scroll: true,
scrollOffset: 100,
scrollTo: "panel", // panel or listitem
animationSpeed: 900,
animationEasing: "easeInOutExpo",
showNav: true, // Show Navigation
nextText: "", // Next button text
prevText: "", // Previous button text
closeText: "<img src=\"/assets/img/home/blue-close.png\">", // Close button text
onStart: function(){
//Gridder Inititialized
},
onContent: function(){
//Gridder Content Loaded
// add role to close link
$('.gridder-close').attr("role", "button").attr("aria-label", "Close");
// hide any visible down arrows
$('.gridder-list:not(.selectedItem) .collapse-arrow').addClass('invisible');
// show arrow for selected person
$('.gridder-list.selectedItem .collapse-arrow').removeClass('invisible');
},
onClosed: function(){
//Gridder Closed
// hide down arrows
$('.gridder-list .collapse-arrow').addClass('invisible');
}
});
});
</script>
</body>
</html>