-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (38 loc) · 1.95 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
<!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">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<title>Events</title>
</head>
<body>
<div class="container-events center">
<div class="event-card center">
<img class="logo" src="events-images/Tedx.png" alt="">
<div class="event-slider centerY">
<p>Tedx is a program of local, self organized events that brings in live speakers to combine and indulge in discussions.<br>TEDx VSSUT is organized annually inviting speakers from distinguished fields who share their experiences and inspire
all.</p>
<a href="">VISIT WEBSITE</a>
</div>
</div>
<div class="event-card center">
<img class="logo" src="events-images/1.png" alt="">
<div class="event-slider centerY">
<p>A 36-hour national level hackathon where participants get a chance to win exciting goodies and cash prizes by submitting effective solutions to a problem statement.</p>
<a href="">VISIT WEBSITE</a>
</div>
</div>
<div class="event-card center">
<img class="logo" src="events-images/2.png" alt="">
<div class="event-slider centerY">
<p>Eastern India's biggest flagship event brings together a horde of business moghuls and industry experts to butt heads for the much needed societal changes.</p>
<a href="">VISIT WEBSITE</a>
</div>
</div>
<a class="nextButton" href="new.html"><i class="fas fa-chevron-circle-right"></i></a>
</div>
</body>
</html>