Updated for release.

Updated:
- Updated for v3.2.2 naming scheme changes.
- Made the links in `linux-builds.ejs` comply with [WCAG AAA standards](https://www.w3.org/WAI/WCAG22/quickref/#contrast-enhanced).
This commit is contained in:
alex.ita 2024-01-16 20:31:58 +01:00
parent e459538f18
commit 3daa559a67
2 changed files with 12 additions and 6 deletions

View File

@ -37,4 +37,8 @@
.table-container {
margin-left: 10px;
height: 100%;
}
.table-container a{
color: #4FACFC;
}

View File

@ -39,10 +39,10 @@
</tr>
<tr>
<td>
&emsp;&#9562;<a href=""> Debian 11 (arm64)</a><br>
&emsp;&#9562;<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server-debian"> Debian 11 (x86/64)</a><br>
&emsp;&#9562;<a href=""> Debian 12 (arm64)</a><br>
&emsp;&#9562;<a href=""> Debian 12 (x86/64)</a><br>
&emsp;&#9562;<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.debian.11.arm64"> Debian 11 (arm64)</a><br>
&emsp;&#9562;<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.debian.11.x86_64"> Debian 11 (x86/64)</a><br>
&emsp;&#9562;<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.debian.12.arm64"> Debian 12 (arm64)</a><br>
&emsp;&#9562;<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>
@ -51,8 +51,10 @@
</tr>
<tr>
<td>
&emsp;&#9562;<a href=""> Ubuntu 22.04 (arm64)</a><br>
&emsp;&#9562;<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server-ubuntu"> Ubuntu 22.04 (x86/64)</a><br>
&emsp;&#9562;<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.ubuntu.20.04.arm64"> Ubuntu 20.04 (arm64)</a><br>
&emsp;&#9562;<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>
&emsp;&#9562;<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.ubuntu.22.04.arm64"> Ubuntu 22.04 (arm64)</a><br>
&emsp;&#9562;<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>