-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
executable file
·347 lines (335 loc) · 14.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1024">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel='apple-touch-icon' sizes='114x114' href='images/favicons/apple-icon-114x114.png'>
<link rel='icon' type='image/png' , sizes='192x192' , href='images/favicons/android-icon-192x192.png'>
<link rel='icon' type='image/png' , sizes='32x32' , href='images/favicons/favicon-32x32.png'>
<link rel='icon' type='image/png' , sizes='16x16' , href='images/favicons/favicon-16x16.png'>
<title>ScienceMotions</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122645771-1"></script>
</head>
<body id="skrollr-body">
<section id="container" data-0="background-image:linear-gradient(90deg, hsl(172, 100%, 50%), hsl(318, 68%, 68%);" data-450="background-image:linear-gradient(450deg, hsl(172, 100%, 50%), hsl(318, 68%, 68%);">
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#smoothscroll">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="smoothscroll">
<ul class="nav navbar-nav">
<li>
<a href="#container">Home</a>
</li>
<li>
<a href="navigation.html">All lessons</a>
</li>
<li>
<a href="#second">Featured lessons</a>
</li>
<li>
<a href="team.html">Team</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<div class="container">
<div class="row">
<div class="col-md-3 portfolio-item">
<a href="#">
<img class="img-responsive" src="images/gifs/faces-fast.gif" alt="" />
</a>
</div>
<div class="col-md-3 portfolio-item">
<a href="#">
<img class="img-responsive" src="images/gifs/tube-2.png" alt="" />
</a>
</div>
<div class="col-md-3 portfolio-item">
<a href="#">
<img class="img-responsive" src="images/gifs/tube.gif" alt="" />
</a>
</div>
<div class="col-md-3 portfolio-item">
<a href="#">
<img class="img-responsive" src="images/gifs/faces-1.png" alt="" />
</a>
</div>
</div>
<!-- /.row -->
<div class="col-lg-12">
<div class="header" id="smoothscroll">
<h1>Science Motions</h1>
<p>Biology, chemistry and physics lessons from the future.</p>
<p>
<a style="color:white" href="#second">see more</a>
</p>
</div>
</div>
<!-- Projects Row -->
<div class="row">
<div class="col-md-3 portfolio-item">
<a href="#">
<img class="img-responsive" src="images/gifs/tube-bright.gif" alt="" />
</a>
</div>
<div class="col-md-3 portfolio-item">
<a href="#">
<img class="img-responsive" src="images/gifs/faces-3.png" alt="" />
</a>
</div>
<div class="col-md-3 portfolio-item">
<a href="#">
<img class="img-responsive" src="images/gifs/tube-1.png" alt="" />
</a>
</div>
<div class="col-md-3 portfolio-item">
<a href="#">
<img class="img-responsive" src="images/gifs/faces.gif" alt="" />
</a>
</div>
</div>
<!-- /.row -->
<!-- Projects Row -->
<div class="row">
<div class="col-md-3 portfolio-item">
<a href="#">
<img class="img-responsive" src="images/gifs/faces-2.png" alt="" />
</a>
</div>
<div class="col-md-3 portfolio-item">
<a href="#">
<img class="img-responsive" src="images/gifs/tube-bright.gif" alt="" />
</a>
</div>
<div class="col-md-3 portfolio-item">
<a href="#">
<img class="img-responsive" src="images/gifs/faces-1.png" alt="" />
</a>
</div>
<div class="col-md-3 portfolio-item">
<a href="#">
<img class="img-responsive" src="images/gifs/tube.gif" alt="" />
</a>
</div>
</div>
</div>
<!-- /.container -->
<!-- jQuery -->
</section>
<section id="second">
<div class="container">
<!-- /.row -->
<div class="col-lg-12">
<div class="header">
<br/>
<p>
<a href="navigation.html">See all lessons here</a>
</p>
<h1>Featured Lessons</h1>
<br/>
</div>
</div>
<!-- Projects Row -->
<div class="row">
<div class="col-md-4 portfolio-item class">
<a href="atoms/index.html">
<h1>Atoms</h1>
</a>
</div>
<div class="col-md-4 portfolio-item dna">
<a href="dna/index.html">
<h1>DNA</h1>
</a>
</div>
<div class="col-md-4 portfolio-item eye">
<a href="eye/index.html">
<h1>Eye</h1>
</a>
</div>
</div>
<!-- Projects Row -->
<div class="row">
<div class="col-md-4 portfolio-item sound">
<a href="sound_waves/index.html">
<h1>Sound waves</h1>
</a>
</div>
<div class="col-md-4 portfolio-item diffusion">
<a href="diffusion/index.html">
<h1>Diffusion</h1>
</a>
</div>
<div class="col-md-4 portfolio-item class">
<a href="classification/index.html">
<h1>Classification</h1>
</a>
</div>
</div>
<div class="row">
<div class="col-md-4 portfolio-item sound">
<a href="indicator/index.html">
<h1>Indicators</h1>
</a>
</div>
<div class="col-md-4 portfolio-item diffusion">
<a href="solarsystem/index.html">
<h1>Solar System</h1>
</a>
</div>
<div class="col-md-4 portfolio-item class">
<a href="states/lesson1.html">
<h1>States of matter</h1>
</a>
</div>
</div>
<div class="row">
<div class="col-md-6 portfolio-item sound">
<a href="groups_periods/index.html">
<h1>Groups And Periods</h1>
</a>
</div>
<div class="col-md-6 portfolio-item sound">
<a href="group1_alkaliMetals/index.html">
<h1>Group 1 - Alkali Metals</h1>
</a>
</div>
</div>
<div class="row">
<br/>
</div>
</div>
</section>
<section id="test">
<div class="container">
<div class="col-lg-12">
<div class="header">
<br/>
<h1>Testimonials</h1>
<br/>
</div>
</div>
<div class="row">
<div class="col-md-6 portfolio-item class">
<p>
<i>“It looks really cool! I use GCSE Bitesize but it doesn’t always explain things that well.”</i>
</p>
<p> Blessing, GCSE Student, Brixton </p>
</div>
<div class="col-md-6 portfolio-item dna">
<p>
<i> “This looks like it would be very helpful. Right now I use Gojimo, but it just uses lots of questions”</i>
</p>
<p>Joseph, A-Level Biology Student, Camberwell
</p>
</div>
</div>
</div>
</section>
<!--End mc_embed_signup-->
<footer id="footer">
<link href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css" />
<div class="row">
<div class="col-md-12 portfolio-item">
<div id="mc_embed_signup">
<form action="//jhn.us16.list-manage.com/subscribe/post-json?u=70d8e0ea2d8800a5f4e06792c&id=b5095bc718&c=?" method="post"
id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div>
<span style="color:#fff;">
<i>
<p>Science is about how shapes move in space, so we think animation is the best way
to explain it... and we want to explain it in a way that's as fun to look at
as MTV.</p>
</i>
</span>
</div>
<label for="mce-EMAIL">Subscribe to our mailing list!</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required/>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_70d8e0ea2d8800a5f4e06792c_b5095bc718" tabindex="-1" value="" />
</div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" />
</div>
</div>
<div id="notification_container"></div>
</form>
</div>
</div>
</div>
</footer>
<script>var viewMode = getCookie("view-mode");
if (viewMode == "desktop") {
viewport.setAttribute('content', 'width=1024');
} else if (viewMode == "mobile") {
viewport.setAttribute('content', 'width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no');
}</script>
<script src="js/jquery.js"></script>
<script type="text/javascript">
$(function () {
var $form = $('#mc-embedded-subscribe-form');
$('#mc-embedded-subscribe').on('click', function (event) {
if (event) event.preventDefault();
register($form);
});
});
function register($form) {
$.ajax({
type: $form.attr('method'),
url: $form.attr('action'),
data: $form.serialize(),
cache: false,
dataType: 'json',
contentType: "application/json; charset=utf-8",
error: function (err) { $('#notification_container').html('<span class="alert">Could not connect to server. Please try again later.</span>'); },
success: function (data) {
if (data.result != "success") {
var message = data.msg.substring();
$('#notification_container').html('<span class="alert">' + message + '</span>');
} else {
var message = data.msg;
$('#notification_container').html('<span class="success">' + message + '</span>');
}
}
});
}
</script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript" src="js/smoothscroll.js"></script>
<script type="text/javascript">
skrollr.init();
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-122645771-1');
</script>
</body>
</html>