-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (84 loc) · 4.26 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="mobile-web-app-capable" content="yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Himal is the ultimate Lo-fi Music Discord bot that also happens to play more than 30,000 radio stations from around the world. Currently serving more than 300 servers and a total of 100,000+ users.">
<meta name="keywords"
content="discord bot list, discord bot, radio bot, discord music bot, lofi bot, discord, server, top.gg, himal, himal music">
<meta name="author" content="Grizz1e">
<meta property="og:image" content="https://himal.grizz1e.com/assets/banner.png">
<meta property="og:image:width" content="800">
<meta property="og:image:height" content="600">
<meta property="og:title" content="Himal">
<meta property="og:description"
content="Himal is the ultimate Lo-fi Music Discord bot that also happens to play more than 30,000 radio stations from around the world. Currently serving more than 300 servers and a total of 100,000+ users.">
<meta property="og:url" content="https://himal.grizz1e.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Himal">
<meta property="og:locale" content="en_US">
<title>Himal | Home</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="/assets/logo.svg" type="image/svg">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
</head>
<body>
<nav class="flex sticky justify-between items-center w-screen h-16 px-10 top-0 z-10">
<div class="flex nav-header justify-center items-center">
<a href="/"><img id="main-logo" src="/assets/logo.svg" alt="Himal Logo"></a>
</div>
<div class="nav-items text-center text-2xl">
<ul class="flex text-white justify-between">
<li class="px-10"><a href="/commands/">Commands</a></li>
<li class="px-10"><a href="/server/" target="_blank">Support</a></li>
<li class="px-10"><a href="https://ko-fi.com/Grizz1e" target="_blank">Donate</a></li>
<li class="px-10"><a href="https://top.gg/bot/757157859011067985" target="_blank">Vote</a></li>
</ul>
</div>
<div id="ham-menu"><i class="fa-solid fa-bars fa-2xl"></i></div>
</nav>
<div class="fixed top-20 right-5 mobile-menu rounded-lg bg-white py-5" id="mobile-menu">
<ul>
<li class="px-10 py-4"><a href="/commands/">Commands</a></li>
<li class="px-10 py-4"><a href="/server/" target="_blank">Support</a></li>
<li class="px-10 py-4"><a href="https://ko-fi.com/Grizz1e" target="_blank">Donate</a></li>
<li class="px-10 py-4"><a href="https://top.gg/bot/757157859011067985" target="_blank">Vote</a></li>
</ul>
</div>
<div class="main-container text-center mt-40 text-4xl font-bold text-white">
<div class="main-title mt-4xl">
<h1 id="main-title">Himal</h1>
<p class="my-9 font-thin text-xl">THE #1 LO-FI MUSIC AND RADIO BOT AVAILABLE ON DISCORD</p>
<div class="flex justify-center items-center">
<div id="invite-btn">
<a href="/invite/" target="_blank" rel="noopener"><i class="fa-brands fa-discord"></i> Add
Bot!</a>
</div>
</div>
</div>
</div>
<div id="stats-cards" class="grid grid-cols-3 gap-40 mx-10 my-40 text-white font-bold text-center text-4xl">
<div class="stats py-10 rounded-3xl">
<h1 id="server-count"></h1>
<p>Active Servers</p>
</div>
<div class="stats py-10 rounded-3xl">
<h1 id="user-count"></h1>
<p>Total Users</p>
</div>
<div class="stats py-10 rounded-3xl">
<h1 id="radio-count"></h1>
<p>Radio Stations</p>
</div>
</div>
<script src="/js/script.js"></script>
<script>
AOS.init();
</script>
</body>
</html>