-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.html
507 lines (459 loc) · 19.2 KB
/
event.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
<title>COMBIGS | Events </title>
<link rel="icon" href="images/sastra.png" />
<link rel="stylesheet" href="layout/styles/framework.css">
<link rel="stylesheet" href="layout/styles/layout.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
body {
background-color: #fcfcfc;
}
.image-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.image-container a {
flex: 1 1 50%;
/* makes each link take up 50% of the width */
max-width: 100%;
/* ensures images don't exceed their container */
}
.image-container img {
width: 100%;
height: auto;
display: block;
/* removes extra space below the image */
}
#event-archives-section {
background-color: #fcfcfc;
color: #000;
padding: 50px 0;
text-align: center;
/* Center text for better readability */
}
.event-item {
cursor: pointer;
display: flex;
align-items: center;
margin: 0 auto 20px;
justify-content: center;
background-color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
max-width: 900px;
transition: transform 0.3s, box-shadow 0.3s;
/* Smooth transition for hover effect */
}
.event-image {
width: 150px;
height: auto;
margin-right: 20px;
}
.event-link {
color: inherit;
flex: 1;
margin-left: 60px;
}
.event-item:hover {
transform: translateY(-10px);
/* Slight raise effect on hover */
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
/* Enhanced shadow on hover */
}
one_quarter {
width: calc(25% - 20px);
/* Subtracting the total horizontal margin from one-fourth of the container */
margin: 0px 10px;
/* Adjusting margin to 10px on each side to ensure all four divs fit */
box-sizing: border-box;
/* To include padding and borders in the width calculation */
float: left;
/* To align the boxes side by side */
}
@media (max-width: 768px) {
.image-container a {
flex: 1 1 100%;
/* each link takes full width on smaller screens */
}
.one_quarter {
width: 100%;
/* Full width on smaller screens */
margin: 30px 0;
/* Adjusted margin for mobile devices */
float: none;
/* Clear float for mobile layout */
}
}
@media screen and (max-width: 768px) {
.event-item {
flex-direction: column;
padding: 20px; /* Increased padding for touch targets */
}
.event-item .event-image {
width: 80%; /* Adjust the width as necessary */
height: auto;
margin: 0 auto 20px; /* Center the image and add margin below */
}
.event-image,
.event-link {
margin-right: 0;
margin-bottom: 10px;
align-self: center;
max-width: none;
}
.event-link {
margin-left: 0;
margin-bottom: 20px; /* Add some space below the text */
}
.event-image {
max-width: 50%; /* ensures images are no wider than their container */
height: auto; /* maintain aspect ratio */
margin-bottom: 20px; /* add space below the image */
}
}
.hamburger {
display: none;
font-size: 24px;
user-select: none;
}
@media screen and (max-width: 768px) {
#mainav {
padding: 10px 0;
}
#mainav ul {
display: none;
}
.hamburger {
display: block;
cursor: pointer;
}
}
.scrollable {
overflow-x: auto;
}
@media screen and (max-width: 768px) {
.events-table th,
.events-table td {
padding: 8px;
font-size: 14px;
}
}
</style>
</head>
<body id="top">
<!-- SASTRA & COMBIGS Logo -->
<div class="wrapper row0">
<header id="header" class="hoc clear">
<div class="image-container">
<!-- Image Links -->
<a href="index.html"><img src="images/combigs-part-1.png" alt="" /></a>
<a href="index.html"><img src="images/combigs-part-2.png" alt="" /></a>
</div>
</header>
</div>
<!-- Main Navbar / Hamburger Menu -->
<div class="wrapper row1">
<div class="hoc clear">
<!-- Hamburger Icon -->
<div class="hamburger fl_right" onclick="toggleNav()">☰</div>
<nav id="mainav" class="fl_right">
<ul class="clear">
<li><a href="index.html">Home</a></li>
<li><a href="magazine.html">Magazine</a></li>
<li class="active"><a href="event.html">Events</a></li>
<li><a href="experiences.html">Experience</a></li>
<li><a href="intern.html">Internships</a></li>
<li><a href="dbtools.html">Databases and Tools</a></li>
<li><a href="members.html">Members</a></li>
</ul>
</nav>
</div>
</div>
<div class="wrapper bgded"
style="background-image:url('./images/event-archives-banner.png'); background-size:cover; background-position:center center;">
<section id="pageintro" class="hoc clear" style="padding: 20px 0;">
<div
style="background-color: rgba(255, 255, 255, 0.7); display: inline-block; padding: 10px; border-radius: 5px;">
<h2 class="heading" style="color: #000; text-shadow: 2px 2px 4px rgba(255,255,255,0.5);">Events
</h2>
<p style="color: #000; text-shadow: 2px 2px 4px rgba(255,255,255,0.5);">
Explore our events archive to relive the memories of past gatherings, and stay updated with our current events to be part of our ongoing journey!
</p>
</div>
</section>
</div><br><br>
<section id="event-archives-section" class="scrollable">
<div class="events">
<!-- Event 0: Current Events -->
<div class="event-item" onclick="location.href='event0.html';" style="background-image: url('images/event0.jpg'); background-size: cover;">
<div class="event-link">
<h3 class="event-description" style="color: white; background-color: rgba(0,0,0,0.5); padding: 10px; border-radius: 5px;">
Join Us for Our Upcoming Events and Activities <br>Exploring Recent Advances in Bioinformatics
</h3>
</div>
</div>
<!-- Event 18 -->
<div class="event-item" onclick="location.href='event18.html';">
<div class="event-link">
<h3 class="event-description">
Invited talk by Dr. Alli Murugesan on <br>11th August 2023
</h3>
</div>
<img src="images/event/event2.png" alt="Event 18" class="event-image">
</div>
<!-- Event 17 -->
<div class="event-item" onclick="location.href='event17.html';">
<img src="images/event/event1.png" alt="Event 17" class="event-image">
<div class="event-link">
<h3 class="event-description">
Pratyarth'23 <br> 18th March 2023
</h3>
</div>
</div>
<!-- Event 16 -->
<div class="event-item" onclick="location.href='event16.html';">
<div class="event-link">
<h3 class="event-description">
Invited talk by Prof. Nikolay Dokholayan on <br>27th January 2023
</h3>
</div>
<img src="images/event/event2.png" alt="Event 16" class="event-image">
</div>
<!-- Event 15 -->
<div class="event-item" onclick="location.href='event15.html';">
<img src="images/event/event1.png" alt="Event 15" class="event-image">
<div class="event-link">
<h3 class="event-description">
Inauguration and launch of COMBIGS website for 2022-2023 on <br>16th November 2022
</h3>
</div>
</div>
<!-- Event 14 -->
<div class="event-item" onclick="location.href='event14.html';">
<div class="event-link">
<h3 class="event-description">
Bioinforum'22, 13 June, 2022
</h3>
</div>
<img src="images/event/event2.png" alt="Event 14" class="event-image">
</div>
<!-- Event 13 -->
<div class="event-item" onclick="location.href='event13.html';">
<img src="images/event/event1.png" alt="Event 13" class="event-image">
<div class="event-link">
<h3 class="event-description">
PRATYARTH'22<br>A National Symposium on Boinformatics: A holistic search engine and a problem
solver, 11 March, 2022
</h3>
</div>
</div>
<!-- Event 12 -->
<div class="event-item" onclick="location.href='event12.html';">
<div class="event-link">
<h3 class="event-description">
COMBIGS Inaguration Cum KLF,15 February, 2022
</h3>
</div>
<img src="images/event/event2.png" alt="Event 12" class="event-image">
</div>
<!-- Event 11 -->
<div class="event-item" onclick="location.href='event11.html';">
<img src="images/event/event2.png" alt="Event 11" class="event-image">
<div class="event-link">
<h3 class="event-description">COMBIGS - WEBINAR SERIES from June-December, 2020<br>ALUMNI TALK, 5
June, 2020</h3>
</div>
</div>
<!-- Event 10 -->
<div class="event-item" onclick="location.href='event10.html';">
<div class="event-link">
<h3 class="event-description">
Knowledge Leadership Forum Lecture, 08 January, 2020
</h3>
</div>
<img src="images/event/event2.png" alt="Event 10" class="event-image">
</div>
<!-- Event 9 -->
<div class="event-item" onclick="location.href='event9.html';">
<img src="images/event/event2.png" alt="Event 9" class="event-image">
<div class="event-link">
<h3 class="event-description">
COMBIGS Alumni Talk, 18 December, 2019
</h3>
</div>
</div>
<!-- Event 8 -->
<div class="event-item" onclick="location.href='event8.html';">
<div class="event-link">
<h3 class="event-description">
Workshop cum Knowledge Leadership Forum (KLF) Lecture on Next Generation Sequencing (NGS),<br>14
Septemper, 2019
</h3>
</div>
<img src="images/event/event2.png" alt="Event 8" class="event-image">
</div>
<!-- Event 7 -->
<div class="event-item" onclick="location.href='event7.html';">
<img src="images/event/event2.png" alt="Event 7" class="event-image">
<div class="event-link">
<h3 class="event-description">
Workshop on Data Science for Biology Workshop Series by COMBIGS, 24 August, 2019
</h3>
</div>
</div>
<!-- Event 6 -->
<div class="event-item" onclick="location.href='event6.html';">
<div class="event-link">
<h3 class="event-description">
PRATYARTH'20 -
Symposium on Data Analytics in Bioinformatics, <br>7th March, 2020
</h3>
</div>
<img src="images/event/event8.jpg" alt="Event 6" class="event-image">
</div>
<!-- Event 5 -->
<div class="event-item" onclick="location.href='event5.html';">
<img src="images/event/event2.png" alt="Event 5" class="event-image">
<div class="event-link">
<h3 class="event-description">
COMBIGS Inauguration,8 July, 2019
</h3>
</div>
</div>
<!-- Event 4 -->
<div class="event-item" onclick="location.href='event4.html';">
<div class="event-link">
<h3 class="event-description">
International Conference on Genome Biology and Health Sciences, <br>6-7 April, 2018
</h3>
</div>
<img src="images/event/event10.jpg" alt="Event 4" class="event-image">
</div>
<!-- Event 3 -->
<div class="event-item" onclick="location.href='event3.html';">
<img src="images/event/event11.jpg" alt="Event 3" class="event-image">
<div class="event-link">
<h3 class="event-description">
PRATYARTH'18 -
Symposium on Data Analytics in Bioinformatics, <br>3rd February, 2018
</h3>
</div>
</div>
<!-- Event 2 -->
<div class="event-item" onclick="location.href='event2.html';">
<div class="event-link">
<h3 class="event-description">
2nd International Conference on Structural and Functional Genomics, 19-20 August, 2016
</h3>
</div>
<img src="images/event/event12.jpg" alt="Event 2" class="event-image">
</div>
<!-- Event 1 -->
<div class="event-item" onclick="location.href='event1.html';">
<img src="images/event/event13.jpg" alt="Event 1" class="event-image">
<div class="event-link">
<h3 class="event-description">
PRATYARTH'15 - Symposium on Modern Biology, <br>17th October, 2015
</h3>
</div>
</div>
</div>
</section>
<!-- Above Footer Section -->
<div class="wrapper row4">
<footer id="footer" class="hoc clear">
<!-- Combigs -->
<div class="one_quarter first">
<h1 class="logoname clear"><a href="https://www.sastra.edu/combigs/"><span>COMBIGS</span></a></h1>
<p class="btmspace-30" style="text-align:left;">
COMBIGS at SASTRA University is a renowned Computational Biology Group, fostering collaboration and
innovation in bioinformatics through conferences, workshops, and an e-magazine.
</p>
<ul class="faico clear">
<li><a class="faicon-instagram" href="https://www.instagram.com/combigs_sastra/" target="_blank"><i
class="fab fa-instagram"></i></a></li>
<li><a class="faicon-spotify"
href="https://open.spotify.com/show/0AN2PXlU15ROhDfLxdfb9e?si=b96cc943c5214824"
target="_blank"><i class="fab fa-spotify"></i></a></li>
<!-- Add or remove social media links as necessary -->
</ul>
</div>
<!-- Contact Information -->
<div class="one_quarter">
<h6 class="heading">Contact Information</h6>
<ul class="nospace linklist contact">
<li><i class="fas fa-map-marker-alt"></i>
<address>
<strong>SCBT</strong>,<br>
SASTRA DEEMED UNIVERSITY,<br>
Tirumalaisamudram,<br>
Thanjavur - 613401,<br>
Tamilnadu, India
</address>
</li>
</ul>
</div>
<!-- Quick Links -->
<div class="one_quarter">
<h6 class="heading">Quick Links</h6>
<ul class="nospace linklist">
<li><a href="members.html#LovelyWebDevsSection">Meet the COMBIGS Web Development Team</a>
</li>
<li><a href="sitemap.html" target="_blank">Sitemap</a></li>
<li><a href="https://forms.gle/esHizEVcAW9cZScw8" target="_blank">Feedback Form for Website
Improvement</a></li>
</ul>
</div>
<!-- Team Members -->
<div class="one_quarter">
<h6 class="heading">Our Team</h6>
<p><strong>Fourth Year Members</strong></p>
<!-- <ul class="nospace linklist"> -->
<li>Derrick Daniel P</li>
<li>Guruguguhan</li>
<li>Puli Bharath</li>
</ul>
<p><strong>Third Year Members</strong></p>
<!-- <ul class="nospace linklist"> -->
<li>Gokulnath</li>
<li>Sheerin</li>
<li>Priyanka</li>
<li>Dharani</li>
</ul>
</div>
</footer>
</div>
<!-- Footer -->
<div class="wrapper row5">
<div id="copyright" class="hoc clear">
<p class="fl_left">Copyright © 2023-2024 - All Rights Reserved - <a
href="https://www.sastra.edu/combigs/">COMBIGS,
SASTRA DEEMED UNIVERSITY</a></p>
<p class="fl_right">Template by <a target="_blank" rel="noopener" href="http://www.os-templates.com/"
title="Free Website Templates">OS Templates</a></p>
</div>
<a id="backtotop" href="#top"><i class="fas fa-chevron-up"></i></a>
</div>
<script>
function toggleNav() {
var nav = document.getElementById("mainav").getElementsByTagName('ul')[0];
if (nav.style.display === "block") {
nav.style.display = "none";
} else {
nav.style.display = "block";
}
}
window.addEventListener('resize', function () {
var nav = document.getElementById("mainav").getElementsByTagName('ul')[0];
if (window.innerWidth > 768) {
nav.removeAttribute('style');
}
});
</script>
</body>
</html>