diff --git a/src/_assets/css/parts/menu.css b/src/_assets/css/parts/menu.css
index ed5fa09..a98d028 100644
--- a/src/_assets/css/parts/menu.css
+++ b/src/_assets/css/parts/menu.css
@@ -144,7 +144,8 @@ header.menu .nav-links li {
border-inline-end: calc(1 * var(--step)) solid;
border-color: var(--color-inactive);
- padding: calc(1 * var(--step)) calc(2 * var(--step));
+ padding: calc(0.8 * var(--step)) calc(2 * var(--step));
+ /* padding: calc(1 * var(--step)) calc(2 * var(--step)); */
list-style: none;
}
diff --git a/src/_data/config.mjs b/src/_data/config.mjs
index 5a8ec2e..73a3ba3 100644
--- a/src/_data/config.mjs
+++ b/src/_data/config.mjs
@@ -7,6 +7,7 @@ export default {
menu: [
'location',
'inventory',
+ 'funds',
'feed',
'status',
],
diff --git a/src/_data/translations/en.json b/src/_data/translations/en.json
index 3226303..cfd3a51 100644
--- a/src/_data/translations/en.json
+++ b/src/_data/translations/en.json
@@ -7,6 +7,7 @@
"status": "Status",
"location": "Location",
"inventory": "Inventory",
+ "funds": "Funds",
"feed": "Feed"
}
}
diff --git a/src/_data/translations/ru.json b/src/_data/translations/ru.json
index 5785222..b7191bc 100644
--- a/src/_data/translations/ru.json
+++ b/src/_data/translations/ru.json
@@ -7,6 +7,7 @@
"status": "Status",
"location": "Location",
"inventory": "Inventory",
+ "funds": "Funds",
"feed": "Feed"
}
}
diff --git a/src/_data/translations/sr.json b/src/_data/translations/sr.json
index ab0cd88..76cc655 100644
--- a/src/_data/translations/sr.json
+++ b/src/_data/translations/sr.json
@@ -7,6 +7,7 @@
"status": "Status",
"location": "Location",
"inventory": "Inventory",
+ "funds": "Funds",
"feed": "Feed"
}
}
diff --git a/src/en/funds.md b/src/en/funds.md
new file mode 100644
index 0000000..1416b8f
--- /dev/null
+++ b/src/en/funds.md
@@ -0,0 +1,24 @@
+---
+layout: layouts/base.njk
+title: Funds
+---
+
+# Funds
+
+Xecut — a **non-profit** project
+that cannot exist without financial support
+from its members and visitors.
+
+Cash donations can be left in the special box
+located in the hackspace.
+For non-cash transfers, please contact the administrators
+of the chat.
+
+## Monthly Expenses
+
+Expense Category | Amount
+:------------------- | -----------:
+Space Rent | 15 000 RSD
+Utility Bills | 5 000 RSD
+Internet | 2 000 RSD
+**Total** | **22 000 RSD**
diff --git a/src/ru/funds.md b/src/ru/funds.md
new file mode 100644
index 0000000..2719796
--- /dev/null
+++ b/src/ru/funds.md
@@ -0,0 +1,24 @@
+---
+layout: layouts/base.njk
+title: Funds
+---
+
+# Funds
+
+Xecut — **некоммерческий** проект,
+существование которого невозможно без финансовой поддержки
+со стороны участников и гостей.
+
+Наличные пожертвования можно оставить в специальной коробке,
+расположенной в хакспейсе.
+Для безналичных переводов свяжитесь, пожалуйста, с администраторами
+чата.
+
+## Monthly Expenses
+
+Статья расходов | Сумма
+:----------------- | -----------:
+Аренда помещения | 15 000 RSD
+Коммунальные счета | 5 000 RSD
+Интернет | 2 000 RSD
+**Итог** | **22 000 RSD**
diff --git a/src/sr/funds.md b/src/sr/funds.md
new file mode 100644
index 0000000..bf9af40
--- /dev/null
+++ b/src/sr/funds.md
@@ -0,0 +1,24 @@
+---
+layout: layouts/base.njk
+title: Sredstva
+---
+
+# Sredstva
+
+Xecut — **neprofitni** projekat
+čije postojanje nije moguće bez finansijske podrške
+članova i posetilaca.
+
+Donacije u gotovini mogu se ostaviti u posebnoj kutiji
+koja se nalazi u hakerspejsu.
+Za beskontaktna plaćanja, molimo vas da kontaktirate administratore
+četa.
+
+## Monthly Expenses
+
+Stavka troška | Iznos
+:----------------------| -----------:
+Zakup prostora | 15 000 RSD
+Komunalni računi | 5 000 RSD
+Internet | 2 000 RSD
+**Ukupno** | **22 000 RSD**