-
Notifications
You must be signed in to change notification settings - Fork 1
/
events.html
289 lines (259 loc) · 9.3 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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="events.css">
<link rel="stylesheet" href="font/font-euclid.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js">
<title>Events | CSI</title>
</head>
<body>
<header class="csi">
<nav class="navbar navbar-light">
<div class="actual-navbar">
<a href="index.html"><img id="logo" src="images/favicon.png" alt=""></a>
<ul>
<li class="nav-item"><a href="">Events</a></li>
<li class="nav-item"><a href="index.html">Team</a></li>
<li class="nav-item"><a href="">Blog</a></li>
<li class="nav-item"><a href="">News</a></li>
</ul>
</div>
</nav>
<h1>EVENTS</h1>
</header>
<div class="wrapper">
<div class="custom-select">
<select id="month">
<option value="hide">-- Month --</option>
<option value="january" rel="icon-temperature">January</option>
<option value="february">February</option>
<option value="march">March</option>
<option value="april">April</option>
<option value="may">May</option>
<option value="june">June</option>
<option value="july">July</option>
<option value="august">August</option>
<option value="september" selected>September</option>
<option value="october">October</option>
<option value="november">November</option>
<option value="december">December</option>
</select>
<select id="year">
<option value="hide">-- Year --</option>
<option value="2020">2020</option>
<option value="2021" selected>2021</option>
<option value="2022">2022</option>
</select>
</div>
<div class="col-sm-12">
<div class="box-container">
<div class="box-item">
<div class="flip-box">
<div class="flip-box-front text-center" >
<div class=" inner color-white">
<div class="row">
<div class="col-sm-8 ">
<h2 class="flip-box-header box-text">Competitive Programming Lecture Series</h2>
<h3>Session 1: The What, Why and How of Competitive Programming</h3>
<p class="event-date"></br></br>Date: <span class="date">15th June 2021</span> </p>
</div>
<div class="col-sm-4">
<img src="event1.png" alt="Mr. Abhinav Jha" class="event-img">
<p class="img-text">Mr. Abhinav Jha</p>
</div>
</div>
</div>
</div>
<div class="flip-box-back text-center" >
<div class="inner color-white">
<div class="col-sm-12">
<h2 class="flip-box-header box-text-back">Details</h2>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Fuga cum excepturi maxime quisquam, ipsam nobis tempora nihil et odit odio earum quo dolorum, quos hic optio nesciunt dolor id exercitationem!</br>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Eum, minus qui facere distinctio repellendus dicta mollitia incidunt natus minima, alias tempora culpa totam dolores nobis quam, earum quo maiores consequatur!</p>
</div>
<!-- <button class="flip-box-button">Learn More</button> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class = "center">
<a href="#"><i class="fas fa-arrow-alt-circle-left fa-2x"></i></i></a>
<a href="#"><i class="fas fa-arrow-alt-circle-right fa-2x"></i></i></a>
</div>
<!-- <section>
<div class="row">
<h1 class="flip-box-header">Custom Domains</h3>
<p>A short sentence describing this callout is.</p>
</div>
<div class="col-md-4">
<img src="event1.png" alt="" class="event-img">
</div>
</div>
</section> -->
</div>
<button class="scroll-top"><a class="button scrollable" href="#top"><i class="fa fa-chevron-up fa-2x"></i></a></button>
<footer>
<div class="test">
<div class="horizontal-bar"></div>
</div>
<div class="logo">
<h1>CSI<br />RVITM</h1>
</div>
<div class="socials">
<ul>
<li>
<a href="https://twitter.com/CSI_Rvitm" target="_blank"><i class="fab fa-twitter fa-2x"></i></a>
</li>
<li>
<a href="https://www.instagram.com/csi_rvitm/" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/csi-rvitm-576013214/" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-facebook fa-2x"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-youtube fa-2x"></i></a>
</li>
</ul>
</div>
<div class="center vertical"><div class="vertical-bar"></div></div>
<h1 class="contact-us fancy-underline">Contact Us</h1>
<div class="contact-details-and-form">
<div class="contact-details">
<div class="location">
<div class="location-icon">
<i class="fas fa-map-marker-alt fa-3x"></i>
</div>
<div class="address">
<h3>Location</h3>
<p>
560076,Chaitanya Layout, 8th Phase, J.P. Nagar, Bengaluru,
Karnataka, 560076
</p>
</div>
</div>
<div class="email">
<div class="email-icon"><i class="far fa-envelope fa-3x"></i></div>
<div class="email-address">
<h3>Email</h3>
<p>[email protected]</p>
</div>
</div>
</div>
<div class="contact-form">
<div class="form-floating">
<input
type="text"
class="form-control"
id="floatingText"
placeholder="Name"
/>
<label for="floatingText">Name</label>
</div>
<div class="form-floating mb-3">
<input
type="email"
class="form-control"
id="floatingInput"
placeholder="[email protected]"
/>
<label for="floatingInput">Email address</label>
</div>
<div class="form-floating">
<textarea
class="form-control"
placeholder="Type a message here"
id="floatingTextarea"
></textarea>
<label for="floatingTextarea">Type your message</label>
</div>
<button type="submit" class="btn btn-secondary mb-3 center">Submit</button>
</div>
</div>
<div class="copyright">
Copyright © 2021 by CSI RVITM, All rights reserved.
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"></script>
<script>
$("select").each(function () {
var $this = $(this),
numberOfOptions = $(this).children("option").length;
$this.addClass("select-hidden");
$this.wrap('<div class="select"></div>');
$this.after('<div class="select-styled"></div>');
var $styledSelect = $this.next("div.select-styled");
$styledSelect.text($this.children("option").eq(0).text());
var $list = $("<ul />", {
class: "select-options"
}).insertAfter($styledSelect);
for (var i = 0; i < numberOfOptions; i++) {
$("<li />", {
text: $this.children("option").eq(i).text(),
rel: $this.children("option").eq(i).val()
}).appendTo($list);
}
var $listItems = $list.children("li");
$styledSelect.click(function (e) {
e.stopPropagation();
$("div.select-styled.active")
.not(this)
.each(function () {
$(this).removeClass("active").next("ul.select-options").hide();
});
$(this).toggleClass("active").next("ul.select-options").toggle();
});
$listItems.click(function (e) {
e.stopPropagation();
$styledSelect.text($(this).text()).removeClass("active");
$this.val($(this).attr("rel"));
$list.hide();
//console.log($this.val());
});
$(document).click(function () {
$styledSelect.removeClass("active");
$list.hide();
});
});
</script>
<script>
$(function() {$('body').on('click', 'a.scrollable', function(event) {
var $anchor = $(this);
$('html, body').stop().animate({scrollTop: $($anchor.attr('href')).offset().top},1500,'easeInOutExpo');
event.preventDefault();
});
});
// Closes the Responsive Menu on Menu Item Click
$('.navbar-collapse ul li a').click(function() {
$(".navbar-collapse").collapse('hide');});
// Hides the scroll up button at top.
$(window).scroll(function() {
if ($(this).scrollTop()>0)
{
$('.scroll-top').fadeIn();
}
else
{
$('.scroll-top').fadeOut();
}
});
</script>
</body>
</html>