-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
500 lines (437 loc) · 14.1 KB
/
index.html
File metadata and controls
500 lines (437 loc) · 14.1 KB
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
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Early Future</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Oswald|Lato' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<style>
/*http://paletton.com/#uid=43R0u0kllllt4clpcgQhupQdBul*/
body {
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
font-family: 'Roboto', sans-serif;
}
i {
font-size: 10px !important;
margin: 1%;
}
.wrap {
position: absolute;
width: 100%;
height: 100%;
/*text-align: center;*/
filter: blur(100px);
}
.topBar {
position: fixed;
top: 0;
width: 100%;
height: 40px;
background-color: rgb(27, 220, 255);
z-index: 3;
-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
}
.logo {
width: 20%;
height: 40px;
position: relative;
margin-left: 20px;
font-family: Oswald;
font-size: 25px;
color: #000;
float: left;
}
.tab {
width: auto;
height: 40px;
text-align: center;
position: relative;
font-family: Oswald;
font-size: 20px;
color: #000;
float: right;
line-height: 40px;
vertical-align: middle;
margin-left: 10px;
margin-right: 10px;
}
.selected {
text-decoration: underline;
font-weight: bold;
}
.large {
font-size: 30px !important;
}
.largetop {
font-size: 40px;
}
.top {
background: url("top-background.jpg") no-repeat center center fixed;
background-size: cover;
height: 100vh;
width: 100vw;
vertical-align: middle;
z-index: 1;
}
.topOverlay {
height: 100vh;
width: 100vw;
background-color: rgba(219, 219, 219, 0.51);
vertical-align: middle;
z-index: 2;
}
.imageContainer {
position: relative;
text-align: center;
background-color: white;
width: 100%;
}
.topContainer {
padding-left: 15%;
padding-right: 15%;
height: auto;
margin: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
text-align: center;
}
.description {
width: 100%;
text-align: center;
font-size: 60px;
font-family: 'Lato', sans-serif;
color: #000;
}
.button {
width: 300px;
border: 2px solid black;
font-family: 'Lato', sans-serif;
font-size: 30px !important;
margin: 0 auto;
background-color: #CE965D;
}
.innerContent {
position: relative;
padding-left: 15%;
padding-right: 15%;
padding-top: 5%;
padding-bottom: 5%;
height: 500px;
}
.innerFull {
position: relative;
height: 600px;
}
.bold {
font-size: 45px;
color: black;
border-bottom: 2px solid rgb(27, 220, 255);
}
.odd {
background-color: rgba(103, 103, 103, 0.75);
}
.even {
background-color: rgba(155, 155, 155, 0.75);
}
.container {
width: 100%;
}
.mainTitle {
float: left;
color: #000;
font-family: 'Oswald', sans-serif;
font-size: 70px;
width: 100%;
vertical-align: middle;
text-align: left;
position: relative;
display: block;
margin-bottom: 5%;
}
.title {
float: left;
color: #000;
font-family: 'Oswald', sans-serif;
font-size: 70px;
width: 100%;
vertical-align: middle;
text-align: left;
position: relative;
display: block;
margin-bottom: 5%;
border-bottom: 5px solid rgb(27, 220, 255);
}
.innerContainer {
position: relative;
display: block;
width: 100%;
float: left;
text-align: center;
}
.wideImage {
max-height: 100%;
max-width: 100%;
}
.imageOverlay {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(103, 103, 103, 0.75);
}
.imageOverlayText {
position: absolute;
font-size: 85px;
font-weight: bold;
width: 100%;
letter-spacing: 6px;
top: 30%;
color: rgb(27, 220, 255);
}
.downArrow {
width: 60px;
height: 60px;
position: absolute;
bottom: 10px;
left: 48%;
}
.lineHolder {
width: 100%;
border-top: 6px solid black;
height: 329px;
position: relative;
}
.lineLeft {
width: 50%;
position: relative;
float: left;
height: 100%;
text-align: center;
border-right: solid 6px black;
}
.lineRight {
width: 49.5%;
float: right;
position: relative;
height: 100%;
}
.splitText {
width: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
text-align: center;
}
.aboutImage {
display: inline-block;
vertical-align: middle;
width: 300px;
height: 300px;
border: 2px solid #000;
border-radius: 50%;
}
.visionImage {
border-radius: 50%;
border: 2px solid #000;
height: 150px;
max-width: 100%;
}
.catapultImage {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: 200px;
border: 2px solid #000;
border-radius: 50%;
}
.halfText {
font-family: 'Lato', sans-serif;
font-size: 20px;
display: inline-block;
vertical-align: middle;
max-width: 50%;
margin-left: 3%;
}
.fullText {
font-family: 'Lato', sans-serif;
font-size: 45px;
display: inline-block;
vertical-align: middle;
width: 100%;
top: 10%;
margin-top: 2%;
margin-bottom: 2%;
}
.centerAlign {
text-align: center;
}
.leftAlign {
text-align: left;
}
.bottom {
text-align: center;
width: 100%;
height: 80px;
}
.bottomText {
font-family: 'Oswald', sans-serif;
height: 80px;
font-size: 20px;
line-height: 80px;
vertical-align: middle;
}
.verticalCenter {
position: relative;
top: 50%;
transform: translateY(-50%);
}
</style>
<script>
var height = ($(window).height());
var divHeight = 600;
var start = height - divHeight / 2;
var selectedTab;
$(window).scroll(checkScroll);
function checkScroll() {
var scroll = $(window).scrollTop();
if (scroll <= start) {
if (selectedTab != "top") {
selectedTab = "top";
$(".tab").removeClass("selected");
}
}
else if (scroll > start + 2 * divHeight && scroll <= start + 3 * divHeight) {
if (selectedTab != "catapult") {
selectedTab = "catapult";
$(".tab").removeClass("selected");
$("#what").addClass("selected")
}
}
else if (scroll > start + 3 * divHeight && scroll <= start + 4 * divHeight) {
if (selectedTab != "partners") {
selectedTab = "partners";
$(".tab").removeClass("selected");
$("#why").addClass("selected")
}
}
else if (scroll > start + 4 * divHeight && scroll <= start + 5 * divHeight) {
if (selectedTab != "news") {
selectedTab = "news";
$(".tab").removeClass("selected");
$("#contact").addClass("selected")
}
}
else {
if (selectedTab != "top") {
selectedTab = "top";
$(".tab").removeClass("selected");
}
}
}
</script>
</head>
<body>
<div class="wrap">
<div class="topBar">
<div class="logo">Early Future</div>
<div class="tab" id="contact">Contact Us</div>
<div class="tab" id="why">Why Get Involved</div>
<div class="tab" id="what">What We Do</div>
</div>
<!--top-->
<div class="top">
<div class="topOverlay">
<div class="topContainer">
<div class="description">
Let's <br> #EmpowerTheChange
</div>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="about innerContent even">
<div class="mainTitle centerAlign verticalCenter">Underprivileged Youth Aren't Succeeding in Education
and Beyond
</div>
</div>
<div class="why innerFull odd">
<div class="imageContainer">
<div class="imageOverlay">
<div class="imageOverlayText"> Why?</div>
<img class="downArrow"
src="double-chevron-down.png">
</div>
<img src='people.jpg' border='0' alt="people" />
<!--<img src="http://postimg.org/image/4neek466f/" class="wideImage">-->
</div>
<div class="lineHolder">
<div class="lineLeft">
<div class="splitText large"> Lack of Advocates (eg. Positive Academic Role Model)</div>
</div>
<div class="lineRight">
<div class="splitText large"> Lack of Knowledge of Beneficial Practices (eg. Knowing to Network
in University)
</div>
</div>
</div>
</div>
<div class="vision innerContent even">
<div class="title">What We Do</div>
<div class="innerContainer">
<div class="fullText centerAlign largetop"> We partner with companies in varying industries to
provide
office
visits to underprivileged youth.
</div>
<!--<div class="fullText centerAlign">At Early Future, our mission is to empower underprivileged-->
<!--youth so that they achieve success with education. <br>-->
<!--<!–<img class="visionImage" src="vision.jpg"> <br>–>-->
<!--<iframe src="https://onedrive.live.com/embed?cid=B0BEA9D39AF6B760&resid=B0BEA9D39AF6B760%211074&authkey=AH05Uwvr1XgLJoI"-->
<!--class="visionImage" scrolling="no"></iframe>-->
<!--<br>-->
<!--We believe that by showing them how far they can reach with education as-->
<!--well as providing them with the necessary knowledge of practices that will-->
<!--benefit their development and course to career path, we will help keep youth-->
<!--off the street, set them up for to succeed within post-secondary and ultimately-->
<!--reduce poverty-->
<!--</div>-->
</div>
</div>
<div class="catapult innerContent odd">
<div class="title">Why Get Involved</div>
<div class="fullText centerAlign largetop">
46% of high school graduates from the lower income quartile pursue a higher education<br>
+ <br>
1 in 7 graduates come from this quartile<br>
= <br>
<b class="bold">Significant Problem</b>
</div>
</div>
<div class="contact innerContent even">
<div class="title">Lets Make a Change</div>
<div class="innerContainer">
<div class="fullText">
<div class="largetop">Richard Ren
<br>
President and Founder<br>
e: EarlyFutureOrg@gmail.com<br>
m: (416)-823-2878<br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bottom odd">
<div class="bottomText">Website by Spencer Canner</div>
</div>
</div>
</body>
</html>