-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (73 loc) · 5.05 KB
/
index.html
File metadata and controls
79 lines (73 loc) · 5.05 KB
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hamiumSMP</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://hamium.instatus.com/en/99a7f73a/widget/script.js"></script>
<meta name="description" content="One of the best non pay-to-win Minecraft servers!">
<link rel="icon" href="/icon.png" sizes="any">
<link rel="apple-touch-icon" href="icon.png">
</head>
<body>
<section class="py-20">
<div class="container mx-auto px-4">
<div class="flex flex-wrap items-center mt-32">
<div class="w-full md:w-5/12 px-4 mr-auto ml-auto">
<h3 class="text-6xl text-center md:text-left mb-10 md:text-9xl font-semibold leading-normal">
<span class="text-transparent bg-clip-text bg-gradient-to-br from-purple-500 to-pink-500">hamium</span>ᵐᶜ
</h3>
<div class="-mt-10 ml-2 mb-10 flex flex-col md:flex-row text-gray-300 items-center md:gap-12">
<a class="my-2 relative font-medium text-black before:absolute before:-bottom-1 before:h-0.5 before:w-full before:origin-right before:scale-x-0 before:bg-gradient-to-l before:from-purple-500 before:to-pink-500 before:transition hover:before:scale-100" href="https://discord.gg/WkAQf5wUue">
discord
</a>
<a class="my-2 relative font-medium text-black before:absolute before:-bottom-1 before:h-0.5 before:w-full before:origin-right before:scale-x-0 before:bg-gradient-to-l before:from-purple-500 before:to-pink-500 before:transition hover:before:scale-100" href="https://ko-fi.com/hamium">
donate
</a>
<a class="my-2 relative font-medium text-black before:absolute before:-bottom-1 before:h-0.5 before:w-full before:origin-right before:scale-x-0 before:bg-gradient-to-l before:from-purple-500 before:to-pink-500 before:transition hover:before:scale-100" href="https://docs.google.com/forms/d/e/1FAIpQLScT-DnGNxa-nvCzukMZNE0FwMLlN68-jHgaFoHq0zWWHHGOFw/viewform">
appeal
</a>
<a class="my-2 relative font-medium text-black before:absolute before:-bottom-1 before:h-0.5 before:w-full before:origin-right before:scale-x-0 before:bg-gradient-to-l before:from-purple-500 before:to-pink-500 before:transition hover:before:scale-100" href="https://hamium.xyz/factions-wiki">
wiki
</a>
<a class="my-2 relative font-medium text-black before:absolute before:-bottom-1 before:h-0.5 before:w-full before:origin-right before:scale-x-0 before:bg-gradient-to-l before:from-purple-500 before:to-pink-500 before:transition hover:before:scale-100" href="https://hamium.instatus.com/">
status
</a>
<div class="relative mt-4 lg:mt-0 lg:mx-4"></div>
</div>
<p class="ml-2 text-lg font-normal leading-relaxed mt-4 mb-4 text-gray-700">
We are one of the best non pay-to-win Minecraft servers, with an active, chill community and a wonderful team behind it! Powered by powerful dedicated hosting, and custom plugins.
</p>
<label for="servip"></label><input type="text" value="mc.hamium.xyz" id="servip" class="ml-2 font-bold text-gray-800 mt-2" readonly>
<button onclick="ip()" class="relative inline-flex items-center justify-center p-0.5 mb-2 me-2 overflow-hidden text-sm font-medium text-black rounded-lg group bg-gradient-to-br from-purple-500 to-pink-500 group-hover:from-purple-500 group-hover:to-pink-500 hover:text-white">
<span class="relative px-5 py-2.5 transition-all ease-in duration-75 bg-white rounded-md group-hover:bg-opacity-0">
Copy IP
</span>
</button>
</div>
<div class="w-full md:w-4/12 px-4 mr-auto ml-auto ">
<div class="relative flex flex-col min-w-0 break-words bg-white w-full mb-6 shadow-lg rounded-lg">
<img alt="factions" src="./imgs/factionsmp.png" class="w-full align-middle rounded-t-lg transition-transform duration-300 transform hover:scale-105" />
</div>
<div class="relative flex flex-col min-w-0 break-words bg-white w-full mb-6 shadow-lg rounded-lg">
<img alt="crowns" src="./imgs/crowns.png" class="w-full align-middle rounded-t-lg transition-transform duration-300 transform hover:scale-105" />
</div>
<div class="relative flex flex-col min-w-0 break-words bg-white w-full mb-6 shadow-lg rounded-lg">
<img alt="mmo" src="./imgs/mmo.png" class="w-full align-middle rounded-t-lg transition-transform duration-300 transform hover:scale-105" />
</div>
</div>
</div>
</div>
</section>
<footer>
<div>
<p class="text-center font-sm text-gray-400">
<a class="relative text-sm hover:text-black before:absolute before:-bottom-1 before:h-0.5 before:w-full before:origin-right before:scale-x-0 before:bg-gradient-to-l before:from-pink-500 before:via-red-500 before:to-yellow-500 before:transition hover:before:scale-100" href="https://theunium.github.io">
made by unium :)
</a>
</div>
</footer>
<script src="js/app.js"></script>
</body>
</html>