-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathevents.html
More file actions
415 lines (334 loc) · 10.8 KB
/
Copy pathevents.html
File metadata and controls
415 lines (334 loc) · 10.8 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
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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE html>
<html>
<head>
<title>Projects</title>
<meta name="viewport" content="width=device-width , initial-scale=1.0 maximum-scale=1">
<link rel="stylesheet" type="text/css" href="external/css/normalize.css">
<link rel="stylesheet" type="text/css" href="resources/css/styles.css">
<link rel="stylesheet" type="text/css" href="resources/css/queries.css">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,300i,400&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="external/css/all.css">
<link rel="stylesheet" type="text/css" href="external/css/brands.css">
<link rel="stylesheet" href="external/css/w3.css">
<link rel="stylesheet" href="bootstrap.min.css">
<style>
html{
color: #485460;
overflow-x: hidden;
}
h1 , h2 , h3{
text-align:center;
}
p{
width: 80%;
/*width shoould be 100 - (padding) i.e the leftover part*/
padding-left: 10%;
padding-right:10%;
}
.logo img {
height: 64px ;
width: auto;
float: left;
padding-left: 10%;
}
@media only screen and (max-width:800px){
.logo img {
height: 45px ;
width: auto;
float: left;
padding-left: 10%;
}
}
.mySlides {
display:none;
}
.mySlides img{
max-height: auto;
max-width:auto;
}
.sliderT{
color:white;
}
.slider{
color:white;
}
.Stit{
text-align:center;
}
#slide{
font-style:italic;
text-align:center;
}
.tf-events{
margin:0;
background-color:#f4f4f4;
height:300px;
text-align:center;
}
.dr{
background-color:#f4f4f4;
}
.w3-animate-fading{max-height:630px;}
.cyl{
text-align:center;
}
/******************************
SELF ADDED
***********************************/
.tf-events-section{
height:200vh;
}
.tf-events{
padding-top:15%;
}
.tf-events img{
width:15%;
height:auto;
padding: 0;
align-content: center;
}
.flip-card {
background-color: transparent;
width: 300px;
height: 300px;
perspective: 1000px;
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
align-content: center;
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
}
.flip-card-front {
background-color: #bbb;
color: black;
}
.flip-card-back {
background-color: black;
color: white;
transform: rotateY(180deg);
a color:yellow;
}
.service{
margin:20px;
}
.about_text_main{
margin-top:70px;
margin-left:80px;}
.about_text_main h2 {
margin-bottom: 17px;
line-height: 55px;}
h2 {
font-size: 45px;
}
h2 {
display: block;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
.text_indent_30 {
text-indent: 30px;
}
.about_text_main p {
margin-bottom: 10px;
}
#p_e{
background-color:#f4f4f4;
max-width:100%;
margin-bottom:50px;
margin-top:55px;}
</style>
</head>
<body>
<section class="projects-header">
<nav >
<div class=logo>
<a href="index.html"><img src="images/logo.png"></a>
</div>
<ul class="main-nav js-main-nav">
<li><a href="index.html">Home</a></li>
<li><a class="nav-link" href="faq.html">FAQs</a></li>
<li><a href="index.html#about-us">About Us</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="#">Members</a></li>
<li><a href="#">Time Table</a></li>
<li><a href="#footer">Contact Us</a></li>
</ul>
<a class="mobile-nav-icon js-nav-icon"><i class="fas fa-bars"></i></a>
</nav>
<div class="w3-container">
<h1></Events> </h1>
<p id="slide">We organize various events throughout the year.</p>
</div>
<div class="w3-display-container mySlides">
<img src="images/techfest19/posters.jpeg" style="width:100%" class="w3-animate-fading">
<div class="w3-display-bottom-left w3-large w3-container w3-padding-16 w3-black">
Techfest Posters
</div>
</div>
<div class="w3-display-container mySlides">
<img src="images/techfest19/codestorm.jpeg" style="width:100%" class="w3-animate-fading">
<div class="w3-display-bottom-left w3-large w3-container w3-padding-16 w3-black">
Students brainstorming in codestorm.
</div>
</div>
<div class="w3-display-container mySlides">
<img src="images/techfest19/doy1.jpeg" style="width:100%" class="w3-animate-fading">
<div class="w3-display-bottom-left w3-large w3-container w3-padding-16 w3-black">
Developer of the year.
</div>
</div>
<div class="w3-display-container mySlides">
<img src="images/techfest19/doy2.jpeg" style="width:100%" class="w3-animate-fading">
<div class="w3-display-bottom-left w3-large w3-container w3-padding-16 w3-black">
Developer of the year.
</div>
</div>
<div class="w3-display-container mySlides">
<img src="images/techfest19/doy3.jpeg" style="width:100%" class="w3-animate-fading">
<div class="w3-display-bottom-left w3-large w3-container w3-padding-16 w3-black">
Developer of the year.
</div>
</div>
<div class="w3-display-container mySlides">
<img src="images/techfest19/class.jpeg" style="width:100%" class="w3-animate-fading">
<div class="w3-display-bottom-left w3-large w3-container w3-padding-16 w3-black">
A regular classroom session.
</div>
</div>
</div>
</div>
<button class="w3-button w3-display-left w3-black" onclick="plusDivs(-1)">❮</button>
<button class="w3-button w3-display-right w3-black" onclick="plusDivs(1)">❯</button>
</section>
</div>
<div class="dr">
<div class="row">
<section class="tf-events-section">
<div class="tf-events">
<img src="images/codestorm-poster.jpeg" >
<div class="cyl"><h1>CodeStorm</h1>
Codestorm was a competitive programming contest hosted over hackerrank. It was an onsite coding event.
</div></div>
<div class="tf-events">
<img src="images/techfest19/devoftheyear-poster.jpeg">
<h1>Developer Of the Year</h1>
<p>
It was one of its kind the only contest related to software development. Participants were supposed to submit their prototype within the deadline. After that they presented their idea and about the tech used in their development.
Projects were judged on the basis of idea , UI/UX and presentation.
<br>
<a href="images/techfest19/doyRulebook.pdf" download>Rulebook of DOY</a>
</p>
</div>
</div></div>
</section>
<section class="our_service light_area section_padding_100_100" id="service">
<div class="container">
<div class="section_heading text-center">
<h2 ><Upcoming_Events ></h2>
<div class="describe_section_title">
<p>Stay tuned of new events here</p>
</div>
</div>
<div class="row">
<div class="service">
<div class="col-sm-3">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/coming-soon.png" alt="Avatar" style="width:300px;height:300px;">
</div>
<div class="flip-card-back">
<h1>Event to be revealed</h1>
<p>Stay tuned</p>
</div>
</div>
</div>
</div>
</div>
<div class="service">
<button class="w3-button w3-display-left w3-yellow" onclick="plusDivs(-1)">❮</button>
<button class="w3-button w3-display-right w3-yellow" onclick="plusDivs(1)">❯</button>
</div>
</div>
</section>
<footer>
<div id="footer">
<div class="social-media">
<h2>Follow us on</h2>
<p><a href="mailto:devsociety.bit@gmail.com"><i class="fa fa-envelope" aria-hidden="true"></i> devsociety.bit@gmail.com</a></p>
<p><a href="fb.com/devsocietybit"><i class="fab fa-facebook-square"></i> /devsocietybit</a></p>
<p><a href="https://github.com/dev-society/" ><i class="fab fa-github"></i> /dev-society</a></p>
</div>
<div class="footer-content1">
<h2>Site Map</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about-us">About Us</a></li>
<li><a href="projects.html">Our Projects</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="#">Members</a></li>
<li><a href="#">Time Table</a></li>
<li><a href="#footer">Contact Us</a></li>
</ul>
</div>
<div class="footer-content2">
<p>A15 , Admin building , BIT Sindri - 828123 <br>Dhanbad , Jharkhand , India</p>
<div class="map">
<iframe width="100%" height="100%" frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?q=Admin%20building%20bit%20sindri&key=AIzaSyBLOd3Jn74yWqGsjzLyXaMRtJAL-KaLp18" allowfullscreen></iframe>
</div>
</div>
</div>
</footer>
<script>
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 9000);
}
</script>
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="resources/js/scripts.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5d5fdf6eeb1a6b0be609046a/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>