-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy patheventDetail.html
271 lines (254 loc) · 13 KB
/
eventDetail.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Gallery</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous"
/>
<link href="//db.onlinewebfonts.com/c/d9a58a393d946d86051fbd9a0b594d2f?family=Audrey" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="./assets/css/index.css" />
<link rel="stylesheet" href="./assets/css/eventDetail.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick-theme.min.css" />
</head>
<body>
<div class="container-fluid navigation">
<input type="checkbox" class="navigation_checkbox" id="navi-toggle" />
<label for="navi-toggle" class="navigation_button">
<span class="navigation_icon"> </span>
</label>
<div class="navigation_background"> </div>
<nav class="navigation_nav">
<ul class="navigation_list">
<li class="navigation_item">
<a href="index.html" class="navigation_link">Home</a>
</li>
<li class="navigation_item">
<a href="office-bearers.html" class="navigation_link">Our Team</a>
</li>
<!-- <li class="navigation_item">
<a href="aboutus.html" class="navigation_link">About us</a>
</li> -->
<li class="navigation_item">
<a href="gallery.html" class="navigation_link">Gallery</a>
</li>
<li class="navigation_item">
<a href="events.html" class="navigation_link">Events</a>
</li>
<li class="navigation_item"><a href="contactus.html" class="navigation_link">Contact us</a></li>
</ul>
</nav>
<div class="container-fluid">
<div id="header" class="row" style="margin-top: -100px">
<div class="container-fluid heading">
<!-- Event heading here -->
<h1>EVENT HEADING</h1>
</div>
<div class="col-md-6 col-md-push-6" id="sticky" style="max-height: 100vh;">
<div class="composition">
<img
src="./assets/images/event.jpg"
alt="photo 3"
class="composition_photo"
data-toggle="modal"
data-target="#popup-image-gallery"
tabindex="0"
/>
<!-- button here -->
</div>
</div>
<div class="col-md-6 col-md-pull-6 text">
<!-- Event descriptioh here -->
<p>
ACM Student Chapter, Chitkara University organized a half day fun cum technical event titled “ENiGMA” on 2nd February, 2017, in
which 22 teams partcipated. The event consisting of three rounds tested students on visual, creative and technical level and
helped in bringing out the best in them.
<br />
The first round ”Word cloud” involved participants searching for technical terms from a collection of 4 different images in a
time span of 5 minutes. Only 17 out of 22 teams managed to cross the first hurdle. The second round ”PhotoRumble” in which
collage of four pictures were shown and they have to write their own story. This time just 10 teams managed to progress to the
final round. The round three “Luck By chance” involved the remaining participating teams to pick out a slip, which contained the
topic on which they will be getting coding questions on. Out of total 6 questions, the teams had to solve the maximum questions
in 45 minutes. The competition was tough and teams proved their “coding skills” with great zeal. First position was bagged by
Kartik Gandhi and Kashish Singal of CSE 2nd year and 2nd position was bagged by the team of Harshpreet Kaur and Isha Saxena of
CSE 2nd year.
</p>
</div>
</div>
</div>
<!-- <div style="width: 80%; height: 1000px; background-color: red;">
for testing
</div> -->
<!-- popup gallery -->
<div class="modal popup-image-gallery" id="popup-image-gallery" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="btn close-btn" title="Close" data-dismiss="modal" aria-label="Close">✖</button>
<div class="popup-slider-for">
<!-- main images -->
<div class="main-image">
<img src="./assets/images/event.jpg" alt="" />
</div>
<div class="main-image">
<img src="./assets/images/event.jpg" alt="" />
</div>
<div class="main-image">
<img src="./assets/images/img-22.jpg" alt="" />
</div>
<div class="main-image">
<img src="./assets/images/img-23.jpg" alt="" />
</div>
<div class="main-image">
<img src="./assets/images/img-24.jpg" alt="" />
</div>
</div>
<h5 class="pagingInfo"></h5>
<div class="popup-slider-nav hidden-xs">
<!-- thumbnails -->
<div class="thumbnail-image">
<img src="./assets/images/event.jpg" alt="" />
</div>
<div class="thumbnail-image">
<img src="./assets/images/event.jpg" alt="" />
</div>
<div class="thumbnail-image">
<img src="./assets/images/img-22.jpg" alt="" />
</div>
<div class="thumbnail-image">
<img src="./assets/images/img-23.jpg" alt="" />
</div>
<div class="thumbnail-image">
<img src="./assets/images/img-24.jpg" alt="" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<!-- <footer class="footer">
<p class="footer-p1">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Non laboriosam dolor commodi sequi eligendi provident, temporibus quaerat
reiciendis beatae? Obcaecati!
</p>
<hr />
<div class="social-icons">
<i class="fab fa-instagram"></i>
<i class="fab fa-facebook"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-youtube"></i>
</div>
<p class="footer-p2">copyright© 2020. All rights reserved</p>
</footer> -->
<div class="container-fluid footer" style="background-color: #e8e8e8;">
<div class="row">
<div class="col-sm-6 footerLeft">
<h2 >ACM CHAPTER</h2>
<p >Association for Computing Machinery<br> Chitkara University</p>
</div>
<div class="col-sm-6 footerRight" >
<div class="col-xs-6 footerLinks">
<h4>Explore</h4>
<a href="index.html">Home</a><br>
<a href="office-bearers.html">Our team</a><br>
<a href="gallery.html">Gallery</a><br>
<a href="events.html">Events</a><br>
<a href="contactus.html">Contact Us</a>
</div>
<div class="col-xs-6">
<h4>Visit us</h4>
<a href="https://g.page/ChitkaraU?share">Newton Block,<br> Chitkara University</a>
<br>
<a href="https://www.facebook.com/ACMChitkara/?ti=as"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://instagram.com/acmciet?igshid=135hznbgp2xy"><i class="fab fa-instagram fa-2x" ></i></a>
<a href="https://www.linkedin.com/company/chitkara-acm-student-chapter"><i class="fab fa-linkedin fa-2x"></i></a>
<a href="https://twitter.com/acmchitkara"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://play.google.com/store/apps/details?id=acm.chitkara_offical"><i class="fab fa-google-play"></i></a>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://unpkg.com/ionicons@5.2.3/dist/ionicons.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- slick controls -->
<script>
$("#popup-image-gallery").on("shown.bs.modal", function () {
$(".navigation_button").css("display", "none");
$(".navigation_background").css("display", "none");
$(".popup-slider-for").slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: true,
fade: true,
asNavFor: ".popup-slider-nav",
// adaptiveHeight: true,
});
$(".popup-slider-nav").slick({
slidesToShow: -1,
slidesToScroll: 1,
asNavFor: ".popup-slider-for",
dots: false,
arrows: false,
focusOnSelect: true,
variableWidth: true,
centerMode: true,
infinite: true,
});
});
// Slick.js: Get current and total slides (ie. 3/5)
var $status = $(".pagingInfo");
var $slickElement = $(".popup-slider-for");
$slickElement.on("init reInit afterChange", function (event, slick, currentSlide, nextSlide) {
//currentSlide is undefined on init -- set it to 0 in this case (currentSlide is 0 based)
var i = (currentSlide ? currentSlide : 0) + 1;
$status.text(i + "/" + slick.slideCount);
});
// Slick slider sync situation
var slides = $(".popup-slider-for .slick-track > .slick-slide").length;
$(".popup-slider-for").on("afterChange", function (event, slick, currentSlide, nextSlide) {
var inFocus = $(".popup-slider-for .slick-current").attr("data-slick-index");
$(".popup-slider-nav .slick-current").removeClass("slick-current");
$('.popup-slider-nav .slick-slide[data-slick-index="' + inFocus + '"]').trigger("click");
});
$(".close-btn").click(function () {
$(".navigation_button").css("display", "block");
$(".navigation_background").css("display", "block");
});
$(document).keyup(function (e) {
if (e.keyCode == 27) {
$(".navigation_button").css("display", "block");
$(".navigation_background").css("display", "block");
}
});
</script>
</body>
</html>