mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
Add 4.3 release page (#882)
- Web development by Adam Scott with help from Emilio Coppola - Design template by Luis Carli - Visuals by Adam Scott with speial thanks to GDQuest, Kenney, and FR3NKD - Texts by Nathalie Galla & Adam Scott Co-authored-by: Nathalie Galla <murderveggie@gmail.com> Co-authored-by: luiscarli <git@luiscarli.com> Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
@@ -26,12 +26,12 @@
|
||||
{% if primary[0] == "linux" or primary[0] == "macos" or primary[0] == "windows" %}
|
||||
{% assign platform_info = site.data.download_platforms | find: "name", primary[1] %}
|
||||
|
||||
<div class="download-platform">
|
||||
<div class="download-platform platform-{{primary[0]}}">
|
||||
<img width="24" height="24" src="/assets/images/platforms/{{ primary[0] | split: "_" | join: "-" }}.svg" title="{{ platform_info.title }}" alt="{{ platform_info.title }}" class="lightbox-ignore" />
|
||||
{{ platform_info.title }}
|
||||
</div>
|
||||
|
||||
<a href="{{ release_version | make_download: primary[1], false, "github_builds" }}" class="btn btn-download btn-download-primary">
|
||||
<a href="{{ release_version | make_download: primary[1], false, "github_builds" }}" class="btn btn-download btn-download-primary platform-{{primary[0]}}">
|
||||
<div class="download-title">
|
||||
Standard
|
||||
</div>
|
||||
@@ -42,7 +42,7 @@
|
||||
<div></div>
|
||||
{% else %}
|
||||
{% assign has_mono = true %}
|
||||
<a href="{{ mono_download }}" class="btn btn-download btn-download-primary btn-download-primary--mono">
|
||||
<a href="{{ mono_download }}" class="btn btn-download btn-download-primary btn-download-primary--mono platform-{{primary[0]}}">
|
||||
<div class="download-title">
|
||||
.NET
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user