-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (38 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Site Title & Favicon -->
<title>GDSC JGEC | Linktree</title>
<link rel="shortcut icon" type="image/svg" href="./assets/favicon.svg" />
<!-- Meta Character & Device Dimension -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="GDSC JGEC" />
<meta name="description" content="GDSC JGEC Linktree | Connect with us in one place." />
<meta name="keywords" content="gdscjgec, gdsc, google developer students club, linktree" />
<!-- Address Bar/Tab Color -->
<meta name="theme-color" content="#181a20" />
<!-- CSS -->
<link rel="stylesheet" href="./index.css" />
<!-- JS -->
<script defer src="./assets/particles.min.js"></script>
<script defer src="./assets/sketch.app.js"></script>
<script defer src="./data.js"></script>
</head>
<body>
<section id="linktree">
<div id="particles-js"></div>
<div class="linktree" role="main" aria-checked="true">
<div class="heading">
<img src="./assets/gdsc_dark.svg" alt="Logo" />
<h2>GDSC JGEC</h2>
<p>Connect with us in one place!</p>
</div>
<div id="linktreeHandles" class="handles">
<!-- All Links are Mapped -->
</div>
</div>
</section>
</body>
</html>