-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (50 loc) · 2.79 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
<!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>PALS - WHAT-A-SHOT</title>
<link rel="stylesheet" href="css/style.css">
<script src="js/app.js"></script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap" rel="stylesheet">
</head>
<body>
<section class="top odd">
<img src="assets/Whatashot.svg" class="cricket">
<div class='rday_timer'>
<div id="rday_timer"></div>
</div>
<a href='https://docs.google.com/forms/d/e/1FAIpQLSdsgoKpv3EJJAkMs81tgcM6erf3uAqyF6-LwiYUwvNYzZRhEw/viewform' target="_blank" class="reg">REGISTER NOW</a>
<div class="social">
<a href='https://www.instagram.com/palsvitc/' target="_blank"><img src="assets/Instagram.svg" class="social__icon"></a>
<a href='https://www.linkedin.com/company/pals-vit-chennai' target="_blank"><img src="assets/linkedin.svg" class="social__icon"></a>
</div>
</section>
<section class="middle even">
<div class="head">TIMELINE</div>
<div class="timeline">
<img src="assets/Time_1.png" class="time odd" alt="Time_1">
<img src="assets/Time_2.png" class="time even" alt="Time_1" style="margin-top: 60px;">
<img src="assets/Time_3.png" class="time odd" alt="Time_1" style="margin-top: 60px;">
<img src="assets/Time_4.png" class="time even" alt="Time_1" style="margin-top: 60px;">
<img src="assets/Time_5.png" class="time odd" alt="Time_1" style="margin-top: 60px;">
</div>
</section>
<section class="bottom odd">
<div class="upper">
<div class="txt">
Do you nerd out on IPL? Pals VIT Chennai brings you an event called WHAT-A-SHOT. It will bring all the fans out there together to participate as a team kyuki “Team hai toh maza hai”. The pandemic separated everyone from each other but IPL sure has brought everyone together. The cheers, and the cries, every wicket and every run has sure made everyone jump out of their chairs and scream from their hearts.
</div>
<img src="assets/Cricketer.svg" alt="Cricketer">
</div>
<div class="lower">
CALLING OUT ALL IPL FANS
</div>
</section>
</body>
</html>