-
Notifications
You must be signed in to change notification settings - Fork 35
/
events.html
258 lines (200 loc) · 9.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Innerve</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/bootstrap4/bootstrap.min.css">
<link href="plugins/fontawesome-free-5.0.1/css/fontawesome-all.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/animate.css">
<link rel="stylesheet" type="text/css" href="styles/services_styles.css">
<link rel="stylesheet" type="text/css" href="styles/services_responsive.css">
</head>
<body>
<div class="super_container">
<!-- Header -->
<header class="header d-flex flex-row justify-content-end align-items-center">
<!-- Logo -->
<div class="logo_container mr-auto">
<div class="logo">
<a href="#">Innerve<span>.</span></a>
</div>
</div>
<!-- Main Navigation -->
<nav class="main_nav justify-self-end">
<ul class="nav_items">
<li><a href="index.html"><span>home</span></a></li>
<li class="active"><a href="#"><span>Events</span></a></li>
<li><a href="contact.html"><span>contact</span></a></li>
</ul>
</nav>
<!-- Hamburger -->
<div class="hamburger_container">
<span class="hamburger_text">Menu</span>
<span class="hamburger_icon"></span>
</div>
</header>
<!-- Menu -->
<div class="fs_menu_overlay"></div>
<div class="fs_menu_container">
<div class="fs_menu_shapes"><img src="images/menu_shapes.png" alt=""></div>
<nav class="fs_menu_nav">
<ul class="fs_menu_list">
<li><a href="#"><span><span>H</span>Home</span></a></li>
<li><a href="#"><span><span>S</span>Events</span></a></li>
<li><a href="#"><span><span>C</span>Contact</span></a></li>
</ul>
</nav>
<div class="fs_social_container d-flex flex-row justify-content-end align-items-center">
<ul class="fs_social">
<li><a href="#"><i class="fab fa-pinterest trans_300"></i></a></li>
<li><a href="#"><i class="fab fa-facebook-f trans_300"></i></a></li>
<li><a href="#"><i class="fab fa-twitter trans_300"></i></a></li>
<li><a href="#"><i class="fab fa-dribbble trans_300"></i></a></li>
<li><a href="#"><i class="fab fa-behance trans_300"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in trans_300"></i></a></li>
</ul>
</div>
</div>
<!-- Page Top -->
<div class="home prlx_parent">
<!-- Parallax Background -->
<!-- <div class="page_top_background parallax-window" data-parallax="scroll" data-speed="0.7" data-image-src="images/tech7.jpg"></div> -->
<div class="home_background prlx" style="background-image:url(images/tech7.jpg)"></div>
<div class="services_page_shapes" style="background-image:url(images/services_page_shapes.png)"></div>
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="home_content">
<h1>Events</h1>
<span></span>
</div>
</div>
</div>
</div>
</div>
<!-- Home Social -->
<div class="home_social_container d-flex flex-row justify-content-end align-items-center">
<ul class="home_social">
<li><a href="#"><i class="fab fa-pinterest trans_300"></i></a></li>
<li><a href="#"><i class="fab fa-facebook-f trans_300"></i></a></li>
<li><a href="#"><i class="fab fa-twitter trans_300"></i></a></li>
<li><a href="#"><i class="fab fa-dribbble trans_300"></i></a></li>
<li><a href="#"><i class="fab fa-behance trans_300"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in trans_300"></i></a></li>
</ul>
</div>
<!-- Services -->
<div class="services">
<div class="container">
<div class="row">
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start">
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_1.svg" alt="">
</div>
<h3>Seminars</h3>
<p>We are going to conduct the best collection of seminars for you with eminent speakers. The complete information can be found
on our seminar page.</p>
</div>
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start">
<div class="icon_container
d-flex flex-column justify-content-end">
<img src="images/icon_2.svg" alt="">
</div>
<h3>Workshops</h3>
<p>We are going to conduct the best collection of workshops for you. The complete information can be found on our workshops page.</p>
</div>
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start">
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_3.svg" alt="">
</div>
<h3>Competitions</h3><p>We are going to conduct the best of competitions for you. The complete information can be found on our competitions page.</p></div>
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start"><div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_4.svg" alt="">
</div>
<h3>Hackathons</h3>
<p>We are going to conduct the best collection of hackathons for you. The complete information can be found on our hackathons page.</p>
</div>
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start">
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_5.svg" alt="">
</div><h3>Quiz</h3>
<p>We are going to conduct the best collection of quizzes for you. The complete information
can be found on our quiz page.</p></div>
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start">
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_6.svg" alt="">
</div>
<h3>Social Awareness</h3>
<p>We at innerve conduct a social awareness campaign every year as part of our technical fest.Last year it was based on Mestrual Hygiene.</p>
</div></div>
<div class="row"><div class="col text-center">
<div class="button services_button">
<a href="events.html" class="d-flex flex-row align-items-center justify-content-center">
Discover<img src="images/arrow_right.svg" alt=""></a></div></div>
</div>
</div></div>
<!-- Cards -->
<div class="zeta_cards">
<div class="container-fluid">
<div class="row">
<!-- Card Item --><div class="col-lg-4 zeta_card zeta_card_1 prlx_parent">
<div class="zeta_card_background prlx" style="background-image:url(images/card_1.jpg)"></div>
<div class="zeta_card_content">
<h2>Workshops</h2>
<p>We are going to conduct the best collection of workshops for you. The complete information can be found on our workshops page.</p>
<div class="button line_button zeta_card_button">
<a href="#" class="d-flex flex-row align-items-center justify-content-center">discover<img src="images/arrow_right.svg" alt=""></a>
</div></div></div><!-- Card Item -->
<div class="col-lg-4 zeta_card zeta_card_2 prlx_parent"><div class="zeta_card_background prlx" style="background-image:url(images/tech1.jpg)"></div>
<div class="zeta_card_content"><h2>Quiz</h2><p>We are going to conduct the best collection of quizzes for you. The complete information can be found on our quiz page.</p>
<div class="button zeta_card_button">
<a href="#" class="d-flex flex-row align-items-center justify-content-center">discover<img src="images/arrow_right.svg" alt=""></a>
</div>
</div>
</div>
<!-- Card Item -->
<div class="col-lg-4 zeta_card zeta_card_3 prlx_parent">
<div class="zeta_card_background prlx" style="background-image:url(images/card_3.jpg)"></div>
<div class="zeta_card_content">
<h2>Hackathons</h2>
<p>We are going to host the best hackathons for you. The complete information can be found on our hackathon page.</p><div class="button zeta_card_button">
<a href="#" class="d-flex flex-row align-items-center justify-content-center">discover<img src="images/arrow_right.svg" alt=""></a>
</div>
</div>
</div></div>
</div></div><!-- Pic Boxes --><!-- Contact -->
<div class="contact prlx_parent"><div class="contact_background prlx" style="background-image:url(images/tech10.jpg)"></div>
<div class="contact_shapes"><img src="images/contact_shape.png" alt=""></div>
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3 text-center section_title contact_title">
<h2>let's innovate together<span>I</span></h2>
</div>
</div>
<div class="row"><div class="col-lg-10 offset-lg-1 text-center contact_text"><p>The technical fest of IGDTUW bring to you the innovation challenge.</p>
<div class="button contact_button">
<a href="contact.html" class="d-flex flex-row align-items-center justify-content-center">contact<img src="images/arrow_right.svg" alt=""></a>
</div></div></div>
</div>
</div>
<!-- Footer -->
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="styles/bootstrap4/popper.js"></script>
<script src="styles/bootstrap4/bootstrap.min.js"></script>
<script src="plugins/greensock/TweenMax.min.js"></script>
<script src="plugins/greensock/TimelineMax.min.js"></script>
<script src="plugins/scrollmagic/ScrollMagic.min.js"></script>
<script src="plugins/greensock/animation.gsap.min.js"></script>
<script src="plugins/greensock/ScrollToPlugin.min.js"></script>
<script src="plugins/parallax.js-1.5.0/parallax.min.js"></script>
<script src="plugins/progressbar/progressbar.min.js"></script>
<script src="plugins/OwlCarousel2-2.2.1/owl.carousel.js"></script>
<script src="plugins/easing/easing.js"></script>
<script src="js/services_custom.js"></script>
</body>
</html>