-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
47 lines (44 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A modern index page for navigating all templates in the Linktree Template Repository">
<title>Linktree Template Index</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico" type="image/x-icon"> <!-- Add favicon -->
</head>
<body>
<div class="container">
<!-- Light/Dark Mode Toggle -->
<div class="mode-toggle">
<label class="switch">
<input type="checkbox" id="mode-toggle">
<span class="slider round"></span>
</label>
</div>
<!-- Profile Picture -->
<div class="profile-picture"></div>
<!-- Header Section -->
<h1 class="header-title">Explore Linktree Templates</h1>
<p class="description">Select a template below to customize your own linktree page fit for the permaweb:</p>
<!-- Links to Templates -->
<div class="links">
<a href="permahills/index.html" class="button">🌌 Monochromatic Permahills</a>
<a href="retro-arcade/index.html" class="button">🕹️ Retro Arcade</a>
<a href="minimalist/index.html" class="button">⚪ Classic Minimalist</a>
<a href="soft-gradient/index.html" class="button">🌈 Soft Gradient</a>
<a href="brutalist/index.html" class="button">🧱 Brutalist</a>
<a href="metal/index.html" class="button">🤘 Metal</a>
</div>
</div>
<!-- Footer Section -->
<div class="footer">
<p>Get started with creating your own permanent linktree page</p>
<a href="#" data-subdomain="ardrive" data-path="#/drives/318f3523-22b6-43a8-a1e5-cf1bfeefee4c?name=Linktree+Templates" target="_blank">Download from ArDrive</a> |
<a href="https://github.com/vilenarios/linktree-templates" target="_blank">Clone from GitHub</a>
<a href="https://ardrive.ar.io/" target="_blank"></a>
</div>
<script src="script.js"></script>
</body>
</html>