-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
299 lines (226 loc) · 10.7 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
<!DOCTYPE html>
<html>
<html>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="keywords" content="Turington, Ramanujan College, Delhi University, Alan Turing, Clash of Gamers, COG, Chitti 2.0, Robot car racing, Coding, PHP, C++, javascript, JAVA, Python, Ligtening Talks, Pictionary, Assemble, Pubg, Counter Strike, Treasure Hunt, QR Hunt, QR, Url hunter, web hunter, RC-Hack, Doodling, Ramanujan, DU, Technical, Tech, Fest">
<meta name="title" content="Turington 2k19 — The annual technical fest of Ramanujan College">
<meta name="description" content="The annual technical fest of Department of Computer Science, Ramanujan College, Delhi University. Turington is the annual technical fest of Ramanujan College. With many technical and our signature non-technical events with our own technical innovation. Prizes of 1 lac at stake. Come and experience the best time of your life at Turington 2k20.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://turington.in">
<meta property="og:site_name" content="Turington 2k19">
<meta property="og:title" content="Turington 2k19">
<meta property="og:description" content="The annual technical fest of Ramanujan College, Delhi University.">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Turington 2k19">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://turington.in">
<meta name="twitter:site_name" content="Turington 2k19">
<meta name="twitter:title" content="Turington 2k19">
<meta name="twitter:description" content="The annual technical fest of Department of Computer Science, Ramanujan College, Delhi University.">
<meta name="twitter:type" content="website">
<meta name="twitter:image:alt" content="Turington 2k19 logo">
<title>TuringTon 2k20</title>
<!-- Logo on tab -->
<link rel="icon" href="img/turington logo.jpeg">
<!-- Add social media icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--our css files-->
<link rel="stylesheet" href="stylesheets/index.css">
<link rel="stylesheet" href="stylesheets/contacts.css">
<link rel="stylesheet" href="stylesheets/navBar.css">
<link rel="stylesheet" href="stylesheets/events.css">
<link rel="stylesheet" href="stylesheets/sponsors.css">
<link rel="stylesheet" href="stylesheets/timer.css">
<link rel="stylesheet" href="stylesheets/commic.css">
<link rel="stylesheet" href="stylesheets/gallery.css">
<!--google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Quicksand" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Chelsea+Market" rel="stylesheet">
<script type="text/javascript" src="data.js"></script>
</html>
<body>
<div id="intro">
<!--<div id="happy" class="commic"></div>-->
<!--<div id="plane" class="commic"></div>-->
<div id="turingtonHeading">
Turington
</div>
27<sup>th</sup> - 28<sup>th</sup> Feb '20<br>
<hr class="" style="width: 20%; background-color: white; color: white; ">
<a href="https://goo.gl/maps/BLQd36xpo532" class="fa fa-2x fa-map-marker" style="display: inline;" ></a>
Annual Techfest of Ramanujan College,<br>
University of Delhi<br><br>
<div id="timer">
<div>
<center>
<div class="timerBox" id="days"></div>
<div class="timerLabel">Days</div>
</center>
</div>
<div>
<center>
<div class="timerBox" id="hours"></div>
<div class="timerLabel">Hours</div>
</center>
</div>
<div>
<center>
<div class="timerBox" id="minutes"></div>
<div class="timerLabel">Minutes</div>
</center>
</div>
<script>
setTimer();
</script>
</div>
</div>
<div id="navButton" class="navButton" onclick="toggleNav(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div id="navBar" class="navBar hideNavBar" onclick="toggleNav(this)">
<center>
<a href="index.html#intro">HOME</a>
<a href="index.html#about">ABOUT</a>
<a href="index.html#events">EVENTS</a>
<!--
<a href="speakers.html">SPEAKERS</a>
<a href="team.html">TEAM</a>
-->
<a href="https://www.flickr.com/photos/187080632@N03/albums">GLIMPSES</a>
<a href="index.html#sponsors">SPONSORS</a>
<a href="index.html#contacts">CONTACTS</a>
</center>
</div>
<script>
function toggleNav(y)
{
var x = document.getElementById("navButton");
x.classList.toggle("change");
var navBar = document.getElementById("navBar");
if(x.classList.contains("change"))
navBar.className="navBar";
else
navBar.className="navBar hideNavBar";
}
</script>
<div id="about">
<p class="heading" >< About /></p>
Named after the greatest computer scientist of all times, Alan Turing, Turington is an inter college fest organized by the Department of Computer Science, Ramanujan College (University of Delhi). Turington is about showing off the research and innovations. It is about promoting the technology on the largest possible scale to the common in the best possible way. It is about celebration, also promotion of hard-work. We invite people, scholars and students from all fields to visit as audience.
</div>
<div id="events">
<p class="heading">< Our Event Box /></p>
<div id="eventsContainer"></div>
</div>
<script>
updateEvents();
</script>
<hr class="line">
<div id="sponsors">
<p class="heading" >< Sponsors /></p>
<div id="sponsorsContainer">
</div>
</div>
<script>
getSponsors();
</script>
<div>
<marquee behavior="alternate" scrollamount=4>
<p style="text-decoration: underline; font-weight: bold;">Want to Sponsor us or install a Stall ? Contact us - +91 72918 48772 or mail at [email protected]</p>
</marquee>
</div>
<div id="contacts">
<div id="boxContainer">
<div class="box">
<a class="quick-links" href="index.html" style="font-size: 1.5em">Turington</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="index.html#intro">Home</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="index.html#about">About</a>
</div>
<br>
<!--
<div class="box">
<a class="quick-links" href="speakers.html">Speakers</a>
<a class="quick-links small-links" href="#speaker1">speaker1</a>
<a class="quick-links small-links" href="#speaker2">speaker1</a>
<a class="quick-links small-links" href="#speaker3">speaker1</a>
<a class="quick-links small-links" href="#speaker4">speaker1</a>
<a class="quick-links small-links" href="#speaker5">speaker1</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="team.html">Team</a>
<a class="quick-links small-links" href="#president">president</a>
<a class="quick-links small-links" href="#manager">manager</a>
<a class="quick-links small-links" href="#hrHead">Human resource head</a>
</div>
<br>
-->
<div class="box">
<a class="quick-links" href="index.html#events">Events</a>
<a class="quick-links small-links" href="https://hackrcdu.turington.in/">HackRCDU</a>
<a class="quick-links small-links" href="https://forms.gle/B7b3ARwC2DmvsQHk9">Chitti 3.0</a>
<a class="quick-links small-links" href="https://forms.gle/B7b3ARwC2DmvsQHk9">QR-Hunt</a>
<a class="quick-links small-links" href="https://forms.gle/B7b3ARwC2DmvsQHk9">Coding Marathon</a>
<a class="quick-links small-links" href="https://forms.gle/B7b3ARwC2DmvsQHk9">Debug The Code</a>
<a class="quick-links small-links" href="https://forms.gle/B7b3ARwC2DmvsQHk9">Tambola</a>
<a class="quick-links small-links" href="https://forms.gle/B7b3ARwC2DmvsQHk9">Rangbaaz</a>
<a class="quick-links small-links" href="https://forms.gle/B7b3ARwC2DmvsQHk9">UI/UX-Designer Event</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="https://www.flickr.com/photos/187080632@N03/albums">Glimpses</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="index.html#sponsors">Sponsors</a>
<a class="quick-links small-links" href="https://www.codingninjas.com/">Coding Ninjas</a>
<a class="quick-links small-links" href="https://codingblocks.com/">Coding Blocks</a>
<a class="quick-links small-links" href="#">Wadhwa Optics</a>
<a class="quick-links small-links" href="https://www.geeksforgeeks.org/">Geeks For Geeks</a>
<a class="quick-links small-links" href="https://www.bugsee.com/">Bugsee</a>
<a class="quick-links small-links" href="https://www.creative-tim.com/">Creative Tim</a>
<a class="quick-links small-links" href="https://cloudsploit.com/">CloudSploit</a>
<a class="quick-links small-links" href="https://www.sashido.io/en/">Sashido</a>
<a class="quick-links small-links" href="https://turington.in/#">OZ Tattos</a>
<a class="quick-links small-links" href="https://turington.in/#">Mirror Shield</a>
<a class="quick-links small-links" href="https://devfolio.co/">Devfolio</a>
<a class="quick-links small-links" href="https://fold.money/">Fold</a>
<a class="quick-links small-links" href="https://matic.network/">Matic</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="index.html#sponsors">Media Partners</a>
<a class="quick-links small-links" href="https://www.instagram.com/thecampusmedia/">The Campus Media</a>
<a class="quick-links small-links" href="https://www.instagram.com/duvibes_">DU Vibes</a>
<a class="quick-links small-links" href="https://www.instagram.com/du_beat">DU Beat</a>
<a class="quick-links small-links" href="https://www.instagram.com/duexpress/">DU Express</a>
<a class="quick-links small-links" href="https://www.instagram.com/du_assassins/">DU Assassins</a>
<a class="quick-links small-links" href="https://www.instagram.com/blueleavescommunity/">Blue leaves</a>
</div>
<br>
<div class="box">
<center>
<a href="mailto:[email protected]" class="fa fa-2x fa-envelope-o mail"></a>
</center>
</div>
<br>
</div>
<div id="footer-text" >
© 2020 Turington | Turing the Code Breaker<!--<a href="">Policy Privacy</a> | <a href="">Terms of Use</a> | <a href="" > Contact </a> -->
</div>
<a href="https://www.youtube.com/channel/UCEJ3JccswK-90yLWip1Nf_w" class="fa fa-2x fa-youtube fa-right"></a>
<a href="https://twitter.com/Turington_" class="fa fa-2x fa-twitter fa-right"></a>
<a href="https://www.instagram.com/turington.rcdu/" class="fa fa-2x fa-instagram fa-right"></a>
<a href="https://www.facebook.com/Turingtonreboot/" class="fa fa-2x fa-facebook fa-right"></a>
<a href="https://goo.gl/maps/BLQd36xpo532" class="fa fa-2x fa-map-marker fa-right" ></a>
</div>
</body>
</html>