-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (92 loc) · 4.83 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0" name="viewport">
<meta content="NONE,NOARCHIVE" name="robots"/>
<meta property="og:title" content="Thought Processors"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://processors.netlify.app"/>
<meta property="og:image" content="https://processors.netlify.app/static/images/landing.png"/>
<title>Home | Thought Processors</title>
<link href="static/images/logo-small-round.png" rel="icon" type="image/png">
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.99.0/css/materialize.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400|Quicksand:300,400" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="static/css/common.css" rel="stylesheet">
<!--[if IE]>
<link rel="stylesheet" href="static/css/ie.css">
<![endif]-->
<link href="static/css/index.css" rel="stylesheet">
</head>
<body class="" data-admin-utc-offset='19800'>
<div class="wrapper">
<div class="banner">
<div class="navbar-fixed">
<nav class="z-depth-0">
<div class="nav-wrapper">
<a class="button-collapse" data-activates="mobile-demo" href="#">
<i class="material-icons">menu</i>
</a>
<a class="brand-logo hide-on-med-and-down" href="#">
<img src="static/images/logo-diagonal.png">
</a>
<ul class="right hide-on-med-and-down">
<li><a href="/"> Home </a></li>
<li><a href="/team/"> Team </a></li>
<li><a href="/events/"> Events </a></li>
<li><a href="/odyssey/"> Odyssey </a></li>
<li><a href="/leaderboard/"> Leaderboard </a></li>
</ul>
</div>
</nav>
</div>
<ul class="side-nav" id="mobile-demo">
<li><a href="/"> Home </a></li>
<li><a href="/team/"> Team </a></li>
<li><a href="/events/"> Events </a></li>
<li><a href="/odyssey/"> Odyssey </a></li>
<li><a href="/leaderboard/"> Leaderboard </a></li>
</ul>
<div class="flex-container">
<img class="photo wow animated fadeIn" data-wow-delay="0.5s" src="static/images/logo-small-round.png">
</div>
</div>
<div class="container" id="about">
<div class="section"></div>
<div class="row">
<div class="col s10 offset-s1 m6 offset-m3 l4 offset-l4">
<img class="photo-full wow animated fadeIn" src="static/images/logo.png"
style="padding-top: 20px; padding-bottom: 20px;">
</div>
<div class="col s12">
<p class="wow animated fadeIn" data-wow-delay="0.1s">At Thought Processors, we constantly endeavour to design
creative events that enable people to discover new things differently.</p>
<p class="wow animated fadeIn" data-wow-delay="0.2s">Our journey began with <a
href="/events/">Perplexor</a>, an online cryptic hunt, held in June 2017. Since then, we've added numerous iterations to our series of cryptic hunts, with the latest being <a
href="/odyssey/">Odyssey</a>. And we're not stopping here; our
plan is to branch out to other online events (such as hackathons!) in the future.
<p class="wow animated fadeIn" data-wow-delay="0.3s">We’ve spent hours in intelligently
crafting puzzles that are sure to leave you baffled, and we hope that you will return the favor by
putting in the hard yards in solving them. After all, there’s nothing more satisfying than
that ‘Aha!’ moment when it all clicks - and that alone makes it all worth it.</p>
<p class="wow animated fadeIn" data-wow-delay="0.4s">In the past, we have also used our ticketed hunts to
help ensure a happy and healthy childhood for underprivileged children in India. We've donated 100% of the
amount collected from registrations to <a href="https://goonj.org/" target="_blank">Goonj</a>,
a non-profit organization that helps in the upliftment of children in need.</p>
<p class="wow animated fadeIn" data-wow-delay="0.5s">So, are you ready to lose some hair and
stay up all night, all while giving back to society? <a href="/register/">Join us now!</a></p>
</div>
</div>
<div class="section"></div>
</div>
</div>
<footer>© 2020 Thought Processors</footer>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.99.0/js/materialize.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script src="static/js/common.js"></script>
<script src="static/js/index.js"></script>
</body>
</html>