-
Notifications
You must be signed in to change notification settings - Fork 0
/
countdown.html
205 lines (176 loc) · 7.53 KB
/
countdown.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
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Being used for cryptex 2020
-->
<html>
<head>
<title>Coming Soon | Cryptex 2021</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="./favicon.png" type=image/x-icon>
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
Please enable JavaScript to view this content.
</noscript>
<meta name="google-site-verification" content="uJhwT9HLSQrR_66wcpWljYq0YEAP-LBVN7brwUAUpwA">
<meta name="title" content="Cryptex | 2021">
<meta name="description" content="Cryptex is the Online Treasure Hunt created and conducted by students of IIT Hyderabad under Elan and Nvision, IIT Hyderabad’s annual techno-cultural fest. It’s a 54-hour long event with carefully curated questions of increasing difficulty from levels 0 to 27. The questions are strictly logic-based and can lead you hunting to various corners of the internet for a clue.">
<meta name="keywords" content="Treasure Hunt, Online Quiz, Literary, Simulation Game, Strategy, Engineering, Cryptex, Cryptex 2021, Cryptex 2020, Cryptex OTH, OTH, Online Treasure Hunt, Elan, Elan Nvision, Nvision, Cryptex Elan">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<style>
/* general styling */
.countdownbox {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#main {
height: 100%;
margin: 0;
}
.countdown {
align-items: center;
background-color: #ffd54f;
display: flex;
padding-top: 15px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.countdown-container {
color: #ffd54f;
margin: 0 auto;
text-align: center;
}
.countdown-container h1 {
font-weight: normal;
letter-spacing: .125rem;
text-transform: uppercase;
}
.countdown-container li {
display: inline-block;
font-size: 1.5em;
list-style-type: none;
padding: 1em;
text-transform: uppercase;
}
.countdown-container li span {
display: block;
font-size: 4.5rem;
padding-bottom: 0.25em;
}
.message {
font-size: 4rem;
}
#content {
display: none;
padding: 1rem;
}
.emoji {
padding: 0 .25rem;
}
@media all and (max-width: 768px) {
h1 {
font-size: 1.5rem;
}
li {
font-size: 1.125rem;
padding: .75rem;
}
li span {
font-size: 3.375rem;
}
}
</style>
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<div>
<h1 id="logo" style="display: inline-block;"><a href="index.html">C R Y P T E X</a></h1>
<!-- <img src="elan-row-white-flat.png" height="50px" style="padding-left: 144px; padding-top: 16px;"/> -->
</div>
<nav id="nav">
<ul>
<li>
<a href="index.html">About</a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Privacy.html">Privacy Policy</a></li>
</ul>
</li>
<li>
<a href="./countdown.html">Leaderboard</a>
</li>
<li><a href="rules.html">Rules</a></li>
<li>
<a href="countdown.html" class="button primary">DIVE IN!</a>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2>Coming Soon</h2>
<p>This page will appear once Cryptex 2021 oficially begins.</p>
<p>Stay tuned!</p>
</header>
<!-- Lists -->
<section class="countdownbox">
<div class="countdown-container">
<h1 id="headline">Countdown to Cryptex 2021:</h1>
<div id="countdown.html">
<ul>
<li><span id="days"></span>days</li>
<li><span id="hours"></span>Hours</li>
<li><span id="minutes"></span>Minutes</li>
<li><span id="seconds"></span>Seconds</li>
</ul>
</div>
<div class="message">
<div id="content">
<span class="emoji">Happy Cryptex-ing!</span>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/elan_nvision?lang=en" class="icon brands alt fa-twitter"><span
class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/elan.iithyderabad/" class="icon brands alt fa-facebook-f"><span
class="label">Facebook</span></a></li>
<li><a href="https://in.linkedin.com/company/elan-nvision" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.instagram.com/elan_nvision.iith/?hl=en" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Cryptex 2021. All rights reserved.</li>
<li>Design: <a href="http://lambda.dev">Lambda,IIT Hyderabad</a></li>
</ul>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/newCountdown.js"></script>
</body>
</html>