diff --git a/css/main.css b/css/main.css index aed668ba..fd7c9240 100644 --- a/css/main.css +++ b/css/main.css @@ -40,4 +40,5 @@ @import 'pages/_member.css'; @import 'pages/_support.css'; @import 'pages/_hub.css'; -@import 'pages/_legal.css'; \ No newline at end of file +@import 'pages/_legal.css'; +@import 'pages/_gallery.css'; \ No newline at end of file diff --git a/css/pages/_gallery.css b/css/pages/_gallery.css new file mode 100644 index 00000000..b16209eb --- /dev/null +++ b/css/pages/_gallery.css @@ -0,0 +1,88 @@ +/* ========================================================================== + Gallery page (albums per event + lightbox) + ========================================================================== */ +.gallery-page { padding-top: 80px; background: #FFFFFF; } + +.gallery-hero { + background: linear-gradient(180deg, #F1F7F9 0%, #FFFFFF 100%); + padding: 56px 24px 40px; + text-align: center; +} +.gallery-hero-inner { max-width: 760px; margin: 0 auto; } +.gallery-eyebrow { + font-weight: 700; font-size: 14px; letter-spacing: 0.06em; + text-transform: uppercase; color: #2D738C; margin: 0 0 10px; +} +.gallery-hero h1 { + font-size: clamp(32px, 5vw, 48px); line-height: 1.12; + color: #101828; margin: 0 0 14px; font-weight: 700; +} +.gallery-lead { font-size: 18px; line-height: 28px; color: #475467; margin: 0; } + +.gallery-albums { max-width: 1120px; margin: 0 auto; padding: 24px 24px 80px; } +.album { margin-top: 52px; } +.album:first-child { margin-top: 24px; } +.album-head { + display: flex; align-items: baseline; justify-content: space-between; + gap: 16px; margin-bottom: 16px; flex-wrap: wrap; + border-bottom: 1px solid #EAECF0; padding-bottom: 12px; +} +.album-head h2 { font-size: 22px; color: #101828; margin: 0; font-weight: 700; } +.album-link { + color: #2D738C; font-weight: 600; font-size: 15px; + text-decoration: none; white-space: nowrap; + display: inline-flex; align-items: center; gap: 6px; +} +.album-link:hover { text-decoration: underline; } +.album-link i { font-size: 12px; } + +.gallery-grid { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); + gap: 10px; +} +.gallery-thumb { + padding: 0; border: none; background: #EEF2F4; + border-radius: 10px; overflow: hidden; cursor: pointer; + aspect-ratio: 4 / 3; display: block; +} +.gallery-thumb img { + width: 100%; height: 100%; object-fit: cover; display: block; + transition: transform 0.4s ease; +} +.gallery-thumb:hover img { transform: scale(1.05); } +.gallery-thumb:focus-visible { outline: 2px solid #2D738C; outline-offset: 2px; } + +/* ---------- Lightbox ---------- */ +.lightbox { + position: fixed; inset: 0; z-index: 2000; + display: none; align-items: center; justify-content: center; + background: rgba(9, 18, 26, 0.92); padding: 24px; +} +.lightbox.is-open { display: flex; } +.lightbox-img { + max-width: 92vw; max-height: 82vh; object-fit: contain; + border-radius: 6px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); +} +.lightbox-close, .lightbox-prev, .lightbox-next { + position: absolute; background: rgba(255, 255, 255, 0.12); + color: #FFFFFF; border: none; cursor: pointer; border-radius: 50%; + width: 48px; height: 48px; font-size: 24px; line-height: 1; + display: flex; align-items: center; justify-content: center; + transition: background 0.15s ease; +} +.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255, 255, 255, 0.25); } +.lightbox-close { top: 20px; right: 20px; font-size: 28px; } +.lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); } +.lightbox-next { right: 20px; top: 50%; transform: translateY(-50%); } +.lightbox-caption { + position: absolute; bottom: 18px; left: 0; right: 0; + text-align: center; color: rgba(255, 255, 255, 0.85); + font-size: 14px; padding: 0 24px; +} +@media (max-width: 600px) { + .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 6px; } + .lightbox-prev { left: 8px; } + .lightbox-next { right: 8px; } + .lightbox-close { top: 12px; right: 12px; } +} diff --git a/css/pages/_home.css b/css/pages/_home.css index 96d538dc..e7f2a858 100644 --- a/css/pages/_home.css +++ b/css/pages/_home.css @@ -178,7 +178,6 @@ width: 100%; height: 100%; background: linear-gradient(127.76deg, rgba(19, 49, 60, 0.92) -13.16%, rgba(39, 77, 90, 0.08) 98.5%); - backdrop-filter: blur(6px); border-radius: 16px; } diff --git a/en/about-us/index.html b/en/about-us/index.html index a7d81a68..0c89b31d 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/en/become-a-member/index.html b/en/become-a-member/index.html index 19886c17..e698dfcb 100644 --- a/en/become-a-member/index.html +++ b/en/become-a-member/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/en/blog/how-to-open-slovenian-bank-account/index.html b/en/blog/how-to-open-slovenian-bank-account/index.html index 98eacf66..17f962c1 100644 --- a/en/blog/how-to-open-slovenian-bank-account/index.html +++ b/en/blog/how-to-open-slovenian-bank-account/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/blog/index.html b/en/blog/index.html index 12d81055..35e7de9d 100644 --- a/en/blog/index.html +++ b/en/blog/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/en/cookie-policy/index.html b/en/cookie-policy/index.html index 414fa46a..0215f86d 100644 --- a/en/cookie-policy/index.html +++ b/en/cookie-policy/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/en/faq/index.html b/en/faq/index.html index 3fc80e81..132bed9f 100644 --- a/en/faq/index.html +++ b/en/faq/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/en/gallery/index.html b/en/gallery/index.html new file mode 100644 index 00000000..edccf01d --- /dev/null +++ b/en/gallery/index.html @@ -0,0 +1,417 @@ + + + + + + Gallery - MSOS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+
+

Select Language

+ +
+ +
+
+ + +
+ + + +
+ + + + + + + diff --git a/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html b/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html index 7063aa6d..60d6b943 100644 --- a/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html +++ b/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html b/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html index eef05985..641f6305 100644 --- a/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html +++ b/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/get-to-know-macedonia/index.html b/en/get-to-know-macedonia/index.html index 7b193574..385312fd 100644 --- a/en/get-to-know-macedonia/index.html +++ b/en/get-to-know-macedonia/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html b/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html index f45ec664..f2406839 100644 --- a/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html +++ b/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html b/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html index 861cb42d..c994d797 100644 --- a/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html +++ b/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html b/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html index 99ae4774..9353f055 100644 --- a/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html +++ b/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/get-to-know-macedonia/welcome-to-macedonia/index.html b/en/get-to-know-macedonia/welcome-to-macedonia/index.html index 65628dc2..24cf218f 100644 --- a/en/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/en/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html b/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html index aebf732d..c190dee6 100644 --- a/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html +++ b/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/get-to-know-slovenia/index.html b/en/get-to-know-slovenia/index.html index 56a848e6..afdad380 100644 --- a/en/get-to-know-slovenia/index.html +++ b/en/get-to-know-slovenia/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html b/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html index 7636e4a7..347e1fe1 100644 --- a/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html +++ b/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html b/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html index 1e565c71..774314a3 100644 --- a/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html +++ b/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html b/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html index 2e7bfe88..9943c69d 100644 --- a/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html +++ b/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html b/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html index 09854a3b..369b91de 100644 --- a/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html +++ b/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/get-to-know-slovenia/welcome-to-slovenia/index.html b/en/get-to-know-slovenia/welcome-to-slovenia/index.html index 317894e7..0830bb57 100644 --- a/en/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/en/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/index.html b/en/index.html index e16e211e..bb3742cc 100644 --- a/en/index.html +++ b/en/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/en/legal/index.html b/en/legal/index.html index 921714b4..59bf50e0 100644 --- a/en/legal/index.html +++ b/en/legal/index.html @@ -83,6 +83,7 @@ What We Do @@ -141,6 +142,7 @@ What We Do diff --git a/en/msos-hub/index.html b/en/msos-hub/index.html index 1e767374..7465e1df 100644 --- a/en/msos-hub/index.html +++ b/en/msos-hub/index.html @@ -82,6 +82,7 @@ What We Do @@ -140,6 +141,7 @@ What We Do diff --git a/en/news/index.html b/en/news/index.html index c1b2e2e4..c02bdf84 100644 --- a/en/news/index.html +++ b/en/news/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/en/news/proof-of-means-updated-2026/index.html b/en/news/proof-of-means-updated-2026/index.html index b0558fb8..0d8e33ef 100644 --- a/en/news/proof-of-means-updated-2026/index.html +++ b/en/news/proof-of-means-updated-2026/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/privacy-policy/index.html b/en/privacy-policy/index.html index 13b76639..3cd46cb6 100644 --- a/en/privacy-policy/index.html +++ b/en/privacy-policy/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html index cc3eada5..52229452 100644 --- a/en/projects/humanitarian-tournament-in-maribor/index.html +++ b/en/projects/humanitarian-tournament-in-maribor/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/projects/in-memory-of-frosina-kulakova/index.html b/en/projects/in-memory-of-frosina-kulakova/index.html index 06a5c21b..6c75f5d3 100644 --- a/en/projects/in-memory-of-frosina-kulakova/index.html +++ b/en/projects/in-memory-of-frosina-kulakova/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/projects/in-memory-of-the-kochani-victims/index.html b/en/projects/in-memory-of-the-kochani-victims/index.html index d130fc54..1110edf6 100644 --- a/en/projects/in-memory-of-the-kochani-victims/index.html +++ b/en/projects/in-memory-of-the-kochani-victims/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/projects/index.html b/en/projects/index.html index 8831503f..c874f3f2 100644 --- a/en/projects/index.html +++ b/en/projects/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html index 8db9e3da..80003099 100644 --- a/en/projects/macedonian-student-night-in-ljubljana/index.html +++ b/en/projects/macedonian-student-night-in-ljubljana/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html index 373cf627..1bc40913 100644 --- a/en/projects/meet-student-slovenia-2023/index.html +++ b/en/projects/meet-student-slovenia-2023/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html index d0c2e6d6..67aa35c5 100644 --- a/en/projects/meet-student-slovenia-2024/index.html +++ b/en/projects/meet-student-slovenia-2024/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/projects/morning-coffee-in-front-of-ctk/index.html b/en/projects/morning-coffee-in-front-of-ctk/index.html index ab204648..551c4b38 100644 --- a/en/projects/morning-coffee-in-front-of-ctk/index.html +++ b/en/projects/morning-coffee-in-front-of-ctk/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/projects/paint-and-wine-at-sunset/index.html b/en/projects/paint-and-wine-at-sunset/index.html index 524dd25f..aa99ee43 100644 --- a/en/projects/paint-and-wine-at-sunset/index.html +++ b/en/projects/paint-and-wine-at-sunset/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/projects/watching-handball-together-in-slovenia/index.html b/en/projects/watching-handball-together-in-slovenia/index.html index c9d714d3..b8d5d353 100644 --- a/en/projects/watching-handball-together-in-slovenia/index.html +++ b/en/projects/watching-handball-together-in-slovenia/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html index 2879bc97..eab6f524 100644 --- a/en/student-welcome-guide/academic-life/index.html +++ b/en/student-welcome-guide/academic-life/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html index c0e64c20..95024994 100644 --- a/en/student-welcome-guide/administrative-basics/index.html +++ b/en/student-welcome-guide/administrative-basics/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/admission-and-enrolment/index.html b/en/student-welcome-guide/admission-and-enrolment/index.html index a08c3074..b7ee1733 100644 --- a/en/student-welcome-guide/admission-and-enrolment/index.html +++ b/en/student-welcome-guide/admission-and-enrolment/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/application-deadlines/index.html b/en/student-welcome-guide/application-deadlines/index.html index be691d94..b676b6e1 100644 --- a/en/student-welcome-guide/application-deadlines/index.html +++ b/en/student-welcome-guide/application-deadlines/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/arrival-checklist/index.html b/en/student-welcome-guide/arrival-checklist/index.html index 1c82c6df..48740ae6 100644 --- a/en/student-welcome-guide/arrival-checklist/index.html +++ b/en/student-welcome-guide/arrival-checklist/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/bachelor-application/index.html b/en/student-welcome-guide/bachelor-application/index.html index 6e8d62fc..5548626e 100644 --- a/en/student-welcome-guide/bachelor-application/index.html +++ b/en/student-welcome-guide/bachelor-application/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/choose-a-programme/index.html b/en/student-welcome-guide/choose-a-programme/index.html index 974e254a..29ceecc5 100644 --- a/en/student-welcome-guide/choose-a-programme/index.html +++ b/en/student-welcome-guide/choose-a-programme/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/complete-student-journey/index.html b/en/student-welcome-guide/complete-student-journey/index.html index 9507649c..2b1bba78 100644 --- a/en/student-welcome-guide/complete-student-journey/index.html +++ b/en/student-welcome-guide/complete-student-journey/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/document-preparation/index.html b/en/student-welcome-guide/document-preparation/index.html index 6cad3299..b26cc847 100644 --- a/en/student-welcome-guide/document-preparation/index.html +++ b/en/student-welcome-guide/document-preparation/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/evs-application-guide/index.html b/en/student-welcome-guide/evs-application-guide/index.html index 1d31752d..9add68dd 100644 --- a/en/student-welcome-guide/evs-application-guide/index.html +++ b/en/student-welcome-guide/evs-application-guide/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/healthcare-in-slovenia/index.html b/en/student-welcome-guide/healthcare-in-slovenia/index.html index dba25f64..8058d5d9 100644 --- a/en/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/en/student-welcome-guide/healthcare-in-slovenia/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/index.html b/en/student-welcome-guide/index.html index 9c344973..12091ec4 100644 --- a/en/student-welcome-guide/index.html +++ b/en/student-welcome-guide/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/en/student-welcome-guide/master-application/index.html b/en/student-welcome-guide/master-application/index.html index 4f3423e9..74e5ed5a 100644 --- a/en/student-welcome-guide/master-application/index.html +++ b/en/student-welcome-guide/master-application/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/means-accommodation-address/index.html b/en/student-welcome-guide/means-accommodation-address/index.html index 22b01e9f..f4908b1f 100644 --- a/en/student-welcome-guide/means-accommodation-address/index.html +++ b/en/student-welcome-guide/means-accommodation-address/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/my-route/index.html b/en/student-welcome-guide/my-route/index.html index 97a1d181..0f00d7a9 100644 --- a/en/student-welcome-guide/my-route/index.html +++ b/en/student-welcome-guide/my-route/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/official-sources-and-checklists/index.html b/en/student-welcome-guide/official-sources-and-checklists/index.html index 3a5baf18..b673a915 100644 --- a/en/student-welcome-guide/official-sources-and-checklists/index.html +++ b/en/student-welcome-guide/official-sources-and-checklists/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/prepare-to-move/index.html b/en/student-welcome-guide/prepare-to-move/index.html index 531e7d85..f0b15f64 100644 --- a/en/student-welcome-guide/prepare-to-move/index.html +++ b/en/student-welcome-guide/prepare-to-move/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/recognition-of-education/index.html b/en/student-welcome-guide/recognition-of-education/index.html index 8286f166..45f90db4 100644 --- a/en/student-welcome-guide/recognition-of-education/index.html +++ b/en/student-welcome-guide/recognition-of-education/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/renew-change-graduate/index.html b/en/student-welcome-guide/renew-change-graduate/index.html index 122d215c..dd2a5876 100644 --- a/en/student-welcome-guide/renew-change-graduate/index.html +++ b/en/student-welcome-guide/renew-change-graduate/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/rm-si-3-health-insurance/index.html b/en/student-welcome-guide/rm-si-3-health-insurance/index.html index 4bb90227..5ffe6fb1 100644 --- a/en/student-welcome-guide/rm-si-3-health-insurance/index.html +++ b/en/student-welcome-guide/rm-si-3-health-insurance/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html index 8886591a..56000bb4 100644 --- a/en/student-welcome-guide/student-accommodation/index.html +++ b/en/student-welcome-guide/student-accommodation/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html index 72b60455..3c6f60ee 100644 --- a/en/student-welcome-guide/student-budget/index.html +++ b/en/student-welcome-guide/student-budget/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html index fa88817c..fb42df9a 100644 --- a/en/student-welcome-guide/student-meals/index.html +++ b/en/student-welcome-guide/student-meals/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html index 4b67e925..138add60 100644 --- a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/student-residence-permit/index.html b/en/student-welcome-guide/student-residence-permit/index.html index 3d1f072e..c9c40669 100644 --- a/en/student-welcome-guide/student-residence-permit/index.html +++ b/en/student-welcome-guide/student-residence-permit/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html index abf48287..fc5204ca 100644 --- a/en/student-welcome-guide/student-transport/index.html +++ b/en/student-welcome-guide/student-transport/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html index efd1f87b..a9ecf526 100644 --- a/en/student-welcome-guide/student-work/index.html +++ b/en/student-welcome-guide/student-work/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html index f80657d0..c9961236 100644 --- a/en/student-welcome-guide/study-cities/index.html +++ b/en/student-welcome-guide/study-cities/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html index d8264140..320e0e2e 100644 --- a/en/student-welcome-guide/tuition-and-scholarships/index.html +++ b/en/student-welcome-guide/tuition-and-scholarships/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/visa-and-residence-explained/index.html b/en/student-welcome-guide/visa-and-residence-explained/index.html index ef5e557f..43d9bdff 100644 --- a/en/student-welcome-guide/visa-and-residence-explained/index.html +++ b/en/student-welcome-guide/visa-and-residence-explained/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/wellbeing-and-community/index.html b/en/student-welcome-guide/wellbeing-and-community/index.html index 23795828..fcee701d 100644 --- a/en/student-welcome-guide/wellbeing-and-community/index.html +++ b/en/student-welcome-guide/wellbeing-and-community/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/student-welcome-guide/where-to-apply-for-residence/index.html b/en/student-welcome-guide/where-to-apply-for-residence/index.html index 3548b979..84731283 100644 --- a/en/student-welcome-guide/where-to-apply-for-residence/index.html +++ b/en/student-welcome-guide/where-to-apply-for-residence/index.html @@ -87,6 +87,7 @@ What We Do @@ -145,6 +146,7 @@ What We Do diff --git a/en/support/index.html b/en/support/index.html index fafcaa12..2f78d6ea 100644 --- a/en/support/index.html +++ b/en/support/index.html @@ -82,6 +82,7 @@ What We Do @@ -140,6 +141,7 @@ What We Do diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index 370ffdc7..420adf93 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -85,6 +85,7 @@ What We Do @@ -143,6 +144,7 @@ What We Do diff --git a/main.js b/main.js index b825d8b5..e1a5ef22 100644 --- a/main.js +++ b/main.js @@ -833,6 +833,60 @@ document.addEventListener('DOMContentLoaded', function() { } } + /** + * =================================================================== + * GALLERY LIGHTBOX (per-album photo viewer) + * =================================================================== + */ + function setupGallery() { + var lb = document.getElementById('gallery-lightbox'); + if (!lb) return; + var img = lb.querySelector('.lightbox-img'); + var cap = lb.querySelector('.lightbox-caption'); + var group = []; + var idx = 0; + + function render() { + var it = group[idx]; + img.setAttribute('src', it.full); + img.setAttribute('alt', it.caption || ''); + cap.textContent = (it.caption || '') + (group.length > 1 ? ' (' + (idx + 1) + '/' + group.length + ')' : ''); + } + function open(grid, start) { + group = Array.prototype.map.call(grid.querySelectorAll('.gallery-thumb'), function (b) { + return { full: b.getAttribute('data-full'), caption: b.getAttribute('data-caption') || '' }; + }); + idx = start; + render(); + lb.classList.add('is-open'); + lb.setAttribute('aria-hidden', 'false'); + document.documentElement.style.overflow = 'hidden'; + } + function close() { + lb.classList.remove('is-open'); + lb.setAttribute('aria-hidden', 'true'); + document.documentElement.style.overflow = ''; + img.setAttribute('src', ''); + } + function step(d) { idx = (idx + d + group.length) % group.length; render(); } + + document.querySelectorAll('.gallery-grid').forEach(function (grid) { + grid.querySelectorAll('.gallery-thumb').forEach(function (btn, i) { + btn.addEventListener('click', function () { open(grid, i); }); + }); + }); + lb.querySelector('.lightbox-close').addEventListener('click', close); + lb.querySelector('.lightbox-prev').addEventListener('click', function () { step(-1); }); + lb.querySelector('.lightbox-next').addEventListener('click', function () { step(1); }); + lb.addEventListener('click', function (e) { if (e.target === lb) close(); }); + document.addEventListener('keydown', function (e) { + if (!lb.classList.contains('is-open')) return; + if (e.key === 'Escape') close(); + else if (e.key === 'ArrowLeft') step(-1); + else if (e.key === 'ArrowRight') step(1); + }); + } + /** * =================================================================== * HUB USE-CASE CAROUSEL (auto-scrolling) @@ -863,5 +917,6 @@ document.addEventListener('DOMContentLoaded', function() { setupLanguageSuggestion(); setupNewsletter(); setupHubCarousel(); + setupGallery(); }); \ No newline at end of file diff --git a/mk/about-us/index.html b/mk/about-us/index.html index 8ad3e7b1..e31c99ea 100644 --- a/mk/about-us/index.html +++ b/mk/about-us/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/mk/become-a-member/index.html b/mk/become-a-member/index.html index bd4f65aa..5fca7254 100644 --- a/mk/become-a-member/index.html +++ b/mk/become-a-member/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/mk/blog/how-to-open-slovenian-bank-account/index.html b/mk/blog/how-to-open-slovenian-bank-account/index.html index 56ec40fb..97210885 100644 --- a/mk/blog/how-to-open-slovenian-bank-account/index.html +++ b/mk/blog/how-to-open-slovenian-bank-account/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/blog/index.html b/mk/blog/index.html index b86a9f87..3a82ba57 100644 --- a/mk/blog/index.html +++ b/mk/blog/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/mk/cookie-policy/index.html b/mk/cookie-policy/index.html index 4bccfc19..9bb5cfeb 100644 --- a/mk/cookie-policy/index.html +++ b/mk/cookie-policy/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/mk/faq/index.html b/mk/faq/index.html index 7a416fe2..b77af96e 100644 --- a/mk/faq/index.html +++ b/mk/faq/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/mk/gallery/index.html b/mk/gallery/index.html new file mode 100644 index 00000000..39df36ac --- /dev/null +++ b/mk/gallery/index.html @@ -0,0 +1,417 @@ + + + + + + Галерија - MSOS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+
+

Избери јазик

+ +
+ +
+
+ + +
+ + + +
+ + + + + + + diff --git a/mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html b/mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html index c9752983..67dd9eee 100644 --- a/mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html +++ b/mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/get-to-know-macedonia/history-you-can-still-walk-through/index.html b/mk/get-to-know-macedonia/history-you-can-still-walk-through/index.html index 48febabb..df219ac8 100644 --- a/mk/get-to-know-macedonia/history-you-can-still-walk-through/index.html +++ b/mk/get-to-know-macedonia/history-you-can-still-walk-through/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/get-to-know-macedonia/index.html b/mk/get-to-know-macedonia/index.html index 33c54a41..dfc2b2bb 100644 --- a/mk/get-to-know-macedonia/index.html +++ b/mk/get-to-know-macedonia/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html b/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html index 2feefcd4..a082948d 100644 --- a/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html +++ b/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html b/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html index 045158dc..efba848d 100644 --- a/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html +++ b/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html b/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html index 78cf2176..c8a534f2 100644 --- a/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html +++ b/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html index 3158aa3b..e413ab12 100644 --- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html b/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html index 1732d3cb..b1df8058 100644 --- a/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html +++ b/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/get-to-know-slovenia/index.html b/mk/get-to-know-slovenia/index.html index 4007ce63..f2a0bdcc 100644 --- a/mk/get-to-know-slovenia/index.html +++ b/mk/get-to-know-slovenia/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html b/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html index 7f5a7251..6e5af040 100644 --- a/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html +++ b/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html b/mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html index c8c52020..6b9dc61b 100644 --- a/mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html +++ b/mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html b/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html index 3ce1a47c..b74c9e6f 100644 --- a/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html +++ b/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html b/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html index 14594358..9aca8123 100644 --- a/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html +++ b/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html index 03e68291..82368c80 100644 --- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/index.html b/mk/index.html index fb65cc2f..25a9a61a 100644 --- a/mk/index.html +++ b/mk/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/mk/legal/index.html b/mk/legal/index.html index 6ea38b05..bf878943 100644 --- a/mk/legal/index.html +++ b/mk/legal/index.html @@ -83,6 +83,7 @@ Што работиме @@ -141,6 +142,7 @@ Што работиме diff --git a/mk/msos-hub/index.html b/mk/msos-hub/index.html index 7fba956f..83d76caf 100644 --- a/mk/msos-hub/index.html +++ b/mk/msos-hub/index.html @@ -82,6 +82,7 @@ Што работиме @@ -140,6 +141,7 @@ Што работиме diff --git a/mk/news/index.html b/mk/news/index.html index ef9d0c2c..a27f6248 100644 --- a/mk/news/index.html +++ b/mk/news/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/mk/news/proof-of-means-updated-2026/index.html b/mk/news/proof-of-means-updated-2026/index.html index cb6722d2..6bece0f7 100644 --- a/mk/news/proof-of-means-updated-2026/index.html +++ b/mk/news/proof-of-means-updated-2026/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html index 30df4c22..4cb3d0d7 100644 --- a/mk/privacy-policy/index.html +++ b/mk/privacy-policy/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html index 036c8bdb..3b11b513 100644 --- a/mk/projects/humanitarian-tournament-in-maribor/index.html +++ b/mk/projects/humanitarian-tournament-in-maribor/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html index 959e58c4..d6e5b63f 100644 --- a/mk/projects/in-memory-of-frosina-kulakova/index.html +++ b/mk/projects/in-memory-of-frosina-kulakova/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/projects/in-memory-of-the-kochani-victims/index.html b/mk/projects/in-memory-of-the-kochani-victims/index.html index cb9293a3..5e7b012a 100644 --- a/mk/projects/in-memory-of-the-kochani-victims/index.html +++ b/mk/projects/in-memory-of-the-kochani-victims/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/projects/index.html b/mk/projects/index.html index 3f462102..a9983ec7 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index fd0e638f..8ae49bbb 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html index cd1cdb58..0c996a22 100644 --- a/mk/projects/meet-student-slovenia-2023/index.html +++ b/mk/projects/meet-student-slovenia-2023/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html index a40ff5b5..ef5d88b2 100644 --- a/mk/projects/meet-student-slovenia-2024/index.html +++ b/mk/projects/meet-student-slovenia-2024/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/projects/morning-coffee-in-front-of-ctk/index.html b/mk/projects/morning-coffee-in-front-of-ctk/index.html index a1652fa4..3ce5e5db 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/projects/paint-and-wine-at-sunset/index.html b/mk/projects/paint-and-wine-at-sunset/index.html index 33c0e122..706ac8b9 100644 --- a/mk/projects/paint-and-wine-at-sunset/index.html +++ b/mk/projects/paint-and-wine-at-sunset/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/projects/watching-handball-together-in-slovenia/index.html b/mk/projects/watching-handball-together-in-slovenia/index.html index f349bd98..fbddbf09 100644 --- a/mk/projects/watching-handball-together-in-slovenia/index.html +++ b/mk/projects/watching-handball-together-in-slovenia/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html index b6ef2920..fadcc956 100644 --- a/mk/student-welcome-guide/academic-life/index.html +++ b/mk/student-welcome-guide/academic-life/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html index 212b1711..f5698786 100644 --- a/mk/student-welcome-guide/administrative-basics/index.html +++ b/mk/student-welcome-guide/administrative-basics/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/admission-and-enrolment/index.html b/mk/student-welcome-guide/admission-and-enrolment/index.html index b27115bb..1c1b5a1f 100644 --- a/mk/student-welcome-guide/admission-and-enrolment/index.html +++ b/mk/student-welcome-guide/admission-and-enrolment/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html index e8cab987..4e0e8896 100644 --- a/mk/student-welcome-guide/application-deadlines/index.html +++ b/mk/student-welcome-guide/application-deadlines/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html index 104242db..174b399b 100644 --- a/mk/student-welcome-guide/arrival-checklist/index.html +++ b/mk/student-welcome-guide/arrival-checklist/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html index 8bfc6044..7f480b71 100644 --- a/mk/student-welcome-guide/bachelor-application/index.html +++ b/mk/student-welcome-guide/bachelor-application/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/choose-a-programme/index.html b/mk/student-welcome-guide/choose-a-programme/index.html index a1231738..4f2df522 100644 --- a/mk/student-welcome-guide/choose-a-programme/index.html +++ b/mk/student-welcome-guide/choose-a-programme/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/complete-student-journey/index.html b/mk/student-welcome-guide/complete-student-journey/index.html index 3e9969de..b5ce5b52 100644 --- a/mk/student-welcome-guide/complete-student-journey/index.html +++ b/mk/student-welcome-guide/complete-student-journey/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html index 14fb1a86..0a8a4562 100644 --- a/mk/student-welcome-guide/document-preparation/index.html +++ b/mk/student-welcome-guide/document-preparation/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/evs-application-guide/index.html b/mk/student-welcome-guide/evs-application-guide/index.html index 42cbae0b..3cf3cffe 100644 --- a/mk/student-welcome-guide/evs-application-guide/index.html +++ b/mk/student-welcome-guide/evs-application-guide/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/healthcare-in-slovenia/index.html b/mk/student-welcome-guide/healthcare-in-slovenia/index.html index 604f3e04..039cb251 100644 --- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/index.html b/mk/student-welcome-guide/index.html index 063b15b6..46332d6e 100644 --- a/mk/student-welcome-guide/index.html +++ b/mk/student-welcome-guide/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html index 405d429b..cd79c506 100644 --- a/mk/student-welcome-guide/master-application/index.html +++ b/mk/student-welcome-guide/master-application/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html index 6f66d129..c4ddff25 100644 --- a/mk/student-welcome-guide/means-accommodation-address/index.html +++ b/mk/student-welcome-guide/means-accommodation-address/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html index 95edd55f..f1028e39 100644 --- a/mk/student-welcome-guide/my-route/index.html +++ b/mk/student-welcome-guide/my-route/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/official-sources-and-checklists/index.html b/mk/student-welcome-guide/official-sources-and-checklists/index.html index 84b03a54..ab88137f 100644 --- a/mk/student-welcome-guide/official-sources-and-checklists/index.html +++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/prepare-to-move/index.html b/mk/student-welcome-guide/prepare-to-move/index.html index fad514cc..945bdc9c 100644 --- a/mk/student-welcome-guide/prepare-to-move/index.html +++ b/mk/student-welcome-guide/prepare-to-move/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/recognition-of-education/index.html b/mk/student-welcome-guide/recognition-of-education/index.html index c2e7c2e9..167530f6 100644 --- a/mk/student-welcome-guide/recognition-of-education/index.html +++ b/mk/student-welcome-guide/recognition-of-education/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/renew-change-graduate/index.html b/mk/student-welcome-guide/renew-change-graduate/index.html index 5d54e281..6b212734 100644 --- a/mk/student-welcome-guide/renew-change-graduate/index.html +++ b/mk/student-welcome-guide/renew-change-graduate/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/rm-si-3-health-insurance/index.html b/mk/student-welcome-guide/rm-si-3-health-insurance/index.html index 3938ff07..23d7a0ba 100644 --- a/mk/student-welcome-guide/rm-si-3-health-insurance/index.html +++ b/mk/student-welcome-guide/rm-si-3-health-insurance/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html index ba3e79e1..fd62d850 100644 --- a/mk/student-welcome-guide/student-accommodation/index.html +++ b/mk/student-welcome-guide/student-accommodation/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html index 86f21d3c..0b3b2b3a 100644 --- a/mk/student-welcome-guide/student-budget/index.html +++ b/mk/student-welcome-guide/student-budget/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html index 9d054c6d..080162c6 100644 --- a/mk/student-welcome-guide/student-meals/index.html +++ b/mk/student-welcome-guide/student-meals/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html index e19b5b1e..af1aec58 100644 --- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html index e0dad06b..d613ea5d 100644 --- a/mk/student-welcome-guide/student-residence-permit/index.html +++ b/mk/student-welcome-guide/student-residence-permit/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html index 26a970d1..64c5e1d1 100644 --- a/mk/student-welcome-guide/student-transport/index.html +++ b/mk/student-welcome-guide/student-transport/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html index 2bc871d4..888dbd21 100644 --- a/mk/student-welcome-guide/student-work/index.html +++ b/mk/student-welcome-guide/student-work/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html index 18bcf4ac..7a760dfe 100644 --- a/mk/student-welcome-guide/study-cities/index.html +++ b/mk/student-welcome-guide/study-cities/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/tuition-and-scholarships/index.html b/mk/student-welcome-guide/tuition-and-scholarships/index.html index 5e107241..a77a8c02 100644 --- a/mk/student-welcome-guide/tuition-and-scholarships/index.html +++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/visa-and-residence-explained/index.html b/mk/student-welcome-guide/visa-and-residence-explained/index.html index 74f0450a..8e4daf3b 100644 --- a/mk/student-welcome-guide/visa-and-residence-explained/index.html +++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/wellbeing-and-community/index.html b/mk/student-welcome-guide/wellbeing-and-community/index.html index 789a07b7..8cb32182 100644 --- a/mk/student-welcome-guide/wellbeing-and-community/index.html +++ b/mk/student-welcome-guide/wellbeing-and-community/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/student-welcome-guide/where-to-apply-for-residence/index.html b/mk/student-welcome-guide/where-to-apply-for-residence/index.html index be476f0a..10cec69c 100644 --- a/mk/student-welcome-guide/where-to-apply-for-residence/index.html +++ b/mk/student-welcome-guide/where-to-apply-for-residence/index.html @@ -87,6 +87,7 @@ Што работиме @@ -145,6 +146,7 @@ Што работиме diff --git a/mk/support/index.html b/mk/support/index.html index 142abee9..8db99f15 100644 --- a/mk/support/index.html +++ b/mk/support/index.html @@ -82,6 +82,7 @@ Што работиме @@ -140,6 +141,7 @@ Што работиме diff --git a/mk/timeline-and-milestones/index.html b/mk/timeline-and-milestones/index.html index 22e8e783..152c0926 100644 --- a/mk/timeline-and-milestones/index.html +++ b/mk/timeline-and-milestones/index.html @@ -85,6 +85,7 @@ Што работиме @@ -143,6 +144,7 @@ Што работиме diff --git a/si/about-us/index.html b/si/about-us/index.html index 643f290b..3874727e 100644 --- a/si/about-us/index.html +++ b/si/about-us/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/si/become-a-member/index.html b/si/become-a-member/index.html index 4839ebeb..9b787a49 100644 --- a/si/become-a-member/index.html +++ b/si/become-a-member/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/si/blog/how-to-open-slovenian-bank-account/index.html b/si/blog/how-to-open-slovenian-bank-account/index.html index 4ff3c1e8..74e3d66f 100644 --- a/si/blog/how-to-open-slovenian-bank-account/index.html +++ b/si/blog/how-to-open-slovenian-bank-account/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/blog/index.html b/si/blog/index.html index 35bf80b4..fa978623 100644 --- a/si/blog/index.html +++ b/si/blog/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html index b945b20a..40260b57 100644 --- a/si/cookie-policy/index.html +++ b/si/cookie-policy/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/si/faq/index.html b/si/faq/index.html index 0fde5b32..d41086d7 100644 --- a/si/faq/index.html +++ b/si/faq/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/si/gallery/index.html b/si/gallery/index.html new file mode 100644 index 00000000..a76c8ddf --- /dev/null +++ b/si/gallery/index.html @@ -0,0 +1,417 @@ + + + + + + Galerija - MSOS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+
+

Izberi jezik

+ +
+ +
+
+ + +
+ + + +
+ + + + + + + diff --git a/si/get-to-know-macedonia/a-table-full-of-macedonia/index.html b/si/get-to-know-macedonia/a-table-full-of-macedonia/index.html index c59ef27d..6e688895 100644 --- a/si/get-to-know-macedonia/a-table-full-of-macedonia/index.html +++ b/si/get-to-know-macedonia/a-table-full-of-macedonia/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/get-to-know-macedonia/history-you-can-still-walk-through/index.html b/si/get-to-know-macedonia/history-you-can-still-walk-through/index.html index df548f60..33ce12c5 100644 --- a/si/get-to-know-macedonia/history-you-can-still-walk-through/index.html +++ b/si/get-to-know-macedonia/history-you-can-still-walk-through/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html index 8611fe32..ad1b386e 100644 --- a/si/get-to-know-macedonia/index.html +++ b/si/get-to-know-macedonia/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html b/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html index af593796..3c900fde 100644 --- a/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html +++ b/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html b/si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html index 18a9659f..e4e72ae8 100644 --- a/si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html +++ b/si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html b/si/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html index 2682566b..6437b478 100644 --- a/si/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html +++ b/si/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/get-to-know-macedonia/welcome-to-macedonia/index.html b/si/get-to-know-macedonia/welcome-to-macedonia/index.html index 9149338e..51264bfa 100644 --- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html b/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html index a56cc6d4..9324e9b2 100644 --- a/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html +++ b/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/get-to-know-slovenia/index.html b/si/get-to-know-slovenia/index.html index ed2e8f63..b1418f7c 100644 --- a/si/get-to-know-slovenia/index.html +++ b/si/get-to-know-slovenia/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html b/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html index 5a064976..0839a1dd 100644 --- a/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html +++ b/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html b/si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html index bb56255d..4db91b64 100644 --- a/si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html +++ b/si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html b/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html index 5638be6c..58be7421 100644 --- a/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html +++ b/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html b/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html index ccee5f3e..74609ffd 100644 --- a/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html +++ b/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/get-to-know-slovenia/welcome-to-slovenia/index.html b/si/get-to-know-slovenia/welcome-to-slovenia/index.html index b1ae5dc1..faa9c8dc 100644 --- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/index.html b/si/index.html index 63b842cc..8b4f6d39 100644 --- a/si/index.html +++ b/si/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/si/legal/index.html b/si/legal/index.html index 5b378cfe..b01d1de4 100644 --- a/si/legal/index.html +++ b/si/legal/index.html @@ -83,6 +83,7 @@ Kaj delamo @@ -141,6 +142,7 @@ Kaj delamo diff --git a/si/msos-hub/index.html b/si/msos-hub/index.html index a88a78fc..d6ffe19f 100644 --- a/si/msos-hub/index.html +++ b/si/msos-hub/index.html @@ -82,6 +82,7 @@ Kaj delamo @@ -140,6 +141,7 @@ Kaj delamo diff --git a/si/news/index.html b/si/news/index.html index 6d82c092..b20be627 100644 --- a/si/news/index.html +++ b/si/news/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/si/news/proof-of-means-updated-2026/index.html b/si/news/proof-of-means-updated-2026/index.html index 337827ec..50cec448 100644 --- a/si/news/proof-of-means-updated-2026/index.html +++ b/si/news/proof-of-means-updated-2026/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html index 022a450d..ed0ca2a4 100644 --- a/si/privacy-policy/index.html +++ b/si/privacy-policy/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html index b21047b5..b6221a6d 100644 --- a/si/projects/humanitarian-tournament-in-maribor/index.html +++ b/si/projects/humanitarian-tournament-in-maribor/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/projects/in-memory-of-frosina-kulakova/index.html b/si/projects/in-memory-of-frosina-kulakova/index.html index 6e66c879..f7ca0a06 100644 --- a/si/projects/in-memory-of-frosina-kulakova/index.html +++ b/si/projects/in-memory-of-frosina-kulakova/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/projects/in-memory-of-the-kochani-victims/index.html b/si/projects/in-memory-of-the-kochani-victims/index.html index e35b5168..6ccab6ee 100644 --- a/si/projects/in-memory-of-the-kochani-victims/index.html +++ b/si/projects/in-memory-of-the-kochani-victims/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/projects/index.html b/si/projects/index.html index bfa94740..9f108c71 100644 --- a/si/projects/index.html +++ b/si/projects/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html index df523063..eedb2c12 100644 --- a/si/projects/macedonian-student-night-in-ljubljana/index.html +++ b/si/projects/macedonian-student-night-in-ljubljana/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html index cb2a853b..f50e232a 100644 --- a/si/projects/meet-student-slovenia-2023/index.html +++ b/si/projects/meet-student-slovenia-2023/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html index 79a32e65..ba450f84 100644 --- a/si/projects/meet-student-slovenia-2024/index.html +++ b/si/projects/meet-student-slovenia-2024/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/projects/morning-coffee-in-front-of-ctk/index.html b/si/projects/morning-coffee-in-front-of-ctk/index.html index 35bc790b..856c0bdc 100644 --- a/si/projects/morning-coffee-in-front-of-ctk/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/projects/paint-and-wine-at-sunset/index.html b/si/projects/paint-and-wine-at-sunset/index.html index fc1c94b7..aa6d82a8 100644 --- a/si/projects/paint-and-wine-at-sunset/index.html +++ b/si/projects/paint-and-wine-at-sunset/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/projects/watching-handball-together-in-slovenia/index.html b/si/projects/watching-handball-together-in-slovenia/index.html index dc951383..94be3391 100644 --- a/si/projects/watching-handball-together-in-slovenia/index.html +++ b/si/projects/watching-handball-together-in-slovenia/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html index 2f0f8087..c8f1c67f 100644 --- a/si/student-welcome-guide/academic-life/index.html +++ b/si/student-welcome-guide/academic-life/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html index 37446c0e..c9e1e290 100644 --- a/si/student-welcome-guide/administrative-basics/index.html +++ b/si/student-welcome-guide/administrative-basics/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/admission-and-enrolment/index.html b/si/student-welcome-guide/admission-and-enrolment/index.html index a19b274a..6e7a8969 100644 --- a/si/student-welcome-guide/admission-and-enrolment/index.html +++ b/si/student-welcome-guide/admission-and-enrolment/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html index ebbe6927..e8b2f32b 100644 --- a/si/student-welcome-guide/application-deadlines/index.html +++ b/si/student-welcome-guide/application-deadlines/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html index 7f8b96f7..069ceebd 100644 --- a/si/student-welcome-guide/arrival-checklist/index.html +++ b/si/student-welcome-guide/arrival-checklist/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html index 98f9ccef..5592a818 100644 --- a/si/student-welcome-guide/bachelor-application/index.html +++ b/si/student-welcome-guide/bachelor-application/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/choose-a-programme/index.html b/si/student-welcome-guide/choose-a-programme/index.html index 72a069d4..c64b7f94 100644 --- a/si/student-welcome-guide/choose-a-programme/index.html +++ b/si/student-welcome-guide/choose-a-programme/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/complete-student-journey/index.html b/si/student-welcome-guide/complete-student-journey/index.html index e43ab340..e51d3c58 100644 --- a/si/student-welcome-guide/complete-student-journey/index.html +++ b/si/student-welcome-guide/complete-student-journey/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html index 9000bfaf..1da45022 100644 --- a/si/student-welcome-guide/document-preparation/index.html +++ b/si/student-welcome-guide/document-preparation/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/evs-application-guide/index.html b/si/student-welcome-guide/evs-application-guide/index.html index a09d8d80..642641e6 100644 --- a/si/student-welcome-guide/evs-application-guide/index.html +++ b/si/student-welcome-guide/evs-application-guide/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/healthcare-in-slovenia/index.html b/si/student-welcome-guide/healthcare-in-slovenia/index.html index 97754b06..76cd5e76 100644 --- a/si/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html index 81cb1d1f..4c1874b8 100644 --- a/si/student-welcome-guide/index.html +++ b/si/student-welcome-guide/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html index 5e8760de..2e8df3c6 100644 --- a/si/student-welcome-guide/master-application/index.html +++ b/si/student-welcome-guide/master-application/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html index a4372432..78daccba 100644 --- a/si/student-welcome-guide/means-accommodation-address/index.html +++ b/si/student-welcome-guide/means-accommodation-address/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html index 004b7ed2..315e182c 100644 --- a/si/student-welcome-guide/my-route/index.html +++ b/si/student-welcome-guide/my-route/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/official-sources-and-checklists/index.html b/si/student-welcome-guide/official-sources-and-checklists/index.html index d8f19ac1..d551d06f 100644 --- a/si/student-welcome-guide/official-sources-and-checklists/index.html +++ b/si/student-welcome-guide/official-sources-and-checklists/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/prepare-to-move/index.html b/si/student-welcome-guide/prepare-to-move/index.html index 49cb0f47..a411b512 100644 --- a/si/student-welcome-guide/prepare-to-move/index.html +++ b/si/student-welcome-guide/prepare-to-move/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/recognition-of-education/index.html b/si/student-welcome-guide/recognition-of-education/index.html index aa2927d5..60056b3b 100644 --- a/si/student-welcome-guide/recognition-of-education/index.html +++ b/si/student-welcome-guide/recognition-of-education/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/renew-change-graduate/index.html b/si/student-welcome-guide/renew-change-graduate/index.html index fa322ba1..f0fa2094 100644 --- a/si/student-welcome-guide/renew-change-graduate/index.html +++ b/si/student-welcome-guide/renew-change-graduate/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/rm-si-3-health-insurance/index.html b/si/student-welcome-guide/rm-si-3-health-insurance/index.html index 8f959364..c0625240 100644 --- a/si/student-welcome-guide/rm-si-3-health-insurance/index.html +++ b/si/student-welcome-guide/rm-si-3-health-insurance/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html index 0bd05ede..3b8b8028 100644 --- a/si/student-welcome-guide/student-accommodation/index.html +++ b/si/student-welcome-guide/student-accommodation/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html index dd82ff14..0ae9b935 100644 --- a/si/student-welcome-guide/student-budget/index.html +++ b/si/student-welcome-guide/student-budget/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html index bb1e30fc..4fdc6432 100644 --- a/si/student-welcome-guide/student-meals/index.html +++ b/si/student-welcome-guide/student-meals/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html index de6d225f..0bbddedb 100644 --- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html index 326a32b9..70995ba3 100644 --- a/si/student-welcome-guide/student-residence-permit/index.html +++ b/si/student-welcome-guide/student-residence-permit/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html index cecdb57e..8fc8f253 100644 --- a/si/student-welcome-guide/student-transport/index.html +++ b/si/student-welcome-guide/student-transport/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html index b1172551..282ca612 100644 --- a/si/student-welcome-guide/student-work/index.html +++ b/si/student-welcome-guide/student-work/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html index 7a64497c..f76283d9 100644 --- a/si/student-welcome-guide/study-cities/index.html +++ b/si/student-welcome-guide/study-cities/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/tuition-and-scholarships/index.html b/si/student-welcome-guide/tuition-and-scholarships/index.html index 1c60d35f..436c4b49 100644 --- a/si/student-welcome-guide/tuition-and-scholarships/index.html +++ b/si/student-welcome-guide/tuition-and-scholarships/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/visa-and-residence-explained/index.html b/si/student-welcome-guide/visa-and-residence-explained/index.html index b60dcde8..166fad4e 100644 --- a/si/student-welcome-guide/visa-and-residence-explained/index.html +++ b/si/student-welcome-guide/visa-and-residence-explained/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/wellbeing-and-community/index.html b/si/student-welcome-guide/wellbeing-and-community/index.html index 2f676f23..9c937522 100644 --- a/si/student-welcome-guide/wellbeing-and-community/index.html +++ b/si/student-welcome-guide/wellbeing-and-community/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/student-welcome-guide/where-to-apply-for-residence/index.html b/si/student-welcome-guide/where-to-apply-for-residence/index.html index f2d9d3a3..cb29e67a 100644 --- a/si/student-welcome-guide/where-to-apply-for-residence/index.html +++ b/si/student-welcome-guide/where-to-apply-for-residence/index.html @@ -87,6 +87,7 @@ Kaj delamo @@ -145,6 +146,7 @@ Kaj delamo diff --git a/si/support/index.html b/si/support/index.html index 456051f9..6ac7fa90 100644 --- a/si/support/index.html +++ b/si/support/index.html @@ -82,6 +82,7 @@ Kaj delamo @@ -140,6 +141,7 @@ Kaj delamo diff --git a/si/timeline-and-milestones/index.html b/si/timeline-and-milestones/index.html index 57ec5a31..24ad0343 100644 --- a/si/timeline-and-milestones/index.html +++ b/si/timeline-and-milestones/index.html @@ -85,6 +85,7 @@ Kaj delamo @@ -143,6 +144,7 @@ Kaj delamo diff --git a/sitemap.xml b/sitemap.xml index 56dbba21..62202912 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -148,6 +148,27 @@ + + https://msosorg.com/en/gallery/ + + + + + + + https://msosorg.com/mk/gallery/ + + + + + + + https://msosorg.com/si/gallery/ + + + + + https://msosorg.com/en/get-to-know-macedonia/