diff --git a/img/favicon.ico b/img/favicon.ico index 41ff898..02254af 100644 Binary files a/img/favicon.ico and b/img/favicon.ico differ diff --git a/img/logo-dark.svg b/img/logo-dark.svg new file mode 100644 index 0000000..cb953c9 --- /dev/null +++ b/img/logo-dark.svg @@ -0,0 +1,17 @@ + + + + diff --git a/img/logo-light.svg b/img/logo-light.svg new file mode 100644 index 0000000..06d41e5 --- /dev/null +++ b/img/logo-light.svg @@ -0,0 +1,17 @@ + + + + diff --git a/index.html b/index.html index dbdd7fc..c6aca50 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@
- + Nalog
diff --git a/pages/account.html b/pages/account.html index 7f35ca9..3fa2888 100644 --- a/pages/account.html +++ b/pages/account.html @@ -13,7 +13,7 @@
- + Nalog
diff --git a/pages/blog.html b/pages/blog.html index a1bd3ba..a1ed260 100644 --- a/pages/blog.html +++ b/pages/blog.html @@ -13,7 +13,7 @@
- + Nalog
diff --git a/pages/contact.html b/pages/contact.html index b6f2c76..66bc154 100644 --- a/pages/contact.html +++ b/pages/contact.html @@ -13,7 +13,7 @@
- + Nalog
diff --git a/pages/events.html b/pages/events.html index eec0831..f7b2c46 100644 --- a/pages/events.html +++ b/pages/events.html @@ -13,7 +13,7 @@
- + Nalog
diff --git a/pages/projects.html b/pages/projects.html index 9ca6a8c..317e4fa 100644 --- a/pages/projects.html +++ b/pages/projects.html @@ -13,7 +13,7 @@
- + Nalog
diff --git a/pages/services.html b/pages/services.html index c5a0e5e..5233ae4 100644 --- a/pages/services.html +++ b/pages/services.html @@ -13,7 +13,7 @@
- + Nalog
diff --git a/pages/webring.html b/pages/webring.html index 664df9f..58f1515 100644 --- a/pages/webring.html +++ b/pages/webring.html @@ -13,7 +13,7 @@
- + Nalog
diff --git a/poster.html b/poster.html index 857c8ee..a594fd2 100644 --- a/poster.html +++ b/poster.html @@ -1,9 +1 @@ -

DECENTRALA

Plan za Avgust

- - - - - - - -
UTO1. Tehno veče
PON7. Linux ricing
UTO8. Lambda račun
PON14. Linux distro diskusija
UTO15. Pirati 777 mora
PON21. Python vežbe
UTO22. Autentifikacija na internetu
PON28. Kviz

Radionice počinju u 19h u Društvenom centru Krov u Kraljice Marije 47.

Ulaz u zgradu je u prolazu pored Štark prodavnice slatkiša, odmah pored menjačnice. DC Krov je na poslednjem spratu.

\ No newline at end of file +

DECENTRALA

Plan za Septembar

Radionice počinju u 19h u Društvenom centru Krovu Kraljice Marije 47.

Ulaz u zgradu je u prolazu pored Štark prodavnice slatkiša, odmahpored menjačnice. DC Krov je na poslednjem spratu.

\ No newline at end of file diff --git a/poster.py b/poster.py index d56404e..5572b11 100644 --- a/poster.py +++ b/poster.py @@ -36,18 +36,18 @@ def render_table(events:list[dict])-> str: return html def render_page(table: str) -> str: - head = "\n\t\n\t\n" + head = "" header = "

DECENTRALA

" subheader = f"

Plan za {MONTHS_SR[NEXT_MONTH.month - 1]}

" - link = "" + link = "" p1 = "

Radionice počinju u 19h u Društvenom centru Krov\ u Kraljice Marije 47.

" p2 = "

Ulaz u zgradu je u prolazu pored Štark prodavnice slatkiša, odmah\ pored menjačnice. DC Krov je na poslednjem spratu.

" - return f"\n{head}\n\n\t
\n\t\t{header}\n\t\t{subheader}\ -\n\t\t\n{table}\t\t
\n\t\t{p1}\n\t\t{p2}\n\t\t{link}\n\t
\ -\n\n" + footer = f"{p1}{p2}{link}" + return f"{head}
{header}{subheader}\ +{table}
{footer}
" def main(): events = load_events(EVENTS_CSV_PATH) diff --git a/styles/poster.css b/styles/poster.css index 3444f0a..22878ac 100644 --- a/styles/poster.css +++ b/styles/poster.css @@ -62,7 +62,15 @@ td:nth-child(2) { } #link { - margin-top: 8rem; - text-align: right; + margin-top: 4rem; font-size: 3rem; -} \ No newline at end of file + width: fit-content; + float: right; + display: flex; + flex-direction: column; + align-items: center; +} + +#link img { + width: 4rem; +} diff --git a/styles/style.css b/styles/style.css index 43e9c58..41a4703 100644 --- a/styles/style.css +++ b/styles/style.css @@ -86,11 +86,18 @@ a:focus { } #logo { + display: flex; + flex-direction: row; + gap: 0.5rem; font-size: 2.5rem; font-weight: bold; font-variant: small-caps; } +#logo img { + width: 3rem; +} + #theme-switcher { border: 3px solid var(--border); width: 1.5rem;