mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-05-19 08:00:30 +00:00
Cleanup
This commit is contained in:
@@ -1 +0,0 @@
|
||||
frontend
|
||||
Binary file not shown.
@@ -1,44 +0,0 @@
|
||||
.pageContainer, .footer-js {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nojs-warning {
|
||||
position: absolute !important;
|
||||
max-width: 400px !important;
|
||||
text-align: center !important;
|
||||
padding-top: 24px !important;
|
||||
animation: blinker 2s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes blinker {
|
||||
50% { opacity: 0; }
|
||||
}
|
||||
|
||||
.content-not-available {
|
||||
display: grid;
|
||||
position: relative;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: calc(100vh - 80px);
|
||||
overflow: hidden;
|
||||
color: #fefee1;
|
||||
}
|
||||
|
||||
.content-not-available .content-not-available-introduction {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
transition: transform .2s ease;
|
||||
transform: translateX(0);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.table-container {
|
||||
margin-left: 10px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.table-container a{
|
||||
color: #4FACFC;
|
||||
}
|
||||
Binary file not shown.
@@ -1,30 +0,0 @@
|
||||
<footer class="py-5">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-6 col-sm-4 text-xs-center order-sm-2">
|
||||
<a class="text-white" target="_blank" href="https://www.reddit.com/r/BeamMP">Reddit</a>
|
||||
<span> | </span>
|
||||
<a class="text-white" target="_blank" href="https://twitter.com/BeamMP_Mod_Team">Twitter</a>
|
||||
<span> | </span>
|
||||
<a class="text-white" target="_blank" href="https://www.facebook.com/BeamNGMP">Facebook</a>
|
||||
</div>
|
||||
|
||||
<div class="col-6 justify-content-between col-sm-4 text-right text-xs-center order-sm-3">
|
||||
<a class="text-white" target="_blank" href="https://github.com/BeamMP">GitHub</a>
|
||||
<span> | </span>
|
||||
<a class="text-white" target="_blank" href="https://discord.gg/beammp">Discord</a>
|
||||
<span> | </span>
|
||||
<a class="text-white" target="_blank" href="https://www.beamng.com/threads/beamng-drive-multiplayer-beamng-mp-formally-local-multiplayer-lua-based.63052/">BeamNG Forums Thread</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-4 text-center py-4 order-sm-2">
|
||||
<small class="text-white">© 2019 - Present | BeamMP Mod Team All Rights Reserved</small>
|
||||
<small class="ml-1">
|
||||
<a href="https://forum.beammp.com/topic/95/privacy-policy-v1-0" target="_blank">Privacy Policy</a>
|
||||
·
|
||||
<a href="https://forum.beammp.com/topic/94/terms-of-use-v1-0">Terms & Conditions</a>
|
||||
</small>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
@@ -1,68 +0,0 @@
|
||||
<div class="nojs-warning">
|
||||
<b>
|
||||
<span>⚠</span>
|
||||
<span> You're not using Javascript, this version of the website has limited content.</span>
|
||||
</b>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row center-xs" style="max-height: 80px;">
|
||||
<div class="col-md-4 col-sm-4">
|
||||
<a class="logo-img" href="/">
|
||||
<div class="logo-image">
|
||||
<img src="../img/beammp-logo.png" alt="BeamMP Logo" class="img-fluid"/>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-8 col-sm-8">
|
||||
<div class="burger-menu">
|
||||
<button class="navbar-toggler toggler-example" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1" aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation"><span class="dark-blue-text"><i class="fas fa-bars fa-1x"></i></span></button>
|
||||
</div>
|
||||
<!-- Collapsible content -->
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent1">
|
||||
|
||||
<!-- Links -->
|
||||
<div class="mobile-container">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="https://forum.beammp.com">Forum</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://docs.beammp.com/">Docs</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://github.com/BeamMP/BeamMP">GitHub</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://www.patreon.com/BeamMP">Patreon</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="navbar-links">
|
||||
<ul class="links">
|
||||
<li>
|
||||
<a href="https://forum.beammp.com">
|
||||
<span class="text">Forum</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://docs.beammp.com/">
|
||||
<span class="text">Docs</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/BeamMP/BeamMP">
|
||||
<span class="text">Github</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.patreon.com/BeamMP">
|
||||
<span class="text">Patreon</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,65 +0,0 @@
|
||||
<!-- This page is only loaded on JS free clients -->
|
||||
|
||||
<!-- Archetype to add a distribution (THERE MUST BE 2 SPACES BEFORE THE DISTRO NAME)
|
||||
|
||||
<tr>
|
||||
<td>Distro name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
 ╚<a href="direct link to .zip file on Github"> Distro name (architecture A)</a><br>
|
||||
 ╚<a href="direct link to .zip file on Github"> Distro name (architecture B)</a><br>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="abuseipdb-verification" content="K1hJK7Gv" />
|
||||
<title>Linux Builds</title>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="css/styles-nojs.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav">
|
||||
<%- include('includes/nav-nojs.ejs') %>
|
||||
</nav>
|
||||
|
||||
<h1 style="padding-top: 80px; padding-left: 10px;">List of Linux builds for BeamMP Server</h1>
|
||||
|
||||
<div class="table-container">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Debian</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.debian.11.arm64"> Debian 11 (arm64)</a><br>
|
||||
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.debian.11.x86_64"> Debian 11 (x86/64)</a><br>
|
||||
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.debian.12.arm64"> Debian 12 (arm64)</a><br>
|
||||
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.debian.12.x86_64"> Debian 12 (x86/64)</a><br>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Ubuntu</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.ubuntu.20.04.arm64"> Ubuntu 20.04 (arm64)</a><br>
|
||||
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.ubuntu.20.04.x86_64"> Ubuntu 20.04 (x86/64)</a><br>
|
||||
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.ubuntu.22.04.arm64"> Ubuntu 22.04 (arm64)</a><br>
|
||||
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.ubuntu.22.04.x86_64"> Ubuntu 22.04 (x86/64)</a><br>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<%- include('includes/footer-nojs.ejs') %>
|
||||
</body>
|
||||
Reference in New Issue
Block a user