-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
472 lines (458 loc) · 24.2 KB
/
index.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
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
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!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">
<title>Mathematics Association BITS Pilani</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lora:ital@1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark p-4">
<!-- TODO: fixed top -->
<div class="container">
<div class="row w-75 align-items-center justify-content-start">
<a href="#" class="d-none d-sm-inline-block col-2"><img src="assets/LOGOS/assoc.png" alt="maths-assoc" class="img-fluid"></a>
<a class="col-auto navbar-brand fs-4" href="#">Mathematics Association
<span class="d-none d-md-block">BITS Pilani</span>
</a>
</div>
<button class="navbar-toggler fs-6" type="button" data-bs-toggle="collapse" data-bs-target="#nav-dropdown"
aria-controls="nav-dropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="nav-dropdown">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="members-dropdown" role="button"
data-bs-toggle="dropdown">
Members
</a>
<ul class="dropdown-menu dropdown-menu-dark">
<li><a class="dropdown-item" href="./pages/members.html">Current Members</a></li>
<li><a class="dropdown-item" href="./pages/past_members.html">Past Members</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="events-dropdown" role="button"
data-bs-toggle="dropdown">
Events
</a>
<ul class="dropdown-menu dropdown-menu-dark">
<li><a class="dropdown-item" href="./pages/new_events.html">Upcoming Events</a></li>
<li><a class="dropdown-item" href="./pages/new_events.html#past-events">Past Events</a></li>
<li><a class="dropdown-item" href="./pages/new_events.html#talk-series">Talk Series</a></li>
</ul>
</li>
<li class="nav-item text-nowrap">
<a class="nav-link" aria-current="page" href="./pages/join.html">Join Us</a>
</li>
<!-- Todo : Add newsletters and alumni section when ready. -->
<!-- <li class="nav-item">
<a class="nav-link" href="#">Newsletters</a>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link" href="#">Alumni</a>
</li> -->
</ul>
</div>
</div>
</nav>
<section class="spotlight bg-dark text-light">
<div class="container">
<div class="row pt-5 align-items-center justify-content-center justify-content-md-between">
<div class="spotlight-image d-none d-md-inline-block col-md-4">
<img src="assets/clock-tower.png" class="rounded-circle img-fluid" alt="bits-pilani-clock-tower">
</div>
<div class="spotlight-content text-start col-10 col-md-7">
<h1 class="display-6 d-md-none fw-bold">Mathematics Association</h1>
<h1 class="display-5 d-none d-md-block fw-bold">Mathematics Association</h1>
<p class="fs-5 text-light lh-base">We are a group of Mathematics monomaniacs with a zeal of
proliferating common interest
among Mathematicians, statisticians through symposiums, workshops, olympiads,
talks, blogs, newsletters and more.</p>
<a href="#Works" class="btn btn-light me-3">
<i class="bi bi-chevron-right"></i> Know More
</a>
<a href="#ContactUs" class="btn btn-light">
<i class="bi bi-chevron-right"></i> Contact Us
</a>
</div>
</div>
</div>
</section>
<svg xmlns="http://www.w3.org/#fff/svg" viewBox="0 0 1440 320">
<path fill="#212529" fill-opacity="1"
d="M0,96L48,101.3C96,107,192,117,288,144C384,171,480,213,576,240C672,267,768,277,864,240C960,203,1056,117,1152,90.7C1248,64,1344,96,1392,112L1440,128L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z">
</path>
</svg>
<section class="quotes container pb-5">
<!-- Todo : Maybe we can remove the Quotes heading. -->
<!-- <h1 class="p-3 display-4 text-dark fw-bold">Quotes</h1> -->
<div class="row mb-2">
<div class="quote1 col-md-6">
<!-- TODO: d-none for small screens & col-md-auto-->
<div
class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h5 style="font-family: 'Lora', serif;" class="mb-1"><i>Pure Mathematics is, in its way, the
poetry of logical ideas.</i></h5>
<div class="mb-1 lead text-muted">~ Albert Einstein</div>
</div>
<div class="col-auto d-none d-lg-block"></div>
</div>
</div>
<div class="quote2 order-1 order-md-1 col-md-6">
<div
class="row text-white bg-dark g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h5 style="font-family: 'Lora', serif;" class="mb-1"><i>There is geometry in the humming of
strings and there is music in the spacing of spheres.</i></h5>
<div class="mb-1 lead text-muted">~ Pythagoras</div>
</div>
<div class="col-auto d-none d-lg-block"></div>
</div>
</div>
<div class="quote3 order-2 order-md-3 col-md-6">
<!--TODO: d-none for small screens -->
<div
class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h5 style="font-family: 'Lora', serif;" class="mb-1"><i>One of the endlessly alluring aspects of
mathematics is that its thorniest paradoxes have a way of blooming into beautiful
theories.</i></h5>
<div class="mb-1 lead text-muted">~ Philip J. Davis</div>
</div>
<div class="col-auto d-none d-lg-block"></div>
</div>
</div>
<div class="quote4 order-3 order-md-2 col-md-6">
<!--TODO: d-none for small screens & col-md-auto -->
<div
class="row text-white bg-dark g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h5 style="font-family: 'Lora', serif;" class="mb-1"><i>Mathematics is a music of reason.</i>
</h5>
<div class="mb-1 lead text-muted">~ James Joseph Sylvester</div>
</div>
<div class="col-auto d-none d-lg-block"></div>
</div>
</div>
<div class="quote5 order-4 order-md-4 col-md-6">
<!--TODO: col-md-auto -->
<div
class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h5 style="font-family: 'Lora', serif;" class="mb-1"><i>"Obvious" is the most dangerous work in
Mathematics.</i></h5>
<div class="mb-1 lead text-muted">~ E.T. Bell</div>
</div>
<div class="col-auto d-none d-lg-block"></div>
</div>
</div>
<div class="quote6 order-5 order-md-5 col-md-6">
<div
class="row text-white bg-dark g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<h5 style="font-family: 'Lora', serif;" class="mb-1"><i>Measure what can be measured and make
measurable what cannot be measured.</i></h5>
<div class="mb-1 lead text-muted">~ Galileo Galilei</div>
</div>
<div class="col-auto d-none d-lg-block"></div>
</div>
</div>
</div>
</section>
<section class="container px-4 pb-5" id="Works">
<!-- Todo: Check whether to use bold in the description of the events. -->
<h1 class="p-3 display-4 text-dark fw-bold border-bottom">Our Works</h1>
<div class="row row-cols-1 row-cols-lg-3 align-items-stretch g-4 p-2">
<div class="col olympiads">
<div class="card card-cover h-100 overflow-hidden text-white bg-dark rounded-5 shadow-lg">
<div class="d-flex flex-column h-100 p-3 pb-3 text-white text-shadow-1">
<div class="d-flex align-items-center">
<i class="bi bi-bullseye text-light fs-2 me-3"></i>
<span class="fs-2 fw-bold text-info">Olympiads</span>
</div>
<p class="pt-3 mx-auto lead fw-bold">
Blazing olympiads to prepare for examaintions and nuture on-spot thinking.
</p>
</div>
</div>
</div>
<div class="col workshops">
<div class="card card-cover h-100 overflow-hidden text-white bg-dark rounded-5 shadow-lg">
<div class="d-flex flex-column h-100 p-3 pb-3 text-white text-shadow-1">
<div class="d-flex align-items-center">
<i class="bi bi-gear-fill text-light fs-2 me-3"></i>
<span class="fs-2 fw-bold text-info">Workshops</span>
</div>
<p class="pt-3 mx-auto lead fw-bold">
In-depth hands on training and demonstrating providing insights on useful mathematical tools
and softwares.
</p>
</div>
</div>
</div>
<div class="col talks">
<div class="card card-cover h-100 overflow-hidden text-white bg-dark rounded-5 shadow-lg">
<div class="d-flex flex-column h-100 p-3 pb-3 text-white text-shadow-1">
<div class="d-flex align-items-center">
<i class="bi bi-megaphone-fill text-light fs-2 me-3"></i>
<span class="fs-2 fw-bold text-info">Talks</span>
</div>
<p class="pt-3 mx-auto lead fw-bold">
Regular talks and sessions on a plethora of topics by some of the most renowned and finest
in the industry.
</p>
</div>
</div>
</div>
</div>
<div class="row row-cols-1 row-cols-lg-3 align-items-stretch g-4 p-2">
<div class="col blogs ">
<div class="card card-cover h-100 overflow-hidden text-white bg-dark rounded-5 shadow-lg">
<div class="d-flex flex-column h-100 p-3 pb-3 text-white text-shadow-1">
<div class="d-flex align-items-center">
<i class="bi bi-pencil-square text-light fs-2 me-3"></i>
<span class="fs-2 fw-bold text-info">Blogs</span>
</div>
<p class="pt-3 mx-auto fs-5">
Informative enough blogs to get your mesmerised by the beauty and extent mathematics.
</p>
</div>
</div>
</div>
<div class="col newsletters">
<div class="card card-cover h-100 overflow-hidden text-white bg-dark rounded-5 shadow-lg">
<div class="d-flex flex-column h-100 p-3 pb-3 text-white text-shadow-1">
<div class="d-flex align-items-center">
<i class="bi bi-newspaper text-light fs-2 me-3"></i>
<span class="fs-2 fw-bold text-info">Newsletters</span>
</div>
<p class="pt-3 mx-auto fs-5">
Regular newsletters containing superb content by our content makers.
</p>
</div>
</div>
</div>
<div class="col guest-lectures">
<div class="card card-cover h-100 overflow-hidden text-white bg-dark rounded-5 shadow-lg">
<div class="d-flex flex-column h-100 p-3 pb-3 text-white text-shadow-1">
<div class="d-flex align-items-center">
<i class="bi bi-people-fill text-light fs-2 me-3"></i>
<span class="fs-2 fw-bold text-info">Guest Lectures</span>
</div>
<p class="pt-3 mx-auto fs-5">
Interesting lectures by guest sharing their experiences to help to carve out a path for your
career.
</p>
</div>
</div>
</div>
</div>
</section>
<h1 id="ContactUs" class="container px-5 py-3 display-4 fw-bold border-bottom">Contact Us</h1>
<section class="text-dark bg-dark p-md-5 pb-md-0 p-3">
<div class="container-md shadow my-3"
style="background-image: url('./assets/map.jpg'); background-repeat: no-repeat; background-size: cover; border-radius: 3rem;">
<div class="row p-5 align-items-center justify-content-center gap-5 gap-md-0">
<div class="map col col-md-6 d-flex justify-content-center">
<iframe style="border: #fff 0.4rem solid; border-radius: 50%; height: 16rem; width: 16rem;"
class="shadow"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3510.829553736456!2d75.58477941433881!3d28.36400230293597!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39131964f43e4575%3A0x1fbad30854cf884d!2sBirla+Institute+of+Technology+and+Science!5e0!3m2!1sen!2sin!4v1505764775549"
style="border:0" allowfullscreen="" width="600" height="450" frameborder="0"></iframe>
</div>
<!-- <div class="p-4 w-auto d-flex flex-column justify-content-center gap-5 gap-md-3"> -->
<div class="col-auto col-md-6 d-flex flex-column justify-content-center gap-2">
<div class="detail1">
<span class="fw-bold lead">Professor In-charge</span>
<span class="d-block fw-bold">Dr. Sumanta Pasari</span>
<i>[email protected]</i>
</div>
<div class="detail2">
<span class="fw-bold lead">President</span>
<span class="d-block fw-bold">Rituj Mittal</span>
<i>[email protected]</i>
</div>
<div class="detail3">
<span class="fw-bold lead">Vice President</span>
<span class="d-block fw-bold">Prajwal Ranjan</span>
<i>[email protected]</i>
</div>
<div class="detail4">
<span class="fw-bold lead">Secretary</span>
<span class="d-block fw-bold">Atmesh Mahapatra</span>
<i>[email protected]</i>
</div>
</div>
</div>
</div>
<div class="p-5 mx-3 mx-lg-5 row justify-content-center justify-content-lg-between">
<form class="col col-sm-10 col-lg-5 d-flex flex-column gap-3">
<div class="col">
<input style="border-radius: 0.75rem;" type="text" class="form-control border border-dark shadow" id="Name" placeholder="Name" required>
</div>
<div class="col">
<input style="border-radius: 0.75rem;" type="email" class="form-control border border-dark shadow" id="Email" placeholder="Email" required>
</div>
<div class="col">
<input style="border-radius: 0.75rem;" type="text" class="form-control border border-dark shadow" id="Mobile" placeholder="Mobile" required>
</div>
<div class="col">
<textarea style="border-radius: 0.75rem;" class="form-control border border-dark shadow" id="Message" placeholder="Message" rows="5"></textarea>
</div>
<div class="col">
<button class="btn btn-primary shadow" type="submit">Submit</button>
</div>
</form>
<div class="d-none col-lg-6 bg-danger">
<!-- Todo: Add a group image. -->
</div>
</div>
</section>
<footer class="bg-dark text-light position-relative pt-5 pb-2 overflow-hidden shadow">
<div class="container">
<div class="row justify-content-evenly pb-4">
<!-- <div class="col-12 col-lg-6 col-xl-4 d-flex justify-content-evenly mb-5 mb-lg-0"> -->
<div class="col-10 col-lg-6 col-xl-5 d-flex justify-content-center gap-3 mb-5 mb-lg-0">
<a href="https://www.bits-pilani.ac.in/" class="w-25"><img src="assets/LOGOS/BITS.png" alt="BITS Pilani" class="img-fluid"></a>
<!-- <img src="assets/LOGOS/BITS.png" alt="BITS Pilani" class="img-fluid w-25"> -->
<div class="d-flex flex-column justify-content-center">
<span>Mathematics Association <span class="d-none d-md-inline">BITS Pilani</span></span>
<span>BITS Pilani</span>
<span class="fw-light">Jhunjhunu, Rajasthan 333031</span>
</div>
</div>
<div class="col-lg-4 col-12 text-center my-auto">
<div class="row">
<div class="col-12 mb-1">
<a href="https://www.linkedin.com/company/math-bitspilani/"><i class="bi bi-linkedin text-light fs-3 mx-1"></i></a>
<a href="https://www.instagram.com/maths.assoc.bits.pilani/"><i class="bi bi-instagram text-light fs-3 mx-1"></i></a>
<a href="https://www.facebook.com/maths.assoc.bits.pilani/"><i class="bi bi-facebook text-light fs-3 mx-1"></i></a>
</div>
<div class="col-12">
<i class="bi bi-envelope-fill fs-6 mx-2"></i>
</div>
<div class="col-12">
<i class="bi bi-phone fs-6 mx-2"></i>
+91 98631 41708
</div>
</div>
</div>
</div>
<p class="text-center text-secondary">© 2021 Mathematics Association BITS Pilani.
<span class="d-block d-md-inline">All Rights Reserved.</span>
</p>
<a href="#" class="d-none d-md-inline position-absolute top-0 end-0 p-5">
<i class="bi bi-arrow-up-circle text-light fs-2"></i>
</a>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script>
window.sr = ScrollReveal();
sr.reveal(".spotlight-image", {
duration: 2000,
origin: "top",
distance: "100px"
})
sr.reveal(".spotlight-content", {
duration: 2000,
origin: "right",
distance: "150px"
})
sr.reveal(".quote1", {
duration: 2000,
origin: "bottom",
distance: "300px",
viewFactor: 0.2
})
sr.reveal(".quote2", {
duration: 2000,
origin: "bottom",
distance: "300px",
viewFactor: 0.2
})
sr.reveal(".quote3", {
duration: 2000,
origin: "bottom",
distance: "300px",
viewFactor: 0.2
})
sr.reveal(".quote4", {
duration: 2000,
origin: "bottom",
distance: "300px",
viewFactor: 0.2
})
sr.reveal(".quote5", {
duration: 2000,
origin: "bottom",
distance: "300px",
viewFactor: 0.2
})
sr.reveal(".quote6", {
duration: 2000,
origin: "bottom",
distance: "300px",
viewFactor: 0.2
})
sr.reveal(".olympiads", {
duration: 2000,
origin: "bottom",
distance: "300px",
viewFactor: 0.3
})
sr.reveal(".workshops", {
duration: 2000,
origin: "bottom",
distance: "300px",
viewFactor: 0.3
})
sr.reveal(".talks", {
duration: 2000,
origin: "bottom",
distance: "300px",
viewFactor: 0.3
})
sr.reveal(".blogs", {
duration: 2000,
origin: "bottom",
distance: "300px",
viewFactor: 0.3
})
sr.reveal(".newsletters", {
duration: 2000,
origin: "bottom",
distance: "300px",
viewFactor: 0.3
})
sr.reveal(".guest-lectures", {
duration: 2000,
origin: "bottom",
distance: "300px",
viewFactor: 0.3
})
sr.reveal(".map", {
duration: 2000,
origin: "bottom",
distance: "200px",
viewFactor: 0.3
})
</script>
</body>
</html>