-
Notifications
You must be signed in to change notification settings - Fork 5
/
new_event.html
322 lines (286 loc) · 14.5 KB
/
new_event.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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/jpg" href="favicon-32x32.png" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style_responsive.css">
<link rel="stylesheet" href="eve1.css">
<link rel="stylesheet" href="meraki.css">
<style>
.text .text2 {
font-family: 'Anton', sans-serif;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
crossorigin="anonymous"></script>
<title>Pratibimb</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark " style="background-color:#2B2929;">
<a class="navbar-brand" href="#"><img class="logo" src="img/Pratibimb logo shirt.png"></a>
<button class="navbar-toggler cl" type="button" data-toggle="collapse" data-target="#myNavbarToggler10"
aria-controls="myNavbarToggler10" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse cr" id="myNavbarToggler10">
<ul class="navbar-nav mx-auto">
<li class="nav-item ">
<a class="nav-link " href="index.html">home.</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">about.</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#">For You</a>
</li> -->
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
for you.
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="certificates.html">Certificate</a>
<a class="dropdown-item" href="sponsorship.html">Sponsorship</a>
<a class="dropdown-item" href="membership.html">Membership</a>
</div>
<li class="nav-item">
<a class="nav-link" href="contact.html">contact.</a>
</li>
<li class="nav-item links">
<a class="nav-link links" href="eve1.html">memoirs.</a>
</li>
<li class="nav-item links">
<a class="nav-link links" href="new_event.html">graffathon.</a>
</li>
</ul>
<ul class="navbar-nav sm-icons mr-0 cr">
<li class="nav-item">
<div class="yo">
<!-- <a class="nav-link" href="#"><i class="fab fa-facebook-f"></i></a></li> -->
<a class="nav-link l" href="https://www.instagram.com/pratibimb_sgsits/?hl=en"><i
class="fab fa-instagram"></i></a>
</li>
<a class="nav-link l" href="https://www.linkedin.com/company/clubpratibimb"><i class='fab fa-linkedin'></i></a>
</li>
<a class="nav-link l" href="https://www.facebook.com/profile.php?id=100005898498460"><i
class="fab fa-facebook"></i></a></li>
</div>
</ul>
</div>
</nav>
<!-- <div class="meraki-event">
<img src="img/EventPage_cover.png" class="meraki-main-image" />
<a href="https://docs.google.com/forms/d/e/1FAIpQLScZeUaI8lLU0ilisJLDnin_E-kexnYC_zdu4b4TrMVxLGwl5g/viewform">
<img src="img/EventPage_uibutton.png" class="meraki-button" />
</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScZeUaI8lLU0ilisJLDnin_E-kexnYC_zdu4b4TrMVxLGwl5g/viewform">
<img src="img/mobile_banner_eventpage.png" class="meraki-mobile" />
</a>
</div> -->
<!-- <div class="meraki-event">
<img src="img/EventPage_cover.png" class="meraki-main-image" />
<a href="https://docs.google.com/forms/d/e/1FAIpQLScZeUaI8lLU0ilisJLDnin_E-kexnYC_zdu4b4TrMVxLGwl5g/viewform">
<img src="img/EventPage_uibutton.png" class="meraki-button" />
</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScZeUaI8lLU0ilisJLDnin_E-kexnYC_zdu4b4TrMVxLGwl5g/viewform">
<img src="img/mobile_banner_eventpage.png" class="meraki-mobile" />
</a>
</div> -->
<div class="flex-container">
<div class="meraki_content" style="color: black;background-color: #ffffff;">
<h1 style="margin-top: 50px"><b>Graffathon</b></h1>
<h3 style="margin-top: -5px">Back to rituals</h3><br>
<p style="margin-top: 10px">Club Pratibimb is back again with the most awaited offline event, Graffathon to cheer
your souls. <br><br>
Graffathon is a <b>30 hour overnight</b> wall painting event, that will drive you past the arena of street art
and let your ideas and imagination flow on the sombre walls of our college as strokes of dexterity.<br><br>
It's the time to brush up your skills, soak up your paints and get a chance to win <b>cash prizes worth
15k.</b><br><br>
<br>
Schedule: <b>5:00 PM, 11th March to 9:00 PM, 12th March 2022</b>
Venue: <b>Director Office Road, SGSITS</b>
</p>
<!-- <h6 class="web-h6">Sponsored By:</h6> -->
<!-- <a href="https://bluepen.co.in/" class="web-link"> BLUEPEN</a> -->
</div>
<div class="meraki_image ig5">
</div>
</div>
<!-- <div class="participate" style="background: #fff">
<!-- <img class="part_img" src="img/Register_uibutton.png" alt=""> -->
<!-- <a href="https://forms.gle/Y9tVjWLxKMjWcyHb9"><img class="part1_img" src="img/Register_uibutton.png" alt=""></a>
</div> --> -->
<div class="teaser" style="margin-top:-40px">
<h2 class="text-center" style="color:#ffffff">Teaser</h2>
<video playsinline src="GraffathonTeaser3-1.m4v" controls></video>
</div>
<div class="o_videos color_change" style="background-color: #dfc5c5">
<div class="heading">
<h2 class="text-center" style="padding-top: 2rem; margin-bottom: 1.5rem; "><b style="color: #FFFF;">Samples</b>
</h2>
</div>
<div class="kalopsia_samples">
<img src="img/graf_samp1.JPG" alt="" width="465px">
<img src="img/graf_samp2.JPG" alt="" width="450px">
<img class="img_graf" src="img/graf_samp3.JPG" alt="" width="470px">
<br>
<br>
</div>
</div>
<div class="flex-container">
<div class="rules2">
<h2 class="text" style="color:black">To be Noted.</h2>
<ul style="margin-top:-17px">
<li>A team wishing to register can consist of participants varying from 5-8 members. The registration cost for
the same is 150 INR per team.</li>
<li> Event will commence in the following manner:<br>
i. Registration of teams from 25/02/2022 to 05/03/2022 (5 PM IST).
<br> ii. Submission of artwork by each team on A-4 sized sheet, painted, before 9th March. Artworks made,
should be on one of the following themes: <br>
a. Urban Art<br>
b. Concept Art (Social cause)<br>
c. Innovation<br>
iii. The selected teams will be assigned their respective walls at 5 PM, 11/03/2022.<br>
iv. All the required items for graffiti making will be provided to the selected teams with a payable cost of
600 INR per team. <br>
<li> Participants are asked to report at 4 PM, 11/03/2022. All the necessary details would be mailed to the team
leader.</li>
<li>Criteria for selecting top 3 winners and 2 special mentions:</li>
<li>Clarity of the theme to the viewers.</li>
<li>Creativity and originality of the artwork.</li>
<li> Final decision would be based on voting and judges’ decisions. Club Pratbimb’s call would be final and
non-debatable.
</li>
</ul>
</div>
<div class="rules2">
<ul>
<br>
<h5>Participants are required to:</h5>
<li>The covid norms i.e., wear a face mask during the entire event duration and maintain social distancing in
the arena.</li>
<li>Submit their vaccination certificate at the time of artwork submission(2(ii)).</li>
<li> If the participants wish to take advantage of Club Pratibimb’s membership, all the teammates shall have the
membership ID.</li>
<li> The registration fee is non-refundable; i.e if the artwork is not selected the money won’t be refunded to
the team.</li>
<li> Everyone will be confined in the campus overnight and must be prepared for the same. No refreshments will
be provided overnight during the event. However, food stalls will be present. </li>
<li> All the participants are to carry their college id cards and registration id (will be sent on WhatsApp to
the team leader) and remain in the event premises throughout the event. Any sort of misconduct will not be
tolerated and will result in direct elimination from the event. </li>
<li> Any damage to the props or college property would be heavily fined. </li>
<li> For queries contact:</li>
Shashwat Chouhan- 7024867341<br>
Neeraj Agrawal- 9111607778
</ul>
</div>
</div>
<div class="flex-container">
<div class="meraki_image ig">
<h2 style="color:#ffffff;text-align:center;margin-top:30px"> Title sponsor</h2>
</div>
<div class="meraki_content" style="color: #ffffff;background-color: #4A4A4A;">
<p style="margin-top:130px">The title sponsor of Graffathon-Back to rituals is B3 Food Parks- Bhook Bakar Baithak
which aims at serving multiple cuisines catered by different brands under the same roof with an amazing
combination of art, music events, playzone and football and cricket turfs in the centre of the city.
</p>
<p> You'll feel a perfect package of taste, vibes and ambience.</p>
<br>
<p>Contact-<br>8223030405<br>www.bhookbakarbaithak.com</p>
</div>
</div>
<div class="flex-container">
<div class="meraki_content" style="color:black ;background-color: #ffffff">
<p style="margin-top:130px">The in-kind sponsor of Graffathon-Back to Rituals is Hatix Rollers. It is a renowned
importer and supplier of different types of paint rollers, having a huge pan India customer base with an
exceptional quality product array.
</p>
<br>
<br>
<p>Contact-<br>9893290474<br>www.badshahrollers.com</p>
</div>
<div class="meraki_image ig1">
<h2 style="color:#ffffff;text-align:center">In-kind sponsor</h2>
<img src="img/HATIX LOGO 1.png" alt="" srcset="" style="margin:0px;width: 100%;
margin-top: 90px;">
</div>
</div>
<div class="flex-container">
<div class="meraki_image ig2">
<h2 style="color:#ffffff;text-align:center;margin:50px"> Prize sponsor</h2>
<img src="img/CH EDGE MAKERS LOGO 1.png" alt="" srcset="" style="width: 100%;
margin-top: 90px;margin-left: 35px">
</div>
<div class="meraki_content" style="color: #ffffff;background-color: #4A4A4A;">
<p style="margin-top:130px">The Prize sponsor of Graffathon-Back to Rituals is CH Edgemakers- the biggest
organization of Central India for entrance and recruitment. It is an Indore based training institute
established
in 1997, based on the methodology of AIM-LEARN-ACHIEVE.
</p>
<p> All the aspirants, gather! You'll get a direction to work towards achieving your goals.</p>
<br>
<p>Contact-<br> 9425061764<br>www.ch-india.com</p>
</div>
</div>
<div class="flex-container">
<div class="meraki_image ig3">
<img class="fm_ev"src="img/MY FM LOGO 1.png" alt="" srcset="">
</div>
<div class="meraki_image ig4">
</div>
</div>
<div class="flex-xontainer footer">
<div class="column4 locate">
<img src="img/Pratibimb logo shirt.png" class="footer_logo">
<div><i class="fa fa-map-marker" aria-hidden="true"></i> Locate us</div>
<p> SGSITS 23, M.Visvesvaraya Marg Indore, Madhya Pradesh, 452003</p>
<p><i class="fa fa-envelope" aria-hidden="true"></i> [email protected]</p>
</div>
<div class="column4 discover">
<span>Discover</span>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="home-social-footer">
<a href="https://www.instagram.com/pratibimb_sgsits/?hl=en" class="home-social-icon-footer" id="insta"><i
class='fab fa-instagram'></i></a>
<a href="https://www.facebook.com/profile.php?id=100005898498460" class="home-social-icon-footer"><i
class='fab fa-facebook-square'></i></a>
<a href="https://www.linkedin.com/company/clubpratibimb" class="home-social-icon-footer"><i
class='fab fa-linkedin'></i></a>
</div>
</div>
<div class="column4 recent-events">
<span>Past Events</span>
<ul>
<li><a href="events.html">Painting Kickstarter Workshop</a></li>
<li><a href="events.html">Vista</a></li>
<li><a href="events.html">Scribble Story</a></li>
</ul>
</div>
<div class="column4 foru">
<span>For you</span>
<ul>
<li><a href="certificates.html">Certificate</a></li>
<li><a href="sponsorship.html">Sponsorship</a></li>
<li><a href="membership.html">Membership</a></li>
</ul>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
crossorigin="anonymous"></script>
</body>
</html>