-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (60 loc) · 4.73 KB
/
index.html
File metadata and controls
62 lines (60 loc) · 4.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="output.css">
<link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/glacial-indifference" type="text/css"/>
<title>Wolf Client</title>
</head>
<body class="font-[GlacialIndifferenceRegular]">
<div class="py-[0.5rem] bg-zinc-800">
<div class="text-center my-[2rem]">
<p class="inline-block mx-[0.5rem] font-light text-lg text-white drop-shadow-xl text-center hover:cursor-pointer">Home</p>
<a href="https://www.mediafire.com/folder/ktygmzotljto0/Wolf+Client+V3+Release+Folder" target="_blank" class="inline-block mx-[0.5rem] font-light text-lg text-white drop-shadow-xl text-center hover:cursor-pointer">Download</a>
<a href="https://discord.gg/ce3DPwAERJ" target="_blank" class="inline-block mx-[0.5rem] font-light text-lg text-white drop-shadow-xl text-center hover:cursor-pointer">Discord</a>
</div>
</div>
<div class="bg-[url('img/background.png')] bg-no-repeat bg-cover bg-local py-[20rem]">
<div class="mx-auto text-center drop-shadow-2xl font-[GlacialIndifferenceRegular]">
<img src="img/logo.png" class="w-[12rem] drop-shadow-xl mx-auto -mt-[10rem]">
<h1 class="inline-block font-normal text-7xl text-white drop-shadow-xl text-center">Wolf Client</h1>
<h2 class="font-light text-3xl text-white drop-shadow-xl text-center mb-[1.5rem]">1.16 - 1.18+</h1>
<a href="https://www.mediafire.com/folder/ktygmzotljto0/Wolf+Client+V3+Release+Folder" target="_blank"class="bg-white rounded-md font-semibold text-xl text-black drop-shadow-xl text-center px-5 py-3 hover:cursor-pointer hover:bg-gray-300">📥 Download</a>
</div>
</div>
<div class="bg-zinc-800 py-10">
<div class="text-center my-[2rem]">
<h1 class="inline-block font-bold text-5xl text-white drop-shadow-xl text-center">Features</h1>
<div class="lg:grid lg:grid-cols-2 mt-[2.5rem]">
<div class="lg:text-right md:text-center sm:text-center">
<img src="img/tweaks.png" class="inline-block drop-shadow-lg rounded-md lg:h-[25rem] lg:mx-10 my-10">
</div>
<div class="lg:text-left md:text-center sm:text-center mt-10">
<h1 class="inline-block font-semibold text-4xl text-white drop-shadow-xl lg:text-left md:text-center sm:text-center">Texture Tweaks</h1>
<p class="inline-block text-white drop-shadow-xl lg:text-left md:text-center sm:text-center text-2xl font-light py-10 lg:pr-[25rem] sm:px-[10rem] lg:px-[0rem]">Wolf Client added alot of tweaks to the pack. This includes, low fire, clear glass, full grass and much much more. These tweaks can not only reduce a certain amount and lag and maybe even able to improve your gameplay on visual.</p>
</div>
</div>
<div class="lg:grid lg:grid-cols-2 mt-[2.5rem]">
<div class="lg:text-right md:text-center sm:text-center">
<img src="img/ui.png" class="inline-block drop-shadow-lg rounded-md lg:h-[25rem] lg:mx-10 my-10">
</div>
<div class="lg:text-left md:text-center sm:text-center mt-10">
<h1 class="inline-block font-semibold text-4xl text-white drop-shadow-xl lg:text-left md:text-center sm:text-center">Simple Dark UI</h1>
<p class="inline-block text-white drop-shadow-xl lg:text-left md:text-center sm:text-center text-2xl font-light py-10 lg:pr-[25rem] sm:px-[10rem] lg:px-[0rem]">Wolf Client's UI had taken some inspiration from the Lunar Client UI. But we also added our own stuff. These UI are clean and dark which is fully made for gamers.</p>
</div>
</div>
<div class="lg:grid lg:grid-cols-2 mt-[2.5rem]">
<div class="lg:text-right md:text-center sm:text-center">
<img src="img/cosmetics.gif" class="inline-block drop-shadow-lg rounded-md lg:h-[25rem] lg:mx-10 my-10">
</div>
<div class="lg:text-left md:text-center sm:text-center mt-10">
<h1 class="inline-block font-semibold text-4xl text-white drop-shadow-xl lg:text-left md:text-center sm:text-center">Cosmetics</h1>
<p class="inline-block text-white drop-shadow-xl lg:text-left md:text-center sm:text-center text-2xl font-light py-10 lg:pr-[25rem] sm:px-[10rem] lg:px-[0rem]">Cosmetics will make you the charmest guy in the game. We have various type of cosmetics. For instance, dragon wings, capes and bandana.</p>
</div>
</div>
</div>
</div>
</body>
</html>