-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
560 lines (428 loc) · 24 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
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
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>True Health</title>
<meta name="description" content="Color blindness testing platform">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/vendor.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script defer src="js/fontawesome/all.min.js"></script>
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="images/icons/cardiogram.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/icons/cardiogram.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/icons/cardiogram.png">
</head>
<body id="top">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader"></div>
</div>
<!-- header
================================================== -->
<header class="s-header">
<div class="row">
<div class="s-header__logo">
<a href="index.html">
<img src="images/icons/text.png" alt="Homepage">
</a>
</div>
<nav class="s-header__nav">
<ul>
<li class="current"><a class="smoothscroll" href="#home">Home</a></li>
<li><a class="smoothscroll" href="#industries">Industries</a></li>
<li><a class="smoothscroll" href="#test">Test</a></li>
<li><a class="smoothscroll" href="#fact">Facts</a></li>
<li><a class="smoothscroll" href="#contact">Contact</a></li>
</ul>
</nav>
<a class="s-header__menu-toggle" href="#0" title="Menu">
<span class="s-header__menu-icon"></span>
</a>
</div> <!-- end row -->
</header> <!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/backgnd.jpg" data-natural-width="3000" data-natural-height="2000">
<div class="s-home__content">
<div class="s-home__slider">
<div class="s-home__slide s-home__slide--1">
<div class="row">
<div class="column large-12 s-home__slide-text">
<h2>
I'm asking you not to be <span>color blind</span>, but to be color brave
</h2>
<p>
1 in 12 men and 1 in 200 women are affected by color blindness.
Are you one of them? Take your color blind test here
</p>
</div>
</div>
</div> <!-- end s-home__slide -->
<div class="s-home__slide s-home__slide--2">
<div class="row">
<div class="column large-12 s-home__slider-text">
<h2>
I've always expressed my thoughts in <span>color</span> but we remain blind
</h2>
<p>
Note: This is test is based off the standard Ishihara color plate test
</p>
</div>
</div>
</div> <!-- end s-home__slide -->
</div> <!-- end s-home__slider -->
</div> <!-- end s-home__content -->
<div class="s-home__nav-arrows">
<div class="s-home__arrow-prev">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12.707 17.293L8.414 13H18v-2H8.414l4.293-4.293-1.414-1.414L4.586 12l6.707 6.707z"/></svg>
</div>
<div class="s-home__arrow-next">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M11.293 17.293l1.414 1.414L19.414 12l-6.707-6.707-1.414 1.414L15.586 11H6v2h9.586z"/></svg>
</div>
</div> <!-- end s-home__nav-arrows -->
<div class="s-home__line"></div>
</section> <!-- end s-home -->
<!-- Industries
================================================== -->
<section id="industries" class="s-services target-section s-dark">
<div class="row section-head">
<div class="column large-3 medium-12" data-aos="fade-up">
<h2>Industries</h2>
<p class="desc">List of some Industries.</p>
</div>
<div class="column large-8 medium-12 align-x-right" data-aos="fade-up">
<p class="lead">
If you have complete color blindness, you can't see colors at all.
This is also called monochromacy, and it's quite uncommon.
Depending on the type, you may also have trouble seeing clearly and you may be more sensitive to light.
</p>
</div>
</div> <!-- end section-head -->
<div class="row block-large-1-3 block-medium-1-2 block-tab-full services-list">
<div class="column services-item" data-aos="fade-up">
<h5>Aviation</h5>
<p>
In order to safely fly the skies, it’s absolutely necessary for pilots to be able to effectively distinguish between colors.
Before becoming a pilot, you must complete a rigorous medical screening that includes a color blindness test.
Then you must get reoccurring checkups, each of which involves another test for color deficiency.
</p>
</div> <!-- end Industries-item -->
<div class="column services-item" data-aos="fade-up">
<h5>Military</h5>
<p>
There are always a “few good men” who are being turned away from the military due to a colorblind deficiency.
Despite record-high test scores and surpassing all other physical test requirements,
some men and women are barred from pursuing their dreams to serve in the military because they are unable to pass the color test as a part of their physical exam.
</p>
</div> <!-- end Industries-item -->
<div class="column services-item" data-aos="fade-up">
<h5>Coast Guard</h5>
<p>
The Coast Guard’s enduring roles are maritime safety, security, and stewardship.
In order to complete the tasks associated with these roles, these men and women must be able to quickly and accurately identify potential threats.
In cases where this requires them to see colors correctly, a Coast Guard officer with a color vision deficiency would not be able to effectively do his or her job.
</p>
</div> <!-- end Industries-item -->
<div class="column services-item" data-aos="fade-up">
<h5>Maritime</h5>
<p>
The maritime industry is a fast growing and dynamic field with many opportunities that are crucial to the transportation industry and world economy;
people turn to the oceans for resources such as food, transportation and energy.
These Seafarers must be creative and visionary to see the potential to use transportation and the oceans effectively.
</p>
</div> <!-- end Industries-item -->
<div class="column services-item" data-aos="fade-up">
<h5>Railroad</h5>
<p>
Reading signals is paramount for daily operations of railroad engineering.
Railroad engineers are required to pass a variety of colorblind tests that those who suffer from a colorblind deficiency will not be able to pass unless using some type of color corrector.
ColorMax has the first FDA approved Color Vision Enhancement Lenses.
</p>
</div> <!-- end Industries-item -->
<div class="column services-item" data-aos="fade-up">
<h5>Law Enforcement</h5>
<p>
Most police departments require the passage of the Ishihara Color Plate test before recruiting a new member.
Fortunately, our ColorCorrection System has a 100 percent success rate for such tests.
Many men and women in uniform on the streets today used either our color corrector contact lenses in order to qualify for law enforcement service.
</p>
</div> <!-- end Industries-item -->
</div> <!-- end Industries-list -->
</section> <!-- end Industries -->
<!-- Test
================================================== -->
<section id="test" class="s-portfolio target-section">
<div class="row section-head">
<div class="column large-3 medium-12" data-aos="fade-up">
<h2>Test</h2>
<p class="desc">Check out color blindness </p>
</div>
<div class="column large-8 medium-12 align-x-right" data-aos="fade-up">
<p class="lead">
Simply look at the symbols below and enter the numbers that you can see.
You’ll get an instant result that will help you if you are struggling with color blindness, and which colors are more problematic.
</p>
</div>
</div> <!-- end section-head -->
<div class="row block-large-1-3 block-medium-1-2 block-mob-full folio-list">
<div class="column folio-item" data-aos="fade-up">
<img src="images/test/2.jpg"
srcset="images/test/2.jpg 1x,
<span class="folio-item__text">
<a href="#modal-01" class="folio-item__thumb" data-lity>
<input type="button" onclick="test1()" value="Check" style="float: right"></a>
<div style="overflow: hidden; padding-right: .5em;">
<input type="number" id="test-number1" style="width: 100%;" placeholder=" Enter the number" />
</div>
</span>
</div> <!-- end test-item -->
<div class="column folio-item" data-aos="fade-up">
<img src="images/test/5.jpg"
srcset="images/test/5.jpg 1x,
<span class="folio-item__text">
<a href="#modal-02" class="folio-item__thumb" data-lity>
<input type="button" onclick="test2()" value="Check" style="float: right"></a>
<div style="overflow: hidden; padding-right: .5em;">
<input type="number" id="test-number2" style="width: 100%;" placeholder=" Enter the number" />
</div>
</span>
</div> <!-- end test-item -->
<div class="column folio-item" data-aos="fade-up">
<img src="images/test/0.jpg"
srcset="images/test/0.jpg 1x,
<span class="folio-item__text">
<a href="#modal-03" class="folio-item__thumb" data-lity>
<input type="button" onclick="test3()" value="Check" style="float: right"></a>
<div style="overflow: hidden; padding-right: .5em;">
<input type="number" id="test-number3" style="width: 100%;" placeholder=" Enter the number" />
</div>
</span>
</div> <!-- end test-item -->
<div class="column folio-item" data-aos="fade-up">
<img src="images/test/8.jpg"
srcset="images/test/8.jpg 1x,
<span class="folio-item__text">
<a href="#modal-04" class="folio-item__thumb" data-lity>
<input type="button" onclick="test4()" value="Check" style="float: right"></a>
<div style="overflow: hidden; padding-right: .5em;">
<input type="number" id="test-number4" style="width: 100%;" placeholder=" Enter the number" />
</div>
</span>
</div> <!-- end test-item -->
<div class="column folio-item" data-aos="fade-up">
<img src="images/test/4.jpg"
srcset="images/test/4.jpg 1x,
<span class="folio-item__text">
<a href="#modal-05" class="folio-item__thumb" data-lity>
<input type="button" onclick="test5()" value="Check" style="float: right"></a>
<div style="overflow: hidden; padding-right: .5em;">
<input type="number" id="test-number5" style="width: 100%;" placeholder=" Enter the number" />
</div>
</span>
</div> <!-- end test-item -->
<div class="column folio-item" data-aos="fade-up">
<img src="images/test/9.jpg"
srcset="images/test/9.jpg 1x,
<span class="folio-item__text">
<a href="#modal-06" class="folio-item__thumb" data-lity>
<input type="button" onclick="test6()" value="Check" style="float: right"></a>
<div style="overflow: hidden; padding-right: .5em;">
<input type="number" id="test-number6" style="width: 100%;" placeholder=" Enter the number" />
</div>
</span>
</div> <!-- end test-item -->
</div> <!-- end test-list -->
<!-- Modal Popup
=========================================================== -->
<div id="modal-01" class="modal-popup lity-hide">
<div class="modal-popup__desc">
<h5 id="test-print1"></h5>
<p id="test-para1"></p>
</div>
</div> <!-- end modal-01 -->
<div id="modal-02" class="modal-popup lity-hide">
<div class="modal-popup__desc">
<h5 id="test-print2"></h5>
<p id="test-para2"></p>
</div>
</div><!-- end modal-02 -->
<div id="modal-03" class="modal-popup lity-hide">
<div class="modal-popup__desc">
<h5 id="test-print3"></h5>
<p id="test-para3"></p>
</div>
</div><!-- end modal-03 -->
<div id="modal-04" class="modal-popup lity-hide">
<div class="modal-popup__desc">
<h5 id="test-print4"></h5>
<p id="test-para4"></p>
</div>
</div><!-- end modal-04 -->
<div id="modal-05" class="modal-popup lity-hide">
<div class="modal-popup__desc">
<h5 id="test-print5"></h5>
<p id="test-para5"></p>
</div>
</div><!-- end modal-05 -->
<div id="modal-06" class="modal-popup lity-hide">
<div class="modal-popup__desc">
<h5 id="test-print6"></h5>
<p id="test-para6"></p>
</div>
</div><!-- end modal-06 -->
</section> <!-- end popup section -->
<!-- fact
================================================== -->
<section id="fact" class="s-blog target-section s-dark">
<div class="row section-head">
<div class="column large-3 medium-12" data-aos="fade-up">
<h2>Facts</h2>
<p class="desc">You may not have known about colorblindness…</p>
</div>
</div> <!-- end section-head -->
<!-- fact Entries -->
<div class="blog-entries">
<article class="blog-entry" data-aos="fade-up">
<div class="row blog-entry__header">
<div class="blog-entry__avatar">
<img src="images/icons/bigender.png" alt="Naruto Uzumaki" />
</div>
<div class="column large-12 w-1000-stack blog-entry__title">
<h3 class="h2">Gender</h3>
</div>
</div> <!-- end fact-entry__header -->
<div class="row">
<div class="column large-12 w-1000-stack blog-entry__content">
<p>
Color blindness is not gender blind. In fact it is much more common among men.
It affects 1 in every 12 males in this country but less than 1 in every 200 females.
</div>
</div>
</article> <!-- end fact-entry -->
<article class="blog-entry" data-aos="fade-up">
<div class="row blog-entry__header">
<div class="blog-entry__avatar">
<img src="images/icons/facebook (2).png" alt="Shikamaru Nara" />
</div>
<div class="column large-12 w-1000-stack blog-entry__title">
<h3 class="h2">
Facebook
</h3>
</div>
</div> <!-- end fact-entry__header -->
<div class="row">
<div class="column large-12 w-1000-stack blog-entry__content">
<p>
Facebook is blue because its founder, Mark Zuckerberg, suffers from red-green color blindness.
</div>
</div>
</article> <!-- end fact-entry -->
<article class="blog-entry" data-aos="fade-up">
<div class="row blog-entry__header">
<div class="blog-entry__avatar">
<img src="images/icons/animal-track (1).png" alt="Sasuke Uchiha" />
</div>
<div class="column large-12 w-1000-stack blog-entry__title">
<h3 class="h2">
Animals
</h3>
</div>
</div> <!-- end fact-entry__header -->
<div class="row">
<div class="column large-12 w-1000-stack blog-entry__content">
<p>
Dogs, cats and rabbits see mostly gray.
Monkeys have strong color vision while bees and butterflies have superior vision and can see colors humans can’t even see.
</div>
</div>
</article> <!-- end fact-entry -->
</div> <!-- end fact entries -->
</section> <!-- end s-fact -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact target-section s-dark">
<div class="row section-head">
<div class="column large-3 medium-12">
<h2>Contact Me</h2>
<p class="desc">Get in touch</p>
</div>
</div> <!-- end section-head -->
<div class="row s-contact__content">
<div class="column large-7 medium-12">
<h3 class="display-1">
Thank you very much for using my platform. Did missed any fields? Send me a suggestion
</h3>
<div class="s-contact__email-us">
<a href="mailto:subinsasi0@gmail.com" class="btn btn--primary h-full-width">Email</a>
</div>
</div>
<div class="column large-4 medium-12 s-contact__info-blocks">
<div class="row">
<div class="column large-12 medium-6 tab-12">
<div class="s-contact__info-block">
<span class="s-contact__info-block-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M12 14c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2z"/><path d="M11.42 21.814a.998.998 0 001.16 0C12.884 21.599 20.029 16.44 20 10c0-4.411-3.589-8-8-8S4 5.589 4 9.995c-.029 6.445 7.116 11.604 7.42 11.819zM12 4c3.309 0 6 2.691 6 6.005.021 4.438-4.388 8.423-6 9.73-1.611-1.308-6.021-5.294-6-9.735 0-3.309 2.691-6 6-6z"/></svg>
</span>
<h5>Find me here</h5>
<p>
kozhikode, Kerala, India - 673580 <br>
</p>
</div> <!-- end s-contact__info-block -->
</div>
<div class="column large-12 medium-6 tab-12">
<div class="s-contact__info-block">
<span class="s-contact__info-block-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M17.707 12.293a.999.999 0 00-1.414 0l-1.594 1.594c-.739-.22-2.118-.72-2.992-1.594s-1.374-2.253-1.594-2.992l1.594-1.594a.999.999 0 000-1.414l-4-4a.999.999 0 00-1.414 0L3.581 5.005c-.38.38-.594.902-.586 1.435.023 1.424.4 6.37 4.298 10.268s8.844 4.274 10.269 4.298h.028c.528 0 1.027-.208 1.405-.586l2.712-2.712a.999.999 0 000-1.414l-4-4.001zm-.127 6.712c-1.248-.021-5.518-.356-8.873-3.712-3.366-3.366-3.692-7.651-3.712-8.874L7 4.414 9.586 7 8.293 8.293a1 1 0 00-.272.912c.024.115.611 2.842 2.271 4.502s4.387 2.247 4.502 2.271a.991.991 0 00.912-.271L17 14.414 19.586 17l-2.006 2.005z"/></svg>
</span>
<h5>Say hello</h5>
<p>
subinsasi0@gmail.com <br>
</p>
</div> <!-- end s-contact__info-block -->
</div>
</div> <!-- end row -->
</div> <!-- end s-contact__info-blocks -->
</div> <!-- end s-contact__content -->
</section> <!-- end s-contact -->
<!-- footer
================================================== -->
<footer class="s-footer">
<div class="row">
<div class="column large-4 medium-6 w-1000-stack s-footer__social-block">
<ul class="s-footer__social">
<li><a href="https://twitter.com/sasi_subin?t=mEZ4biKzq2WA5RmzPvwsJQ&s=09"><i class="fab fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/subin_sasi_/"><i class="fab fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/subin-sasi"><i class="fab fa-linkedin-in" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="column large-7 medium-6 w-1000-stack ss-copyright">
<span>Created 2022</span>
<span><a href="https://sub1n.netlify.app/">Subin Sasi</a></span>
</div>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 4h12v2H6zm5 10v6h2v-6h5l-6-6-6 6z"/></svg>
</a>
</div> <!-- end ss-go-top -->
</footer>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/test.js"></script>
</body>
</html>