-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
164 lines (149 loc) · 8.04 KB
/
index.html
File metadata and controls
164 lines (149 loc) · 8.04 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home | MapBase</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./src/styles.css" />
</head>
<body class="bg-[#111111] w-screen h-screen m-0 p-0">
<div
class="h-15 bg-[#111111] w-screen !p-[10px] flex flex-row items-center justify-end"
>
<div class="relative flex items-center justify-between w-full px-5">
<a
href="/index.html"
class="absolute left-1/2 -translate-x-1/2"
>
<h1
class="relative font-[Roboto_Slab] text-transparent bg-clip-text bg-gradient-to-r from-[#88cfb9] to-[#53a9b3] !text-[30px] !font-[500] whitespace-nowrap"
>
MapBase
</h1>
</a>
<div
class="w-screen flex flex-row gap-5 text-white justify-end !mr-[10px]"
>
<a href="/views/hive/index.html" class="">
<h1
class="font-[Inter] text-[#eee] !text-[17px] !font-[500] hover:[text-shadow:_0_0_23px_var(--color-yellow-300)] hover:scale-[1.1] hover:text-yellow-300 transition-all duration-250"
>
Hive
</h1>
</a>
<a href="/views/hypixel/index.html" class="">
<h1
class="font-[Inter] text-[#eee] !text-[17px] !font-[500] hover:[text-shadow:_0_0_25px_var(--color-yellow-600)] hover:scale-[1.1] hover:text-yellow-600 transition-all duration-250"
>
Hypixel
</h1>
</a>
<a href="/views/mmc/index.html" class="">
<h1
class="font-[Inter] text-[#eee] !text-[17px] !font-[500] hover:[text-shadow:_0_0_20px_var(--color-pink-600)] hover:scale-[1.1] hover:text-pink-600 transition-all duration-250"
>
Minemen Club
</h1>
</a>
</div>
</div>
</div>
<div class="w-screen h-[1px] bg-[#333]"></div>
<!-- ^^ Divider ^^ -->
<!-- Body Starts -->
<div class="sections flex flex-col gap-[3px]">
<!-- <div class="w-full h-100 !mt-10 flex items-center justify-center">
<h1
class="text-white font-[Poppins] !font-[550] !text-[80px] m-0 p-0"
>
Super Epic Animation Soon 👀
</h1>
</div> -->
<div
class="w-full h-100 flex items-center justify-center overflow-hidden relative !border-2 !border-solid !border-yellow-300"
>
<div
class="absolute inset-0 bg-[linear-gradient(transparent_0%,rgba(255,255,0,0.09)_15%,rgb(255,255,0)_500%)] z-8"
></div>
<div class="z-20 flex flex-col items-center justify-center">
<img
src="./images/hive_logo.png"
alt="Hive Logo"
id="logo"
class="scale-48 hover:drop-shadow-[0_0_80px_rgba(214,168,54,0.5)] transition-all duration-500 ease-out will-change-transform"
/>
<button
id="hivebtn"
class="z-30 bg-[linear-gradient(transparent_0%,rgba(255,255,0,0.09)_50%,rgb(255,255,0)_500%)] !font-[500] cursor-pointer hover:brightness-150 hover:scale-115 !font-[Poppins] !text-[18px] !text-[#fffbc7] hover:-translate-y-3 !border-2 !border-solid !border-yellow-300 !rounded-[12px] w-[150px] h-[60px] bg-transparent absolute top-[70%] opacity-0 invisible transition-all duration-500 ease-out"
>
Hive Maps
</button>
</div>
<img
src="./images/hive_lobby.png"
alt="Hive Lobby"
class="w-full h-full -translate-y-1/6 blur-sm absolute opacity-15 z-8"
/>
</div>
<div
class="w-full h-100 flex items-center justify-center overflow-hidden relative !border-2 !border-solid !border-yellow-600"
>
<div
class="absolute inset-0 bg-[linear-gradient(transparent_0%,rgba(208,135,0,0.05)_15%,#d08700_500%)] z-8"
></div>
<div class="z-20 flex flex-col items-center justify-center">
<img
src="./images/hypixel_logo.png"
alt="Hypixel Logo"
id="hypixel"
class="scale-160 hover:drop-shadow-[0_0_30px_rgba(208,135,0,0.5)] transition-all duration-500 ease-out will-change-transform"
/>
<button
id="hypixelbtn"
class="z-30 bg-[linear-gradient(transparent_0%,rgba(208,135,0,0.09)_50%,#d08700_500%)] !font-[500] cursor-pointer hover:brightness-150 hover:scale-115 !font-[Poppins] !text-[18px] !text-[#fffbc7] hover:-translate-y-3 !border-2 !border-solid !border-yellow-600 !rounded-[12px] w-[150px] h-[60px] bg-transparent absolute top-[70%] opacity-0 invisible transition-all duration-500 ease-out"
>
Hypixel Maps
</button>
</div>
<img
src="./images/hypixel_lobby.png"
alt="Hypixel Lobby"
class="w-full h-full -translate-y-1/6 blur-sm absolute opacity-20 z-8"
/>
</div>
<div
class="w-full h-100 flex items-center justify-center overflow-hidden relative !border-2 !border-solid !border-pink-600"
>
<div
class="absolute inset-0 bg-[linear-gradient(transparent_0%,rgba(230,0,118,0.01)_15%,rgb(230,0,118)_500%)] z-8"
></div>
<div class="z-20 flex flex-col items-center justify-center">
<img
src="./images/mmc_logo.png"
alt="MMC Logo"
id="mmc"
class="scale-48 hover:drop-shadow-[0_0_80px_rgba(230,0,118,0.5)] transition-all duration-500 ease-out will-change-transform"
/>
<button
id="mmcbtn"
class="z-30 bg-[linear-gradient(transparent_0%,rgba(230,0,118,0.09)_50%,rgb(230,0,118)_500%)] !font-[500] cursor-pointer hover:brightness-150 hover:scale-115 !font-[Poppins] !text-[18px] !text-[#fffbc7] hover:-translate-y-3 !border-2 !border-solid !border-pink-600 !rounded-[12px] w-[210px] h-[60px] bg-transparent absolute top-[70%] opacity-0 invisible transition-all duration-500 ease-out"
>
Minemen Club Maps
</button>
</div>
<img
src="./images/mmc_lobby.png"
alt="Minemen Club Lobby"
class="w-full h-full -translate-y-1/6 blur-sm absolute opacity-20 z-8"
/>
</div>
<script type="module" src="/src/index.ts"></script>
</div>
</body>
</html>