-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoming.html
340 lines (308 loc) · 15.6 KB
/
coming.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
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!DOCTYPE html>
<html lang='en'>
<head>
<script src="https://kit.fontawesome.com/9b98dacdf9.js" crossorigin="anonymous"></script>
<!--====== USEFULL META ======-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="BITAANSH'19" />
<meta name="keywords" content="Coming Soon" />
<!--====== TITLE TAG ======-->
<title>BITaansh'19</title>
<!--====== FAVICON ICON =======-->
<link rel="shortcut icon" type="image/ico" href="img/bit3.png" />
<!--====== STYLESHEETS ======-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/typed.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<!--====== MAIN STYLESHEETS ======-->
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="transparent-layer slideshow" style="background-color: #141414;">
<!--- PRELOADER -->
<div class="preeloader" style="background-color: #141414;">
<div class="preloader-spinner">
<img src="img/loading.svg" alt="">
</div>
</div>
<!--START MAIN AREA-->
<div class="main-area" id="home">
<div class="main-area-bg"></div>
<div class="welcome-text-area">
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-10 col-md-offset-1 col-lg-offset-1 col-sm-12 col-xs-12">
<div class="welcome-text text-center">
<div class="clock-countdown">
<div class="site-config" data-date="10/30/2019 00:00:00" data-date-timezone="+0"></div>
<div class="days-counter">
<div class="digit">
<span class="days">00</span>
<span class="txt">days</span>
</div>
</div>
<div class="hour-counter">
<div class="border"></div>
<span class="hours">00</span><span class="normal">H</span>
<span class="minutes">00</span><span class="normal">MN</span>
<span class="seconds">36</span><span class="normal">S</span>
</div>
</div>
<h3>We Are</h3>
<h1 class="visible-xs">Coming Soon...</h1>
<h1 class="hidden-xs cd-headline clip is-full-width">
<span class="cd-words-wrapper">
<b class="is-visible">Coming Soon...</b>
<b>BITaansh'19</b>
<b>Stay Tuned!!!</b>
</span>
</h1>
<div class="home-button">
<a class="contact-button" href="#">Contact Us</a>
<a class="info-button" href="#">About Us</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="social-book-mark">
<ul>
<li><a href="https://www.facebook.com/bitaansh/" target=_blank><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://www.instagram.com/bitaansh19/" target=_blank><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCrnGAzFgPdF3ABoX7dNh6aA" target=_blank><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
<div class="information-contact">
<ul>
<li><a class="contact-button" href="#"><i class="fa fa-envelope-o"></i></a></li>
<li><a class="info-button" href="#"><i class="fa fa-info"></i></a></li>
</ul>
</div>
<!--WELCOME AREA CONTENT END-->
<!--LEFT CONTACT CONTENT-->
<div class="left-contact-content">
<div class="push-content-close"><i class="fa fa-close"></i></div>
<div class="contact-address-and-details section-padding">
<div class="row">
<div class="col-md-12 col-xs-12">
<div class="area-title title-inverse">
<div class="title-box"></div>
<h2>Contact Us</h2>
</div>
</div>
</div>
<div class="contact-details">
<div class="row">
<div class="col-md-12 col-lg-12 col-sm-12 col-xs-12">
<div class="logo text-center">
<img src="img/logo2.jpg" alt="arts here" height=170 width=170>
<h3>The Arts Club</h3>
</div>
</div>
<div class="col-md-6 col-lg-6 col-sm-12 col-xs-12">
<div class="single-contact">
<h4>Address:</h4>
<p>Team BITaansh, BIT Sindri</p>
</div>
<div class="single-contact">
<h4>Email:</h4>
<p><a href="mailto:helpdesk@bitaansh.in">helpdesk@bitaansh.in</a></p>
</div>
<div class="single-contact">
<h4>Phone:</h4>
<p><b>ASHUTOSH KUMAR:</b><a href="tel:7061525460"> 7061525460</p></a>
<p><b>MAYANK KUMAR:</b><a href="tel:8789842325"> 8789842325</p></a>
<p><b>ASHISH GUPTA:</b><a href="tel:9204129515"> 9204129515</p></a>
<p><b>SUNNY SAMUELL:</b><a href="tel:7004664799"> 7004664799</p></a>
<p><b>HARSHA ANAND:</b><a href="tel:7549004214"> 7549004214</p></a>
<p><b>SAMIR TUTI:</b><a href="tel:8084997144"> 8084997144</p></a>
</div>
</div>
<div class="col-md-6 col-lg-6 col-sm-12 col-xs-12">
<div class="single-contact">
<h4>Facebook:</h4>
<p><a href="https://www.facebook.com/BITSArtsclub/" target=_blank>The Arts Club</a></p>
</div>
<div class="single-contact">
<h4>Instagram:</h4>
<p><a href="https://www.instagram.com/bitaansh19/" target=_blank>The Arts Club</a></p>
</div>
<div class="single-contact">
<h4>Follow Us On:</h4>
<ul>
<li><a href="https://www.facebook.com/bitaansh/" target=_blank><i class="fab fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/bitaansh19/" target=_blank><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCrnGAzFgPdF3ABoX7dNh6aA" target=_blank><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
<p class="contact-hidding">For any assistance contact us!!!</p>
</div>
</div>
</div>
</div>
</div>
<!--LEFT CONTACT CONTENT END-->
<!--RIGHT ABOUT AREA-->
<div class="right-details-content">
<div class="push-content-close"><i class="fa fa-close"></i></div>
<div class="about-area section-padding">
<div class="row">
<div class="col-md-12 col-xs-12">
<div class="area-title">
<div class="title-box"></div>
<h2>About Us</h2>
</div>
<div class="logo text-center">
<a href=https://www.bitaansh.in><img src="img/bit2.png" alt="" height=170 width=170>
<h3>BITaansh'19</a></h3>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-xs-12">
<div class="about-details">
<br>
<p align=center><strong> BITAANSH</strong> is the annual socio cultural mega fest of BIT Sindri, with the inaugural edition
held in the year 2015. Of plethora of pre-events such as gully cricket, street football and
many more fun and frolic segments set the tempo just right along with the power packed
performance of The Local Train, Mr. Divya Kumar (bollywood male playback), Underground
Authority and Mr. Asit Tripathi (bollywood male playback) boing the icing on the cake, in
the previous editions of BITAANSH.This year BITAANSH promising to be more entertaining
and entralling than ever. A potpourri of PRE EVENTS escalated by student PRONITES.</p>
<p> Just like the previous editions BITAANSH has the reason to be a catalyst and bring about
changes in the ife of underprivileged children whos profits would be directed towards
NGO, whos constant efforts in bringing about academic development of poor children have
inspired this one of kind cultural fest.</p><br>
<center>Brochure link: <a href="404.html" target=_blank><b>Download Here</b></a></center><br><br>
</div>
</div>
<br><br><br><br><br>
<br><br><br><br>
<div class="service-area padding-bottom">
<div class="row">
<div class="col-md-12 col-xs-12">
<div class="area-title">
<div class="title-box"></div>
<h2>Previous Sponsors</h2>
</div>
</div>
</div>
<div class="fluid">
<div class="col-md-6 col-xs-12">
<div class="text-center">
<h3>Media Partner</h3>
<img src="img/toi.png" height=50% width=50%>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div class="single-service text-center">
<br>
<h3>Digital Partner</h3>
<img src="img/rel.png" height=50% width=50%>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div class="text-center">
<br>
<h3>Insurance Partner</h3>
<img src="img/lic.png" height=50% width=50%>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div class="text-center">
<br>
<h3>Fashion Partner</h3>
<img src="img/pant.png" height=50% width=50%>
</div>
</div>
<div class="col-md-6 col-xs-12">
<center> <div class="text-center">
<br><br>
<h3>Other Sponsers</h3>
<a href=https://drive.google.com/file/d/1w6TmCbL0UjBkLW6bLQ8KcfClfhbAuPCn/view?usp=sharing target=_blank "><img src="img/spons2.png" height=50% width=50% ><p>click here</p></a>
</div><center>
</div>
</div>
</div>
<div class="gallery-area padding-bottom">
<div class="row">
<div class="col-md-12 col-xs-12">
<div class="area-title">
<div class="title-box"></div>
<h2>Gallery</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-14 col-xs-12">
<div class="single-gallery">
<div class="gallery-thumb">
<iframe width="390" height="350" src="https://www.youtube.com/embed/b9cAo9C95lM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h3><center>BITaansh'18</h3><p align=center>After Movie</p></center>
</div>
</div>
</div>
</div>
<div class="col-md-12 col-xs-12">
<div class="single-gallery">
<div class="gallery-thumb">
<img src="img/background/2.jpg" alt="" width=800>
</div>
<a href="img/background/2.jpg" class="gallery-view" data-effect="mfp-zoom-in">
<h3>Pro Night</h3>
<p>Asit Tripathy</p>
</a>
</div>
</div>
</div><br><br>
<div class="footer-area dark-bg">
<div class="footer-copyright text-center">
<p>Designed and Developed by <a href="https://www.facebook.com/theroyalraj00114"> <STRONG>UTKARSH RAJ</STRONG>
</div>
</div>
</div>
<!--RIGHT ABOUT AREA END-->
</div>
<!--END MAIN AREA-->
<!--====== SCRIPTS JS ======-->
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/typed.js"></script>
<!--====== PLUGINS JS ======-->
<script src="js/vendor/jquery.easing.1.3.js"></script>
<script src="js/vendor/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.downCount.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.ajaxchimp.js"></script>
<script src="js/slideshow/jquery.backstretch.min.js"></script>
<!--===== ACTIVE JS=====-->
<script src="js/main.js"></script>
<script>
$(document).on('ready', function() {
$(".main-area-bg").backstretch([
"img/background/1.jpg",
"img/background/2.jpg",
"img/background/3.jpg"
], {
fade: 1000,
duration: 1850
});
});
</script>
</body>
</html>