-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
649 lines (538 loc) · 31.7 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
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
<!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, maximum-scale=1">
<title>EPISTEMI</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
</head>
<body class="body-wrapper" style="align-items: center;">
<!--Navbar-->
<nav class="navbar sticky-top navbar-expand-lg py-1 navbar-dark" style="background-color: #0E2D21;" >
<div class="container">
<a class="navbar-brand" href="https://www.alphabiocell.in/">
<img src="assets\image2.jpeg"
alt="EPISTEMI" style="width: 145px; height: auto;"> </a>
<button class="navbar-toggler" type="button"
data-bs-toggle="collapse"
data-bs-target="#navmenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navmenu">
<ul class="navbar-nav ">
<li class="nav-items">
<a href="#event" class="nav-link">EVENT</a>
</li>
<li class="nav-items">
<a href="#timeline" class="nav-link">TIMELINE</a>
</li>
<li class="nav-items">
<a href="#prizes" class="nav-link">PRIZES</a>
</li>
<li class="nav-items">
<a href="#sponsors" class="nav-link">SPONSORS</a>
</li>
<li class="nav-items">
<a href="#aboutUs" class="nav-link">ABOUT US</a>
</li>
<li class="nav-items">
<a href="#contactUs" class="nav-link">CONTACT US</a>
</li>
</ul>
</div>
</div>
</nav>
<!--image banner slider-->
<section class="slider" id="event">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="4" aria-label="Slide 5"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="5" aria-label="Slide 6"></button>
</div>
<div class="carousel-inner img-slider">
<div class="carousel-item active">
<img src="assets\img1.JPG" class="d-block w-100" alt="">
<div class="carousel-caption d-md-block">
<h5>EPISTEMI</h5>
<div class="slider-btn">
<button class="btn btn-1">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScxPzj9Smw0scFBSl46iecoMAXmKHjkwwKSNX4LWRnd4ldE0Q/viewform"
style="color: #fff; font-size: 1.5rem; font-weight: 600;">
Register Now!
</a>
</button>
</div>
</div>
</div>
<div class="carousel-item">
<img src="assets\img2.JPG" class="d-block w-100" alt="">
<div class="carousel-caption d-md-block">
<h5>EPISTEMI</h5>
<div class="slider-btn">
<button class="btn btn-1">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScxPzj9Smw0scFBSl46iecoMAXmKHjkwwKSNX4LWRnd4ldE0Q/viewform"
style="color: #fff; font-size: 1.5rem; font-weight: 600;">
Register Now!
</a>
</button>
</div>
</div>
</div>
<div class="carousel-item">
<img src="assets\img3.JPG" class="d-block w-100" alt="">
<div class="carousel-caption d-md-block">
<h5>EPISTEMI</h5>
<div class="slider-btn">
<button class="btn btn-1">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScxPzj9Smw0scFBSl46iecoMAXmKHjkwwKSNX4LWRnd4ldE0Q/viewform"
style="color: #fff; font-size: 1.5rem; font-weight: 600;">
Register Now!
</a>
</button>
</div>
</div>
</div>
<div class="carousel-item">
<img src="assets\img4.JPG" class="d-block w-100" alt="">
<div class="carousel-caption d-md-block">
<h5>EPISTEMI</h5>
<div class="slider-btn">
<button class="btn btn-1">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScxPzj9Smw0scFBSl46iecoMAXmKHjkwwKSNX4LWRnd4ldE0Q/viewform"
style="color: #fff; font-size: 1.5rem; font-weight: 600;">
Register Now!
</a>
</button>
</div>
</div>
</div>
<div class="carousel-item">
<img src="assets\img5.JPG" class="d-block w-100" alt="">
<div class="carousel-caption d-md-block">
<h5>EPISTEMI</h5>
<div class="slider-btn">
<button class="btn btn-1">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScxPzj9Smw0scFBSl46iecoMAXmKHjkwwKSNX4LWRnd4ldE0Q/viewform"
style="color: #fff; font-size: 1.5rem; font-weight: 600;">
Register Now!
</a>
</button>
</div>
</div>
</div>
<div class="carousel-item">
<img src="assets\img6.jpg" class="d-block w-100" alt="">
<div class="carousel-caption d-md-block">
<h5>EPISTEMI</h5>
<div class="slider-btn">
<button class="btn btn-1">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScxPzj9Smw0scFBSl46iecoMAXmKHjkwwKSNX4LWRnd4ldE0Q/viewform"
style="color: #fff; font-size: 1.5rem; font-weight: 600;">
Register Now!
</a>
</button>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!--countdown-->
<div class="countdown">
<div class="overlay"></div>
<div class="wrapper">
<div class="">
<div class="countdown-container">
<div>
<p id="days" class="big-text">00</p>
<span>Days</span>
</div>
<div>
<p id="hours" class="big-text">00</p>
<span>Hours</span>
</div>
<div>
<p id="min" class="big-text">00</p>
<span>Min</span>
</div>
<div>
<p id="sec" class="big-text">00</p>
<span>Sec</span>
</div>
</div>
</div>
</div>
<p class="left">LEFT TILL THE EVENT</p>
<p class="speak mt-5">SPEAKERS</p>
<div class="container">
<div class="row text-center">
<div class="col px-5">
<img src="assets\AnmolSaxena.PNG" alt="" class="rounded-circle mb-4" width="250rem" height="250rem">
<h2>Ms Anmol Saxena</h2>
<p>Co founder and CEO of Ashva WearTech
</p>
</div>
<div class="col px-5">
<img src="assets\spons2.PNG" alt="" class="rounded-circle mb-4" width="250rem" height="250rem">
<h2>Mr. Neeraj Bachani</h2>
<p>Arcus, Consultant & Coach</p>
</div>
<!--<div class="col-sm-4 px-5">
<img src="assets\white.PNG" alt="" class="rounded-circle mb-4" width="220rem" height="220rem">
<h2>NAME OF THE SPEAKER</h2>
<p>PROFILE</p>
</div>-->
</div>
</div>
<!--prizes-->
<section id="prizes" class="prizes">
<p class="speak">PRIZES</p>
<div class="container">
<div class="box">
<img src="assets\first-prize1.png" class="imgt" alt=""><br>
1st Prize<br> Rs 5000</div>
<div class="box">
<img src="assets\second-prize2.png" class="imgt" alt=""><br>
2nd Prize<br> Rs 3000</div>
<div class="box">
<img src="assets\third-prize2.png" class="imgt" alt=""><br>
3rd Prize<br> Rs 2000</div>
</div>
</section>
<!--timeline-->
<section id="timeline">
<p class="speak ">TIMELINE</p>
<!--<a style="font-family: Segoe UI;font-weight: 800;
font-size: 40px; margin-left: 180px;
position:absolute;margin-top: 90px;">Day 1</a>-->
<p class="day1">26th JULY</p>
<section class="timeline times" >
<ol>
<li >
<div >
<time>10:00 a.m.</time> Opening ceremony
</div>
</li>
<li>
<div>
<time>11:00 a.m.</time> Speaker 1
</div>
</li>
<li>
<div>
<time>3:00 p.m.</time> Speaker 2
</div>
</li>
<li>
<div>
<time>4:00 p.m.</time> Problem Statements
</div>
</li>
<li>
<div>
<time>9:00 p.m.</time> Review-1
</div>
</li>
<li></li>
</ol>
<!--<a style="font-family: Segoe UI;font-weight: 800;font-size: 40px; position:absolute;margin-top: 90px;">Day 2</a>-->
<p class="day2">27th July</p>
<ol>
<li >
<div >
<time>10:00 a.m.</time> Ideathon
</div>
</li>
<li>
<div>
<time>12:00 p.m.</time> Mentorship
</div>
</li>
<li>
<div>
<time>4:00 p.m.</time> Review-2
</div>
</li>
<li>
<div>
<time>5:00 p.m.</time> Final pitch
</div>
</li>
<li>
<div>
<time>6:00 p.m.</time> Closing Ceremony
</div>
</li>
<li ></li>
</ol>
</section>
</section>
<!--sponsors-->
<div id="sponsors" class="sponsors pb-4">
<p class="speak">SPONSORS</p>
<div class="container">
<div class="row text-center">
<div class="col">
<img src="assets\Ashva.png" alt="" class="rounded-circle mb-4" width="250rem" height="250rem">
</div>
<div class="col">
<img src="assets\arcus.PNG" alt="" class="rounded-circle mb-4" width="250rem" height="250rem">
</div>
</div>
</div>
<p class="speak" style="line-height: 2rem;">PLATFORM PATNERS</p>
<div class="container">
<div class="row text-center">
<div class="col px-5 my-4">
<img src="assets\airmeet.jpg" alt="" class="rounded-circle mb-4" width="200rem" height="200rem">
</div>
</div>
</div>
<!--Problem Satements-->
<p class="speak">PROBLEM STATEMENTS</p>
<div style="padding: 1rem 1rem; text-align: justify; font-family: Montserrat;
font-weight: 800;">
<table class="table table-bordered table-striped " >
<thead>
<tr class="bg-success" style="text-align: center;">
<th scope="col">S.No.</th>
<th scope="col">Problem Statement</th>
<th scope="col" >Company</th>
</tr>
</thead>
<tbody">
<tr style="background: #6ca782;">
<th scope="row">1</th>
<td>
Obesity is on the rise, with increase in tech- enabled food deliveries, social media related junk food exposures, etc. Find a simple and intelligent food solution to help the youth of our country adhere to traditional home based food
</td>
<td> <img src="assets\Ashva.png" alt="" > </td>
</tr>
<tr style="background: #198754;">
<th scope="row">2</th>
<td>
Large-scale production in Industries is a tedious process that involves a series of precautionary steps with bioreactors like prevention of microbial contamination. Therefore, several antibiotics are used along with the media to avoid the growth of unwanted pathogens. Once fermentation is over, the effluents from the reactors are screened for the antibiotics like fluoroquinolones, sulfonamides, macrolides, and trimethoprim before letting out into the environment. If left untreated, this could lead to contaminated food and water, alterations in the human microbiome, absorption by plants, unwanted development of bacterial resistance, and so on. Ozonisation and Advanced Oxidation Processes are the most common treatment methods. Come up with chemical-free treatment methods to trap these antibiotics in the effluents of a large-scale fermenter.
</td>
<td><img src="assets\image2.jpeg" alt=""></td>
</tr>
<tr style="background: #6ca782;">
<th scope="row">3</th>
<td>
Covid19 pandemic wave 2 was terrible in our country but has given rise to at home ICUs. Find a way to improve the healthcare system of our country by identifying and solving more such critical care provisions remotely and affordably.
</td>
<td> <img src="assets\Ashva.png" alt="" > </td>
</tr>
<tr style="background: #198754;">
<th scope="row">4</th>
<td>
The rate of diagnosis for Lactose Intolerance among young individuals has been steadily rising in the 21st century. Lactase is an essential enzyme required to break down lactose in dairy products to make it fit for consumption for people with this condition. However, production of lactase has been restricted to large enterprises due to the high processing costs involved in quality enhancement. Therefore, come up with an idea to produce high quality lactase to be used in a cost-effective manner.
</td>
<td><img src="assets\image2.jpeg" alt=""></td>
</tr>
<tr style="background: #6ca782;">
<th scope="row">5</th>
<td>
Knee pains are a certainty for all age groups and yet, it has not been fully solved. Find one gap in the knee pain management industry and offer a solution.
</td>
<td> <img src="assets\Ashva.png" alt="" > </td>
</tr>
<tr style="background: #198754;">
<th scope="row">6</th>
<td>Citric acid is an important multifunctional organic acid with a broad range of versatile uses in household and industrial applications that has been produced industrially since the beginning of 20th century. The various applications of citric acid can be found in detergent and cleaning products, cosmetics and toiletries, etc. Global production has now reached 1.4 million tons whereas there is an annual growth of 3.5-4.0% in demand for citric acid. Come up with a novel idea to set up your own factory with greater efficiency and increased productivity of citric acid.</td>
<td><img src="assets\image2.jpeg" alt=""></td>
</tr>
<tr style="background: #6ca782;">
<th scope="row">7</th>
<td>
As the pandemic continues raging throughout the whole world, there is a huge influx of drugs being researched to see if they can be of any help to patients suffering from Covid-19. However there has been a huge delay in drug testing and approval due to the slow pacing of drug testing and screening. Hence come up with a mechanism for a faster and cost effective yet accurate model for drug screenings.
</td>
<td><img src="assets\image2.jpeg" alt=""></td>
</tr>
<tr style="background: #198754;">
<th scope="row">8</th>
<td>
Longevity of human anatomy is the next big thing in Silicon Valley. Let's bring it to India-the land of spices, ayurveda and yoga. Propose a solution towards longevity of one or many systems of the human body and hack a way to ensure human beings live for 700 years!
</td>
<td> <img src="assets\Ashva.png" alt="" > </td>
</tr>
<tr style="background: #6ca782;">
<th scope="row">9</th>
<td>
As the stigma around mental health is slowly fading away as society slowly discusses these issues, people are getting diagnosed with mental health conditions such as clinical depression even though many aren’t affected by the covid-19 pandemic. Antidepressant drugs such as Zoloft and its generic counterparts have been added to the Food and Drug Administration’s list of drugs currently experiencing shortages. The pandemic has either halted or decreased the pace of manufacture and supply of many important pharmaceutical drugs. Propose a solution to produce antidepressants at a faster pace with the ability to control the dosage of drugs produced.
</td>
<td><img src="assets\image2.jpeg" alt=""></td>
</tr>
<tr style="background: #198754;">
<th scope="row">10</th>
<td>
Electronic waste (E-waste) is one of the fastest growing pollution problems worldwide. It possesses a variety of toxic substances which can contaminate and pollute the environment and threaten human health if not managed, treated or disposed of properly. Processes such as dismantling components, Wet chemical processing, and incineration are used to dispose of the waste and result in direct exposure and inhalation of harmful chemicals. Legislation and recycling channels for such waste are organised in many countries, but currently only 20% is recycled in a certified process. Suggest a mechanism that helps people for safe disposal of electronic waste without disturbing the balance in the environment.
</td>
<td><img src="assets\image2.jpeg" alt=""></td>
</tr>
<tr style="background: #6ca782;">
<th scope="row">11</th>
<td>
Filtration is the appropriate sterilization technique when it comes to media with heat-labile substances. Depth Filters are preferred to membrane filters as they are less clogging, more efficient, and cost-effective. These are columns packed with fibrous materials like glass wool, asbestos pads, yarn wool, etc. with non uniform pore sizes. The efficiency of these filters was also reported not to be 100% in separating the microorganisms, and sometimes channels get formed through which microbes easily escape. They are also not recyclable, unlike membrane filters. Come up with a more significant fibrous material for these filters that are recyclable and with uniform pore sizes along with a new design, if necessary, keeping in mind the cost factor for scaling-up.
</td>
<td><img src="assets\image2.jpeg" alt=""></td>
</tr>
<tr style="background: #198754;">
<th scope="row">12</th>
<td>
600 Million babies lose their lives in rural areas, due to lack of healthcare facilities to birthing mothers. Propose a solution and business model to reach these mothers and ensure no baby dies.
</td>
<td> <img src="assets\Ashva.png" alt="" > </td>
</tr>
<tr style="background: #6ca782;">
<th scope="row">13</th>
<td>While travelling via aircrafts passengers often face a form of discomfort referred to as airplane ear (ear barotrauma). It refers to the stress on your eardrum that occurs when the air pressure in your middle ear and the air pressure in the environment are out of balance. On an average it has been estimated that 10% of adults and 22% of children might have changes to the ear drum after a flight, although perforation is rare. One may endure airplane ear when on an airplane that's climbing after take off or descending for landing. Considering, conventional use of earplugs isn’t quite efficient in relieving pain or discomfort, suggest a more efficient method of tackling this.</td>
<td><img src="assets\image2.jpeg" alt=""></td>
</tr>
<tr style="background: #198754;">
<th scope="row">14</th>
<td>
With the ever increasing demand for energy by consumers, a sustainable, consistent and hence viable source of energy is the need of the hour. A common hindrance with current fuel alternatives is that it poses several environmental constraints and is expendable in the long run. Microbial oils seem to be a satisfactory alternative with respect to the current impediments faced due to non- renewable fossil fuels. Hence, microbial oils play a monumental role in paving the way for production of biofuels. There is a common problem of biomass recovery from the fermenter and the subsequent extraction of the oil. Hence, suggest means to increase yield of production and hence to make the mechanism more cost effective.
</td>
<td><img src="assets\image2.jpeg" alt=""></td>
</tr>
<tr style="background: #6ca782;">
<th scope="row">15</th>
<td>
Biomedical Waste, (BMW) or bio wastes are those potential hazardous waste materials, consisting of solids, liquids, sharps, and laboratory waste. Biomedical waste differs from other types of hazardous waste, such as industrial waste, in major sources of biomedical wastes is hospitals and nursing homes. Approximately 75-90% of the biomedical waste is non-hazardous and as harmless as any other Municipal waste. The rest 10- 25%, though mixed with non-hazardous waste, can be injurious to humans or animals and deleterious to the environment. Given the current situation of the covid pandemic. Hospitals have become a major site of production of biohazardous waste, namely biomedical waste. Suggest a method of disposal of such waste given that it is safe and does not pose any environmental constraints.
</td>
<td><img src="assets\image2.jpeg" alt=""></td>
</tr>
<tr style="background: #198754;">
<th scope="row">16</th>
<td>
Food processing industries play a major role in the growth and
development of a country. In India ,The industry engages
approximately 1.93 mn people in around 39,748 registered units
with fixed capital of $32.75 bn and aggregate output of around
$158.69 bn. One of the major problems faced by the industry is
that it is not able to provide the required nutritional
fulfillment, which causes deficiencies of different sorts in the
long run. Choose a specific food processing industry of your
choice and specify the problem with respect to the industry that
is being addressed and come up with a solution, especially on the
grounds of battling nutritional deficiencies.
</td>
<td><img src="assets\image2.jpeg" alt=""></td>
</tr>
</tbody>
</table>
</div>
</div>
<!--aboutUs-->
<section id="aboutUs" class="aboutUs">
<p class="speak">ABOUT US</p>
<div class="my-container">
<div class="row my-row1">
<!-- <div class="col-lg-4 col-sm-12 col-xs-12 my-col">
<img src="assets\white1.png" alt="" style="width: 10rem; height: 10rem; margin: 1rem 0;">
</div>-->
<div class="col-7 p-4" style="background-color: rgba(150, 197, 250, 0.5);">
<p class="ABC" >Alpha Bio Cell </p>
<p class="text">Alpha Bio Cell is a group of
like-minded individuals with complementing
skill sets coming together to inculcate
entrepreneurship skills in aspiring engineers. We are a team of
raw minds, wanting to tap into the untapped
potential that a bio-based entrepreneurship ventures could offer. We
believe that Life-tech is the study of life should
not be confined just to the laboratory but also be
allowed to spread its wings to influence the other
parts of the industry.</p>
</div>
<div class="col-4 text-center">
<img src="assets\icon1.JPG" alt="" class="abcImg1">
</div>
</div>
<!--row2-->
<div class="row mb-5">
<!--<div class="col-lg-4 col-sm-12 col-xs-12 my-col">
<img src="assets\white1.png" alt="" style="width: 10rem; height: 10rem; margin: 1rem 0;">
</div>-->
<div class="col-7 p-4" style="background-color: rgba(150, 197, 250, 0.5);">
<p class="ABC" >Society for Biological Engineering </p>
<p class="text">The Society for Biological Engineering
of VIT Vellore(SBE-VIT) is an eminent Biotechnology-based
student chapter that aims to aims to bring like-minded
passionate people in the feild of Biotechnology.
Previously functioning under AIChe, SBE crosses its first
milestone when established as a separate student chapter in 2018.
We conduct events regularly based on biotechnology and many inter-disciplinary
subjects surrounding biology.
</p>
</div>
<div class="col-4 text-center">
<img src="assets\icon2.JPG" alt="" class="abcImg">
</div>
</div>
</div>
</section>
<!--contactUs-->
<section id="contactUs" class="contactUs">
<p class="speak" style="color: #fff;">CONTACT US</p>
<div class="my-container1">
<div class="row my-row2 px-3 mx-0">
<div class="col-lg-6 col-md-6 col-sm-12 col-sm-12 col-xs-12 pb-5">
<p class="club">ABC:</p>
<br>
<p>Website: <a href="https://alphabiocell.in/">https://alphabiocell.in/</a></p>
<p>Instagram: <a href="@alphabiocell">@alphabiocell</a></p>
<p>Facebook: <a href="https://www.facebook.com/alphabiocell/">Alpha Bio Cell</a>
</p>
<p>LinkedIn: <a href="https://www.linkedin.com/company/alpha-bio-cell">
Alpha Bio Cell</a> </p>
<p>Email: <a href="mailto:pr:abc@vit.ac.in">abc@vit.ac.in</a></p>
<p>Github: <a href="https://github.com/Alpha-Bio-Cell">https://github.com/Alpha-Bio-Cell</a></p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-sm-12 col-xs-12">
<p class="club">SBE:</p>
<br>
<p>Website: <a href="http://www.sbevit.com">http://www.sbevit.com</a></p>
<p>Instagram: <a href="https://www.instagram.com/sbe_vit/?hl=en">@sbe_vit</a></p>
<p>Facebook: <a href="https://www.facebook.com/sbevit/">SBE VIT Student Chapter</a>
</p>
<p>LinkedIn: <a href="https://www.linkedin.com/company/society-for-biological-engineers-sbe-vellore-institute-of-technology-student-chapter/">
SBE VIT</a> </p>
<p>Email: <a href="mailto:pr:sbe@vit.ac.in">sbe@vit.ac.in</a></p>
</div>
</div>
</div>
</section>
</div>
<footer>
<div class="copyright-text">
<p>Made with <span id="heart-icon">❤</span> by <span id="EPISTEMI-VIT">
<a href="https://alphabiocell.in/" target="_blank">EPISTEMI Team</a></span></p>
<p>
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved
</p>
</div>
</footer>
<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>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="app.js"></script>
</body>
</html>