-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.php
229 lines (202 loc) · 14.1 KB
/
home.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
<!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>Product</title>
<!-- Bootstrap -->
<link href="bootstrap-3.3.7-dist/css/bootstrap.min.css" rel="stylesheet">
<!-- This page's style sheet -->
<link href="styles/home.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!--CDN link for TweenMax-->
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js"></script>
<!--typed.js-->
<script src="lib/typed.min.js" type="text/javascript"></script>
<!-- Lato font -->
<link href="https://fonts.googleapis.com/css?family=Lato:black,light,400,900" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
</head>
<body>
<div class="row row1">
<div class="col-lg-12">
<canvas id='confeti'></canvas>
<a class="navbar-brand" href="/index.php">
<img id="logo" alt="Brand" src="images/coil_logo_clear.png">
</a>
<!-- Login buttons-->
<div class="loginButtons">
<nav class="cl-effect-1">
<a href="windows/index.html">gurus</a>
<a href="/proof.php">inspiration</a>
<a href="http://www.coilapp.com/">login</a>
<a href="http://www.coilapp.com/sign-up">signup</a>
</nav>
</div>
</div>
</div> <!-- row 1 -->
<div class="row row2">
<div class="col-sm-12">
<section class="rw-wrapper">
<h2 class="rw-sentence">
<span>Your journey to making an A just got<br> a whole lot</span>
<span>more</span>
<div class="rw-words rw-words-1">
<span>collaborative</span>
<span>engaging</span>
<span>interactive</span>
<span>intuitive</span>
</div>
<br />
</h2>
</section>
</div> <!-- col -->
</div> <!-- row 2 -->
<!-- Random Row -->
<div class="row row3">
<div class="col-sm-12">
</div>
</div> <!-- row 3 -->
<div class="row row4">
<div class="col-lg-12 hidden-xs">
<img src="/images/Steps.png" id="steps">
</div>
<div class="col-sm-4 text-center col-1 hidden-xs">
<img id="prof-image" src="/images/boss.png">
<h3 class="prof-headline">Professor invites students to the class</h3>
</div> <!-- col 1 -->
<div class="col-sm-4 text-center col-1-xs visible-xs hidden-sm hidden-md hidden-lg">
<img id="prof-image-xs" src="/images/boss.png">
<h3 class="prof-headline-xs">Professor invites students to the class</h3>
</div> <!-- col 1 -->
<div class="col-sm-4 text-center col-2 hidden-xs">
<img id="board-image" src="/images/board.png">
<h3 class="board-text">In each class, there's a board that acts as the central hub</h3>
</div> <!-- col 2 -->
<div class="col-sm-4 text-center col-2-xs visible-xs hidden-sm hidden-md hidden-lg">
<img id="board-image-xs" src="/images/board.png">
<h3 class="board-text-xs">In each class, there's a board that acts as the central hub</h3>
</div> <!-- col 2 -->
<div class="col-sm-4 text-center col-3 hidden-xs">
<img id="students-image" src="/images/questions.png">
<h3 class="students-text">Start connecting and engaging with the smartest students in your class</h3>
</div> <!-- col 3 -->
<div class="col-sm-4 text-center col-3-xs visible-xs hidden-sm hidden-md hidden-lg">
<img id="students-image-xs" src="/images/questions.png">
<h3 class="students-text-xs">Start connecting and engaging with the smartest students in your class</h3>
</div> <!-- col 3 -->
</div> <!-- row 4 -->
<!-- coils -->
<div class="coils">
<div class="row row5 text-center hidden-xs">
<div class="col-sm-6">
<img id="coil-image" src="/images/coilsYellow.png">
</div> <!-- col -->
<!-- feature description section -->
<div class="col-sm-6">
<h1 class="coil-headline">Create coils* with classmates</h1>
<h3 class="coil-body">Here at Coil, we know that studying with classmates, especially in person, is the most <span class="textColorRed">effective</span> way to learn. Coil lets you create a coil - our word for <span class="textColorRed">study group</span> - that your classmates can join. Whether it's to finish homework or study for that upcoming test, a coil is where great minds come together to <span class="textColorRed">collaborate</span> and <span class="textColorRed">educate</span> each other.</h3>
</div> <!-- col -->
</div> <!-- row 5 -->
<div class="row row5 text-center visible-xs hidden-sm hidden-md hidden-lg">
<div class="col-md-6">
<img id="coil-image-xs" src="/images/coilsYellow.png">
</div> <!-- col -->
<!-- feature description section -->
<div class="col-md-6">
<h1 class="coil-headline-xs">Create coils* with classmates</h1>
<h3 class="coil-body-xs">Here at Coil we know that studying with classmates, especially in person, is the most <span class="textColorRed">effective</span> way to learn. Coil lets you <span class="textColorRed">create</span> a coil - our word for study group - that your classmates can join. Whether it's to finish homework or study for that upcoming test, a coil is where great minds come together to <span class="textColorRed">collaborate</span> and <span class="textColorRed">educate</span> each other.</h3>
</div> <!-- col -->
</div> <!-- row 5 -->
<!-- tutoring -->
<div class="row row6 text-center hidden-xs">
<div class="tutor-background">
<div class="col-sm-6">
<h1 class="tutoring-headline">Classmate tutoring</h1>
<h3 class="tutoring-body">Unless you're a genius, you've probably felt <span class="textColorBlack">confused</span> in some classes. Thankfully, a few of your classmates understand what's going on and Coil will <span class="textColorBlack">connect</span> you to them. You'll receive the help you need while your classmate gains a deeper <span class="textColorBlack">understanding</span> of the material by explaining it to you. This is backed up by the Feynman technique - <!-- the winner of ... --> the guy who won the <span class="textColorBlack">Nobel Peace Prize.</span><br><br> <span class="feynmanLink"> <a href="proof.php"><span class="textColorBlack">Introducing Richard Feynman</span></a></h3>
</div> <!-- col -->
</div>
<div class="col-sm-6">
<img id="tutoring-image" src="/images/classmate-tutoring.png">
</div> <!-- col -->
</div> <!-- row 6 -->
<div class="row row6 text-center visible-xs hidden-sm hidden-md hidden-lg">
<div class="col-md-6">
<img id="tutoring-image-xs" src="/images/classmate-tutoring.png">
</div> <!-- col -->
<div class="col-md-6">
<h1 class="tutoring-headline-xs">Classmate tutoring</h1>
<h3 class="tutoring-body-xs">Unless you're a genius, you've probably felt <span class="textColorBlack">confused</span> in some classes. Thankfully, a few of your classmates understand what's going on and Coil will <span class="textColorBlack">connect</span> you to them. You'll receive the help you need while your classmate gains a deeper <span class="textColorBlack">understanding</span> of the material by explaining it to you. This is backed up by the Feynman technique - <!-- the winner of ... --> the guy who won the <span class="textColorBlack">Nobel Peace Prize.</span><br><br> <span class="feynmanLink"> <a href="proof.php"><span class="textColorBlack">Introducing Richard Feynman</span></a></h3>
</div> <!-- col -->
</div> <!-- row 6 -->
<!-- leaderboard -->
<div class="row row7 text-center hidden-xs">
<div class="col-sm-6">
<img id="leaderboard-image" src="/images/Gurus.png">
</div> <!-- col -->
<div class="col-sm-6">
<h1 class="leaderboard-headline">Gurus</h1>
<h3 class="leaderboard-body">Guru's are students who provide help to their classmates and rise to the top of the <span class="textColorBlue">leaderboard</span>. Students <span class="textColorBlue">earn points</span> by <span class="textColorBlue">collaborating</span> in study groups, <span class="textColorBlue">explaining</span> topics to classmates, and <span class="textColorBlue">contributing</span> to the classroom discussion. The professor will have access to the leaderboard so he'll see if you really went the extra mile!<br><br> <span class="gurusPage"> <a href="windows/index.html">See how to earn the most points</a></span></h3>
</div> <!-- col -->
</div> <!-- row 7 -->
<div class="row row7 text-center visible-xs hidden-sm hidden-md hidden-lg">
<div class="col-md-6">
<img id="leaderboard-image-xs" src="/images/Gurus.png">
</div> <!-- col -->
<div class="col-md-6">
<h1 class="leaderboard-headline-xs">Gurus</h1>
<h3 class="leaderboard-body-xs">Guru's are students who provide help to their classmates and rise to the top of the <span class="textColorBlue">leaderboard</span>. Students <span class="textColorBlue">earn points</span> by <span class="textColorBlue">collaborating</span> in study groups, <span class="textColorBlue">explaining</span> topics to classmates, and <span class="textColorBlue">contributing</span> to the classroom discussion. The professor will have access to the leaderboard so he'll see if you really went the extra mile!<br><br> <span class="gurusPage"> <a href="windows/index.html">See how to earn the most points</a></span></h3>
</div> <!-- col -->
</div> <!-- row 7 -->
<!--Chit Chat-->
<div class="row row8 text-center hidden-xs">
<div class="col-md-12">
<h1 class="chit-chat-headline">Collaborate with classmates at any time</h1>
<h3 class="chit-chat-body">Coil enables students to <span class="textColorOrange">ask questions</span> and <span class="textColorOrange">get answers</span> from classmates or professors. Our users see a <span class="textColorOrange">reduction</span> in internal <span class="textColorOrange">email</span> and an <span class="textColorOrange">increase</span> in <span class="textColorOrange">collaboration,</span> which helps them enjoy a more pleasant and productive semester. Here at Coil, we know that no question is a dumb question but just in case, you can post <span class="textColorOrange">anonymously.</span> </h3>
<img id="chit-chat-image" src="/images/upload.png">
<img id="qa-image" src="/images/qa.png">
</div>
</div>
<div class="row row8-xs text-center visible-xs hidden-sm hidden-md hidden-lg">
<h1 class="chit-chat-headline-xs">Collaborate with classmates at any time.</h1>
<h3 class="chit-chat-body-xs">Coil enables students to <span class="textColorOrange">ask questions</span> and <span class="textColorOrange">get answers</span> from classmates or professors. Our users see a <span class="textColorOrange">reduction</span> in internal <span class="textColorOrange">email</span> and an <span class="textColorOrange">increase</span> in <span class="textColorOrange">collaboration,</span> which helps them enjoy a more pleasant and productive semester. Here at Coil, we know that no question is a dumb question but just in case, you can post <span class="textColorOrange">anonymously.</span> </h3>
<img id="chit-chat-image-xs" src="/images/upload.png">
<img id="qa-image-xs" src="/images/qa.png">
</div>
</div> <!-- coils -->
<footer>
<div class="row">
<div class="col-md-4">
<center><p id="usingCoilFooter"> using coil</p>
<div class="footerLinks">
<a href="/product.php"> product </a><br>
<a href="/proof.php"> inspiration </a>
</div></center>
</div>
<div class="col-md-4">
<center><span class="glyphicon glyphicon-heart" id="coilFooter" aria-hidden="true">coil</span>
<div class="footerLinks">
<!--<a id="policyLink" href="#"> policy </a><br>-->
<a href="mailto:support@coilapp.com?Subject=Hi%20again!" target="_top">contact us</a>
</div></center>
</div>
<div class="col-md-4">
<center><p id="handyLinksFooter">tool box</p></center>
<div class="footerLinks">
<a id="toolBox" href="#"> iOS app</a><br>
<a id="gurusLink" href="/windows/index.html">guru board</a>
</div>
</div>
</div>
</footer>
<!--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="canvas-confetti/js/coffee-script.js"></script>
<!--<script src="lib/typed.js" type="text/javascript"></script> -->
<script src="rotating-text/rotating-text.js"></script>
</body>
</html>