-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathevents.html
274 lines (222 loc) · 13.4 KB
/
events.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
<!DOCTYPE html>
<html>
<head>
<title>Euphoria | 2022</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="shortcut icon" href="images/favicon.ico">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/plugins/wow.min.js"></script>
<script type="text/javascript">
new WOW().init();
</script>
<link rel="stylesheet" type="text/css" href="css/euphoria.css">
<link rel="stylesheet" type="text/css" href="css/homepage.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Euphoria+Script" rel="stylesheet">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<style>
#title {
color: aliceblue;
font-weight: 1000;
}
.rules {
font-size: 24px;
}
</style>
</head>
<body style="background-image: url(images/bg.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; ">
<!--start of page content-->
<section>
<!--start of boys events-->
<h1 id="title" class="text-center">Events</h1>
<hr>
<div class="col-lg-12 col-md-12 col-sm-12 wow fadeInDown text-center">
<a href="pdf/points.pdf" class="btn btn-primary">Points Distribution<i class="fa fa-angle-right"></i></a>
</div>
<br><br><br>
<hr>
<div class="row wow">
<!-- start of event1 -->
<div class="col-lg-6 col-md-4 col-sm-6 wow fadeInUp">
<!-- start of the panel -->
<div class="panel panel-default">
<img src="images/event/domains/Recording.gif" class="img-responsive" width="100%">
<div class="panel-body">
<h3>
<b>Performing Arts</b>
</h3>
<h4>
<b>Event coordinator : <br> 1. Ryan Dsilva</b>
</h4>
<h4>
<b>1. Do Re Mi:</b> For all the budding Adeles and Enriques out there! Perform your favourite English songs and liven the hills with the sound of your music!!<br><br>
<b>2. Sa Re Ga Ma:</b> This event is our attempt to discover the next Lata Mangeshkar or Kishore Kumar amongst us.<br><br>
<b>3. Dance It Off! (Solo + Duet): </b>(so you think you can dance?) If you do, this is the perfect opportunity for you to show us what you’ve got!<br><br>
<b> 4. CRCE’s Got Talent: </b> What’s your X-factor?<br>
</h4>
<a class="rules" href="pdf/PA%20Rules.pdf">Click Here For Rules</a><br>
<a href="https://goo.gl/forms/i4VFkEYLsgtt472B3" class="btn btn-primary">Register<i class="fa fa-angle-right"></i></a>
</div>
</div>
<!-- end of panel -->
</div>
<!-- end of event1 -->
<!-- start of event5 -->
<div class="col-lg-6 col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.65s">
<!-- start of the panel -->
<div class="panel panel-default">
<img src="images/event/domains/Artist.gif" class="img-responsive" width="100%">
<div class="panel-body">
<h3>
<b>Fine Arts</b>
</h3>
<h4>
<b>Event coordinator : <br> 1. Disha Raj </b>
</h4>
<h4>
<b>1. Face Painting:</b> Put a fellow mate behind a mask while showcasing your painting skills.<br><br>
<b>2. Rangoli:</b> One of the most ancient traditions of our country…show us your version of it!<br><br>
<b>3. Nail Art: </b>All you fashionistas out there put your best nails forward.<br><br>
<b>4. Tattoo Making: </b> Traditional, realism, tribal, Japanese…what’s your tattoo style?<br><br>
<b>5. Sketch Your Memories: </b> ReLive those memories, Draw A Masterpiece!<br><br>
</h4>
<a class="rules" href="pdf/finearts.pdf">Click Here For Rules</a><br>
<a href="https://goo.gl/forms/qMcWBmnQOHUEPAzJ2" class="btn btn-primary">Register<i class="fa fa-angle-right"></i></a>
<br><br><br><br>
</div>
</div>
<!-- end of panel -->
</div>
<!-- end of event5 -->
<!-- start of event6 -->
<div class="col-lg-6 col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.70s">
<!-- start of the panel -->
<div class="panel panel-default">
<img src="images/event/domains/Gaming.gif" class="img-responsive" width="100%">
<div class="panel-body">
<h3>
<b>Gaming Events</b>
</h3>
<h4>
<b>Event coordinator : <br> 1. Jerome Nicholas <br> 2. Neil Gonsalves</b>
</h4>
<h4>
<b>1. Lan Gaming :</b> All those hours playing video games , did you ever think it would be put to use? Switch your gamer mode on and show us who’s the best.<br><br>
<b>2. Darts : </b> Think you’ve Got Good aim? Here’s your chance to test it at this fun game of darts!<br><br>
<b>3. Box Cricket : </b> The country's favourite sport with some modern rules<br>
</h4>
<a class="rules" href="pdf/game.pdf">Click Here For Rules</a><br>
<a href="https://goo.gl/forms/GBCHR0GN2EpFQrC22" class="btn btn-primary">Register<i class="fa fa-angle-right"></i></a>
</div>
<br>
</div>
<!-- end of panel -->
</div>
<br>
<!-- end of evnet6-->
<!-- start of event2 -->
<div class="col-lg-6 col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.2s">
<!-- start of the panel -->
<div class="panel panel-default">
<img src="images/event/domains/Personality.gif" class="img-responsive" width="100%">
<div class="panel-body">
<br>
<h3>
<b>Personality Events</b>
</h3>
<h4>
<b>Event coordinator : <br>1. Aradhya Deolekar</b>
</h4>
<h4>
<b>1. Mr. and Ms. CRCE: </b> This one is for all the BEs. No one ever said you have to be extra ordinary…but what’s the fun in being ordinary anyway? Do you think you are awesome enough to be crowned Mr./Ms. CRCE?<br><br>
<b>2. CRCE’s Fittest: </b> Complete the given fitness tasks the quickest and be named CRCE’s Fittest.<br><br>
<b>3. Arm Wrestling with A Twist: </b> Aa Dekhe Zara, Kisme Kitna Hai Dum! But this time, be sure to be surprised!<br><br>
<b>4. CRCE Roadies: </b> Your wit, endurance and morale will be put to test here in CRCE Roadies. Disclaimer: Not for the faint hearted.<br>
</h4>
<a class="rules" href="pdf/pers.pdf">Click Here For Rules</a><br>
<a href="https://goo.gl/forms/tYyxvtm7DtYlgpQP2" class="btn btn-primary">Register<i class="fa fa-angle-right"></i></a>
</div>
</div>
<!-- end of panel -->
</div>
<!-- end of event2-->
<!-- start of event3 -->
<div class="col-lg-6 col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.4s">
<!-- start of the panel -->
<div class="panel panel-default">
<img src="images/event/domains/Writing a letter.gif" class="img-responsive" alt="" width="100%">
<div class="panel-body">
<h3>
<b>Literary Events</b>
</h3>
<h4>
<b>Event coordinator : <br> 1. Sohaa Mutsaddi</b>
</h4>
<h4>
<b>1. Creative Writing : </b> Ever wondered what would have happened if Cindrella hadn’t gone to the ball? Or if Katniss had never volunteered? We give you a chance to rewrite famous stories according to your will!<br><br>
<b> 2. Spell Bee :</b> How well do you think you know the English language? Find out here as you are made to spell out a variety of words.<br><br>
<b> 3. Just a Minute :</b> How difficult is it to talk continuously for a minute without error? Here’s your chance to find out!<br><br>
<b> 4. Scrabble :</b> Rest assured this game will keep your brain busy!<br><br>
<b> 5. Parlimentary Debate :</b> Captivated by Arnab Goswami? We give you a platform to showcase your debating skills here at CRCE.<br><br>
</h4>
<a class="rules" href="pdf/lit.pdf">Click Here For Rules</a><br>
<a href="https://goo.gl/forms/lHpFQyheDxa8RBr32" class="btn btn-primary">Register<i class="fa fa-angle-right"></i></a>
</div>
</div>
<!-- end of panel -->
</div>
<!-- end of event3 -->
<!-- start of event4 -->
<div class="col-lg-6 col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.45s">
<!-- start of the panel -->
<div class="panel panel-default">
<img src="images/event/domains/People celebrating Holi Festival.gif" class="img-responsive" width="100%">
<div class="panel-body">
<h3>
<b>Fun Events</b>
</h3>
<h4>
<b>Event coordinator : <br> 1. Shubham Mankar<br> 2. Christina Michael</b>
</h4>
<h4>
<b> 1. Taboo :</b> The most fun game ever played! Get your squad and play taboo where you have to make your team-mates guess maximum words without using the Taboo words. All of your squad’s inside jokes will come in handy and you’re gonna have a blast!<br><br>
<b>2. Charades : </b>Enact these movies/ songs/ actions for your team-mates to guess!<br><br>
<b>3. Treasure Hunt: </b>Awaken your inner Indiana Jones and hunt for the treasure awaiting you.<br><br>
<b>4. Antakshari :</b> For all those Bollywood song lovers out there. This one’s for you!<br><br>
<b>5. Quiz Up :</b> Test your knowledge in these fun genres as you play this game!<br><br>
<b>6. Aba Dhubi :</b> We’ve all played this game growing up, bring out the child in you as you play this game once more!<br><br>
</h4>
<a class="rules" href="pdf/funevents.pdf">Click Here For Rules</a><br>
<a href="https://goo.gl/forms/odiydoBJ6mzxVsWI3" class="btn btn-primary">Register<i class="fa fa-angle-right"></i></a>
</div>
</div>
<!-- end of panel -->
</div>
<!-- end of event4 -->
<div class="col-lg-6 col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.45s">
<!-- start of the panel -->
<div class="panel panel-default">
<img src="images/event/domains/Football Goal.gif" class="img-responsive" width="100%">
<div class="panel-body">
<h3>
<b>Rink Football (Boys)</b>
</h3>
<h4>
<b>Event coordinator : <br>1. Christina Michael</b>
</h4>
<a class="rules" href="pdf/rink.pdf">Click Here For Rules</a><br>
<a href="https://goo.gl/forms/CQNjdvmHcsPiZ4Yc2" class="btn btn-primary">Register<i class="fa fa-angle-right"></i></a>
</div>
</div>
<!-- end of panel -->
</div>
</div>
</section>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>