mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
The web server redirects pages like `/blog` to `/blog/`, which slows down navigation a bit. This can be avoided by fully spelling out the URLs in internal links.
38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
<input type="checkbox" id="nav_toggle_cb">
|
|
<header>
|
|
<div class="container flex align-center">
|
|
<div id="nav_head">
|
|
<a href="/" id="logo-link">
|
|
<img class="nav-logo" src="/assets/logo.svg" width="136" height="48" alt="Godot Engine">
|
|
<img class="nav-logo dark-logo" src="/assets/logo_dark.svg" width="136" height="48" alt="Godot Engine">
|
|
</a>
|
|
<label for="nav_toggle_cb" id="nav_toggle_btn">
|
|
<img src="/assets/icons/hamburger.svg" width="24" height="24" alt="Main menu">
|
|
</label>
|
|
</div>
|
|
|
|
<nav id="nav">
|
|
<ul class="left">
|
|
<li><a href="/features/">Features</a></li>
|
|
<li class="only-on-mobile"><a href="/showcase/">Showcase</a></li>
|
|
<li><a href="/blog/">Blog</a></li>
|
|
<li><a href="/community/">Community</a></li>
|
|
<li><a href="/contact/">About</a></li>
|
|
<li><a href="https://godotengine.org/asset-library/asset">Assets</a></li>
|
|
</ul>
|
|
|
|
<ul class="right">
|
|
<li><a href="/download/windows/" class="set-os-download-url">Download</a></li>
|
|
<li><a href="https://docs.godotengine.org">Docs</a></li>
|
|
<li><a href="https://docs.godotengine.org/en/stable/community/contributing/index.html">Contribute</a></li>
|
|
{% comment %}
|
|
We add the control character at the end to force the heart to render as text and not as an emoji.
|
|
{% endcomment %}
|
|
<li class="fund"><a href="https://fund.godotengine.org">❤︎ Donate</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|