-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (64 loc) · 1.87 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
<!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>Join | ADG VIT</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="./Assets/1.png" />
<!-- Desciption -->
<meta
name="description"
content="ADG is a student club at VIT Vellore with members who are passionate for iOS Development and other technical domains to develop their dream project."
/>
<meta
name="keywords"
content="ADG, Apple, VIT, Vellore, iOS, Development, PaperVIT, Clubs, Chapters"
/>
<meta
name="og:image"
content="https://i.postimg.cc/XYf7J1cX/adg-logo.png"
/>
<meta name="og:title" content="ADG | VIT Vellore" />
<meta
name="og:description"
content="ADG is a student club at VIT Vellore with members who are passionate for iOS Development and other technical domains to develop their dream project."
/>
<!-- SEO Ends -->
<link rel="stylesheet" href="./styles.css" />
</head>
<body id="background">
<div class="main">
<div class="logo">
<a href="https://links.adgvit.com/">
<img src="./Assets/adglogo.png" alt="ADG_LOGO" />
</a>
</div>
<div>
<div class="congratulations">Congratulations</div>
<div class="explorer">Explorer</div>
</div>
<div>
<div class="rewards">Round 1 starts on the 3rd of Feb at 12:00 Noon</div>
<div class="timer" id="timer"></div>
</div>
<div>
<div class="tuned">Stay Tuned.</div>
<div class="check">
Check This Space When The Timer Runs Out
</div>
</div>
<!-- <footer>
Send a Screenshot of this Page to
<a
href="https://wa.me/916289994871"
style="text-decoration: none; color: #fff"
>+91-6289994871</a
>
to Learn More
</footer> -->
</div>
<script src="timer.js"></script>
</body>
</html>