-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
337 lines (277 loc) · 18.9 KB
/
index.html
File metadata and controls
337 lines (277 loc) · 18.9 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
<!DOCTYPE html>
<html style="background: rgb(255,255,255);">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>XPLORE</title>
<link rel="icon" href="assets\img\icon.jpg">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i">
<link rel="stylesheet" href="assets/fonts/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/simple-line-icons.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome5-overrides.min.css">
<link rel="stylesheet" href="assets/css/Animated-Typing-With-Blinking.css">
<link rel="stylesheet" href="assets/css/Dark-footer-with-social-media-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
<link rel="stylesheet" href="assets/css/smoothproducts.css">
</head>
<body class="">
<!-- automatic navbar from boostrap -->
<nav class="navbar navbar-light navbar-expand-lg fixed-top clean-navbar navbar-dark"
style="opacity: 1; background-color: black; ">
<div class="container">
<a class="navbar-brand logo" href="#"><img src="assets/img/logo2.png"
style=" height: 50px; background: rgba(0,0,0,0);"></a>
<button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle
navigation</span><span class="navbar-toggler-icon" style="opacity: 1;"></span></button>
<div class="collapse navbar-collapse" id="navcol-1" style="color: rgb(255,255,255);">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link text-light" href="#features"
style="font-size: 17px;color: rgba(255,255,255,0.5);">WHO? WE? WHAT?</a></li>
<li class="nav-item"><a class="nav-link text-light" href="#team"
style="font-size: 16px;color: rgba(255,255,255,0.5);">TEAM</a></li>
<li class="nav-item"><a class="nav-link text-light" href="events.html"
style="font-size: 16px;color: rgba(255,255,255,0.5);">EVENTS</a></li>
<!-- use to add more navbar elements -->
<!--
<li class="nav-item"><a class="nav-link text-light" href="newsletter.html" style="font-size: 16px;color: rgba(255,255,255,0.5);">NEWSLETTER</a></li>
<li class="nav-item"><a class="nav-link text-light" href="projects.html" style="font-size: 17px;color: rgba(255,255,255,0.5);">PROJECTS & ACTIVITIES</a></li>
-->
</ul>
</div>
</div>
</nav>
<main class="page landing-page">
<!-- FRONT PAGE -->
<!-- this section has the color changing background -->
<section class="clean-block clean-hero movebg"
style="height: 85vh; color: rgb(0,0,0,0); z-index: 0; overflow: hidden;">
<img src="assets/img/mandal2.png" class="rotman d-block">
<div class="text" style="z-index: 4;">
<h2 class="pulse animated infinite" style="font-size: 76px;font-weight: 600;">XPLORE</h2>
<p data-bs-hover-animate="jello" style="font-size: 23px;">The Computing Society of XIM University</p>
</div>
</section>
<!-- link (anchor) for navbar-->
<a name="features"></a>
<!-- WHO?WE?WHAT page -->
<section class="clean-block features"
style="opacity: 1; background: linear-gradient(rgb(120, 221, 165), rgb(105, 202, 162) 27%, rgb(93, 202, 179) 53%, rgb(88, 201, 195) 69%, rgb(118, 174, 197)); color: rgb(0,0,0);">
<div class="container">
<div class="block-heading" style="color: rgb(0,0,0);">
<h1 class="text-uppercase text-body"
style="padding-top: 20px; color: rgb(0,0,0);font-size: 45px;filter: brightness(0%);">
<strong>Who? We? What?</strong>
</h1>
<h5 style="color: white; ">Here's an insight on who we are and what we do/plan to do!</h5>
</div>
<div class="row justify-content-center">
<div class="col-md-5 feature-box"><i class="fas fa-users icon" style="color:rgb(207, 218, 54)"></i>
<h5 style=" font-size: 26px ; color: rgb(255,255,255);">We are..</h5>
<p style="font-size: 18px; color: black; font-weight: 500;">...students of School of Computer
Science & Engineering, XIM University. We have a knack for <everything computer
science related></p>
</div>
<div class="col-md-5 feature-box"><i class="fas fa-eye icon" style="filter: brightness(200%);"></i>
<h5 style="font-size: 26px;color: rgb(255,255,255);">Our Vision:</h5>
<p style="font-size: 18px; color: black; font-weight: 500;">
To be a beacon of innovation and excellence within XIM University, fostering a vibrant community of coders who push the boundaries of technology and collaborate to create impactful solutions.<br></p>
</div>
<div class="col-md-5 feature-box"><i class="fas fa-code icon" style="color:rgb(230, 63, 63)"></i>
<h5 style="font-size: 26px;color: rgb(255,255,255);">Coding<br></h5>
<h5 style="font-size: 11px;">(duh)</h5>
<p style="font-size: 18px; color: black; font-weight: 500;">Well this one speaks for itself.
Creating a coding culture is an important aspect and we make sure everyone knows how to
print "Hello World." :p <br></p>
</div>
<!-- XPLORER NEWSLETTER CARD. CURRENTLY NOT IN USE
<div class="col-md-5 feature-box"><i class="fas fa-newspaper icon" style=" color: rgb(252, 173, 248);"></i>
<h5 style="color: rgb(255,255,255);font-size: 26px;">cout << Hello XPLORER;<br></h5>
<p style="font-size: 18px; color: black; font-weight: 500;">So we did super unique thing and created a... wait for it.. NEWSLETTER! Freshers receive an absolute jam-packed info bundle <br>containing fascinating articles, recent advancements, links to useful websites, details about
relevant competitions, interesting coding problems etc, throughout the year!<br>
To revieve the Newsletter via mail<br> Click <a href="https://forms.gle/LfF8mW2KwNgtFTUu6" style="color: beige !important;">here</a>
</p>
</div> -->
<div class="col-md-5 feature-box"><i class="fas fa-network-wired icon"
style="color:rgb(43, 156, 43)"></i>
<h5 style="font-size: 26px;color: rgb(255,255,255);">Workshops</h5>
<p style="font-size: 18px; color: black; font-weight: 500;"><b>Aim:</b> To provide a hands on
experience on a particular concept or technology.<br> <b>Material Required:</b> Laptop/PC
and additional software<br> <b>Theory, Procedure, Observation:</b> <Please visit workshop
to unlock this section><br> <b> Conclusion:</b>
New skill learnt.<br></p>
</div>
</div>
</div>
</section>
<!-- link (anchor) for navbar-->
<a name="team"></a>
<!-- TEAM MEMBERS PAGE -->
<section class="clean-block about-us"
style="background: linear-gradient(rgb(118, 174, 197) 0%, rgb(127, 183, 206) 23%, rgb(161, 197, 214) 59%, rgb(202, 223, 231) 72%, white); ">
<div class="container">
<div class="block-heading">
<h2 class="text-body font-weight-bold"
style="padding-top: 20px; font-size: 39px;filter: brightness(0%);">OUR TEAM</h2>
<p></p>
</div>
<div class="row justify-content-center">
<!-- Person 1 -->
<div class="col-sm-6 col-lg-3 col-6">
<div class="card clean-card text-center"><img class="card-img-top w-100 d-block"
src="assets/img/shreya.jpg" style="height:175px ; object-fit: cover;">
<div class="card-body info" style="word-break: none;">
<h4 class="card-title">Shreya<br>Mathur</h4>
<p class="card-text">Co-ordinator<br></p>
<div class="icons">
<a href="https://www.linkedin.com/in/shreya-mathur-0092b6257/" target="_blank"><i
class="icon-social-instagram icon-social-linkedin"></i></a>
</div>
</div>
</div>
<br>
</div>
<!-- Person 2 -->
<div class="col-sm-6 col-lg-3 col-6">
<div class="card clean-card text-center"><img class="card-img-top w-100 d-block"
src="assets/img/sidhant.jpg" style="height:175px ; object-fit: cover;">
<div class="card-body info">
<h4 class="card-title">Sidhant <br> Sharma
</h4>
<p class="card-text">Deputy co-ordinator<br></p>
<div class="icons">
<a href="https://www.linkedin.com/in/sidhant-sharma-a458b8254/" target="_blank"><i
class="icon-social-instagram icon-social-linkedin"></i></a>
</div>
</div>
</div>
</div>
<!-- Person 3 -->
<div class="col-sm-6 col-lg-3 col-6">
<div class="card clean-card text-center"><img class="card-img-top w-100 d-block"
src="assets/img/saishrita.jpg" style="height:175px ; object-fit: cover;">
<div class="card-body info">
<h4 class="card-title">Saishrita<br>Mohapatra</h4>
<p class="card-text">Events Lead</p>
<div class="icons">
<a href="https://www.linkedin.com/in/saishrita-mohapatra-10a943272/" target="_blank"><i
class="icon-social-instagram icon-social-linkedin"></i></a>
</div>
</div>
</div>
</div>
<!-- Person 4 -->
<div class="col-sm-6 col-lg-3 col-6">
<div class="card clean-card text-center"><img class="card-img-top w-100 d-block"
src="assets/img/srijayaditya.jpg" style="height:175px ;object-fit: cover;">
<div class="card-body info">
<h4 class="card-title">Srijayditya <br>Nanda</h4>
<p class="card-text">Tech Lead</p>
<div class="icons">
<a href="https://www.linkedin.com/in/srijayditya-nanda-667305276/" target="_blank"><i
class="icon-social-instagram icon-social-linkedin"></i></a>
</div>
</div>
</div>
</div>
<!-- Person 5 -->
<div class="col-sm-6 col-lg-3 col-6">
<div class="card clean-card text-center"><img class="card-img-top w-100 d-block"
src="assets/img/tarini.jpg" style="height:175px ;object-fit: cover;">
<div class="card-body info">
<h4 class="card-title">Tarini <br>Nistala</h4>
<p class="card-text">Marketing Lead</p>
<div class="icons">
<a href=" https://www.linkedin.com/in/tarini-nistala-53937b2a4/" target="_blank"><i
class="icon-social-instagram icon-social-linkedin"></i></a>
</div>
</div>
</div>
</div>
<!--person 6 -->
<div class="col-sm-6 col-lg-3 col-6">
<div class="card clean-card text-center"><img class="card-img-top w-100 d-block"
src="assets/img/antariksh.jpg" style="height:175px ;object-fit: cover;">
<div class="card-body info">
<h4 class="card-title">Antariksh <br> Mohapatra</h4>
<p class="card-text">Media Lead<br></p>
<div class="icons">
<a href="https://www.linkedin.com/in/antariksh-mohapatra-1a3505278/"
target="_blank"><i class="icon-social-instagram icon-social-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Person 6 -->
<div class="col-sm-6 col-lg-3 col-6">
<div class="card clean-card text-center"><img class="card-img-top w-100 d-block"
src="assets/img/manshi.jpg" style="height:175px ;object-fit: cover;">
<div class="card-body info">
<h4 class="card-title">Manshi<br>Kumari</h4>
<p class="card-text">Treasurer<br></p>
<div class="icons">
<a
href="https://www.linkedin.com/in/manshikumari-hr/"
target="_blank"><i
class="icon-social-instagram icon-social-linkedin"></i></a>
</div>
</div>
</div>
</div>
<!-- Person 7 -->
<div class="col-sm-6 col-lg-3 col-6">
<div class="card clean-card text-center"><img class="card-img-top w-100 d-block"
src="assets/img/ritobrataa.jpg" style="height:175px ;object-fit: cover;">
<div class="card-body info">
<h4 class="card-title">Ritobrataa<br> Sen</h4>
<p class="card-text">Sponsorship Lead<br></p>
<div class="icons">
<a href="https://www.linkedin.com/in/ritobrataasen12/" target="_blank"><i
class="icon-social-instagram icon-social-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footerpad" style="background: rgb(255, 255, 255);">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-8 mx-auto">
<ul class="list-inline text-center">
<li class="list-inline-item"><a href="https://www.linkedin.com/company/xplorexcse"
target="_blank"><span class="fa-stack fa-lg"><i
class="fa fa-circle fa-stack-2x"></i><i
class="fa fa-linkedin fa-stack-1x fa-inverse"></i></span></a></li>
<li class="list-inline-item"><a href="https://discord.gg/Sj4h2JR" target="_blank"><span
class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i
class="fab fa-discord fa-stack-1x fa-inverse"></i></span></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/xplore_xim/"
target="_blank"><span class="fa-stack fa-lg"><i
class="fa fa-circle fa-stack-2x"></i><i
class="fa fa-instagram fa-stack-1x fa-inverse"></i></span></a></li>
<li class="list-inline-item"><a href="https://github.com/xplorexim" target="_blank"><span
class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i
class="fa fa-github fa-stack-1x fa-inverse"></i></span></a></li>
</ul>
<p class="copyright text-muted text-center">| Copyright © XPLORE 2022 |<br>| Contact us:
xplore@xim.edu.in |</p>
</div>
</div>
</div>
</footer>
</main>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-init.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
<script src="assets/js/smoothproducts.min.js"></script>
<script src="assets/js/theme.js"></script>
<script src="assets/js/added.js"></script>
<script src="assets/js/Animated-Typing-With-Blinking.js"></script>
</body>
</html>