Skip to content

Commit 152158d

Browse files
authored
...
1 parent 4ac24ad commit 152158d

1 file changed

Lines changed: 24 additions & 18 deletions

File tree

download.html

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,11 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="theme-color" content="#111827">
7-
<meta name="description" content="Download PowerEssentials - The ultimate plugin for Minecraft Bedrock servers. Get the latest version and enhance your server experience.">
8-
9-
<!-- Open Graph / Twitter -->
10-
<meta property="og:type" content="website">
11-
<meta property="og:title" content="Download PowerEssentials">
12-
<meta property="og:description" content="Get the latest version of PowerEssentials for your Minecraft Bedrock server.">
13-
<meta property="og:image" content="https://example.com/poweressentials-download-og.jpg">
14-
157
<title>Download - PowerEssentials</title>
8+
169
<script src="https://cdn.tailwindcss.com"></script>
17-
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
1810
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
11+
<script defer src="https://unpkg.com/alpinejs@3.0.0/dist/cdn.min.js"></script>
1912
</head>
2013
<body class="bg-gray-900 text-white antialiased">
2114
<nav class="bg-gray-800/95 backdrop-blur-md border-b border-gray-700 fixed w-full top-0 z-50" x-data="{ isOpen: false }">
@@ -24,13 +17,11 @@
2417
<a href="/" class="text-2xl font-bold bg-gradient-to-r from-blue-400 to-purple-500 bg-clip-text text-transparent">
2518
PowerEssentials
2619
</a>
27-
2820
<div class="hidden md:flex space-x-8">
2921
<a href="index.html" class="hover:text-blue-400 transition-colors duration-200">Home</a>
3022
<a href="changelog.html" class="hover:text-blue-400 transition-colors duration-200">Changelog</a>
3123
<a href="about.html" class="hover:text-blue-400 transition-colors duration-200">About</a>
3224
</div>
33-
3425
<button @click="isOpen = !isOpen" class="md:hidden p-2 rounded-md text-gray-400 hover:text-white focus:outline-none">
3526
<svg x-show="!isOpen" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
3627
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
@@ -41,7 +32,6 @@
4132
</button>
4233
</div>
4334
</div>
44-
4535
<div class="md:hidden" x-show="isOpen" @click.away="isOpen = false" x-cloak>
4636
<div class="px-4 pt-2 pb-3 space-y-2">
4737
<a href="index.html" class="block px-3 py-2 rounded-md hover:bg-gray-700">Home</a>
@@ -61,7 +51,6 @@ <h1 class="text-4xl md:text-5xl font-extrabold mb-4">
6151
</span>
6252
PowerEssentials
6353
</h1>
64-
<p class="text-lg text-gray-400">Get the latest version and enhance your Minecraft Bedrock server</p>
6554
</div>
6655

6756
<div class="grid gap-6 md:grid-cols-2 lg:grid-cols-3 mb-16">
@@ -70,12 +59,12 @@ <h1 class="text-4xl md:text-5xl font-extrabold mb-4">
7059
<i class="fas fa-shield-alt text-blue-400 text-2xl mr-3"></i>
7160
<h3 class="text-xl font-semibold">Stable Release</h3>
7261
</div>
73-
<p class="text-gray-400 mb-4">Recommended for production servers</p>
74-
<a href="https://github.com/PowerEssentials/PowerEssentials/releases/latest"
62+
<a href="https://github.com/PowerEssentials/PowerEssentials/releases/download/v1.0.0.pmmp/PowerEssentials.phar"
7563
class="inline-block w-full bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg text-center transition-colors duration-200">
7664
v1.0.0 - Download
7765
</a>
7866
</div>
67+
</div>
7968

8069
<div class="grid gap-8 md:grid-cols-2">
8170
<div class="bg-gray-800 rounded-xl p-6">
@@ -101,7 +90,7 @@ <h3 class="text-2xl font-bold mb-4">Installation Guide</h3>
10190
</li>
10291
<li class="flex items-start">
10392
<span class="bg-purple-500 text-white rounded-full w-6 h-6 flex items-center justify-center mr-3">2</span>
104-
move the file to your server's plugin folder
93+
Move the file to your server's plugin folder
10594
</li>
10695
<li class="flex items-start">
10796
<span class="bg-green-500 text-white rounded-full w-6 h-6 flex items-center justify-center mr-3">3</span>
@@ -114,7 +103,6 @@ <h3 class="text-2xl font-bold mb-4">Installation Guide</h3>
114103
<div class="mt-12 p-6 bg-gray-800 rounded-xl text-center">
115104
<i class="fab fa-github text-4xl mb-4 text-gray-400"></i>
116105
<h3 class="text-xl font-semibold mb-2">Open Source Project</h3>
117-
<p class="text-gray-400 mb-4">Contribute or report issues on GitHub</p>
118106
<a href="https://github.com/PowerEssentials/PowerEssentials"
119107
class="inline-block bg-gray-700 hover:bg-gray-600 text-white px-6 py-3 rounded-lg transition-colors duration-200">
120108
<i class="fab fa-github mr-2"></i>View Repository
@@ -127,7 +115,7 @@ <h3 class="text-xl font-semibold mb-2">Open Source Project</h3>
127115
<footer class="bg-gray-800/80 border-t border-gray-700">
128116
<div class="container mx-auto px-4 sm:px-6 lg:px-8 py-8 text-center">
129117
<p class="text-gray-400">&copy; 2025 PowerEssentials. All rights reserved.</p>
130-
<div class="mt-4 flex justify-center space-x-6">
118+
<div class="mt-4 flex justify-center space-x-6">
131119
<a href="https://github.com/PowerEssentials" target="_blank" class="text-gray-400 hover:text-white transition-colors duration-200">
132120
<i class="fab fa-github text-2xl"></i>
133121
</a>
@@ -137,5 +125,23 @@ <h3 class="text-xl font-semibold mb-2">Open Source Project</h3>
137125
</div>
138126
</div>
139127
</footer>
128+
129+
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
130+
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js"></script>
131+
<script src="https://code.jquery.com/mobile/1.5.0/jquery.mobile-1.5.0.min.js"></script>
132+
133+
<script>
134+
$(document).ready(function() {
135+
$('a[href^="#"]').on('click', function(event) {
136+
event.preventDefault();
137+
$('html, body').animate({
138+
scrollTop: $($(this).attr('href')).offset().top
139+
}, 800);
140+
});
141+
142+
$('[title]').tooltip();
143+
$('a, button').button();
144+
});
145+
</script>
140146
</body>
141147
</html>

0 commit comments

Comments
 (0)