-
Notifications
You must be signed in to change notification settings - Fork 0
/
proof.php
422 lines (395 loc) · 16.6 KB
/
proof.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
417
418
419
420
421
422
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>inspiration</title>
<!-- Bootstrap -->
<link href="bootstrap-3.3.7-dist/css/bootstrap.min.css" rel="stylesheet">
<!-- This page's style sheet -->
<link href="styles/proof.css" rel="stylesheet">
<!-- Lato font -->
<link href="https://fonts.googleapis.com/css?family=Lato:black,light,400,900" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
</head>
<body>
<!-- Header Section
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<header id="header" class="hidden-xs">
<div class="main_nav">
<!--<div class="container">-->
<div class="mobile-toggle"> <span></span> <span></span> <span></span> </div>
<nav>
<ul>
<li><a href="index.php">home</a></li>
<li><a href="product.php">product</a></li>
<li><a href="windows/index.html">gurus</a></li>
<!--<li><a href="#portfolio">Something</a></li>-->
<li><a href="mailto:support@coilapp.com?Subject=Hi%20again!" target="_top">contact</a></li>
<!--<li><a href="#contact">Contact</a></li>-->
</ul>
</nav>
<!--</div>-->
</div>
<a class="navbar-brand" href="/index.php">
<img id="logo" alt="Brand" src="images/coil_logo_clear.png">
</a>
<div class="title">
<div><span class="typcn typcn-heart-outline icon heading"></span></div>
<div class="smallsep heading"></div>
<h1 class="heading"> Coil's inspiration came from a theorist who won the Nobel Peace Prize</h1>
<div class='hoverme'>
<span>
A gift from us to you.
</span>
<!-- confetti -->
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
</div>
<!--<h2 class="heading">Your welcome</h2>-->
<a class="smoothscroll" href="#about">
<div class="mouse">
<div class="wheel"></div>
</div>
</a> </div>
<a class="smoothscroll" href="#about">
<div class="scroll-down"></div>
</a>
</header>
<header id="header-xs" class="visible-xs hidden-sm hidden-md hidden-lg">
<div class="main_nav">
<!--<div class="container">-->
<div class="mobile-toggle"> <span></span> <span></span> <span></span> </div>
<nav>
<ul>
<li><a href="index.php">home</a></li>
<li><a href="product.php">product</a></li>
<li><a href="windows/index.html">gurus</a></li>
<!--<li><a href="#portfolio">Something</a></li>-->
<li><a href="mailto:support@coilapp.com?Subject=Hi%20again!" target="_top">contact</a></li>
<!--<li><a href="#contact">Contact</a></li>-->
</ul>
</nav>
<!--</div>-->
</div>
<a class="navbar-brand" href="/index.php">
<img id="logo-xs" alt="Brand" src="images/coil_logo_clear.png">
</a>
<div class="title-xs">
<div class="smallsep-xs heading"></div>
<h1 class="heading-xs"> Coil's inspiration came from a theorist who won the Nobel Peace Prize</h1>
<div class='hoverme-xs'>
<span>
A gift from us to you.
</span>
<!-- confetti -->
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
</div>
<!--<h2 class="heading">Your welcome</h2>-->
<a class="smoothscroll" href="#about">
<div class="mouse">
<div class="wheel"></div>
</div>
</a> </div>
<a class="smoothscroll" href="#about">
<div class="scroll-down"></div>
</a>
</header>
<!-- Feynman Study Technique Section
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<section id="about">
<div class="container">
<div class="row">
<h1>Feynman's Study Technique</h1>
<div class="block"></div>
<p id="peaceHeadline">Study like the Nobel Peace Prize winner with these 4 steps:</p>
</div>
<div class="row">
<div class="six columns">
<h3><span class="typcn typcn-device-desktop icon"></span>Step 1:</h3>
<p><img id="library" src="maki-icons/svgs/library-15.svg">
Pick a topic or subject and study it.</p>
</div>
<div class="six columns">
<h3><span class="typcn typcn-pen icon"></span>Step 2:</h3>
<p><img id="library" src="maki-icons/svgs/theatre-15.svg">
Attempt to teach the topic to your classmate. Pay close attention to areas that confuse you.</p>
</div>
</div>
<div class="row">
<div class="six columns">
<h3><span class="typcn typcn-cog-outline icon"></span>Step 3:</h3>
<p><img id="library" src="maki-icons/svgs/college-15.svg">
Return to studying, but focus on understanding the areas that you could not explain clearly.</p>
</div>
<div class="six columns">
<h3><span class="typcn typcn-lightbulb icon"></span>Step 4:</h3>
<p><img id="library" src="maki-icons/svgs/rocket-15.svg">
Teach it again with a simpler explanation and analogy.</p>
</div>
</div>
</div>
</section>
<!-- video Section
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<section id="team">
<div class="container">
<div class="row">
<h1>Let's break it down...</h1>
<div class="block"></div>
</div>
<div class="row hidden-xs">
<iframe id="feynman-video" width="50%" height="315" src="https://www.youtube.com/embed/tkm0TNFzIeg" frameborder="0" allowfullscreen></iframe>
</div>
<div class="row visible-xs hidden-sm hidden-md hidden-lg">
<iframe id="feynman-video-xs" width="100%" height="315" src="https://www.youtube.com/embed/tkm0TNFzIeg" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</section>
<!-- students built Coil Section
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<section id="skills" class="hidden-xs">
<div class="container">
<h1>Students built Coil so other students can leverage the Feynman technique</h1>
<div class="block"></div>
<h6 class="process">Here's how we applied the Feynman technique to college studying...</h6>
<div class="row explanation">
<div class="one-third column">
<h3>Pen to Paper.</h3>
<p>All students studying should be working on the same problem on their <strong>own</strong> paper. Try working it out from scratch with no help. It's easy to falsely assume you understand something by watching a classmate work out the problem. It's a different ball game when you face a similar problem on the exam and are forced to solve it from scratch.</p>
</div>
<div class="one-third column">
<h3>Confused?</h3>
<p>If you get stumped working on the problem give everyone a chance to finish and then ask a classmate in your coil for help. </p>
</div>
<div class="one-third column">
<h3>Peer to Peer Instruction.</h3>
<p>You know you understand a topic when you can explain it to a <em>five year old</em>. In coils case, you'll be explaining a topic to your study group. Pay close attention to any gaps in your explanation. These gaps are areas you know you must go back and obtain a deeper understanding. </p>
</div>
</div>
<div class="row badass-chart">
<div class="eight columns">
<div class="progressBar">
<h4>I studied by <b>explaining topics</b></h4>
<div class="progressBarContainer">
<div class="progressBarValue value-90"></div>
</div>
</div>
<div class="progressBar">
<h4>I studied by <b>solving problems from scratch</b></h4>
<div class="progressBarContainer">
<div class="progressBarValue value-80"></div>
</div>
</div>
<div class="progressBar">
<h4>I learned by <b>doing</b></h4>
<div class="progressBarContainer">
<div class="progressBarValue value-70"></div>
</div>
</div>
<div class="progressBar">
<h4>I studied by <b>watching others solve problems</b></h4>
<div class="progressBarContainer">
<div class="progressBarValue value-30"></div>
</div>
</div>
</div>
<div class="four columns">
<h2 class="strategy">Your <b>study strategy</b> is an accurate <em>predictor</em> of your <b>grade</b>.</h2>
</div>
</div>
</div>
</section>
<section id="skills-xs" class="visible-xs hidden-sm hidden-md hidden-lg">
<div class="container">
<h1 class="headliner-xs">Students built Coil so other students can leverage the Feynman technique</h1>
<div class="block-xs"></div>
<h6 class="process-xs">Here's how we applied the Feynman technique to college studying...</h6>
<div class="row explanation">
<div class="one-third column">
<h3>Pen to Paper.</h3>
<p>All students studying should be working on the same problem on their <strong>own</strong> paper. Try working it out from scratch with no help. It's easy to falsely assume you understand something by watching a classmate work out the problem. It's a different ball game when you face a similar problem on the exam and are forced to solve it from scratch.</p>
</div>
<div class="one-third column">
<h3>Confused?</h3>
<p>If you get stumped working on the problem give everyone a chance to finish and then ask a classmate in your coil for help. </p>
</div>
<div class="one-third column">
<h3>Peer to Peer Instruction.</h3>
<p>You know you understand a topic when you can explain it to a <em>five year old</em>. In coils case, you'll be explaining a topic to your study group. Pay close attention to any gaps in your explanation. These gaps are areas you know you must go back and obtain a deeper understanding. </p>
</div>
</div>
<div class="row badass-chart-xs">
<div class="four columns">
<h2 class="strategy-xs">Your <b>study strategy</b> is an accurate <em>predictor</em> of your <b>grade</b>.</h2>
</div>
<div class="eight columns">
<div class="progressBar">
<h4>I studied by <b>explaining topics</b></h4>
<div class="progressBarContainer">
<div class="progressBarValue value-90"></div>
</div>
</div>
<div class="progressBar">
<h4>I studied by <b>solving problems from scratch</b></h4>
<div class="progressBarContainer">
<div class="progressBarValue value-80"></div>
</div>
</div>
<div class="progressBar">
<h4>I learned by <b>doing</b></h4>
<div class="progressBarContainer">
<div class="progressBarValue value-70"></div>
</div>
</div>
<div class="progressBar">
<h4>I studied by <b>watching others solve problems</b></h4>
<div class="progressBarContainer">
<div class="progressBarValue value-30"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Quote Section
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<section id="testimonial">
<div class="container">
<div class="quoteLoop">
<blockquote class="quote"> <img src="images/statistics.png" width="100" height="100" alt=""/>
<h5> <br>
“I don't know what's the matter with people: they don't learn by understanding, they learn by some other way — by rote or something. Their knowledge is so fragile!”<br>
<small>Richard Feynman</small></h5>
</blockquote>
<blockquote class="quote"> <img src="images/library.png" width="100" height="100" alt=""/>
<h5> <br>
“If I could explain it to the average person, I wouldn't have been worth the Nobel Prize.”<br>
<small>Richard Feynman</small></h5>
</blockquote>
</div>
</div>
</section>
<!-- Footer Section
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<footer>
<div class="container">
<div class="nine columns">
<p>Created with love by Coil.</p>
</div>
<div class="three columns"> <span class="typcn typcn-social-facebook-circular socialIcons"></span> <span class="typcn typcn-social-instagram-circular socialIcons"></span> <span class="typcn typcn-social-google-plus-circular socialIcons"></span> <span class="typcn typcn-social-linkedin-circular socialIcons"></span> </div>
</div>
</footer>
<!--</div> container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>
<script src="lib/proof.js"></script>
</body>
</html>