minor fixes

This commit is contained in:
Starystars67
2025-12-23 12:52:44 +00:00
parent 952d35535f
commit 88a3f10192
2 changed files with 18 additions and 5 deletions
+17 -4
View File
@@ -48,7 +48,7 @@
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
padding: 1rem 0; padding: 1rem 0;
position: sticky; position: sticky;
top: 54px; top: 94px;
z-index: 999; z-index: 999;
box-shadow: 0 1px 3px rgba(0,0,0,0.1); box-shadow: 0 1px 3px rgba(0,0,0,0.1);
} }
@@ -597,9 +597,22 @@
<div class="cta-section"> <div class="cta-section">
<h3>Ready to Host Your Own Server?</h3> <h3>Ready to Host Your Own Server?</h3>
<p>Check out our trusted hosting partners or download the server software to host it yourself.</p> <p>Check out our trusted hosting partners or download the server software to host it yourself.</p>
<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.exe" class="btn-white"> <div class="flex flex-col sm:flex-row gap-4 justify-center pt-4">
Download Server (Windows) <a
</a> href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.exe"
class="btn-white flex items-center justify-center gap-3 bg-neutral-800 hover:bg-neutral-700 dark:bg-neutral-700 dark:hover:bg-neutral-600 text-white border border-neutral-600 dark:border-neutral-600 px-6 py-3 rounded-lg font-semibold transition-all"
>
Windows
<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-download-icon lucide-download"><path d="M12 15V3"/><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><path d="m7 10 5 5 5-5"/></svg>
</a>
<a
href="https://github.com/BeamMP/BeamMP-Server/releases/latest"
class="btn-white flex items-center justify-center gap-3 bg-neutral-800 hover:bg-neutral-700 dark:bg-neutral-700 dark:hover:bg-neutral-600 text-white border border-neutral-600 dark:border-neutral-600 px-6 py-3 rounded-lg font-semibold transition-all"
>
Linux Builds
<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-download-icon lucide-download"><path d="M12 15V3"/><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><path d="m7 10 5 5 5-5"/></svg>
</a>
</div>
</div> </div>
</div> </div>
</section> </section>
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "beammp-website", "name": "beammp-website",
"private": true, "private": true,
"version": "2.3.1", "version": "2.3.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",