mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
menu: add button title
This commit is contained in:
parent
caf8c36420
commit
8928a467b1
4 changed files with 9 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
"title": "Xecut",
|
"title": "Xecut",
|
||||||
"description": "Hackspace in Belgrade.",
|
"description": "Hackspace in Belgrade.",
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"title": "Main Menu",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"location": "Location",
|
"location": "Location",
|
||||||
"inventory": "Inventory",
|
"inventory": "Inventory",
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"title": "Xecut",
|
"title": "Xecut",
|
||||||
"description": "Хакспейс в Белграде.",
|
"description": "Хакспейс в Белграде.",
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"title": "Меню",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"location": "Location",
|
"location": "Location",
|
||||||
"inventory": "Inventory",
|
"inventory": "Inventory",
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"title": "Xecut",
|
"title": "Xecut",
|
||||||
"description": "Хакспејс у Београду.",
|
"description": "Хакспејс у Београду.",
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"title": "Menu",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"location": "Location",
|
"location": "Location",
|
||||||
"inventory": "Inventory",
|
"inventory": "Inventory",
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,12 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="main-menu-button" id="mainMenuButton" aria-label="Открыть меню">
|
<button
|
||||||
|
class="main-menu-button"
|
||||||
|
id="mainMenuButton"
|
||||||
|
aria-label="{{ translations[page.lang]['menu']['title'] }}"
|
||||||
|
title="{{ translations[page.lang]['menu']['title'] }}"
|
||||||
|
>
|
||||||
<span class="main-menu-button-part"></span>
|
<span class="main-menu-button-part"></span>
|
||||||
<span class="main-menu-button-part"></span>
|
<span class="main-menu-button-part"></span>
|
||||||
<span class="main-menu-button-part"></span>
|
<span class="main-menu-button-part"></span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue