-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathindex.html
More file actions
232 lines (215 loc) · 9.58 KB
/
index.html
File metadata and controls
232 lines (215 loc) · 9.58 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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Material Design fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap Material Design -->
<link href="css/bootstrap-material-design.css" rel="stylesheet">
<link href="css/ripples.min.css" rel="stylesheet">
<!-- Font Awesome-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Into.js CSS file -->
<link rel="stylesheet" type="text/css" href="css/introjs.min.css">
<!-- Custom CSS files -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="css/switch.css">
<link rel="stylesheet" href="css/slider.css">
<!-- // <script src="js/ga.js"></script> -->
<title>Challenge Hunt</title>
</head>
<body>
<!-- Main component -->
<div class="bs-component">
<!-- Navbar Begins-->
<ul class="nav" data-step="1" data-intro="Welcome to the redesigned Challenge Hunt app! We've added some major new features! Let's start with category bar. You can easily switch between different types of challenges from here.">
<li role="presentation" style="border-bottom: 3px solid #fff;"><a class="navItem selected" href="#contests">Contests</a></li>
<li role="presentation"><a class="navItem" href="#hackathons">Hackathons</a></li>
<li role="presentation"><a class="navItem" href="#hiring">Hiring</a></li>
<li role="presentation"><a class="navItem" href="#datascience">DataScience</a></li>
</ul>
<!-- Navbar Ends-->
<div class="settingsPane">
<div class="categories">
<p class="activeCategory">Active(Ongoing)</p>
<p class="upcomingCategory">Upcoming</p>
</div>
<div class="switch" data-step="2" data-intro="Easily change fromactive to upcoming challenges">
<input id="cmn-toggle-4" class="cmn-toggle cmn-toggle-round-flat" type="checkbox">
<label for="cmn-toggle-4"></label>
</div>
<div class="settings dropdown" data-step="3" data-intro="Opens the settings menu. You can select your favorite platforms from here.">
<i class="fa fa-cog fa-Icon dropdown-toggle" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"></i>
<ul class="dropdown-menu" style="position: absolute; left: -150px;" aria-labelledby="dropdownMenu1">
<li><a href="#" data-toggle="modal" class="optionsMenu" data-target="#optionsModal">Options</a></li>
<li role="separator" class="divider"></li>
<li><a href="#" data-toggle="modal" class="optionsMenu" data-target="#optionsModal">Add a contest/hackathon</a></li>
</ul>
</div>
</div>
<div class="settingsPane" id="sortPane">
<div class="categories">
<p class="sortLabel">Sort by Duration(Shorter First) - beta</p>
</div>
<div class="switch" data-step="2" data-intro="Easily change fromactive to upcoming challenges" style="margin-right:63px">
<input id="sort-toggle" class="cmn-toggle cmn-toggle-round-flat" type="checkbox">
<label for="sort-toggle"></label>
</div>
</div>
</div>
<!-- Cards Begin-->
<!-- Contests Cards Begins-->
<div class="cards" id="Contests">
</div>
<!-- Contests Cards Ends-->
<!-- Hackathons Cards Begins-->
<div class="cards" id="Hackathons">
</div>
<!-- Hackathons Cards Ends-->
<!-- Hiring Cards Begins-->
<div class="cards" id="Hiring">
</div>
<!-- Hiring Cards Ends-->
<!-- DataScience Cards Begins-->
<div class="cards" id="DataScience">
</div>
<!-- DataScience Cards Ends-->
<div class="footer">
<a href="https://github.com/ChallengeHunt/challengehunt/issues/new" target="_blank" class="footerLinks" style="width: 30%;text-align: center;">Bugs/Suggestions?</a>
<a href="https://github.com/ChallengeHunt/challengehunt" target="_blank" class="footerLinks" style="width: 30%;text-align: center;"><i class="fa fa-github"></i> Star Repo</a>
<a href="#" id="help" class="footerLinks" style="width: 20%;text-align: right;margin-right:18px;" data-step="4" data-intro="If you want to restart this tutorial just click here. Visit http://bit.ly/chhelp for more information." data-position="top">Help</a>
</div>
</div>
<!-- Cards Ends-->
<!-- main component ends -->
<!-- Modal Begins-->
<div class="modal fade" id="optionsModal" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Options</h4>
</div>
<div class="modal-body">
<div class="checkBoxes">
<div class="headerCheckbox">
<p class="checkboxHeader">Choose Your Favourites</p>
<i class="fa fa-heart checkboxIcon"></i>
</div>
<div class="checkbox oddCheckbox">
<label>
<input name="hosts" value="ctftime.org" id="CftTime" type="checkbox">CftTime
</label>
</div>
<div class="checkbox evenCheckbox">
<label>
<input name="hosts" value="codechef.com" id="CodeChef" type="checkbox">CodeChef
</label>
</div>
<div class="checkbox oddCheckbox">
<label>
<input name="hosts" value="codeforces.com" id="CodeForces" type="checkbox">CodeForces
</label>
</div>
<div class="checkbox evenCheckbox">
<label>
<input name="hosts" value="google.com/codejam" id="CodeJam" type="checkbox">CodeJam
</label>
</div>
<div class="checkbox oddCheckbox">
<label>
<input name="hosts" value="facebook.com/hackercup" id="HackerCup" type="checkbox">HackerCup
</label>
</div>
<div class="checkbox evenCheckbox">
<label>
<input name="hosts" value="hackerearth.com" id="HackerEarth" type="checkbox">HackerEarth
</label>
</div>
<div class="checkbox oddCheckbox">
<label>
<input name="hosts" value="hackerrank.com" id="HackerRank" type="checkbox">HackerRank
</label>
</div>
<div class="checkbox evenCheckbox">
<label>
<input name="hosts" value="kaggle.com" id="Kaggle" type="checkbox">Kaggle
</label>
</div>
<div class="checkbox oddCheckbox">
<label>
<input name="hosts" value="spoj.com" id="Spoj" type="checkbox">Spoj
</label>
</div>
<div class="checkbox evenCheckbox">
<label>
<input name="hosts" value="russiancodecup.ru" id="RussianCodecup" type="checkbox">RussianCodecup
</label>
</div>
<div class="checkbox oddCheckbox">
<label>
<input name="hosts" value="topcoder.com" id="TopCoder" type="checkbox">TopCoder
</label>
</div>
<div class="checkbox evenCheckbox">
<label>
<input name="hosts" value="ipsc.ksp.sk" id="IPSC" type="checkbox">IPSC
</label>
</div>
<div class="checkbox oddCheckbox">
<label>
<input name="hosts" value="usaco.org" id="USACO" type="checkbox">USACO
</label>
</div>
<div class="checkbox evenCheckbox">
<label>
<input name="hosts" value="marathon24.com" id="Marathon24" type="checkbox">Marathon24
</label>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary" id="saveButton">Save changes</button>
</div>
</div>
</div>
</div>
<!-- Modal Ends-->
<!-- Loader Starts-->
<div class="loader">
<div class="dots">
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7" result="goo" />
<feBlend in="SourceGraphic" in2="goo" />
</filter>
</defs>
</svg>
<p class="text">Loading...Please Wait....</p>
</div>
<!-- Loader Ends-->
<script src="js/jquery-2.1.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script src="js/intro.min.js"></script>
<script src="js/material.min.js"></script>
<script src="js/ripples.min.js"></script>
<script src="js/popup.js"></script>
<script src="/js/materialicons.min.js"></script>
<script src="js/init.js"></script>
<script src="js/helpers.js"></script>
<script src="js/sort.js"></script>
</body>
</html>