mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Add links to priorities page in the header and on the Features page (#1216)
This commit is contained in:
@@ -12,6 +12,7 @@ header:
|
|||||||
donate: Spenden
|
donate: Spenden
|
||||||
language: Sprache
|
language: Sprache
|
||||||
console_support: Konsolen-Support
|
console_support: Konsolen-Support
|
||||||
|
priorities: Prioritäten
|
||||||
events: Veranstaltungen
|
events: Veranstaltungen
|
||||||
forum: Forum
|
forum: Forum
|
||||||
footer:
|
footer:
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ header:
|
|||||||
language: Language
|
language: Language
|
||||||
events: Events
|
events: Events
|
||||||
console_support: Console support
|
console_support: Console support
|
||||||
|
priorities: Priorities
|
||||||
forum: Forum
|
forum: Forum
|
||||||
footer:
|
footer:
|
||||||
godot_engine: Godot Engine
|
godot_engine: Godot Engine
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ header:
|
|||||||
language: Idioma
|
language: Idioma
|
||||||
events: Eventos
|
events: Eventos
|
||||||
console_support: Soporte de consolas
|
console_support: Soporte de consolas
|
||||||
|
priorities: Prioridades
|
||||||
forum: Foro
|
forum: Foro
|
||||||
footer:
|
footer:
|
||||||
godot_engine: Godot Engine
|
godot_engine: Godot Engine
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ header:
|
|||||||
donate: Donner
|
donate: Donner
|
||||||
language: Langue
|
language: Langue
|
||||||
console_support: Support des consoles
|
console_support: Support des consoles
|
||||||
|
priorities: Priorités
|
||||||
events: Événements
|
events: Événements
|
||||||
forum: Forum
|
forum: Forum
|
||||||
footer:
|
footer:
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ header:
|
|||||||
donate: "寄付する"
|
donate: "寄付する"
|
||||||
language: "言語"
|
language: "言語"
|
||||||
console_support: "コンソールサポート"
|
console_support: "コンソールサポート"
|
||||||
|
priorities: "優先事項"
|
||||||
events: "イベント"
|
events: "イベント"
|
||||||
forum: "フォーラム"
|
forum: "フォーラム"
|
||||||
footer:
|
footer:
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ header:
|
|||||||
donate: 기부
|
donate: 기부
|
||||||
language: 언어
|
language: 언어
|
||||||
console_support: 콘솔 지원
|
console_support: 콘솔 지원
|
||||||
|
priorities: 우선 순위
|
||||||
events: 이벤트
|
events: 이벤트
|
||||||
forum: 포럼
|
forum: 포럼
|
||||||
footer:
|
footer:
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ header:
|
|||||||
donate: Wpłać datek
|
donate: Wpłać datek
|
||||||
language: Język
|
language: Język
|
||||||
console_support: Wsparcie konsol
|
console_support: Wsparcie konsol
|
||||||
|
priorities: Priorytety
|
||||||
events: Wydarzenia
|
events: Wydarzenia
|
||||||
forum: Forum
|
forum: Forum
|
||||||
footer:
|
footer:
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ header:
|
|||||||
language: Idioma
|
language: Idioma
|
||||||
events: Eventos
|
events: Eventos
|
||||||
console_support: Suporte a consoles
|
console_support: Suporte a consoles
|
||||||
|
priorities: Prioridades
|
||||||
forum: Fórum
|
forum: Fórum
|
||||||
footer:
|
footer:
|
||||||
godot_engine: Godot Engine
|
godot_engine: Godot Engine
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ header:
|
|||||||
donate: 捐助
|
donate: 捐助
|
||||||
language: 语言
|
language: 语言
|
||||||
console_support: 主机支持
|
console_support: 主机支持
|
||||||
|
priorities: 优先事项
|
||||||
events: 活动
|
events: 活动
|
||||||
forum: 论坛
|
forum: 论坛
|
||||||
footer:
|
footer:
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ header:
|
|||||||
donate: 捐助
|
donate: 捐助
|
||||||
language: 語言
|
language: 語言
|
||||||
console_support: 主機支援
|
console_support: 主機支援
|
||||||
|
priorities: 優先事項
|
||||||
events: 活動
|
events: 活動
|
||||||
forum: 論壇
|
forum: 論壇
|
||||||
footer:
|
footer:
|
||||||
|
|||||||
@@ -16,14 +16,15 @@
|
|||||||
|
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
<ul class="left">
|
<ul class="left">
|
||||||
<!-- On hover, opens a dropdown containing the link to console support page -->
|
<!-- On hover, opens a dropdown containing the link to additional pages -->
|
||||||
<li><a href="/features/" data-dropdown="features-dropdown">{% t header.features %}</a></li>
|
<li><a href="/features/" data-dropdown="features-dropdown">{% t header.features %}</a></li>
|
||||||
|
<!-- Show additional links in the mobile hamburger menu -->
|
||||||
|
<li class="mobile-only"><a href="/consoles/">{% t header.console_support %}</a></li>
|
||||||
|
<li class="mobile-only"><a href="/priorities/">{% t header.priorities %}</a></li>
|
||||||
<li><a href="/showcase/">{% t header.showcase %}</a></li>
|
<li><a href="/showcase/">{% t header.showcase %}</a></li>
|
||||||
<li><a href="/blog/">{% t header.blog %}</a></li>
|
<li><a href="/blog/">{% t header.blog %}</a></li>
|
||||||
<li><a href="/community/" data-dropdown="community-dropdown">{% t header.community %}</a></li>
|
<li><a href="/community/" data-dropdown="community-dropdown">{% t header.community %}</a></li>
|
||||||
<li><a href="https://godotengine.org/asset-library/asset">{% t header.assets %}</a></li>
|
<li><a href="https://godotengine.org/asset-library/asset">{% t header.assets %}</a></li>
|
||||||
<!-- Show console support link in the mobile hamburger menu -->
|
|
||||||
<li class="mobile-only"><a href="/consoles/">{% t header.console_support %}</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul class="right">
|
<ul class="right">
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
<!-- So we need this only to cover the edge case of high-resolution tablets -->
|
<!-- So we need this only to cover the edge case of high-resolution tablets -->
|
||||||
<a href="/features/" class="touch-only">{% t header.features %}</a>
|
<a href="/features/" class="touch-only">{% t header.features %}</a>
|
||||||
<a href="/consoles/">{% t header.console_support %}</a>
|
<a href="/consoles/">{% t header.console_support %}</a>
|
||||||
|
<a href="/priorities/">{% t header.priorities %}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-dropdown-menu" id="community-dropdown">
|
<div class="nav-dropdown-menu" id="community-dropdown">
|
||||||
|
|||||||
@@ -219,6 +219,11 @@ header .banner-container .banner a {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nav ul li.mobile-only a {
|
||||||
|
/* Indent mobile-only navigation items. */
|
||||||
|
padding-left: 3.375rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* Hide mobile-only items on desktop */
|
/* Hide mobile-only items on desktop */
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.mobile-only {
|
.mobile-only {
|
||||||
|
|||||||
@@ -160,10 +160,18 @@ layout: default
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.features-complete-list .btn.btn-flat.btn-flat-white {
|
.features-priorities-list {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.features-complete-list .btn.btn-flat.btn-flat-white,
|
||||||
|
.features-priorities-list .btn.btn-flat.btn-flat-white {
|
||||||
color: var(--base-color-text-title);
|
color: var(--base-color-text-title);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -621,6 +629,12 @@ layout: default
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="features-priorities-list">
|
||||||
|
<a href="/priorities/" class="btn btn-flat btn-flat-white btn-flat-frosted">
|
||||||
|
View a list of priorities for upcoming features
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include /download/download-section.html %}
|
{% include /download/download-section.html %}
|
||||||
|
|||||||
Reference in New Issue
Block a user