Compare commits

..

39 Commits

Author SHA1 Message Date
9d94787183 Merge pull request 'Add link to a statute in the navbar' (#29) from feat/statute-link-on-navbar into master
Reviewed-on: Decentrala/website#29
Reviewed-by: coja <coja@dmz.rs>
2025-02-23 17:35:16 +00:00
5ac2d0248b Pomereno vreme dogadjaja za danas 2025-02-18 15:12:55 -01:00
2abacdc60e CSV fix 2025-02-18 10:08:57 +01:00
c251d29945
[Event] event change 17. Feb fix 2025-02-14 16:25:08 +01:00
41f57f0c12
[Event] event change 17. Feb fix 2025-02-14 16:23:48 +01:00
dbc243276e
[Event] event change 17. Feb fix 2025-02-14 16:16:15 +01:00
45d3e9de14
[Event] event change 17. Feb fix 2025-02-14 16:15:08 +01:00
c3101c91b0
[Event] event change 17. Feb 2025-02-14 16:12:48 +01:00
027f184c27 Fixes 2025-02-08 11:41:57 +01:00
37883bf420 one more 2025-01-31 22:39:06 +01:00
521e2ec13c
[Banner] temp banner for every page 2025-01-24 14:35:35 +01:00
d7d0e09bb4 Februar 2025-01-22 23:38:59 +01:00
Txrpe
7575622112 Load templates instead of old pages for events_archive 2024-12-28 13:11:37 +01:00
Txrpe
05c4a14ce3 remove page/events-archive 2024-12-28 13:11:37 +01:00
Txrpe
9044c265d5 Load templates in prep.py instead of old pages 2024-12-28 13:11:30 +01:00
Txrpe
52fe66343f remove page/event.html and ignore it 2024-12-28 13:11:30 +01:00
a27ca527f8 Change event type 2024-12-28 12:50:56 +01:00
954d8a3aca January events 2024-12-22 12:34:02 +01:00
59ced0bfca
Pomeren Git Basics u Krov 2024-12-16 19:24:02 -01:00
1d34e7b168 Revert "Reruned the scripts"
This reverts commit e782d4156a.
2024-12-09 03:32:47 +01:00
ced573e2ae
Removed duplicate event archive 2024-12-08 03:31:43 +01:00
Txrpe
ad9bada585 Remove duplicate events 2024-12-07 23:51:15 +01:00
d25c1be5ca
[Script] rebuild pages 2024-12-07 04:17:58 +01:00
3d59322497
[Script] rebuild pages 2024-12-07 04:05:57 +01:00
6873f3c6de
[Script] Pomeren dogadjaj 2024-12-07 04:01:35 +01:00
85cc1908c4
[Script] Ran prep.py 2024-12-07 03:46:36 +01:00
79ceee6e97 Revert "Pomeren dogadjaj"
This reverts commit 88f4f547e5.
2024-12-07 03:15:45 +01:00
548f4cc373
[Fix][csv] Changed single quote simbol changed, prob causing issues 2024-12-07 02:50:43 +01:00
e782d4156a
Reruned the scripts 2024-12-07 02:03:05 +01:00
88f4f547e5 Pomeren dogadjaj 2024-12-06 16:54:19 +01:00
uno
9e4017c9bb Again small tweaks for that event 2024-11-29 22:29:39 +01:00
uno
34130b78e4 Small tweaks for that event 2024-11-29 22:18:50 +01:00
uno
07933d7aa8 Added event before hardwareHack in Dec 2024-11-29 22:10:13 +01:00
86741f4246 Fix ical location 2024-11-29 19:02:56 +01:00
042e81c66b Merge remote-tracking branch 'dmz/fix/fix-ical-template' 2024-11-29 18:52:50 +01:00
39ee4f76d9 Added new event in December's eventlist 2024-11-22 12:44:04 +01:00
112f0ec161 Updated eventlist for December 2024-11-21 16:26:55 +01:00
Txrpe
8bfaba3ed1 remove hardcoded event location 2024-11-18 20:43:54 +01:00
Txrpe
313041fe72 Add link to a statute in the navbar 2024-11-17 21:13:04 +01:00
16 changed files with 68 additions and 44 deletions

2
.gitignore vendored
View File

@ -12,3 +12,5 @@ http.access.log
http.error.log
events.ical
.vscode/
events.html
events_archive.html

View File

@ -1,21 +0,0 @@
VENV = venv
PYTHON = $(VENV)/bin/python3
PIP = $(VENV)/bin/pip
POSTERS = poster_light.png poster_dark.png
output: $(POSTERS)
poster_%.png: image_poster.py $(VENV)/bin/activate
$(PYTHON) $< 2>/dev/null
$(VENV)/bin/activate: requirements.txt
python3 -m venv $(VENV)
echo '*' > $(VENV)/.gitignore
$(PIP) install -r requirements.txt
clean:
$(RM) -r __pycache__
$(RM) -r $(VENV)
$(RM) *.png

View File

@ -29,13 +29,15 @@ def main():
templateEN = fTempEN.read()
for page in PAGES:
with open(f'pages/sr/{page["name"]}.html') as f:
pageHtml = f.read()
pageHtml = "<div><img src='/img/students_bug.jpg' alt='Studenti su nasli bug' /></div>"
pageHtml += f.read()
html = buildPage(page['name'], page['titleSR'], pageHtml, page['style'], templateSR)
f = open(f'site/{page["name"]}.html', 'w')
f.write(html)
f.close()
with open(f'pages/en/{page["name"]}.html') as f:
pageHtml = f.read()
pageHtml = "<div><img src='/img/students_bug.jpg' alt='Students found the bug' /></div>"
pageHtml += f.read()
html = buildPage(page['name'], page['titleEN'], pageHtml, page['style'], templateEN)
f = open(f'site/en/{page["name"]}.html', 'w')
f.write(html)

View File

@ -198,15 +198,39 @@ datum, vreme, lokacija, tema, tip, link
29-10-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Radionica lemljenja, workshop, https://forum.dmz.rs/t/lemljenje/777/1
30-10-2024, 18:00, Matematički fakultet (Učionica 251) https://www.openstreetmap.org/node/12291697569, Linux install day, workshop, https://forum.dmz.rs/t/linux-install-day/803
4-11-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Sysadmin vežbe, workshop, https://wiki.dmz.rs/en/sysadmin
5-11-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, SYSTEMD - da/ne/zašto ne i alternative, lecture, https://forum.dmz.rs/t/plan-za-novembar-2024/785/4?u=wingaxe
5-11-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, SYSTEMD - da/ne/zašto ne i alternative, lecture, https://forum.dmz.rs/t/plan-za-novembar-2024/785/4
11-11-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Lightning talks, lighting, https://wiki.dmz.rs/decentrala/dogadjaji/lightningtalks
12-11-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Dont be afraid of pointers, lecture, https://forum.dmz.rs/t/ne-boj-se-pointera-dont-be-afraid-of-pointers-predavanje/807
12-11-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Dont be afraid of pointers, lecture, https://forum.dmz.rs/t/ne-boj-se-pointera-dont-be-afraid-of-pointers-predavanje/807
13-11-2024, 18:00, Matematički fakultet (Učionica 153) https://www.openstreetmap.org/node/12291697569, Makefiles (en), lecture,
18-11-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Intro to Security Auditing, lecture,
19-11-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, LAN party, party, https://forum.dmz.rs/t/lan-party/126
20-11-2024, 18:00, Matematički fakultet (Učionica 153) https://www.openstreetmap.org/node/12291697569, 30 reasons to use Zig, lecture, https://forum.dmz.rs/t/intro-to-zig-or-30-reasons-you-should-start-using-zig/696
25-11-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Hardverski Hackaton, hack, https://wiki.dmz.rs/en/decentrala/dogadjaji/hakaton
26-11-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Tiny Keyboards Explained - 28 keys are enough, lecture,
27-11-2024, 18:00, Matematički fakultet (N251) https://www.openstreetmap.org/node/12291697569, OpenGL šejderi #1: Osnove, lecture,
04-12-2024, 18:00, Matematički fakultet (N251) https://www.openstreetmap.org/node/12291697569, OpenGL šejderi #2: SDF renderovanje, lecture,
11-12-2024, 18:00, Matematički fakultet (N251) https://www.openstreetmap.org/node/12291697569, OpenGL šejderi #3: Kompleksna analiza, lecture,
27-11-2024, 18:00, Matematički fakultet (Učionica 153) https://www.openstreetmap.org/node/12291697569, OpenGL šejderi #1: Osnove, lecture,
02-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Lightning talks, lighting, https://wiki.dmz.rs/decentrala/dogadjaji/lightningtalks
03-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Sysadmin vežbe, workshop, https://wiki.dmz.rs/en/sysadmin
04-12-2024, 18:00, Matematički fakultet (Učionica 153) https://www.openstreetmap.org/node/12291697569, OpenGL šejderi #2: SDF renderovanje, lecture,
09-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Ne treba nam (toliko) Javascript, lecture,
10-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Creating Interactive Fiction with TADS (en), lecture,
11-12-2024, 18:00, DC Krov https://www.openstreetmap.org/node/10594728522, OpenGL šejderi #3: Kompleksna analiza, lecture,
16-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Softverski hakaton, hack, https://wiki.dmz.rs/decentrala/dogadjaji/hakaton
17-12-2024, 18:00, DC Krov https://www.openstreetmap.org/node/10594728522, Verifiable Computing Project - Truly Open Source Hardware (en), lecture, https://forum.dmz.rs/t/plan-za-decembar-2024/815/29
17-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Hardverski hakaton, hack, https://forum.dmz.rs/t/hardware-hackathon-novembar/832
18-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Git basics (en), lecture,
23-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Osnove Elektrotehnike (OET), lecture,
24-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Praznicno-novogodisnji izazov u kodiranju 2024, hack,
13-01-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Lightning talks, lighting,
14-01-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Hardware hackathon, hack, https://wiki.dmz.rs/decentrala/dogadjaji/hakaton
20-01-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Parser combinators (Haskel introduction hard way), lecture,
21-01-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Sysadmin vežbe, workshop, https://wiki.dmz.rs/en/sysadmin
27-01-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Svet van linuxa, lecture,
28-01-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, OpenStreetMap editovanje, meeting, https://osmcal.org/event/3355/
03-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Gaming audio, lecture,
04-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Guitar pedals, lecture workshop,
10-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Lightning talks, lighting,
11-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, TIC-80 gamejam, hack, https://forum.dmz.rs/t/tic-80-game-jam/946
17-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Sysadmin radionica, workshop,
18-02-2025, 20:00, DC Krov https://www.openstreetmap.org/node/10594728522, Tumbleweed board game implementation (Rust/MCTS/GGEZ), lecture,
24-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Idejno-politička diskusija, discussion,
25-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Intro to 3d printing, lecture,

1 datum vreme lokacija tema tip link
198 29-10-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Radionica lemljenja workshop https://forum.dmz.rs/t/lemljenje/777/1
199 30-10-2024 18:00 Matematički fakultet (Učionica 251) https://www.openstreetmap.org/node/12291697569 Linux install day workshop https://forum.dmz.rs/t/linux-install-day/803
200 4-11-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Sysadmin vežbe workshop https://wiki.dmz.rs/en/sysadmin
201 5-11-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 SYSTEMD - da/ne/zašto ne i alternative lecture https://forum.dmz.rs/t/plan-za-novembar-2024/785/4?u=wingaxe https://forum.dmz.rs/t/plan-za-novembar-2024/785/4
202 11-11-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Lightning talks lighting https://wiki.dmz.rs/decentrala/dogadjaji/lightningtalks
203 12-11-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Don’t be afraid of pointers Dont be afraid of pointers lecture https://forum.dmz.rs/t/ne-boj-se-pointera-dont-be-afraid-of-pointers-predavanje/807
204 13-11-2024 18:00 Matematički fakultet (Učionica 153) https://www.openstreetmap.org/node/12291697569 Makefiles (en) lecture
205 18-11-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Intro to Security Auditing lecture
206 19-11-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 LAN party party https://forum.dmz.rs/t/lan-party/126
207 20-11-2024 18:00 Matematički fakultet (Učionica 153) https://www.openstreetmap.org/node/12291697569 30 reasons to use Zig lecture https://forum.dmz.rs/t/intro-to-zig-or-30-reasons-you-should-start-using-zig/696
208 25-11-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Hardverski Hackaton hack https://wiki.dmz.rs/en/decentrala/dogadjaji/hakaton
209 26-11-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Tiny Keyboards Explained - 28 keys are enough lecture
210 27-11-2024 18:00 Matematički fakultet (N251) https://www.openstreetmap.org/node/12291697569 Matematički fakultet (Učionica 153) https://www.openstreetmap.org/node/12291697569 OpenGL šejderi #1: Osnove lecture
211 04-12-2024 02-12-2024 18:00 19:00 Matematički fakultet (N251) https://www.openstreetmap.org/node/12291697569 DC Krov https://www.openstreetmap.org/node/10594728522 OpenGL šejderi #2: SDF renderovanje Lightning talks lecture lighting https://wiki.dmz.rs/decentrala/dogadjaji/lightningtalks
212 11-12-2024 03-12-2024 18:00 19:00 Matematički fakultet (N251) https://www.openstreetmap.org/node/12291697569 DC Krov https://www.openstreetmap.org/node/10594728522 OpenGL šejderi #3: Kompleksna analiza Sysadmin vežbe lecture workshop https://wiki.dmz.rs/en/sysadmin
213 04-12-2024 18:00 Matematički fakultet (Učionica 153) https://www.openstreetmap.org/node/12291697569 OpenGL šejderi #2: SDF renderovanje lecture
214 09-12-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Ne treba nam (toliko) Javascript lecture
215 10-12-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Creating Interactive Fiction with TADS (en) lecture
216 11-12-2024 18:00 DC Krov https://www.openstreetmap.org/node/10594728522 OpenGL šejderi #3: Kompleksna analiza lecture
217 16-12-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Softverski hakaton hack https://wiki.dmz.rs/decentrala/dogadjaji/hakaton
218 17-12-2024 18:00 DC Krov https://www.openstreetmap.org/node/10594728522 Verifiable Computing Project - Truly Open Source Hardware (en) lecture https://forum.dmz.rs/t/plan-za-decembar-2024/815/29
219 17-12-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Hardverski hakaton hack https://forum.dmz.rs/t/hardware-hackathon-novembar/832
220 18-12-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Git basics (en) lecture
221 23-12-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Osnove Elektrotehnike (OET) lecture
222 24-12-2024 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Praznicno-novogodisnji izazov u kodiranju 2024 hack
223 13-01-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Lightning talks lighting
224 14-01-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Hardware hackathon hack https://wiki.dmz.rs/decentrala/dogadjaji/hakaton
225 20-01-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Parser combinators (Haskel introduction hard way) lecture
226 21-01-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Sysadmin vežbe workshop https://wiki.dmz.rs/en/sysadmin
227 27-01-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Svet van linuxa lecture
228 28-01-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 OpenStreetMap editovanje meeting https://osmcal.org/event/3355/
229 03-02-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Gaming audio lecture
230 04-02-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Guitar pedals lecture workshop
231 10-02-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Lightning talks lighting
232 11-02-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 TIC-80 gamejam hack https://forum.dmz.rs/t/tic-80-game-jam/946
233 17-02-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Sysadmin radionica workshop
234 18-02-2025 20:00 DC Krov https://www.openstreetmap.org/node/10594728522 Tumbleweed board game implementation (Rust/MCTS/GGEZ) lecture
235 24-02-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Idejno-politička diskusija discussion
236 25-02-2025 19:00 DC Krov https://www.openstreetmap.org/node/10594728522 Intro to 3d printing lecture

View File

@ -1,3 +0,0 @@
<h1>Events</h1>
<p>Following list contains all forthcoming events. Held events are listed in <a href="/en/events_archive">archive</a>.</p><br>
<p>We also provide <a href="https://dmz.rs/events.ical">ical file</a></p><br>

View File

@ -1,4 +0,0 @@
<h1>Događaji</h1>
<p>Naredna lista sadrži sve predstojeće događaje. Za listu održanih događaja pogledaj <a href="/events_archive">arhivu</a>.</p><br>
<p>Događaje možeš učitati i sa <a href="https://dmz.rs/events.ical">ical</a> datotekom.</p><br>

15
prep.py
View File

@ -107,6 +107,13 @@ def build_ical(events: list[dict]) -> str:
event_template = event_template.replace("<!--DATE-->", date)
event_template = event_template.replace("<!--TITLE-->", title)
event_template = event_template.replace("<!--URL-->", url)
if location.startswith("DC Krov"):
event_template = event_template.replace("<!--LOCATION-->", "DC Krov\\, Kraljice Marije 47\\, 6\\, Beograd\\, Serbia")
elif location.startswith("Matematički fakultet (Učionica 153)"):
event_template = event_template.replace("<!--LOCATION-->", "Matematički fakultet\\, Svetog Nikole 39\\, Beograd\\, Serbia")
else:
event_template = event_template.replace("<!--LOCATION-->", "")
events_ical += event_template
# Footer
@ -134,7 +141,7 @@ for key, value_pair in TYPES_DICT.items():
# Build Serbian Events page
new_events_html = build_html(new_events, DAYS_SR, sr_types)
with open("pages/sr/events.html", "r") as file:
with open("template/events-sr.html", "r") as file:
page_template = ([line for line in file])
with open("pages/sr/events.html", "w") as file:
@ -142,7 +149,7 @@ with open("pages/sr/events.html", "w") as file:
# Build English Events page
new_events_html = build_html(new_events, DAYS_EN, en_types)
with open("pages/en/events.html", "r") as file:
with open("template/events-en.html", "r") as file:
page_template = ([line for line in file])
with open("pages/en/events.html", "w") as file:
@ -150,7 +157,7 @@ with open("pages/en/events.html", "w") as file:
# Build Serbian Archive page
past_events_html = build_html(past_events, DAYS_SR, sr_types)
with open("pages/sr/events_archive.html", "r") as file:
with open("template/events_archive-sr.html", "r") as file:
page_template = ([line for line in file])
with open("pages/sr/events_archive.html", "w") as file:
@ -158,7 +165,7 @@ with open("pages/sr/events_archive.html", "w") as file:
# Build English Archive page
past_events_html = build_html(past_events, DAYS_EN, en_types)
with open("pages/en/events_archive.html", "r") as file:
with open("template/events_archive-en.html", "r") as file:
page_template = ([line for line in file])
with open("pages/en/events_archive.html", "w") as file:

View File

@ -1,4 +0,0 @@
cairosvg
markdown
freetype-py
python-dateutil

BIN
site/img/students_bug.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

View File

@ -6,7 +6,7 @@ DTSTART;TZID=Europe/Belgrade:<!--DATE-->
DTEND;TZID=Europe/Belgrade:<!--DATE-->
GEO:+44.805613;+20.479234
LAST-MODIFIED:<!--CREATED-->
LOCATION:DC Krov\, Kraljice Marije 47\, 6\, Beograd\, Serbia
LOCATION:<!--LOCATION-->
STATUS:CONFIRMED
SUMMARY:<!--TITLE-->
URL;TYPE=URI:<!--URL-->

8
template/events-en.html Normal file
View File

@ -0,0 +1,8 @@
<h1>Events</h1>
<p>
Following list contains all forthcoming events. Held events are listed in
<a href="/en/events_archive">archive</a>.
</p>
<br />
<p>We also provide <a href="https://dmz.rs/events.ical">ical file</a></p>
<br />

11
template/events-sr.html Normal file
View File

@ -0,0 +1,11 @@
<h1>Događaji</h1>
<p>
Naredna lista sadrži sve predstojeće događaje. Za listu održanih događaja
pogledaj <a href="/events_archive">arhivu</a>.
</p>
<br />
<p>
Događaje možeš učitati i sa
<a href="https://dmz.rs/events.ical">ical</a> datotekom.
</p>
<br />

View File

@ -52,6 +52,7 @@
<nav>
<a href="/en/events">Events</a>
<a href="/en/services">Services</a>
<a href="/en/statute">Statute</a>
<a href="/en/about">About</a>
<a href="/en/account">Account</a>
<a href="/en/donations">Donations</a>

View File

@ -52,6 +52,7 @@
<nav>
<a href="/events">Događaji</a>
<a href="/services">Servisi</a>
<a href="/statute">Statut</a>
<a href="/about">O nama</a>
<a class="account" href="/account">Nalog</a>
<a href="/donations">Donacije</a>