From cc047dd867a6c5f5df074d81252931764ee5c45c Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 21:20:17 +0200 Subject: [PATCH 01/22] Fix route builder: remove stray hero border line and bottom-align field labels Co-Authored-By: Claude Opus 4.8 (1M context) --- css/pages/_guide.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/css/pages/_guide.css b/css/pages/_guide.css index 6e6c6ed3..c3356587 100644 --- a/css/pages/_guide.css +++ b/css/pages/_guide.css @@ -207,7 +207,6 @@ .guide-landing { font-family: 'Inter', sans-serif; } .guide-landing-hero { background: linear-gradient(180deg, #F5FAFB 0%, #FFFFFF 100%); - border-bottom: 1px solid #EAECF0; padding: 72px 24px 56px; text-align: center; } @@ -619,10 +618,19 @@ .guide-route-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); - gap: 14px; + gap: 14px 16px; + align-items: end; +} +.guide-field { display: flex; flex-direction: column; gap: 6px; justify-content: flex-end; } +.guide-field label { + font-size: 13px; + font-weight: 600; + color: #344054; + line-height: 1.3; + min-height: calc(2 * 1.3em); + display: flex; + align-items: flex-end; } -.guide-field { display: flex; flex-direction: column; gap: 6px; } -.guide-field label { font-size: 13px; font-weight: 600; color: #344054; } .guide-field select { appearance: none; -webkit-appearance: none; -- 2.43.0 From c035b64bd30c6125c33892c332f6073818a4fbec Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 21:28:00 +0200 Subject: [PATCH 02/22] Route builder: drop reserved label height on single-column mobile layout Co-Authored-By: Claude Opus 4.8 (1M context) --- css/pages/_guide.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/pages/_guide.css b/css/pages/_guide.css index c3356587..66886928 100644 --- a/css/pages/_guide.css +++ b/css/pages/_guide.css @@ -873,6 +873,10 @@ .guide-route { margin-top: 24px; padding: 22px; border-radius: 16px; } .guide-route-actions .btn { width: 100%; text-align: center; } } +/* Single-column route form: labels sit naturally, no reserved 2-line height */ +@media (max-width: 430px) { + .guide-field label { min-height: 0; } +} /* ---------- Personal route results page ---------- */ .route-report-page { max-width: 820px; margin: 56px auto 64px; padding: 0 24px; } -- 2.43.0 From fc3ac32e7e76c66879c8e4b01187476bfe08aed9 Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 21:46:50 +0200 Subject: [PATCH 03/22] Rebuild site footer across all pages Add legal name, real social links (FB/IG/LinkedIn/YouTube), clickable email, guide and section navigation, and 2026 copyright. All links depth-correct per page and translated per language. Co-Authored-By: Claude Opus 4.8 (1M context) --- css/layout/_footer.css | 31 +++++++++++++ en/about-us/index.html | 43 ++++++++++--------- en/cookie-policy/index.html | 43 ++++++++++--------- .../a-table-full-of-macedonia/index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- en/get-to-know-macedonia/index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- .../ohrid-more-than-a-postcard/index.html | 43 ++++++++++--------- .../skopje-a-city-of-many-layers/index.html | 43 ++++++++++--------- .../welcome-to-macedonia/index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- en/get-to-know-slovenia/index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- .../ljubljana-through-our-eyes/index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- .../welcome-to-slovenia/index.html | 43 ++++++++++--------- en/index.html | 43 ++++++++++--------- en/privacy-policy/index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- .../in-memory-of-frosina-kulakova/index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- en/projects/index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- .../meet-student-slovenia-2023/index.html | 43 ++++++++++--------- .../meet-student-slovenia-2024/index.html | 43 ++++++++++--------- .../morning-coffee-in-front-of-ctk/index.html | 43 ++++++++++--------- .../paint-and-wine-at-sunset/index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- .../academic-life/index.html | 43 ++++++++++--------- .../administrative-basics/index.html | 43 ++++++++++--------- .../admission-and-enrolment/index.html | 43 ++++++++++--------- .../application-deadlines/index.html | 43 ++++++++++--------- .../arrival-checklist/index.html | 43 ++++++++++--------- .../bachelor-application/index.html | 43 ++++++++++--------- .../choose-a-programme/index.html | 43 ++++++++++--------- .../complete-student-journey/index.html | 43 ++++++++++--------- .../document-preparation/index.html | 43 ++++++++++--------- .../evs-application-guide/index.html | 43 ++++++++++--------- .../healthcare-in-slovenia/index.html | 43 ++++++++++--------- en/student-welcome-guide/index.html | 43 ++++++++++--------- .../master-application/index.html | 43 ++++++++++--------- .../means-accommodation-address/index.html | 43 ++++++++++--------- en/student-welcome-guide/my-route/index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- .../prepare-to-move/index.html | 43 ++++++++++--------- .../recognition-of-education/index.html | 43 ++++++++++--------- .../renew-change-graduate/index.html | 43 ++++++++++--------- .../rm-si-3-health-insurance/index.html | 43 ++++++++++--------- .../student-accommodation/index.html | 43 ++++++++++--------- .../student-budget/index.html | 43 ++++++++++--------- .../student-meals/index.html | 43 ++++++++++--------- .../index.html | 43 ++++++++++--------- .../student-residence-permit/index.html | 43 ++++++++++--------- .../student-transport/index.html | 43 ++++++++++--------- .../student-work/index.html | 43 ++++++++++--------- .../study-cities/index.html | 43 ++++++++++--------- .../tuition-and-scholarships/index.html | 43 ++++++++++--------- .../visa-and-residence-explained/index.html | 43 ++++++++++--------- .../wellbeing-and-community/index.html | 43 ++++++++++--------- .../where-to-apply-for-residence/index.html | 43 ++++++++++--------- en/timeline-and-milestones/index.html | 43 ++++++++++--------- mk/cookie-policy/index.html | 41 +++++++++--------- .../a-table-full-of-macedonia/index.html | 41 +++++++++--------- .../index.html | 41 +++++++++--------- mk/get-to-know-macedonia/index.html | 41 +++++++++--------- .../index.html | 41 +++++++++--------- .../ohrid-more-than-a-postcard/index.html | 41 +++++++++--------- .../skopje-a-city-of-many-layers/index.html | 41 +++++++++--------- .../welcome-to-macedonia/index.html | 41 +++++++++--------- .../index.html | 41 +++++++++--------- mk/get-to-know-slovenia/index.html | 41 +++++++++--------- .../index.html | 41 +++++++++--------- .../ljubljana-through-our-eyes/index.html | 41 +++++++++--------- .../index.html | 41 +++++++++--------- .../index.html | 41 +++++++++--------- .../welcome-to-slovenia/index.html | 41 +++++++++--------- mk/index.html | 41 +++++++++--------- mk/privacy-policy/index.html | 41 +++++++++--------- .../index.html | 41 +++++++++--------- .../in-memory-of-frosina-kulakova/index.html | 41 +++++++++--------- .../index.html | 41 +++++++++--------- mk/projects/index.html | 41 +++++++++--------- .../index.html | 41 +++++++++--------- .../meet-student-slovenia-2023/index.html | 41 +++++++++--------- .../meet-student-slovenia-2024/index.html | 41 +++++++++--------- .../morning-coffee-in-front-of-ctk/index.html | 41 +++++++++--------- .../paint-and-wine-at-sunset/index.html | 41 +++++++++--------- .../index.html | 41 +++++++++--------- .../academic-life/index.html | 41 +++++++++--------- .../administrative-basics/index.html | 41 +++++++++--------- .../admission-and-enrolment/index.html | 41 +++++++++--------- .../application-deadlines/index.html | 41 +++++++++--------- .../arrival-checklist/index.html | 41 +++++++++--------- .../bachelor-application/index.html | 41 +++++++++--------- .../choose-a-programme/index.html | 41 +++++++++--------- .../complete-student-journey/index.html | 41 +++++++++--------- .../document-preparation/index.html | 41 +++++++++--------- .../evs-application-guide/index.html | 41 +++++++++--------- .../healthcare-in-slovenia/index.html | 41 +++++++++--------- mk/student-welcome-guide/index.html | 41 +++++++++--------- .../master-application/index.html | 41 +++++++++--------- .../means-accommodation-address/index.html | 41 +++++++++--------- mk/student-welcome-guide/my-route/index.html | 41 +++++++++--------- .../index.html | 41 +++++++++--------- .../prepare-to-move/index.html | 41 +++++++++--------- .../recognition-of-education/index.html | 41 +++++++++--------- .../renew-change-graduate/index.html | 41 +++++++++--------- .../rm-si-3-health-insurance/index.html | 41 +++++++++--------- .../student-accommodation/index.html | 41 +++++++++--------- .../student-budget/index.html | 41 +++++++++--------- .../student-meals/index.html | 41 +++++++++--------- .../index.html | 41 +++++++++--------- .../student-residence-permit/index.html | 41 +++++++++--------- .../student-transport/index.html | 41 +++++++++--------- .../student-work/index.html | 41 +++++++++--------- .../study-cities/index.html | 41 +++++++++--------- .../tuition-and-scholarships/index.html | 41 +++++++++--------- .../visa-and-residence-explained/index.html | 41 +++++++++--------- .../wellbeing-and-community/index.html | 41 +++++++++--------- .../where-to-apply-for-residence/index.html | 41 +++++++++--------- si/cookie-policy/index.html | 37 ++++++++-------- .../a-table-full-of-macedonia/index.html | 37 ++++++++-------- .../index.html | 37 ++++++++-------- si/get-to-know-macedonia/index.html | 37 ++++++++-------- .../index.html | 37 ++++++++-------- .../ohrid-more-than-a-postcard/index.html | 37 ++++++++-------- .../skopje-a-city-of-many-layers/index.html | 37 ++++++++-------- .../welcome-to-macedonia/index.html | 37 ++++++++-------- .../index.html | 37 ++++++++-------- si/get-to-know-slovenia/index.html | 37 ++++++++-------- .../index.html | 37 ++++++++-------- .../ljubljana-through-our-eyes/index.html | 37 ++++++++-------- .../index.html | 37 ++++++++-------- .../index.html | 37 ++++++++-------- .../welcome-to-slovenia/index.html | 37 ++++++++-------- si/index.html | 37 ++++++++-------- si/privacy-policy/index.html | 37 ++++++++-------- .../index.html | 37 ++++++++-------- .../in-memory-of-frosina-kulakova/index.html | 37 ++++++++-------- .../index.html | 37 ++++++++-------- si/projects/index.html | 37 ++++++++-------- .../index.html | 37 ++++++++-------- .../meet-student-slovenia-2023/index.html | 37 ++++++++-------- .../meet-student-slovenia-2024/index.html | 37 ++++++++-------- .../morning-coffee-in-front-of-ctk/index.html | 37 ++++++++-------- .../paint-and-wine-at-sunset/index.html | 37 ++++++++-------- .../index.html | 37 ++++++++-------- .../academic-life/index.html | 37 ++++++++-------- .../administrative-basics/index.html | 37 ++++++++-------- .../admission-and-enrolment/index.html | 37 ++++++++-------- .../application-deadlines/index.html | 37 ++++++++-------- .../arrival-checklist/index.html | 37 ++++++++-------- .../bachelor-application/index.html | 37 ++++++++-------- .../choose-a-programme/index.html | 37 ++++++++-------- .../complete-student-journey/index.html | 37 ++++++++-------- .../document-preparation/index.html | 37 ++++++++-------- .../evs-application-guide/index.html | 37 ++++++++-------- .../healthcare-in-slovenia/index.html | 37 ++++++++-------- si/student-welcome-guide/index.html | 37 ++++++++-------- .../master-application/index.html | 37 ++++++++-------- .../means-accommodation-address/index.html | 37 ++++++++-------- si/student-welcome-guide/my-route/index.html | 37 ++++++++-------- .../index.html | 37 ++++++++-------- .../prepare-to-move/index.html | 37 ++++++++-------- .../recognition-of-education/index.html | 37 ++++++++-------- .../renew-change-graduate/index.html | 37 ++++++++-------- .../rm-si-3-health-insurance/index.html | 37 ++++++++-------- .../student-accommodation/index.html | 37 ++++++++-------- .../student-budget/index.html | 37 ++++++++-------- .../student-meals/index.html | 37 ++++++++-------- .../index.html | 37 ++++++++-------- .../student-residence-permit/index.html | 37 ++++++++-------- .../student-transport/index.html | 37 ++++++++-------- .../student-work/index.html | 37 ++++++++-------- .../study-cities/index.html | 37 ++++++++-------- .../tuition-and-scholarships/index.html | 37 ++++++++-------- .../visa-and-residence-explained/index.html | 37 ++++++++-------- .../wellbeing-and-community/index.html | 37 ++++++++-------- .../where-to-apply-for-residence/index.html | 37 ++++++++-------- 181 files changed, 3817 insertions(+), 3482 deletions(-) diff --git a/css/layout/_footer.css b/css/layout/_footer.css index 1cb03ec2..4537e781 100644 --- a/css/layout/_footer.css +++ b/css/layout/_footer.css @@ -47,12 +47,31 @@ footer { object-fit: contain; } +.footer-info p.footer-legal-name { + font-size: 13px; + line-height: 1.5; + opacity: 0.85; + margin: -24px 0 20px; + max-width: 302px; +} + .footer-info p { font-size: 16px; line-height: 1.5; margin-bottom: 24px; } +.footer-info p a { + color: #FFFFFF; + text-decoration: underline; + text-underline-offset: 2px; + transition: opacity 0.15s ease; +} + +.footer-info p a:hover { + opacity: 0.75; +} + .social-icons { display: flex; gap: 24px; @@ -62,6 +81,11 @@ footer { color: #FFFFFF; font-size: 24px; text-decoration: none; + transition: opacity 0.15s ease; +} + +.social-icons a:hover { + opacity: 0.75; } /* 3. Povezave v nogi */ @@ -87,6 +111,13 @@ footer { text-decoration: none; font-size: 16px; margin-bottom: 16px; + transition: opacity 0.15s ease; +} + +.links-column a:hover, +.legal-links a:hover { + opacity: 0.75; + text-decoration: underline; } /* 4. Spodnji del noge (copyright, pravne povezave) */ diff --git a/en/about-us/index.html b/en/about-us/index.html index 429d9b3f..5184ae49 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -349,48 +349,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/cookie-policy/index.html b/en/cookie-policy/index.html index 0cced852..7e52d3a9 100644 --- a/en/cookie-policy/index.html +++ b/en/cookie-policy/index.html @@ -239,48 +239,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 c6061471..90e8fa04 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 @@ -316,48 +316,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 3950971b..22507ce9 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 @@ -322,48 +322,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/get-to-know-macedonia/index.html b/en/get-to-know-macedonia/index.html index da693a1c..299e2ef7 100644 --- a/en/get-to-know-macedonia/index.html +++ b/en/get-to-know-macedonia/index.html @@ -291,48 +291,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 c7565c16..9f8cd1d2 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 @@ -322,48 +322,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 2317fa89..fd609213 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 @@ -314,48 +314,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 d2552706..3a67586a 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 @@ -304,48 +304,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 7edb41e2..a5900d45 100644 --- a/en/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/en/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -301,48 +301,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 308ae58c..88d86e15 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 @@ -306,48 +306,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/get-to-know-slovenia/index.html b/en/get-to-know-slovenia/index.html index e5c3f250..2e36107d 100644 --- a/en/get-to-know-slovenia/index.html +++ b/en/get-to-know-slovenia/index.html @@ -291,48 +291,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 f33a0f45..2c8f9628 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 @@ -302,48 +302,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 19f29c49..f552df50 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 @@ -296,48 +296,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 80be6da5..cd27a50e 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 @@ -323,48 +323,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 6d1d2912..a4565ad3 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 @@ -308,48 +308,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 963e9b81..12babd9e 100644 --- a/en/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/en/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -279,48 +279,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/index.html b/en/index.html index e64417bc..83d4ae70 100644 --- a/en/index.html +++ b/en/index.html @@ -432,48 +432,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/privacy-policy/index.html b/en/privacy-policy/index.html index e0b5d485..60e007b2 100644 --- a/en/privacy-policy/index.html +++ b/en/privacy-policy/index.html @@ -284,48 +284,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html index 50b30820..dbc3f50a 100644 --- a/en/projects/humanitarian-tournament-in-maribor/index.html +++ b/en/projects/humanitarian-tournament-in-maribor/index.html @@ -272,48 +272,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/projects/in-memory-of-frosina-kulakova/index.html b/en/projects/in-memory-of-frosina-kulakova/index.html index 62bd4b4a..8d196b94 100644 --- a/en/projects/in-memory-of-frosina-kulakova/index.html +++ b/en/projects/in-memory-of-frosina-kulakova/index.html @@ -221,48 +221,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 cab4351b..8951a38e 100644 --- a/en/projects/in-memory-of-the-kochani-victims/index.html +++ b/en/projects/in-memory-of-the-kochani-victims/index.html @@ -231,48 +231,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/projects/index.html b/en/projects/index.html index ecd35db5..7584d665 100644 --- a/en/projects/index.html +++ b/en/projects/index.html @@ -340,48 +340,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html index 4ed03809..82998dc1 100644 --- a/en/projects/macedonian-student-night-in-ljubljana/index.html +++ b/en/projects/macedonian-student-night-in-ljubljana/index.html @@ -324,48 +324,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html index b0ac1e30..ccc50c84 100644 --- a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html +++ b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html @@ -295,48 +295,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html index 25725fc5..ae616cd3 100644 --- a/en/projects/meet-student-slovenia-2023/index.html +++ b/en/projects/meet-student-slovenia-2023/index.html @@ -350,48 +350,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html index ff0fe951..ecb0af96 100644 --- a/en/projects/meet-student-slovenia-2024/index.html +++ b/en/projects/meet-student-slovenia-2024/index.html @@ -346,48 +346,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 ae82f12b..99de495e 100644 --- a/en/projects/morning-coffee-in-front-of-ctk/index.html +++ b/en/projects/morning-coffee-in-front-of-ctk/index.html @@ -310,48 +310,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/projects/paint-and-wine-at-sunset/index.html b/en/projects/paint-and-wine-at-sunset/index.html index 0d3e8489..5b8a2fb0 100644 --- a/en/projects/paint-and-wine-at-sunset/index.html +++ b/en/projects/paint-and-wine-at-sunset/index.html @@ -255,48 +255,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/projects/watching-handball-together-in-slovenia/index.html b/en/projects/watching-handball-together-in-slovenia/index.html index fabdefd8..395c6225 100644 --- a/en/projects/watching-handball-together-in-slovenia/index.html +++ b/en/projects/watching-handball-together-in-slovenia/index.html @@ -243,48 +243,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html index 5bfca7b4..61251b09 100644 --- a/en/student-welcome-guide/academic-life/index.html +++ b/en/student-welcome-guide/academic-life/index.html @@ -282,48 +282,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html index b6fc87a1..9d8bc7e3 100644 --- a/en/student-welcome-guide/administrative-basics/index.html +++ b/en/student-welcome-guide/administrative-basics/index.html @@ -279,48 +279,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/admission-and-enrolment/index.html b/en/student-welcome-guide/admission-and-enrolment/index.html index 974a5249..09ce3e89 100644 --- a/en/student-welcome-guide/admission-and-enrolment/index.html +++ b/en/student-welcome-guide/admission-and-enrolment/index.html @@ -280,48 +280,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/application-deadlines/index.html b/en/student-welcome-guide/application-deadlines/index.html index b4f6374b..5a5121b6 100644 --- a/en/student-welcome-guide/application-deadlines/index.html +++ b/en/student-welcome-guide/application-deadlines/index.html @@ -277,48 +277,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/arrival-checklist/index.html b/en/student-welcome-guide/arrival-checklist/index.html index f3e6c995..4386dfc1 100644 --- a/en/student-welcome-guide/arrival-checklist/index.html +++ b/en/student-welcome-guide/arrival-checklist/index.html @@ -295,48 +295,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/bachelor-application/index.html b/en/student-welcome-guide/bachelor-application/index.html index 2a20b0a5..b76755ac 100644 --- a/en/student-welcome-guide/bachelor-application/index.html +++ b/en/student-welcome-guide/bachelor-application/index.html @@ -307,48 +307,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/choose-a-programme/index.html b/en/student-welcome-guide/choose-a-programme/index.html index 66872bc0..c403af94 100644 --- a/en/student-welcome-guide/choose-a-programme/index.html +++ b/en/student-welcome-guide/choose-a-programme/index.html @@ -298,48 +298,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/complete-student-journey/index.html b/en/student-welcome-guide/complete-student-journey/index.html index 0435fe1d..8903881a 100644 --- a/en/student-welcome-guide/complete-student-journey/index.html +++ b/en/student-welcome-guide/complete-student-journey/index.html @@ -323,48 +323,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/document-preparation/index.html b/en/student-welcome-guide/document-preparation/index.html index 5e595eaf..b0b0dc4c 100644 --- a/en/student-welcome-guide/document-preparation/index.html +++ b/en/student-welcome-guide/document-preparation/index.html @@ -272,48 +272,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/evs-application-guide/index.html b/en/student-welcome-guide/evs-application-guide/index.html index 3aa8eec9..534518da 100644 --- a/en/student-welcome-guide/evs-application-guide/index.html +++ b/en/student-welcome-guide/evs-application-guide/index.html @@ -290,48 +290,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/healthcare-in-slovenia/index.html b/en/student-welcome-guide/healthcare-in-slovenia/index.html index 9bcf4d5d..9a6131ad 100644 --- a/en/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/en/student-welcome-guide/healthcare-in-slovenia/index.html @@ -333,48 +333,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/index.html b/en/student-welcome-guide/index.html index d9233233..5d928022 100644 --- a/en/student-welcome-guide/index.html +++ b/en/student-welcome-guide/index.html @@ -438,48 +438,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/master-application/index.html b/en/student-welcome-guide/master-application/index.html index ea44e6ba..5a981942 100644 --- a/en/student-welcome-guide/master-application/index.html +++ b/en/student-welcome-guide/master-application/index.html @@ -284,48 +284,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/means-accommodation-address/index.html b/en/student-welcome-guide/means-accommodation-address/index.html index 21e20c23..81b68c29 100644 --- a/en/student-welcome-guide/means-accommodation-address/index.html +++ b/en/student-welcome-guide/means-accommodation-address/index.html @@ -356,48 +356,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/my-route/index.html b/en/student-welcome-guide/my-route/index.html index f5bdc3a4..997bda0a 100644 --- a/en/student-welcome-guide/my-route/index.html +++ b/en/student-welcome-guide/my-route/index.html @@ -184,48 +184,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 2830d457..fc838e81 100644 --- a/en/student-welcome-guide/official-sources-and-checklists/index.html +++ b/en/student-welcome-guide/official-sources-and-checklists/index.html @@ -311,48 +311,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/prepare-to-move/index.html b/en/student-welcome-guide/prepare-to-move/index.html index c1ffdf31..ea4bb7ea 100644 --- a/en/student-welcome-guide/prepare-to-move/index.html +++ b/en/student-welcome-guide/prepare-to-move/index.html @@ -328,48 +328,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/recognition-of-education/index.html b/en/student-welcome-guide/recognition-of-education/index.html index 399d61f7..afe3b4a8 100644 --- a/en/student-welcome-guide/recognition-of-education/index.html +++ b/en/student-welcome-guide/recognition-of-education/index.html @@ -273,48 +273,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/renew-change-graduate/index.html b/en/student-welcome-guide/renew-change-graduate/index.html index 2eafb48e..0faf9486 100644 --- a/en/student-welcome-guide/renew-change-graduate/index.html +++ b/en/student-welcome-guide/renew-change-graduate/index.html @@ -282,48 +282,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 b8be9df9..ef1bee34 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 @@ -322,48 +322,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html index 51e050d8..f39d4a48 100644 --- a/en/student-welcome-guide/student-accommodation/index.html +++ b/en/student-welcome-guide/student-accommodation/index.html @@ -322,48 +322,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html index df75a941..51297ece 100644 --- a/en/student-welcome-guide/student-budget/index.html +++ b/en/student-welcome-guide/student-budget/index.html @@ -292,48 +292,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html index a6a51d52..e12f47bf 100644 --- a/en/student-welcome-guide/student-meals/index.html +++ b/en/student-welcome-guide/student-meals/index.html @@ -280,48 +280,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 a5d57254..d3e5384f 100644 --- a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -317,48 +317,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/student-residence-permit/index.html b/en/student-welcome-guide/student-residence-permit/index.html index f9331b97..1366690c 100644 --- a/en/student-welcome-guide/student-residence-permit/index.html +++ b/en/student-welcome-guide/student-residence-permit/index.html @@ -334,48 +334,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html index 142475f4..bcdd3c16 100644 --- a/en/student-welcome-guide/student-transport/index.html +++ b/en/student-welcome-guide/student-transport/index.html @@ -301,48 +301,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html index 5b02c39c..ab0b2c9f 100644 --- a/en/student-welcome-guide/student-work/index.html +++ b/en/student-welcome-guide/student-work/index.html @@ -275,48 +275,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html index 32518020..0c7da6fa 100644 --- a/en/student-welcome-guide/study-cities/index.html +++ b/en/student-welcome-guide/study-cities/index.html @@ -307,48 +307,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html index 5d1200a9..f2d0d9f3 100644 --- a/en/student-welcome-guide/tuition-and-scholarships/index.html +++ b/en/student-welcome-guide/tuition-and-scholarships/index.html @@ -277,48 +277,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 bf0d49cd..3c7f2fb4 100644 --- a/en/student-welcome-guide/visa-and-residence-explained/index.html +++ b/en/student-welcome-guide/visa-and-residence-explained/index.html @@ -304,48 +304,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/student-welcome-guide/wellbeing-and-community/index.html b/en/student-welcome-guide/wellbeing-and-community/index.html index 80e9f28e..3e52e0d3 100644 --- a/en/student-welcome-guide/wellbeing-and-community/index.html +++ b/en/student-welcome-guide/wellbeing-and-community/index.html @@ -271,48 +271,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 acec859a..93a85056 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 @@ -342,48 +342,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index bf65dc83..77e0970c 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -430,48 +430,51 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenia
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/mk/cookie-policy/index.html b/mk/cookie-policy/index.html index e48dea6b..322b2662 100644 --- a/mk/cookie-policy/index.html +++ b/mk/cookie-policy/index.html @@ -237,38 +237,40 @@ 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 45f615ae..8c285261 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 @@ -314,38 +314,40 @@ 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 fe3ece17..bed5a141 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 @@ -320,38 +320,40 @@ diff --git a/mk/get-to-know-macedonia/index.html b/mk/get-to-know-macedonia/index.html index 7decc09f..ea278d7c 100644 --- a/mk/get-to-know-macedonia/index.html +++ b/mk/get-to-know-macedonia/index.html @@ -289,38 +289,40 @@ 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 fda34e4e..55943f4b 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 @@ -320,38 +320,40 @@ 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 4460fa92..05d6bc75 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 @@ -312,38 +312,40 @@ 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 f56269c3..8d12b38c 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 @@ -302,38 +302,40 @@ 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 bbc9d851..214eee6c 100644 --- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -299,38 +299,40 @@ 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 dbd30e0a..175c7a78 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 @@ -304,38 +304,40 @@ diff --git a/mk/get-to-know-slovenia/index.html b/mk/get-to-know-slovenia/index.html index 19b3eac4..4f04215c 100644 --- a/mk/get-to-know-slovenia/index.html +++ b/mk/get-to-know-slovenia/index.html @@ -289,38 +289,40 @@ 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 4a998b39..62ba653b 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 @@ -300,38 +300,40 @@ 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 46e2800e..dd52c992 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 @@ -290,38 +290,40 @@ 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 f444251c..a21af043 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 @@ -321,38 +321,40 @@ 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 c8415b10..d18aacee 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 @@ -306,38 +306,40 @@ 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 bf3e54d2..4c014a80 100644 --- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -277,38 +277,40 @@ diff --git a/mk/index.html b/mk/index.html index 17db18c1..d5c795b0 100644 --- a/mk/index.html +++ b/mk/index.html @@ -424,38 +424,40 @@ diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html index 99177793..ba686b8b 100644 --- a/mk/privacy-policy/index.html +++ b/mk/privacy-policy/index.html @@ -282,38 +282,40 @@ diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html index a6c6cc22..b48195db 100644 --- a/mk/projects/humanitarian-tournament-in-maribor/index.html +++ b/mk/projects/humanitarian-tournament-in-maribor/index.html @@ -270,38 +270,40 @@ diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html index 4c7c49ef..d7bb6939 100644 --- a/mk/projects/in-memory-of-frosina-kulakova/index.html +++ b/mk/projects/in-memory-of-frosina-kulakova/index.html @@ -219,38 +219,40 @@ 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 ca15180e..18f5f4c9 100644 --- a/mk/projects/in-memory-of-the-kochani-victims/index.html +++ b/mk/projects/in-memory-of-the-kochani-victims/index.html @@ -229,38 +229,40 @@ diff --git a/mk/projects/index.html b/mk/projects/index.html index 6fbf16e5..6ffcae9d 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -338,38 +338,40 @@ diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index c6353dba..9eb05784 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -293,38 +293,40 @@ diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html index cfca210f..83a2e6a4 100644 --- a/mk/projects/meet-student-slovenia-2023/index.html +++ b/mk/projects/meet-student-slovenia-2023/index.html @@ -316,38 +316,40 @@ diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html index 6b64f4b0..4a50e2c9 100644 --- a/mk/projects/meet-student-slovenia-2024/index.html +++ b/mk/projects/meet-student-slovenia-2024/index.html @@ -308,38 +308,40 @@ 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 11699dc5..d96b1519 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html @@ -277,38 +277,40 @@ diff --git a/mk/projects/paint-and-wine-at-sunset/index.html b/mk/projects/paint-and-wine-at-sunset/index.html index 88f6cc9b..4b235eb5 100644 --- a/mk/projects/paint-and-wine-at-sunset/index.html +++ b/mk/projects/paint-and-wine-at-sunset/index.html @@ -253,38 +253,40 @@ diff --git a/mk/projects/watching-handball-together-in-slovenia/index.html b/mk/projects/watching-handball-together-in-slovenia/index.html index 8a6a1a5a..a8ed5b36 100644 --- a/mk/projects/watching-handball-together-in-slovenia/index.html +++ b/mk/projects/watching-handball-together-in-slovenia/index.html @@ -241,38 +241,40 @@ diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html index 196735c6..37fcdb5e 100644 --- a/mk/student-welcome-guide/academic-life/index.html +++ b/mk/student-welcome-guide/academic-life/index.html @@ -280,38 +280,40 @@ diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html index 9d4e7a8e..13c50958 100644 --- a/mk/student-welcome-guide/administrative-basics/index.html +++ b/mk/student-welcome-guide/administrative-basics/index.html @@ -277,38 +277,40 @@ diff --git a/mk/student-welcome-guide/admission-and-enrolment/index.html b/mk/student-welcome-guide/admission-and-enrolment/index.html index 33c12306..23e49058 100644 --- a/mk/student-welcome-guide/admission-and-enrolment/index.html +++ b/mk/student-welcome-guide/admission-and-enrolment/index.html @@ -278,38 +278,40 @@ diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html index 5db88799..dadcea0f 100644 --- a/mk/student-welcome-guide/application-deadlines/index.html +++ b/mk/student-welcome-guide/application-deadlines/index.html @@ -275,38 +275,40 @@ diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html index 75c550fc..88c09d21 100644 --- a/mk/student-welcome-guide/arrival-checklist/index.html +++ b/mk/student-welcome-guide/arrival-checklist/index.html @@ -293,38 +293,40 @@ diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html index 9abf5ef5..ef4de121 100644 --- a/mk/student-welcome-guide/bachelor-application/index.html +++ b/mk/student-welcome-guide/bachelor-application/index.html @@ -305,38 +305,40 @@ diff --git a/mk/student-welcome-guide/choose-a-programme/index.html b/mk/student-welcome-guide/choose-a-programme/index.html index 16a19d84..9c1b75c7 100644 --- a/mk/student-welcome-guide/choose-a-programme/index.html +++ b/mk/student-welcome-guide/choose-a-programme/index.html @@ -296,38 +296,40 @@ diff --git a/mk/student-welcome-guide/complete-student-journey/index.html b/mk/student-welcome-guide/complete-student-journey/index.html index 8b3951c5..afde899c 100644 --- a/mk/student-welcome-guide/complete-student-journey/index.html +++ b/mk/student-welcome-guide/complete-student-journey/index.html @@ -321,38 +321,40 @@ diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html index cfa9db8b..29809550 100644 --- a/mk/student-welcome-guide/document-preparation/index.html +++ b/mk/student-welcome-guide/document-preparation/index.html @@ -270,38 +270,40 @@ diff --git a/mk/student-welcome-guide/evs-application-guide/index.html b/mk/student-welcome-guide/evs-application-guide/index.html index a973c87b..40a52b46 100644 --- a/mk/student-welcome-guide/evs-application-guide/index.html +++ b/mk/student-welcome-guide/evs-application-guide/index.html @@ -288,38 +288,40 @@ diff --git a/mk/student-welcome-guide/healthcare-in-slovenia/index.html b/mk/student-welcome-guide/healthcare-in-slovenia/index.html index 24e3ca6c..9645b6ae 100644 --- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html @@ -331,38 +331,40 @@ diff --git a/mk/student-welcome-guide/index.html b/mk/student-welcome-guide/index.html index 237fa6a4..0d4b5525 100644 --- a/mk/student-welcome-guide/index.html +++ b/mk/student-welcome-guide/index.html @@ -436,38 +436,40 @@ diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html index e5cfcad3..1cf0d561 100644 --- a/mk/student-welcome-guide/master-application/index.html +++ b/mk/student-welcome-guide/master-application/index.html @@ -282,38 +282,40 @@ diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html index 20477b57..d1ba8b9e 100644 --- a/mk/student-welcome-guide/means-accommodation-address/index.html +++ b/mk/student-welcome-guide/means-accommodation-address/index.html @@ -354,38 +354,40 @@ diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html index 247b8a71..904bcd95 100644 --- a/mk/student-welcome-guide/my-route/index.html +++ b/mk/student-welcome-guide/my-route/index.html @@ -182,38 +182,40 @@ 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 e1b5c76f..d7a25a34 100644 --- a/mk/student-welcome-guide/official-sources-and-checklists/index.html +++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html @@ -309,38 +309,40 @@ diff --git a/mk/student-welcome-guide/prepare-to-move/index.html b/mk/student-welcome-guide/prepare-to-move/index.html index 419967b8..b4a012c2 100644 --- a/mk/student-welcome-guide/prepare-to-move/index.html +++ b/mk/student-welcome-guide/prepare-to-move/index.html @@ -326,38 +326,40 @@ diff --git a/mk/student-welcome-guide/recognition-of-education/index.html b/mk/student-welcome-guide/recognition-of-education/index.html index f5de6a38..84992624 100644 --- a/mk/student-welcome-guide/recognition-of-education/index.html +++ b/mk/student-welcome-guide/recognition-of-education/index.html @@ -271,38 +271,40 @@ diff --git a/mk/student-welcome-guide/renew-change-graduate/index.html b/mk/student-welcome-guide/renew-change-graduate/index.html index 0d937153..2c02549c 100644 --- a/mk/student-welcome-guide/renew-change-graduate/index.html +++ b/mk/student-welcome-guide/renew-change-graduate/index.html @@ -280,38 +280,40 @@ 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 1dfcf61f..62f8b326 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 @@ -320,38 +320,40 @@ diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html index 0940fe08..70b5cae8 100644 --- a/mk/student-welcome-guide/student-accommodation/index.html +++ b/mk/student-welcome-guide/student-accommodation/index.html @@ -320,38 +320,40 @@ diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html index 22c4235d..623b7bf2 100644 --- a/mk/student-welcome-guide/student-budget/index.html +++ b/mk/student-welcome-guide/student-budget/index.html @@ -290,38 +290,40 @@ diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html index 16e1a46f..56b39910 100644 --- a/mk/student-welcome-guide/student-meals/index.html +++ b/mk/student-welcome-guide/student-meals/index.html @@ -278,38 +278,40 @@ 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 2a7f2907..53f6bc6b 100644 --- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -315,38 +315,40 @@ diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html index 8852685e..a4015191 100644 --- a/mk/student-welcome-guide/student-residence-permit/index.html +++ b/mk/student-welcome-guide/student-residence-permit/index.html @@ -332,38 +332,40 @@ diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html index 019a84e3..a968f6ba 100644 --- a/mk/student-welcome-guide/student-transport/index.html +++ b/mk/student-welcome-guide/student-transport/index.html @@ -299,38 +299,40 @@ diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html index b2c290a0..c7e36072 100644 --- a/mk/student-welcome-guide/student-work/index.html +++ b/mk/student-welcome-guide/student-work/index.html @@ -273,38 +273,40 @@ diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html index ace0efcd..7bd3a95b 100644 --- a/mk/student-welcome-guide/study-cities/index.html +++ b/mk/student-welcome-guide/study-cities/index.html @@ -305,38 +305,40 @@ diff --git a/mk/student-welcome-guide/tuition-and-scholarships/index.html b/mk/student-welcome-guide/tuition-and-scholarships/index.html index 38e89626..90fec37c 100644 --- a/mk/student-welcome-guide/tuition-and-scholarships/index.html +++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html @@ -275,38 +275,40 @@ 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 98f63656..3d0a3101 100644 --- a/mk/student-welcome-guide/visa-and-residence-explained/index.html +++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html @@ -302,38 +302,40 @@ diff --git a/mk/student-welcome-guide/wellbeing-and-community/index.html b/mk/student-welcome-guide/wellbeing-and-community/index.html index e323d41e..e5943f14 100644 --- a/mk/student-welcome-guide/wellbeing-and-community/index.html +++ b/mk/student-welcome-guide/wellbeing-and-community/index.html @@ -269,38 +269,40 @@ 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 ad840727..f4558ebf 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 @@ -340,38 +340,40 @@ diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html index dd78ffd6..effc6519 100644 --- a/si/cookie-policy/index.html +++ b/si/cookie-policy/index.html @@ -239,36 +239,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 8a4715ce..0d454749 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 @@ -316,36 +316,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 8d74bc99..7c5ec95c 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 @@ -322,36 +322,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html index 81fcf4d0..ad040148 100644 --- a/si/get-to-know-macedonia/index.html +++ b/si/get-to-know-macedonia/index.html @@ -291,36 +291,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 8c5d807e..2c5142e9 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 @@ -322,36 +322,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 63bff9b9..06bfaae8 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 @@ -314,36 +314,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 9dce8657..1b0b4c96 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 @@ -304,36 +304,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 eaf9505d..adb22eb3 100644 --- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -301,36 +301,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 e978b423..451a775f 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 @@ -306,36 +306,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/get-to-know-slovenia/index.html b/si/get-to-know-slovenia/index.html index 86d1edd2..d274624b 100644 --- a/si/get-to-know-slovenia/index.html +++ b/si/get-to-know-slovenia/index.html @@ -291,36 +291,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 b0d72e45..b419b22e 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 @@ -302,36 +302,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 01a66178..74a54538 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 @@ -296,36 +296,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 10bb1bc2..d2577ce3 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 @@ -323,36 +323,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 c62e8acb..07f6aab5 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 @@ -308,36 +308,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 367b5d4f..beccaf66 100644 --- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -279,36 +279,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/index.html b/si/index.html index 57bac5ec..6a612e59 100644 --- a/si/index.html +++ b/si/index.html @@ -426,36 +426,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html index 87f47738..0483c1bc 100644 --- a/si/privacy-policy/index.html +++ b/si/privacy-policy/index.html @@ -284,36 +284,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html index 924cf4f0..3835f169 100644 --- a/si/projects/humanitarian-tournament-in-maribor/index.html +++ b/si/projects/humanitarian-tournament-in-maribor/index.html @@ -272,36 +272,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/projects/in-memory-of-frosina-kulakova/index.html b/si/projects/in-memory-of-frosina-kulakova/index.html index d4b12774..909e9149 100644 --- a/si/projects/in-memory-of-frosina-kulakova/index.html +++ b/si/projects/in-memory-of-frosina-kulakova/index.html @@ -221,36 +221,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 cf6edc2e..2dd186bf 100644 --- a/si/projects/in-memory-of-the-kochani-victims/index.html +++ b/si/projects/in-memory-of-the-kochani-victims/index.html @@ -231,36 +231,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/projects/index.html b/si/projects/index.html index e953a6aa..ce5f07e7 100644 --- a/si/projects/index.html +++ b/si/projects/index.html @@ -340,36 +340,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html index 8e8d6036..4b4ca621 100644 --- a/si/projects/macedonian-student-night-in-ljubljana/index.html +++ b/si/projects/macedonian-student-night-in-ljubljana/index.html @@ -258,36 +258,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html index f5e2f59c..f622bda1 100644 --- a/si/projects/meet-student-slovenia-2023/index.html +++ b/si/projects/meet-student-slovenia-2023/index.html @@ -318,36 +318,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html index 5b8c1d05..9b597d57 100644 --- a/si/projects/meet-student-slovenia-2024/index.html +++ b/si/projects/meet-student-slovenia-2024/index.html @@ -273,36 +273,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 88a3d52d..eeea723c 100644 --- a/si/projects/morning-coffee-in-front-of-ctk/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk/index.html @@ -244,36 +244,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/projects/paint-and-wine-at-sunset/index.html b/si/projects/paint-and-wine-at-sunset/index.html index ffe462a5..847d5368 100644 --- a/si/projects/paint-and-wine-at-sunset/index.html +++ b/si/projects/paint-and-wine-at-sunset/index.html @@ -255,36 +255,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/projects/watching-handball-together-in-slovenia/index.html b/si/projects/watching-handball-together-in-slovenia/index.html index 7f1bdba1..f23e25c1 100644 --- a/si/projects/watching-handball-together-in-slovenia/index.html +++ b/si/projects/watching-handball-together-in-slovenia/index.html @@ -243,36 +243,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html index 372bdc6d..7ca2fc73 100644 --- a/si/student-welcome-guide/academic-life/index.html +++ b/si/student-welcome-guide/academic-life/index.html @@ -282,36 +282,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html index 93e26d62..65c2dfb2 100644 --- a/si/student-welcome-guide/administrative-basics/index.html +++ b/si/student-welcome-guide/administrative-basics/index.html @@ -279,36 +279,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/admission-and-enrolment/index.html b/si/student-welcome-guide/admission-and-enrolment/index.html index fc878615..47bd8aa8 100644 --- a/si/student-welcome-guide/admission-and-enrolment/index.html +++ b/si/student-welcome-guide/admission-and-enrolment/index.html @@ -280,36 +280,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html index 2164fe0f..c3969bf7 100644 --- a/si/student-welcome-guide/application-deadlines/index.html +++ b/si/student-welcome-guide/application-deadlines/index.html @@ -277,36 +277,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html index 31ec429b..a4cae437 100644 --- a/si/student-welcome-guide/arrival-checklist/index.html +++ b/si/student-welcome-guide/arrival-checklist/index.html @@ -295,36 +295,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html index 0d33a585..48a432a3 100644 --- a/si/student-welcome-guide/bachelor-application/index.html +++ b/si/student-welcome-guide/bachelor-application/index.html @@ -307,36 +307,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/choose-a-programme/index.html b/si/student-welcome-guide/choose-a-programme/index.html index 6c856264..1acb5117 100644 --- a/si/student-welcome-guide/choose-a-programme/index.html +++ b/si/student-welcome-guide/choose-a-programme/index.html @@ -298,36 +298,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/complete-student-journey/index.html b/si/student-welcome-guide/complete-student-journey/index.html index cfca4685..0c69693b 100644 --- a/si/student-welcome-guide/complete-student-journey/index.html +++ b/si/student-welcome-guide/complete-student-journey/index.html @@ -323,36 +323,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html index f3c3f5c3..6581fb40 100644 --- a/si/student-welcome-guide/document-preparation/index.html +++ b/si/student-welcome-guide/document-preparation/index.html @@ -272,36 +272,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/evs-application-guide/index.html b/si/student-welcome-guide/evs-application-guide/index.html index 10b8b25a..0a4c9b6c 100644 --- a/si/student-welcome-guide/evs-application-guide/index.html +++ b/si/student-welcome-guide/evs-application-guide/index.html @@ -290,36 +290,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/healthcare-in-slovenia/index.html b/si/student-welcome-guide/healthcare-in-slovenia/index.html index 72a3f023..94a59cb3 100644 --- a/si/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html @@ -333,36 +333,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html index 33e9d339..237620cf 100644 --- a/si/student-welcome-guide/index.html +++ b/si/student-welcome-guide/index.html @@ -438,36 +438,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html index 60a5c724..c5f1f910 100644 --- a/si/student-welcome-guide/master-application/index.html +++ b/si/student-welcome-guide/master-application/index.html @@ -284,36 +284,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html index db2c45e5..bff54ec2 100644 --- a/si/student-welcome-guide/means-accommodation-address/index.html +++ b/si/student-welcome-guide/means-accommodation-address/index.html @@ -356,36 +356,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html index 50a514ef..fafe42fa 100644 --- a/si/student-welcome-guide/my-route/index.html +++ b/si/student-welcome-guide/my-route/index.html @@ -184,36 +184,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 06542269..daee0665 100644 --- a/si/student-welcome-guide/official-sources-and-checklists/index.html +++ b/si/student-welcome-guide/official-sources-and-checklists/index.html @@ -311,36 +311,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/prepare-to-move/index.html b/si/student-welcome-guide/prepare-to-move/index.html index 5c00c488..46408957 100644 --- a/si/student-welcome-guide/prepare-to-move/index.html +++ b/si/student-welcome-guide/prepare-to-move/index.html @@ -328,36 +328,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/recognition-of-education/index.html b/si/student-welcome-guide/recognition-of-education/index.html index f155e8a0..995dd951 100644 --- a/si/student-welcome-guide/recognition-of-education/index.html +++ b/si/student-welcome-guide/recognition-of-education/index.html @@ -273,36 +273,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/renew-change-graduate/index.html b/si/student-welcome-guide/renew-change-graduate/index.html index 6908e6bc..e33cc5c1 100644 --- a/si/student-welcome-guide/renew-change-graduate/index.html +++ b/si/student-welcome-guide/renew-change-graduate/index.html @@ -282,36 +282,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 08b91215..61567e8e 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 @@ -322,36 +322,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html index 0be4ece1..57746df1 100644 --- a/si/student-welcome-guide/student-accommodation/index.html +++ b/si/student-welcome-guide/student-accommodation/index.html @@ -322,36 +322,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html index 713f0665..43e1676c 100644 --- a/si/student-welcome-guide/student-budget/index.html +++ b/si/student-welcome-guide/student-budget/index.html @@ -292,36 +292,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html index 8170c20a..87392fd8 100644 --- a/si/student-welcome-guide/student-meals/index.html +++ b/si/student-welcome-guide/student-meals/index.html @@ -280,36 +280,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 f99a2337..441990e8 100644 --- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -317,36 +317,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html index 6328a31e..150a96bb 100644 --- a/si/student-welcome-guide/student-residence-permit/index.html +++ b/si/student-welcome-guide/student-residence-permit/index.html @@ -334,36 +334,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html index f71a330e..f3d77f13 100644 --- a/si/student-welcome-guide/student-transport/index.html +++ b/si/student-welcome-guide/student-transport/index.html @@ -301,36 +301,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html index 2ff0051f..1b4aa50d 100644 --- a/si/student-welcome-guide/student-work/index.html +++ b/si/student-welcome-guide/student-work/index.html @@ -275,36 +275,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html index 246618d4..4d55e772 100644 --- a/si/student-welcome-guide/study-cities/index.html +++ b/si/student-welcome-guide/study-cities/index.html @@ -307,36 +307,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/tuition-and-scholarships/index.html b/si/student-welcome-guide/tuition-and-scholarships/index.html index 6cba7daa..4f8d957b 100644 --- a/si/student-welcome-guide/tuition-and-scholarships/index.html +++ b/si/student-welcome-guide/tuition-and-scholarships/index.html @@ -277,36 +277,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 7bd43794..c0558020 100644 --- a/si/student-welcome-guide/visa-and-residence-explained/index.html +++ b/si/student-welcome-guide/visa-and-residence-explained/index.html @@ -304,36 +304,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


diff --git a/si/student-welcome-guide/wellbeing-and-community/index.html b/si/student-welcome-guide/wellbeing-and-community/index.html index fbc9b378..a235046c 100644 --- a/si/student-welcome-guide/wellbeing-and-community/index.html +++ b/si/student-welcome-guide/wellbeing-and-community/index.html @@ -271,36 +271,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


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 2f5d4050..8bff5f55 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 @@ -342,36 +342,38 @@ +

Masarykova cesta 24
1000 Ljubljana, Slovenija
- +389 02 123 4567
- info.msosorg@gmail.com + info@msosorg.com


-- 2.43.0 From 44433d41457621296b62260cb1fac220f767fbc3 Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 21:57:21 +0200 Subject: [PATCH 04/22] Footer: correct legal name spelling and unify left-column text style Co-Authored-By: Claude Opus 4.8 (1M context) --- css/layout/_footer.css | 3 --- en/about-us/index.html | 2 +- en/cookie-policy/index.html | 2 +- en/get-to-know-macedonia/a-table-full-of-macedonia/index.html | 2 +- .../history-you-can-still-walk-through/index.html | 2 +- en/get-to-know-macedonia/index.html | 2 +- .../index.html | 2 +- en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html | 2 +- .../skopje-a-city-of-many-layers/index.html | 2 +- en/get-to-know-macedonia/welcome-to-macedonia/index.html | 2 +- .../a-first-taste-of-slovenian-food/index.html | 2 +- en/get-to-know-slovenia/index.html | 2 +- .../lake-bled-beyond-the-famous-view/index.html | 2 +- en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html | 2 +- .../slovenian-habits-that-may-surprise-you/index.html | 2 +- .../slovenias-stories-in-stone-and-tradition/index.html | 2 +- en/get-to-know-slovenia/welcome-to-slovenia/index.html | 2 +- en/index.html | 2 +- en/privacy-policy/index.html | 2 +- en/projects/humanitarian-tournament-in-maribor/index.html | 2 +- en/projects/in-memory-of-frosina-kulakova/index.html | 2 +- en/projects/in-memory-of-the-kochani-victims/index.html | 2 +- en/projects/index.html | 2 +- en/projects/macedonian-student-night-in-ljubljana/index.html | 2 +- .../makedonska-studentska-vecer-vo-ljubljana/index.html | 2 +- en/projects/meet-student-slovenia-2023/index.html | 2 +- en/projects/meet-student-slovenia-2024/index.html | 2 +- en/projects/morning-coffee-in-front-of-ctk/index.html | 2 +- en/projects/paint-and-wine-at-sunset/index.html | 2 +- en/projects/watching-handball-together-in-slovenia/index.html | 2 +- en/student-welcome-guide/academic-life/index.html | 2 +- en/student-welcome-guide/administrative-basics/index.html | 2 +- en/student-welcome-guide/admission-and-enrolment/index.html | 2 +- en/student-welcome-guide/application-deadlines/index.html | 2 +- en/student-welcome-guide/arrival-checklist/index.html | 2 +- en/student-welcome-guide/bachelor-application/index.html | 2 +- en/student-welcome-guide/choose-a-programme/index.html | 2 +- en/student-welcome-guide/complete-student-journey/index.html | 2 +- en/student-welcome-guide/document-preparation/index.html | 2 +- en/student-welcome-guide/evs-application-guide/index.html | 2 +- en/student-welcome-guide/healthcare-in-slovenia/index.html | 2 +- en/student-welcome-guide/index.html | 2 +- en/student-welcome-guide/master-application/index.html | 2 +- .../means-accommodation-address/index.html | 2 +- en/student-welcome-guide/my-route/index.html | 2 +- .../official-sources-and-checklists/index.html | 2 +- en/student-welcome-guide/prepare-to-move/index.html | 2 +- en/student-welcome-guide/recognition-of-education/index.html | 2 +- en/student-welcome-guide/renew-change-graduate/index.html | 2 +- en/student-welcome-guide/rm-si-3-health-insurance/index.html | 2 +- en/student-welcome-guide/student-accommodation/index.html | 2 +- en/student-welcome-guide/student-budget/index.html | 2 +- en/student-welcome-guide/student-meals/index.html | 2 +- .../student-organisations-and-extracurriculars/index.html | 2 +- en/student-welcome-guide/student-residence-permit/index.html | 2 +- en/student-welcome-guide/student-transport/index.html | 2 +- en/student-welcome-guide/student-work/index.html | 2 +- en/student-welcome-guide/study-cities/index.html | 2 +- en/student-welcome-guide/tuition-and-scholarships/index.html | 2 +- .../visa-and-residence-explained/index.html | 2 +- en/student-welcome-guide/wellbeing-and-community/index.html | 2 +- .../where-to-apply-for-residence/index.html | 2 +- en/timeline-and-milestones/index.html | 2 +- mk/cookie-policy/index.html | 2 +- mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html | 2 +- .../history-you-can-still-walk-through/index.html | 2 +- mk/get-to-know-macedonia/index.html | 2 +- .../index.html | 2 +- mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html | 2 +- .../skopje-a-city-of-many-layers/index.html | 2 +- mk/get-to-know-macedonia/welcome-to-macedonia/index.html | 2 +- .../a-first-taste-of-slovenian-food/index.html | 2 +- mk/get-to-know-slovenia/index.html | 2 +- .../lake-bled-beyond-the-famous-view/index.html | 2 +- mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html | 2 +- .../slovenian-habits-that-may-surprise-you/index.html | 2 +- .../slovenias-stories-in-stone-and-tradition/index.html | 2 +- mk/get-to-know-slovenia/welcome-to-slovenia/index.html | 2 +- mk/index.html | 2 +- mk/privacy-policy/index.html | 2 +- mk/projects/humanitarian-tournament-in-maribor/index.html | 2 +- mk/projects/in-memory-of-frosina-kulakova/index.html | 2 +- mk/projects/in-memory-of-the-kochani-victims/index.html | 2 +- mk/projects/index.html | 2 +- mk/projects/macedonian-student-night-in-ljubljana/index.html | 2 +- mk/projects/meet-student-slovenia-2023/index.html | 2 +- mk/projects/meet-student-slovenia-2024/index.html | 2 +- mk/projects/morning-coffee-in-front-of-ctk/index.html | 2 +- mk/projects/paint-and-wine-at-sunset/index.html | 2 +- mk/projects/watching-handball-together-in-slovenia/index.html | 2 +- mk/student-welcome-guide/academic-life/index.html | 2 +- mk/student-welcome-guide/administrative-basics/index.html | 2 +- mk/student-welcome-guide/admission-and-enrolment/index.html | 2 +- mk/student-welcome-guide/application-deadlines/index.html | 2 +- mk/student-welcome-guide/arrival-checklist/index.html | 2 +- mk/student-welcome-guide/bachelor-application/index.html | 2 +- mk/student-welcome-guide/choose-a-programme/index.html | 2 +- mk/student-welcome-guide/complete-student-journey/index.html | 2 +- mk/student-welcome-guide/document-preparation/index.html | 2 +- mk/student-welcome-guide/evs-application-guide/index.html | 2 +- mk/student-welcome-guide/healthcare-in-slovenia/index.html | 2 +- mk/student-welcome-guide/index.html | 2 +- mk/student-welcome-guide/master-application/index.html | 2 +- .../means-accommodation-address/index.html | 2 +- mk/student-welcome-guide/my-route/index.html | 2 +- .../official-sources-and-checklists/index.html | 2 +- mk/student-welcome-guide/prepare-to-move/index.html | 2 +- mk/student-welcome-guide/recognition-of-education/index.html | 2 +- mk/student-welcome-guide/renew-change-graduate/index.html | 2 +- mk/student-welcome-guide/rm-si-3-health-insurance/index.html | 2 +- mk/student-welcome-guide/student-accommodation/index.html | 2 +- mk/student-welcome-guide/student-budget/index.html | 2 +- mk/student-welcome-guide/student-meals/index.html | 2 +- .../student-organisations-and-extracurriculars/index.html | 2 +- mk/student-welcome-guide/student-residence-permit/index.html | 2 +- mk/student-welcome-guide/student-transport/index.html | 2 +- mk/student-welcome-guide/student-work/index.html | 2 +- mk/student-welcome-guide/study-cities/index.html | 2 +- mk/student-welcome-guide/tuition-and-scholarships/index.html | 2 +- .../visa-and-residence-explained/index.html | 2 +- mk/student-welcome-guide/wellbeing-and-community/index.html | 2 +- .../where-to-apply-for-residence/index.html | 2 +- si/cookie-policy/index.html | 2 +- si/get-to-know-macedonia/a-table-full-of-macedonia/index.html | 2 +- .../history-you-can-still-walk-through/index.html | 2 +- si/get-to-know-macedonia/index.html | 2 +- .../index.html | 2 +- si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html | 2 +- .../skopje-a-city-of-many-layers/index.html | 2 +- si/get-to-know-macedonia/welcome-to-macedonia/index.html | 2 +- .../a-first-taste-of-slovenian-food/index.html | 2 +- si/get-to-know-slovenia/index.html | 2 +- .../lake-bled-beyond-the-famous-view/index.html | 2 +- si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html | 2 +- .../slovenian-habits-that-may-surprise-you/index.html | 2 +- .../slovenias-stories-in-stone-and-tradition/index.html | 2 +- si/get-to-know-slovenia/welcome-to-slovenia/index.html | 2 +- si/index.html | 2 +- si/privacy-policy/index.html | 2 +- si/projects/humanitarian-tournament-in-maribor/index.html | 2 +- si/projects/in-memory-of-frosina-kulakova/index.html | 2 +- si/projects/in-memory-of-the-kochani-victims/index.html | 2 +- si/projects/index.html | 2 +- si/projects/macedonian-student-night-in-ljubljana/index.html | 2 +- si/projects/meet-student-slovenia-2023/index.html | 2 +- si/projects/meet-student-slovenia-2024/index.html | 2 +- si/projects/morning-coffee-in-front-of-ctk/index.html | 2 +- si/projects/paint-and-wine-at-sunset/index.html | 2 +- si/projects/watching-handball-together-in-slovenia/index.html | 2 +- si/student-welcome-guide/academic-life/index.html | 2 +- si/student-welcome-guide/administrative-basics/index.html | 2 +- si/student-welcome-guide/admission-and-enrolment/index.html | 2 +- si/student-welcome-guide/application-deadlines/index.html | 2 +- si/student-welcome-guide/arrival-checklist/index.html | 2 +- si/student-welcome-guide/bachelor-application/index.html | 2 +- si/student-welcome-guide/choose-a-programme/index.html | 2 +- si/student-welcome-guide/complete-student-journey/index.html | 2 +- si/student-welcome-guide/document-preparation/index.html | 2 +- si/student-welcome-guide/evs-application-guide/index.html | 2 +- si/student-welcome-guide/healthcare-in-slovenia/index.html | 2 +- si/student-welcome-guide/index.html | 2 +- si/student-welcome-guide/master-application/index.html | 2 +- .../means-accommodation-address/index.html | 2 +- si/student-welcome-guide/my-route/index.html | 2 +- .../official-sources-and-checklists/index.html | 2 +- si/student-welcome-guide/prepare-to-move/index.html | 2 +- si/student-welcome-guide/recognition-of-education/index.html | 2 +- si/student-welcome-guide/renew-change-graduate/index.html | 2 +- si/student-welcome-guide/rm-si-3-health-insurance/index.html | 2 +- si/student-welcome-guide/student-accommodation/index.html | 2 +- si/student-welcome-guide/student-budget/index.html | 2 +- si/student-welcome-guide/student-meals/index.html | 2 +- .../student-organisations-and-extracurriculars/index.html | 2 +- si/student-welcome-guide/student-residence-permit/index.html | 2 +- si/student-welcome-guide/student-transport/index.html | 2 +- si/student-welcome-guide/student-work/index.html | 2 +- si/student-welcome-guide/study-cities/index.html | 2 +- si/student-welcome-guide/tuition-and-scholarships/index.html | 2 +- .../visa-and-residence-explained/index.html | 2 +- si/student-welcome-guide/wellbeing-and-community/index.html | 2 +- .../where-to-apply-for-residence/index.html | 2 +- 181 files changed, 180 insertions(+), 183 deletions(-) diff --git a/css/layout/_footer.css b/css/layout/_footer.css index 4537e781..3fe3e529 100644 --- a/css/layout/_footer.css +++ b/css/layout/_footer.css @@ -48,9 +48,6 @@ footer { } .footer-info p.footer-legal-name { - font-size: 13px; - line-height: 1.5; - opacity: 0.85; margin: -24px 0 20px; max-width: 302px; } diff --git a/en/about-us/index.html b/en/about-us/index.html index 5184ae49..3076549d 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -349,7 +349,7 @@ - +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/cookie-policy/index.html b/en/cookie-policy/index.html index 7e52d3a9..8cd36c8f 100644 --- a/en/cookie-policy/index.html +++ b/en/cookie-policy/index.html @@ -239,7 +239,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 90e8fa04..963ac99c 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 @@ -316,7 +316,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 22507ce9..c41633a5 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 @@ -322,7 +322,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/get-to-know-macedonia/index.html b/en/get-to-know-macedonia/index.html index 299e2ef7..a7a76aad 100644 --- a/en/get-to-know-macedonia/index.html +++ b/en/get-to-know-macedonia/index.html @@ -291,7 +291,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 9f8cd1d2..bf19ed1c 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 @@ -322,7 +322,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 fd609213..88d41576 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 @@ -314,7 +314,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 3a67586a..85219e29 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 @@ -304,7 +304,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 a5900d45..8f0e9ac2 100644 --- a/en/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/en/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -301,7 +301,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 88d86e15..bbc9cbc7 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 @@ -306,7 +306,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/get-to-know-slovenia/index.html b/en/get-to-know-slovenia/index.html index 2e36107d..b2130f20 100644 --- a/en/get-to-know-slovenia/index.html +++ b/en/get-to-know-slovenia/index.html @@ -291,7 +291,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 2c8f9628..00707f4c 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 @@ -302,7 +302,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 f552df50..5bd45c11 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 @@ -296,7 +296,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 cd27a50e..2d317a26 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 @@ -323,7 +323,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 a4565ad3..cd9bcc3a 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 @@ -308,7 +308,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 12babd9e..b1b300ce 100644 --- a/en/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/en/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -279,7 +279,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/index.html b/en/index.html index 83d4ae70..9a31082e 100644 --- a/en/index.html +++ b/en/index.html @@ -432,7 +432,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/privacy-policy/index.html b/en/privacy-policy/index.html index 60e007b2..077764d3 100644 --- a/en/privacy-policy/index.html +++ b/en/privacy-policy/index.html @@ -284,7 +284,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html index dbc3f50a..339c350f 100644 --- a/en/projects/humanitarian-tournament-in-maribor/index.html +++ b/en/projects/humanitarian-tournament-in-maribor/index.html @@ -272,7 +272,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/projects/in-memory-of-frosina-kulakova/index.html b/en/projects/in-memory-of-frosina-kulakova/index.html index 8d196b94..facb74d4 100644 --- a/en/projects/in-memory-of-frosina-kulakova/index.html +++ b/en/projects/in-memory-of-frosina-kulakova/index.html @@ -221,7 +221,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 8951a38e..ef1972aa 100644 --- a/en/projects/in-memory-of-the-kochani-victims/index.html +++ b/en/projects/in-memory-of-the-kochani-victims/index.html @@ -231,7 +231,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/projects/index.html b/en/projects/index.html index 7584d665..0158e21f 100644 --- a/en/projects/index.html +++ b/en/projects/index.html @@ -340,7 +340,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html index 82998dc1..6a901276 100644 --- a/en/projects/macedonian-student-night-in-ljubljana/index.html +++ b/en/projects/macedonian-student-night-in-ljubljana/index.html @@ -324,7 +324,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html index ccc50c84..f0c9eaac 100644 --- a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html +++ b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html @@ -295,7 +295,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html index ae616cd3..0ca16946 100644 --- a/en/projects/meet-student-slovenia-2023/index.html +++ b/en/projects/meet-student-slovenia-2023/index.html @@ -350,7 +350,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html index ecb0af96..767c7c26 100644 --- a/en/projects/meet-student-slovenia-2024/index.html +++ b/en/projects/meet-student-slovenia-2024/index.html @@ -346,7 +346,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 99de495e..7bd52489 100644 --- a/en/projects/morning-coffee-in-front-of-ctk/index.html +++ b/en/projects/morning-coffee-in-front-of-ctk/index.html @@ -310,7 +310,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/projects/paint-and-wine-at-sunset/index.html b/en/projects/paint-and-wine-at-sunset/index.html index 5b8a2fb0..ffadb6eb 100644 --- a/en/projects/paint-and-wine-at-sunset/index.html +++ b/en/projects/paint-and-wine-at-sunset/index.html @@ -255,7 +255,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/projects/watching-handball-together-in-slovenia/index.html b/en/projects/watching-handball-together-in-slovenia/index.html index 395c6225..c9640254 100644 --- a/en/projects/watching-handball-together-in-slovenia/index.html +++ b/en/projects/watching-handball-together-in-slovenia/index.html @@ -243,7 +243,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html index 61251b09..a38ff5a7 100644 --- a/en/student-welcome-guide/academic-life/index.html +++ b/en/student-welcome-guide/academic-life/index.html @@ -282,7 +282,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html index 9d8bc7e3..d6cae009 100644 --- a/en/student-welcome-guide/administrative-basics/index.html +++ b/en/student-welcome-guide/administrative-basics/index.html @@ -279,7 +279,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/admission-and-enrolment/index.html b/en/student-welcome-guide/admission-and-enrolment/index.html index 09ce3e89..9cde6aa7 100644 --- a/en/student-welcome-guide/admission-and-enrolment/index.html +++ b/en/student-welcome-guide/admission-and-enrolment/index.html @@ -280,7 +280,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/application-deadlines/index.html b/en/student-welcome-guide/application-deadlines/index.html index 5a5121b6..9ec06a53 100644 --- a/en/student-welcome-guide/application-deadlines/index.html +++ b/en/student-welcome-guide/application-deadlines/index.html @@ -277,7 +277,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/arrival-checklist/index.html b/en/student-welcome-guide/arrival-checklist/index.html index 4386dfc1..416962ab 100644 --- a/en/student-welcome-guide/arrival-checklist/index.html +++ b/en/student-welcome-guide/arrival-checklist/index.html @@ -295,7 +295,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/bachelor-application/index.html b/en/student-welcome-guide/bachelor-application/index.html index b76755ac..be7f3267 100644 --- a/en/student-welcome-guide/bachelor-application/index.html +++ b/en/student-welcome-guide/bachelor-application/index.html @@ -307,7 +307,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/choose-a-programme/index.html b/en/student-welcome-guide/choose-a-programme/index.html index c403af94..23e03a5f 100644 --- a/en/student-welcome-guide/choose-a-programme/index.html +++ b/en/student-welcome-guide/choose-a-programme/index.html @@ -298,7 +298,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/complete-student-journey/index.html b/en/student-welcome-guide/complete-student-journey/index.html index 8903881a..c9177515 100644 --- a/en/student-welcome-guide/complete-student-journey/index.html +++ b/en/student-welcome-guide/complete-student-journey/index.html @@ -323,7 +323,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/document-preparation/index.html b/en/student-welcome-guide/document-preparation/index.html index b0b0dc4c..92585bfe 100644 --- a/en/student-welcome-guide/document-preparation/index.html +++ b/en/student-welcome-guide/document-preparation/index.html @@ -272,7 +272,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/evs-application-guide/index.html b/en/student-welcome-guide/evs-application-guide/index.html index 534518da..456387db 100644 --- a/en/student-welcome-guide/evs-application-guide/index.html +++ b/en/student-welcome-guide/evs-application-guide/index.html @@ -290,7 +290,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/healthcare-in-slovenia/index.html b/en/student-welcome-guide/healthcare-in-slovenia/index.html index 9a6131ad..618e8036 100644 --- a/en/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/en/student-welcome-guide/healthcare-in-slovenia/index.html @@ -333,7 +333,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/index.html b/en/student-welcome-guide/index.html index 5d928022..0908ab75 100644 --- a/en/student-welcome-guide/index.html +++ b/en/student-welcome-guide/index.html @@ -438,7 +438,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/master-application/index.html b/en/student-welcome-guide/master-application/index.html index 5a981942..36f3b303 100644 --- a/en/student-welcome-guide/master-application/index.html +++ b/en/student-welcome-guide/master-application/index.html @@ -284,7 +284,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/means-accommodation-address/index.html b/en/student-welcome-guide/means-accommodation-address/index.html index 81b68c29..38ec418f 100644 --- a/en/student-welcome-guide/means-accommodation-address/index.html +++ b/en/student-welcome-guide/means-accommodation-address/index.html @@ -356,7 +356,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/my-route/index.html b/en/student-welcome-guide/my-route/index.html index 997bda0a..4996e2fc 100644 --- a/en/student-welcome-guide/my-route/index.html +++ b/en/student-welcome-guide/my-route/index.html @@ -184,7 +184,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 fc838e81..7516641e 100644 --- a/en/student-welcome-guide/official-sources-and-checklists/index.html +++ b/en/student-welcome-guide/official-sources-and-checklists/index.html @@ -311,7 +311,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/prepare-to-move/index.html b/en/student-welcome-guide/prepare-to-move/index.html index ea4bb7ea..c703adcc 100644 --- a/en/student-welcome-guide/prepare-to-move/index.html +++ b/en/student-welcome-guide/prepare-to-move/index.html @@ -328,7 +328,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/recognition-of-education/index.html b/en/student-welcome-guide/recognition-of-education/index.html index afe3b4a8..490c892f 100644 --- a/en/student-welcome-guide/recognition-of-education/index.html +++ b/en/student-welcome-guide/recognition-of-education/index.html @@ -273,7 +273,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/renew-change-graduate/index.html b/en/student-welcome-guide/renew-change-graduate/index.html index 0faf9486..749f0f9a 100644 --- a/en/student-welcome-guide/renew-change-graduate/index.html +++ b/en/student-welcome-guide/renew-change-graduate/index.html @@ -282,7 +282,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 ef1bee34..7cd06d66 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 @@ -322,7 +322,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html index f39d4a48..0163bd1e 100644 --- a/en/student-welcome-guide/student-accommodation/index.html +++ b/en/student-welcome-guide/student-accommodation/index.html @@ -322,7 +322,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html index 51297ece..c573a7e1 100644 --- a/en/student-welcome-guide/student-budget/index.html +++ b/en/student-welcome-guide/student-budget/index.html @@ -292,7 +292,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html index e12f47bf..52f717bf 100644 --- a/en/student-welcome-guide/student-meals/index.html +++ b/en/student-welcome-guide/student-meals/index.html @@ -280,7 +280,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 d3e5384f..f99410fa 100644 --- a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -317,7 +317,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/student-residence-permit/index.html b/en/student-welcome-guide/student-residence-permit/index.html index 1366690c..b45879d1 100644 --- a/en/student-welcome-guide/student-residence-permit/index.html +++ b/en/student-welcome-guide/student-residence-permit/index.html @@ -334,7 +334,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html index bcdd3c16..ac472c6e 100644 --- a/en/student-welcome-guide/student-transport/index.html +++ b/en/student-welcome-guide/student-transport/index.html @@ -301,7 +301,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html index ab0b2c9f..9fc5c197 100644 --- a/en/student-welcome-guide/student-work/index.html +++ b/en/student-welcome-guide/student-work/index.html @@ -275,7 +275,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html index 0c7da6fa..f1b120c7 100644 --- a/en/student-welcome-guide/study-cities/index.html +++ b/en/student-welcome-guide/study-cities/index.html @@ -307,7 +307,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html index f2d0d9f3..0fc95a41 100644 --- a/en/student-welcome-guide/tuition-and-scholarships/index.html +++ b/en/student-welcome-guide/tuition-and-scholarships/index.html @@ -277,7 +277,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 3c7f2fb4..4127c49c 100644 --- a/en/student-welcome-guide/visa-and-residence-explained/index.html +++ b/en/student-welcome-guide/visa-and-residence-explained/index.html @@ -304,7 +304,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/student-welcome-guide/wellbeing-and-community/index.html b/en/student-welcome-guide/wellbeing-and-community/index.html index 3e52e0d3..ce333e84 100644 --- a/en/student-welcome-guide/wellbeing-and-community/index.html +++ b/en/student-welcome-guide/wellbeing-and-community/index.html @@ -271,7 +271,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
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 93a85056..e18d7ad5 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 @@ -342,7 +342,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index 77e0970c..43f4a8de 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -430,7 +430,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenia
diff --git a/mk/cookie-policy/index.html b/mk/cookie-policy/index.html index 322b2662..6be60afb 100644 --- a/mk/cookie-policy/index.html +++ b/mk/cookie-policy/index.html @@ -239,7 +239,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 8c285261..da367665 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 @@ -316,7 +316,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 bed5a141..31222973 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 @@ -322,7 +322,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/get-to-know-macedonia/index.html b/mk/get-to-know-macedonia/index.html index ea278d7c..dedd437f 100644 --- a/mk/get-to-know-macedonia/index.html +++ b/mk/get-to-know-macedonia/index.html @@ -291,7 +291,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 55943f4b..b28806e6 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 @@ -322,7 +322,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 05d6bc75..e758e2a4 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 @@ -314,7 +314,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 8d12b38c..c983196b 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 @@ -304,7 +304,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 214eee6c..5fe7b72f 100644 --- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -301,7 +301,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 175c7a78..65517830 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 @@ -306,7 +306,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/get-to-know-slovenia/index.html b/mk/get-to-know-slovenia/index.html index 4f04215c..32e2b263 100644 --- a/mk/get-to-know-slovenia/index.html +++ b/mk/get-to-know-slovenia/index.html @@ -291,7 +291,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 62ba653b..8f676eab 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 @@ -302,7 +302,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 dd52c992..8cedda4e 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 @@ -292,7 +292,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 a21af043..7bf9febc 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 @@ -323,7 +323,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 d18aacee..648c7c51 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 @@ -308,7 +308,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 4c014a80..17543661 100644 --- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -279,7 +279,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/index.html b/mk/index.html index d5c795b0..644fa041 100644 --- a/mk/index.html +++ b/mk/index.html @@ -426,7 +426,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html index ba686b8b..18056cd2 100644 --- a/mk/privacy-policy/index.html +++ b/mk/privacy-policy/index.html @@ -284,7 +284,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html index b48195db..7d86f036 100644 --- a/mk/projects/humanitarian-tournament-in-maribor/index.html +++ b/mk/projects/humanitarian-tournament-in-maribor/index.html @@ -272,7 +272,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html index d7bb6939..6140280b 100644 --- a/mk/projects/in-memory-of-frosina-kulakova/index.html +++ b/mk/projects/in-memory-of-frosina-kulakova/index.html @@ -221,7 +221,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 18f5f4c9..b0618df1 100644 --- a/mk/projects/in-memory-of-the-kochani-victims/index.html +++ b/mk/projects/in-memory-of-the-kochani-victims/index.html @@ -231,7 +231,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/projects/index.html b/mk/projects/index.html index 6ffcae9d..de37d7b9 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -340,7 +340,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index 9eb05784..0047d377 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -295,7 +295,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html index 83a2e6a4..0befe98b 100644 --- a/mk/projects/meet-student-slovenia-2023/index.html +++ b/mk/projects/meet-student-slovenia-2023/index.html @@ -318,7 +318,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html index 4a50e2c9..3569e88e 100644 --- a/mk/projects/meet-student-slovenia-2024/index.html +++ b/mk/projects/meet-student-slovenia-2024/index.html @@ -310,7 +310,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 d96b1519..78560ca8 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html @@ -279,7 +279,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/projects/paint-and-wine-at-sunset/index.html b/mk/projects/paint-and-wine-at-sunset/index.html index 4b235eb5..6bcd2452 100644 --- a/mk/projects/paint-and-wine-at-sunset/index.html +++ b/mk/projects/paint-and-wine-at-sunset/index.html @@ -255,7 +255,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/projects/watching-handball-together-in-slovenia/index.html b/mk/projects/watching-handball-together-in-slovenia/index.html index a8ed5b36..6d25e591 100644 --- a/mk/projects/watching-handball-together-in-slovenia/index.html +++ b/mk/projects/watching-handball-together-in-slovenia/index.html @@ -243,7 +243,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html index 37fcdb5e..6e3aea62 100644 --- a/mk/student-welcome-guide/academic-life/index.html +++ b/mk/student-welcome-guide/academic-life/index.html @@ -282,7 +282,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html index 13c50958..5a0cf0d6 100644 --- a/mk/student-welcome-guide/administrative-basics/index.html +++ b/mk/student-welcome-guide/administrative-basics/index.html @@ -279,7 +279,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/admission-and-enrolment/index.html b/mk/student-welcome-guide/admission-and-enrolment/index.html index 23e49058..3a4905a6 100644 --- a/mk/student-welcome-guide/admission-and-enrolment/index.html +++ b/mk/student-welcome-guide/admission-and-enrolment/index.html @@ -280,7 +280,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html index dadcea0f..2dd77cc9 100644 --- a/mk/student-welcome-guide/application-deadlines/index.html +++ b/mk/student-welcome-guide/application-deadlines/index.html @@ -277,7 +277,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html index 88c09d21..60db39b5 100644 --- a/mk/student-welcome-guide/arrival-checklist/index.html +++ b/mk/student-welcome-guide/arrival-checklist/index.html @@ -295,7 +295,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html index ef4de121..d618c69f 100644 --- a/mk/student-welcome-guide/bachelor-application/index.html +++ b/mk/student-welcome-guide/bachelor-application/index.html @@ -307,7 +307,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/choose-a-programme/index.html b/mk/student-welcome-guide/choose-a-programme/index.html index 9c1b75c7..887303dd 100644 --- a/mk/student-welcome-guide/choose-a-programme/index.html +++ b/mk/student-welcome-guide/choose-a-programme/index.html @@ -298,7 +298,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/complete-student-journey/index.html b/mk/student-welcome-guide/complete-student-journey/index.html index afde899c..1708e689 100644 --- a/mk/student-welcome-guide/complete-student-journey/index.html +++ b/mk/student-welcome-guide/complete-student-journey/index.html @@ -323,7 +323,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html index 29809550..a8344769 100644 --- a/mk/student-welcome-guide/document-preparation/index.html +++ b/mk/student-welcome-guide/document-preparation/index.html @@ -272,7 +272,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/evs-application-guide/index.html b/mk/student-welcome-guide/evs-application-guide/index.html index 40a52b46..9a4b7aeb 100644 --- a/mk/student-welcome-guide/evs-application-guide/index.html +++ b/mk/student-welcome-guide/evs-application-guide/index.html @@ -290,7 +290,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/healthcare-in-slovenia/index.html b/mk/student-welcome-guide/healthcare-in-slovenia/index.html index 9645b6ae..00d975d5 100644 --- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html @@ -333,7 +333,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/index.html b/mk/student-welcome-guide/index.html index 0d4b5525..f9413373 100644 --- a/mk/student-welcome-guide/index.html +++ b/mk/student-welcome-guide/index.html @@ -438,7 +438,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html index 1cf0d561..9766e0d1 100644 --- a/mk/student-welcome-guide/master-application/index.html +++ b/mk/student-welcome-guide/master-application/index.html @@ -284,7 +284,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html index d1ba8b9e..abe5e272 100644 --- a/mk/student-welcome-guide/means-accommodation-address/index.html +++ b/mk/student-welcome-guide/means-accommodation-address/index.html @@ -356,7 +356,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html index 904bcd95..317e9055 100644 --- a/mk/student-welcome-guide/my-route/index.html +++ b/mk/student-welcome-guide/my-route/index.html @@ -184,7 +184,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 d7a25a34..46a16f63 100644 --- a/mk/student-welcome-guide/official-sources-and-checklists/index.html +++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html @@ -311,7 +311,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/prepare-to-move/index.html b/mk/student-welcome-guide/prepare-to-move/index.html index b4a012c2..8e8e696d 100644 --- a/mk/student-welcome-guide/prepare-to-move/index.html +++ b/mk/student-welcome-guide/prepare-to-move/index.html @@ -328,7 +328,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/recognition-of-education/index.html b/mk/student-welcome-guide/recognition-of-education/index.html index 84992624..64599cf3 100644 --- a/mk/student-welcome-guide/recognition-of-education/index.html +++ b/mk/student-welcome-guide/recognition-of-education/index.html @@ -273,7 +273,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/renew-change-graduate/index.html b/mk/student-welcome-guide/renew-change-graduate/index.html index 2c02549c..cfe53a2c 100644 --- a/mk/student-welcome-guide/renew-change-graduate/index.html +++ b/mk/student-welcome-guide/renew-change-graduate/index.html @@ -282,7 +282,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 62f8b326..0f31b21a 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 @@ -322,7 +322,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html index 70b5cae8..ba691d3c 100644 --- a/mk/student-welcome-guide/student-accommodation/index.html +++ b/mk/student-welcome-guide/student-accommodation/index.html @@ -322,7 +322,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html index 623b7bf2..ec8c9af4 100644 --- a/mk/student-welcome-guide/student-budget/index.html +++ b/mk/student-welcome-guide/student-budget/index.html @@ -292,7 +292,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html index 56b39910..6d3a09c6 100644 --- a/mk/student-welcome-guide/student-meals/index.html +++ b/mk/student-welcome-guide/student-meals/index.html @@ -280,7 +280,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 53f6bc6b..1e235f20 100644 --- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -317,7 +317,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html index a4015191..0388ac98 100644 --- a/mk/student-welcome-guide/student-residence-permit/index.html +++ b/mk/student-welcome-guide/student-residence-permit/index.html @@ -334,7 +334,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html index a968f6ba..3e55f817 100644 --- a/mk/student-welcome-guide/student-transport/index.html +++ b/mk/student-welcome-guide/student-transport/index.html @@ -301,7 +301,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html index c7e36072..c44abb89 100644 --- a/mk/student-welcome-guide/student-work/index.html +++ b/mk/student-welcome-guide/student-work/index.html @@ -275,7 +275,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html index 7bd3a95b..fed4c76d 100644 --- a/mk/student-welcome-guide/study-cities/index.html +++ b/mk/student-welcome-guide/study-cities/index.html @@ -307,7 +307,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/tuition-and-scholarships/index.html b/mk/student-welcome-guide/tuition-and-scholarships/index.html index 90fec37c..48aed95f 100644 --- a/mk/student-welcome-guide/tuition-and-scholarships/index.html +++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html @@ -277,7 +277,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 3d0a3101..42f28599 100644 --- a/mk/student-welcome-guide/visa-and-residence-explained/index.html +++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html @@ -304,7 +304,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/mk/student-welcome-guide/wellbeing-and-community/index.html b/mk/student-welcome-guide/wellbeing-and-community/index.html index e5943f14..653e1de0 100644 --- a/mk/student-welcome-guide/wellbeing-and-community/index.html +++ b/mk/student-welcome-guide/wellbeing-and-community/index.html @@ -271,7 +271,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
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 f4558ebf..20d8b69e 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 @@ -342,7 +342,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Словенија
diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html index effc6519..1d6bf199 100644 --- a/si/cookie-policy/index.html +++ b/si/cookie-policy/index.html @@ -239,7 +239,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 0d454749..79850390 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 @@ -316,7 +316,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 7c5ec95c..92c538f4 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 @@ -322,7 +322,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html index ad040148..baa1e72b 100644 --- a/si/get-to-know-macedonia/index.html +++ b/si/get-to-know-macedonia/index.html @@ -291,7 +291,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 2c5142e9..7b15f08e 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 @@ -322,7 +322,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 06bfaae8..f7a99b37 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 @@ -314,7 +314,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 1b0b4c96..d4f2dcc1 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 @@ -304,7 +304,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 adb22eb3..435b0659 100644 --- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -301,7 +301,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 451a775f..7c92737e 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 @@ -306,7 +306,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/get-to-know-slovenia/index.html b/si/get-to-know-slovenia/index.html index d274624b..f712b498 100644 --- a/si/get-to-know-slovenia/index.html +++ b/si/get-to-know-slovenia/index.html @@ -291,7 +291,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 b419b22e..7f673010 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 @@ -302,7 +302,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 74a54538..07c1c142 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 @@ -296,7 +296,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 d2577ce3..98e3049b 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 @@ -323,7 +323,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 07f6aab5..5b2c4160 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 @@ -308,7 +308,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 beccaf66..089a2c29 100644 --- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -279,7 +279,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/index.html b/si/index.html index 6a612e59..3b4be310 100644 --- a/si/index.html +++ b/si/index.html @@ -426,7 +426,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html index 0483c1bc..4f07bbae 100644 --- a/si/privacy-policy/index.html +++ b/si/privacy-policy/index.html @@ -284,7 +284,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html index 3835f169..45893aa9 100644 --- a/si/projects/humanitarian-tournament-in-maribor/index.html +++ b/si/projects/humanitarian-tournament-in-maribor/index.html @@ -272,7 +272,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/projects/in-memory-of-frosina-kulakova/index.html b/si/projects/in-memory-of-frosina-kulakova/index.html index 909e9149..34ff8aa4 100644 --- a/si/projects/in-memory-of-frosina-kulakova/index.html +++ b/si/projects/in-memory-of-frosina-kulakova/index.html @@ -221,7 +221,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 2dd186bf..21c65c47 100644 --- a/si/projects/in-memory-of-the-kochani-victims/index.html +++ b/si/projects/in-memory-of-the-kochani-victims/index.html @@ -231,7 +231,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/projects/index.html b/si/projects/index.html index ce5f07e7..50af3fc8 100644 --- a/si/projects/index.html +++ b/si/projects/index.html @@ -340,7 +340,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html index 4b4ca621..5b8527ac 100644 --- a/si/projects/macedonian-student-night-in-ljubljana/index.html +++ b/si/projects/macedonian-student-night-in-ljubljana/index.html @@ -258,7 +258,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html index f622bda1..47b87029 100644 --- a/si/projects/meet-student-slovenia-2023/index.html +++ b/si/projects/meet-student-slovenia-2023/index.html @@ -318,7 +318,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html index 9b597d57..42a79999 100644 --- a/si/projects/meet-student-slovenia-2024/index.html +++ b/si/projects/meet-student-slovenia-2024/index.html @@ -273,7 +273,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 eeea723c..afd7921b 100644 --- a/si/projects/morning-coffee-in-front-of-ctk/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk/index.html @@ -244,7 +244,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/projects/paint-and-wine-at-sunset/index.html b/si/projects/paint-and-wine-at-sunset/index.html index 847d5368..4b0c69d9 100644 --- a/si/projects/paint-and-wine-at-sunset/index.html +++ b/si/projects/paint-and-wine-at-sunset/index.html @@ -255,7 +255,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/projects/watching-handball-together-in-slovenia/index.html b/si/projects/watching-handball-together-in-slovenia/index.html index f23e25c1..be1130e1 100644 --- a/si/projects/watching-handball-together-in-slovenia/index.html +++ b/si/projects/watching-handball-together-in-slovenia/index.html @@ -243,7 +243,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html index 7ca2fc73..aac10000 100644 --- a/si/student-welcome-guide/academic-life/index.html +++ b/si/student-welcome-guide/academic-life/index.html @@ -282,7 +282,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html index 65c2dfb2..9204c553 100644 --- a/si/student-welcome-guide/administrative-basics/index.html +++ b/si/student-welcome-guide/administrative-basics/index.html @@ -279,7 +279,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/admission-and-enrolment/index.html b/si/student-welcome-guide/admission-and-enrolment/index.html index 47bd8aa8..346c0753 100644 --- a/si/student-welcome-guide/admission-and-enrolment/index.html +++ b/si/student-welcome-guide/admission-and-enrolment/index.html @@ -280,7 +280,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html index c3969bf7..e64c97c1 100644 --- a/si/student-welcome-guide/application-deadlines/index.html +++ b/si/student-welcome-guide/application-deadlines/index.html @@ -277,7 +277,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html index a4cae437..a04cea37 100644 --- a/si/student-welcome-guide/arrival-checklist/index.html +++ b/si/student-welcome-guide/arrival-checklist/index.html @@ -295,7 +295,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html index 48a432a3..65c57a3b 100644 --- a/si/student-welcome-guide/bachelor-application/index.html +++ b/si/student-welcome-guide/bachelor-application/index.html @@ -307,7 +307,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/choose-a-programme/index.html b/si/student-welcome-guide/choose-a-programme/index.html index 1acb5117..fbf2e220 100644 --- a/si/student-welcome-guide/choose-a-programme/index.html +++ b/si/student-welcome-guide/choose-a-programme/index.html @@ -298,7 +298,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/complete-student-journey/index.html b/si/student-welcome-guide/complete-student-journey/index.html index 0c69693b..97562887 100644 --- a/si/student-welcome-guide/complete-student-journey/index.html +++ b/si/student-welcome-guide/complete-student-journey/index.html @@ -323,7 +323,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html index 6581fb40..18261405 100644 --- a/si/student-welcome-guide/document-preparation/index.html +++ b/si/student-welcome-guide/document-preparation/index.html @@ -272,7 +272,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/evs-application-guide/index.html b/si/student-welcome-guide/evs-application-guide/index.html index 0a4c9b6c..22095d30 100644 --- a/si/student-welcome-guide/evs-application-guide/index.html +++ b/si/student-welcome-guide/evs-application-guide/index.html @@ -290,7 +290,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/healthcare-in-slovenia/index.html b/si/student-welcome-guide/healthcare-in-slovenia/index.html index 94a59cb3..41d495b4 100644 --- a/si/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html @@ -333,7 +333,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html index 237620cf..65b10963 100644 --- a/si/student-welcome-guide/index.html +++ b/si/student-welcome-guide/index.html @@ -438,7 +438,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html index c5f1f910..6313e05f 100644 --- a/si/student-welcome-guide/master-application/index.html +++ b/si/student-welcome-guide/master-application/index.html @@ -284,7 +284,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html index bff54ec2..a8d3aa22 100644 --- a/si/student-welcome-guide/means-accommodation-address/index.html +++ b/si/student-welcome-guide/means-accommodation-address/index.html @@ -356,7 +356,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html index fafe42fa..5fe40f82 100644 --- a/si/student-welcome-guide/my-route/index.html +++ b/si/student-welcome-guide/my-route/index.html @@ -184,7 +184,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 daee0665..d10d20bf 100644 --- a/si/student-welcome-guide/official-sources-and-checklists/index.html +++ b/si/student-welcome-guide/official-sources-and-checklists/index.html @@ -311,7 +311,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/prepare-to-move/index.html b/si/student-welcome-guide/prepare-to-move/index.html index 46408957..94de64ec 100644 --- a/si/student-welcome-guide/prepare-to-move/index.html +++ b/si/student-welcome-guide/prepare-to-move/index.html @@ -328,7 +328,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/recognition-of-education/index.html b/si/student-welcome-guide/recognition-of-education/index.html index 995dd951..0ce1c28d 100644 --- a/si/student-welcome-guide/recognition-of-education/index.html +++ b/si/student-welcome-guide/recognition-of-education/index.html @@ -273,7 +273,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/renew-change-graduate/index.html b/si/student-welcome-guide/renew-change-graduate/index.html index e33cc5c1..00dee43f 100644 --- a/si/student-welcome-guide/renew-change-graduate/index.html +++ b/si/student-welcome-guide/renew-change-graduate/index.html @@ -282,7 +282,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 61567e8e..76ebfd94 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 @@ -322,7 +322,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html index 57746df1..98617a9e 100644 --- a/si/student-welcome-guide/student-accommodation/index.html +++ b/si/student-welcome-guide/student-accommodation/index.html @@ -322,7 +322,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html index 43e1676c..7dbac0d8 100644 --- a/si/student-welcome-guide/student-budget/index.html +++ b/si/student-welcome-guide/student-budget/index.html @@ -292,7 +292,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html index 87392fd8..866d9f5e 100644 --- a/si/student-welcome-guide/student-meals/index.html +++ b/si/student-welcome-guide/student-meals/index.html @@ -280,7 +280,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 441990e8..0375d14b 100644 --- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -317,7 +317,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html index 150a96bb..d9cbed61 100644 --- a/si/student-welcome-guide/student-residence-permit/index.html +++ b/si/student-welcome-guide/student-residence-permit/index.html @@ -334,7 +334,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html index f3d77f13..6e57e041 100644 --- a/si/student-welcome-guide/student-transport/index.html +++ b/si/student-welcome-guide/student-transport/index.html @@ -301,7 +301,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html index 1b4aa50d..aa9cf593 100644 --- a/si/student-welcome-guide/student-work/index.html +++ b/si/student-welcome-guide/student-work/index.html @@ -275,7 +275,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html index 4d55e772..5d9d37e9 100644 --- a/si/student-welcome-guide/study-cities/index.html +++ b/si/student-welcome-guide/study-cities/index.html @@ -307,7 +307,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/tuition-and-scholarships/index.html b/si/student-welcome-guide/tuition-and-scholarships/index.html index 4f8d957b..a1e49b69 100644 --- a/si/student-welcome-guide/tuition-and-scholarships/index.html +++ b/si/student-welcome-guide/tuition-and-scholarships/index.html @@ -277,7 +277,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 c0558020..964d2b81 100644 --- a/si/student-welcome-guide/visa-and-residence-explained/index.html +++ b/si/student-welcome-guide/visa-and-residence-explained/index.html @@ -304,7 +304,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
diff --git a/si/student-welcome-guide/wellbeing-and-community/index.html b/si/student-welcome-guide/wellbeing-and-community/index.html index a235046c..e7856463 100644 --- a/si/student-welcome-guide/wellbeing-and-community/index.html +++ b/si/student-welcome-guide/wellbeing-and-community/index.html @@ -271,7 +271,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
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 8bff5f55..809a84ee 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 @@ -342,7 +342,7 @@

- +

Masarykova cesta 24
1000 Ljubljana, Slovenija
-- 2.43.0 From 95b2484117d64dae6964dd70ec9035c509887715 Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 22:06:10 +0200 Subject: [PATCH 05/22] Redesign language switcher with circular flag icons Desktop dropdown and mobile modal now show circular country flags (flag-icons) with clean language names and an active-language highlight, driven by the page lang via main.js. Co-Authored-By: Claude Opus 4.8 (1M context) --- css/layout/_header.css | 47 +++++++++++++------ en/about-us/index.html | 13 ++--- en/cookie-policy/index.html | 13 ++--- .../a-table-full-of-macedonia/index.html | 13 ++--- .../index.html | 13 ++--- en/get-to-know-macedonia/index.html | 13 ++--- .../index.html | 13 ++--- .../ohrid-more-than-a-postcard/index.html | 13 ++--- .../skopje-a-city-of-many-layers/index.html | 13 ++--- .../welcome-to-macedonia/index.html | 13 ++--- .../index.html | 13 ++--- en/get-to-know-slovenia/index.html | 13 ++--- .../index.html | 13 ++--- .../ljubljana-through-our-eyes/index.html | 13 ++--- .../index.html | 13 ++--- .../index.html | 13 ++--- .../welcome-to-slovenia/index.html | 13 ++--- en/index.html | 13 ++--- en/privacy-policy/index.html | 13 ++--- .../index.html | 13 ++--- .../in-memory-of-frosina-kulakova/index.html | 13 ++--- .../index.html | 13 ++--- en/projects/index.html | 13 ++--- .../index.html | 13 ++--- .../index.html | 13 ++--- .../meet-student-slovenia-2023/index.html | 13 ++--- .../meet-student-slovenia-2024/index.html | 13 ++--- .../morning-coffee-in-front-of-ctk/index.html | 13 ++--- .../paint-and-wine-at-sunset/index.html | 13 ++--- .../index.html | 13 ++--- .../academic-life/index.html | 13 ++--- .../administrative-basics/index.html | 13 ++--- .../admission-and-enrolment/index.html | 13 ++--- .../application-deadlines/index.html | 13 ++--- .../arrival-checklist/index.html | 13 ++--- .../bachelor-application/index.html | 13 ++--- .../choose-a-programme/index.html | 13 ++--- .../complete-student-journey/index.html | 13 ++--- .../document-preparation/index.html | 13 ++--- .../evs-application-guide/index.html | 13 ++--- .../healthcare-in-slovenia/index.html | 13 ++--- en/student-welcome-guide/index.html | 13 ++--- .../master-application/index.html | 13 ++--- .../means-accommodation-address/index.html | 13 ++--- en/student-welcome-guide/my-route/index.html | 13 ++--- .../index.html | 13 ++--- .../prepare-to-move/index.html | 13 ++--- .../recognition-of-education/index.html | 13 ++--- .../renew-change-graduate/index.html | 13 ++--- .../rm-si-3-health-insurance/index.html | 13 ++--- .../student-accommodation/index.html | 13 ++--- .../student-budget/index.html | 13 ++--- .../student-meals/index.html | 13 ++--- .../index.html | 13 ++--- .../student-residence-permit/index.html | 13 ++--- .../student-transport/index.html | 13 ++--- .../student-work/index.html | 13 ++--- .../study-cities/index.html | 13 ++--- .../tuition-and-scholarships/index.html | 13 ++--- .../visa-and-residence-explained/index.html | 13 ++--- .../wellbeing-and-community/index.html | 13 ++--- .../where-to-apply-for-residence/index.html | 13 ++--- en/timeline-and-milestones/index.html | 13 ++--- main.js | 2 + mk/cookie-policy/index.html | 13 ++--- .../a-table-full-of-macedonia/index.html | 13 ++--- .../index.html | 13 ++--- mk/get-to-know-macedonia/index.html | 13 ++--- .../index.html | 13 ++--- .../ohrid-more-than-a-postcard/index.html | 13 ++--- .../skopje-a-city-of-many-layers/index.html | 13 ++--- .../welcome-to-macedonia/index.html | 13 ++--- .../index.html | 13 ++--- mk/get-to-know-slovenia/index.html | 13 ++--- .../index.html | 13 ++--- .../ljubljana-through-our-eyes/index.html | 13 ++--- .../index.html | 13 ++--- .../index.html | 13 ++--- .../welcome-to-slovenia/index.html | 13 ++--- mk/index.html | 13 ++--- mk/privacy-policy/index.html | 13 ++--- .../index.html | 13 ++--- .../in-memory-of-frosina-kulakova/index.html | 13 ++--- .../index.html | 13 ++--- mk/projects/index.html | 13 ++--- .../index.html | 13 ++--- .../meet-student-slovenia-2023/index.html | 13 ++--- .../meet-student-slovenia-2024/index.html | 13 ++--- .../morning-coffee-in-front-of-ctk/index.html | 13 ++--- .../paint-and-wine-at-sunset/index.html | 13 ++--- .../index.html | 13 ++--- .../academic-life/index.html | 13 ++--- .../administrative-basics/index.html | 13 ++--- .../admission-and-enrolment/index.html | 13 ++--- .../application-deadlines/index.html | 13 ++--- .../arrival-checklist/index.html | 13 ++--- .../bachelor-application/index.html | 13 ++--- .../choose-a-programme/index.html | 13 ++--- .../complete-student-journey/index.html | 13 ++--- .../document-preparation/index.html | 13 ++--- .../evs-application-guide/index.html | 13 ++--- .../healthcare-in-slovenia/index.html | 13 ++--- mk/student-welcome-guide/index.html | 13 ++--- .../master-application/index.html | 13 ++--- .../means-accommodation-address/index.html | 13 ++--- mk/student-welcome-guide/my-route/index.html | 13 ++--- .../index.html | 13 ++--- .../prepare-to-move/index.html | 13 ++--- .../recognition-of-education/index.html | 13 ++--- .../renew-change-graduate/index.html | 13 ++--- .../rm-si-3-health-insurance/index.html | 13 ++--- .../student-accommodation/index.html | 13 ++--- .../student-budget/index.html | 13 ++--- .../student-meals/index.html | 13 ++--- .../index.html | 13 ++--- .../student-residence-permit/index.html | 13 ++--- .../student-transport/index.html | 13 ++--- .../student-work/index.html | 13 ++--- .../study-cities/index.html | 13 ++--- .../tuition-and-scholarships/index.html | 13 ++--- .../visa-and-residence-explained/index.html | 13 ++--- .../wellbeing-and-community/index.html | 13 ++--- .../where-to-apply-for-residence/index.html | 13 ++--- si/cookie-policy/index.html | 13 ++--- .../a-table-full-of-macedonia/index.html | 13 ++--- .../index.html | 13 ++--- si/get-to-know-macedonia/index.html | 13 ++--- .../index.html | 13 ++--- .../ohrid-more-than-a-postcard/index.html | 13 ++--- .../skopje-a-city-of-many-layers/index.html | 13 ++--- .../welcome-to-macedonia/index.html | 13 ++--- .../index.html | 13 ++--- si/get-to-know-slovenia/index.html | 13 ++--- .../index.html | 13 ++--- .../ljubljana-through-our-eyes/index.html | 13 ++--- .../index.html | 13 ++--- .../index.html | 13 ++--- .../welcome-to-slovenia/index.html | 13 ++--- si/index.html | 13 ++--- si/privacy-policy/index.html | 13 ++--- .../index.html | 13 ++--- .../in-memory-of-frosina-kulakova/index.html | 13 ++--- .../index.html | 13 ++--- si/projects/index.html | 13 ++--- .../index.html | 13 ++--- .../meet-student-slovenia-2023/index.html | 13 ++--- .../meet-student-slovenia-2024/index.html | 13 ++--- .../morning-coffee-in-front-of-ctk/index.html | 13 ++--- .../paint-and-wine-at-sunset/index.html | 13 ++--- .../index.html | 13 ++--- .../academic-life/index.html | 13 ++--- .../administrative-basics/index.html | 13 ++--- .../admission-and-enrolment/index.html | 13 ++--- .../application-deadlines/index.html | 13 ++--- .../arrival-checklist/index.html | 13 ++--- .../bachelor-application/index.html | 13 ++--- .../choose-a-programme/index.html | 13 ++--- .../complete-student-journey/index.html | 13 ++--- .../document-preparation/index.html | 13 ++--- .../evs-application-guide/index.html | 13 ++--- .../healthcare-in-slovenia/index.html | 13 ++--- si/student-welcome-guide/index.html | 13 ++--- .../master-application/index.html | 13 ++--- .../means-accommodation-address/index.html | 13 ++--- si/student-welcome-guide/my-route/index.html | 13 ++--- .../index.html | 13 ++--- .../prepare-to-move/index.html | 13 ++--- .../recognition-of-education/index.html | 13 ++--- .../renew-change-graduate/index.html | 13 ++--- .../rm-si-3-health-insurance/index.html | 13 ++--- .../student-accommodation/index.html | 13 ++--- .../student-budget/index.html | 13 ++--- .../student-meals/index.html | 13 ++--- .../index.html | 13 ++--- .../student-residence-permit/index.html | 13 ++--- .../student-transport/index.html | 13 ++--- .../student-work/index.html | 13 ++--- .../study-cities/index.html | 13 ++--- .../tuition-and-scholarships/index.html | 13 ++--- .../visa-and-residence-explained/index.html | 13 ++--- .../wellbeing-and-community/index.html | 13 ++--- .../where-to-apply-for-residence/index.html | 13 ++--- 182 files changed, 1294 insertions(+), 1095 deletions(-) diff --git a/css/layout/_header.css b/css/layout/_header.css index f68a25c0..f1e28c11 100644 --- a/css/layout/_header.css +++ b/css/layout/_header.css @@ -120,17 +120,19 @@ .current-lang .fa-chevron-down { transition: transform 0.3s ease-in-out; } .lang-dropdown { - display: block; + display: flex; + flex-direction: column; + gap: 4px; position: absolute; top: calc(100% + 8px); right: 0; background-color: #FFFFFF; border: 1px solid #EAECF0; - border-radius: 8px; - box-shadow: 0 8px 16px rgba(0,0,0,0.08); + border-radius: 12px; + box-shadow: 0 20px 24px -4px rgba(16,24,40,0.10), 0 8px 8px -4px rgba(16,24,40,0.04); padding: 8px; z-index: 1001; - min-width: 180px; + min-width: 200px; opacity: 0; visibility: hidden; transform: translateY(10px); @@ -144,16 +146,29 @@ .language-selector.active .current-lang .fa-chevron-down { transform: rotate(180deg); } .lang-dropdown a { - display: block; + display: flex; + align-items: center; + gap: 12px; padding: 10px 12px; color: #344054; text-decoration: none; - font-weight: 500; - font-size: 16px; + font-weight: 600; + font-size: 15px; white-space: nowrap; - border-radius: 6px; + border-radius: 8px; + transition: background-color 0.15s ease, color 0.15s ease; +} +.lang-dropdown a:hover { background-color: #F5FAFB; } +.lang-dropdown a.is-current { background-color: #F0F6F8; color: #2D738C; } + +/* Circular flags used in both the dropdown and the mobile modal */ +.lang-dropdown .fi, +.language-modal-body .fi { + font-size: 24px; + border-radius: 50%; + flex: 0 0 auto; + box-shadow: inset 0 0 0 1px rgba(16,24,40,0.10); } -.lang-dropdown a:hover { background-color: #F9FAFB; } /* 4. Stili za namizni "dropdown" meni */ .dropdown-menu { @@ -438,20 +453,22 @@ } .language-modal-body a { - display: block; + display: flex; + align-items: center; + gap: 14px; padding: 12px 16px; - text-align: center; text-decoration: none; - font-size: 18px; - font-weight: 500; + font-size: 17px; + font-weight: 600; color: #344054; background-color: #F9FAFB; border: 1px solid #EAECF0; - border-radius: 8px; - transition: background-color 0.2s ease, border-color 0.2s ease; + border-radius: 10px; + transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; } .language-modal-body a:hover, +.language-modal-body a.is-current, .language-modal-body a.active-lang { background-color: #FFFFFF; border-color: #2D738C; diff --git a/en/about-us/index.html b/en/about-us/index.html index 3076549d..93051496 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@

@@ -165,9 +166,9 @@ diff --git a/en/cookie-policy/index.html b/en/cookie-policy/index.html index 8cd36c8f..698cc65d 100644 --- a/en/cookie-policy/index.html +++ b/en/cookie-policy/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 963ac99c..295d9dc9 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 c41633a5..118c6ca4 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/get-to-know-macedonia/index.html b/en/get-to-know-macedonia/index.html index a7a76aad..a8312f5f 100644 --- a/en/get-to-know-macedonia/index.html +++ b/en/get-to-know-macedonia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 bf19ed1c..70ed9f58 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 88d41576..62c1e78e 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 85219e29..a6c6258d 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 8f0e9ac2..4d8722c0 100644 --- a/en/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/en/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 bbc9cbc7..4bff43c8 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/get-to-know-slovenia/index.html b/en/get-to-know-slovenia/index.html index b2130f20..8ea4ead8 100644 --- a/en/get-to-know-slovenia/index.html +++ b/en/get-to-know-slovenia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 00707f4c..ecefb54d 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 5bd45c11..650cefb7 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 2d317a26..568db8b6 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 cd9bcc3a..9fdd277c 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 b1b300ce..5227f555 100644 --- a/en/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/en/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/index.html b/en/index.html index 9a31082e..c44c36a6 100644 --- a/en/index.html +++ b/en/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/privacy-policy/index.html b/en/privacy-policy/index.html index 077764d3..1d705c2c 100644 --- a/en/privacy-policy/index.html +++ b/en/privacy-policy/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html index 339c350f..b54b0569 100644 --- a/en/projects/humanitarian-tournament-in-maribor/index.html +++ b/en/projects/humanitarian-tournament-in-maribor/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/projects/in-memory-of-frosina-kulakova/index.html b/en/projects/in-memory-of-frosina-kulakova/index.html index facb74d4..1914ff6f 100644 --- a/en/projects/in-memory-of-frosina-kulakova/index.html +++ b/en/projects/in-memory-of-frosina-kulakova/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 ef1972aa..eece5b9b 100644 --- a/en/projects/in-memory-of-the-kochani-victims/index.html +++ b/en/projects/in-memory-of-the-kochani-victims/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/projects/index.html b/en/projects/index.html index 0158e21f..5a3a3cc7 100644 --- a/en/projects/index.html +++ b/en/projects/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html index 6a901276..d9d56e24 100644 --- a/en/projects/macedonian-student-night-in-ljubljana/index.html +++ b/en/projects/macedonian-student-night-in-ljubljana/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html index f0c9eaac..704bf185 100644 --- a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html +++ b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html index 0ca16946..0f13ec34 100644 --- a/en/projects/meet-student-slovenia-2023/index.html +++ b/en/projects/meet-student-slovenia-2023/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html index 767c7c26..1e60efc2 100644 --- a/en/projects/meet-student-slovenia-2024/index.html +++ b/en/projects/meet-student-slovenia-2024/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 7bd52489..f5378bd0 100644 --- a/en/projects/morning-coffee-in-front-of-ctk/index.html +++ b/en/projects/morning-coffee-in-front-of-ctk/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/projects/paint-and-wine-at-sunset/index.html b/en/projects/paint-and-wine-at-sunset/index.html index ffadb6eb..964f7ef4 100644 --- a/en/projects/paint-and-wine-at-sunset/index.html +++ b/en/projects/paint-and-wine-at-sunset/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/projects/watching-handball-together-in-slovenia/index.html b/en/projects/watching-handball-together-in-slovenia/index.html index c9640254..56160a2b 100644 --- a/en/projects/watching-handball-together-in-slovenia/index.html +++ b/en/projects/watching-handball-together-in-slovenia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html index a38ff5a7..65e3d5b4 100644 --- a/en/student-welcome-guide/academic-life/index.html +++ b/en/student-welcome-guide/academic-life/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html index d6cae009..bb45d2f4 100644 --- a/en/student-welcome-guide/administrative-basics/index.html +++ b/en/student-welcome-guide/administrative-basics/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/admission-and-enrolment/index.html b/en/student-welcome-guide/admission-and-enrolment/index.html index 9cde6aa7..baf132e1 100644 --- a/en/student-welcome-guide/admission-and-enrolment/index.html +++ b/en/student-welcome-guide/admission-and-enrolment/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/application-deadlines/index.html b/en/student-welcome-guide/application-deadlines/index.html index 9ec06a53..2871eac1 100644 --- a/en/student-welcome-guide/application-deadlines/index.html +++ b/en/student-welcome-guide/application-deadlines/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/arrival-checklist/index.html b/en/student-welcome-guide/arrival-checklist/index.html index 416962ab..8123946b 100644 --- a/en/student-welcome-guide/arrival-checklist/index.html +++ b/en/student-welcome-guide/arrival-checklist/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/bachelor-application/index.html b/en/student-welcome-guide/bachelor-application/index.html index be7f3267..317e1420 100644 --- a/en/student-welcome-guide/bachelor-application/index.html +++ b/en/student-welcome-guide/bachelor-application/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/choose-a-programme/index.html b/en/student-welcome-guide/choose-a-programme/index.html index 23e03a5f..e4a3d020 100644 --- a/en/student-welcome-guide/choose-a-programme/index.html +++ b/en/student-welcome-guide/choose-a-programme/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/complete-student-journey/index.html b/en/student-welcome-guide/complete-student-journey/index.html index c9177515..7567c5f2 100644 --- a/en/student-welcome-guide/complete-student-journey/index.html +++ b/en/student-welcome-guide/complete-student-journey/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/document-preparation/index.html b/en/student-welcome-guide/document-preparation/index.html index 92585bfe..cc36d06a 100644 --- a/en/student-welcome-guide/document-preparation/index.html +++ b/en/student-welcome-guide/document-preparation/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/evs-application-guide/index.html b/en/student-welcome-guide/evs-application-guide/index.html index 456387db..bc1df056 100644 --- a/en/student-welcome-guide/evs-application-guide/index.html +++ b/en/student-welcome-guide/evs-application-guide/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/healthcare-in-slovenia/index.html b/en/student-welcome-guide/healthcare-in-slovenia/index.html index 618e8036..7f78d288 100644 --- a/en/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/en/student-welcome-guide/healthcare-in-slovenia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/index.html b/en/student-welcome-guide/index.html index 0908ab75..98f281b9 100644 --- a/en/student-welcome-guide/index.html +++ b/en/student-welcome-guide/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/master-application/index.html b/en/student-welcome-guide/master-application/index.html index 36f3b303..1968f679 100644 --- a/en/student-welcome-guide/master-application/index.html +++ b/en/student-welcome-guide/master-application/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/means-accommodation-address/index.html b/en/student-welcome-guide/means-accommodation-address/index.html index 38ec418f..bc5509f3 100644 --- a/en/student-welcome-guide/means-accommodation-address/index.html +++ b/en/student-welcome-guide/means-accommodation-address/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/my-route/index.html b/en/student-welcome-guide/my-route/index.html index 4996e2fc..931db994 100644 --- a/en/student-welcome-guide/my-route/index.html +++ b/en/student-welcome-guide/my-route/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 7516641e..6af2fd07 100644 --- a/en/student-welcome-guide/official-sources-and-checklists/index.html +++ b/en/student-welcome-guide/official-sources-and-checklists/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/prepare-to-move/index.html b/en/student-welcome-guide/prepare-to-move/index.html index c703adcc..2366a1fd 100644 --- a/en/student-welcome-guide/prepare-to-move/index.html +++ b/en/student-welcome-guide/prepare-to-move/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/recognition-of-education/index.html b/en/student-welcome-guide/recognition-of-education/index.html index 490c892f..74ca570c 100644 --- a/en/student-welcome-guide/recognition-of-education/index.html +++ b/en/student-welcome-guide/recognition-of-education/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/renew-change-graduate/index.html b/en/student-welcome-guide/renew-change-graduate/index.html index 749f0f9a..19741037 100644 --- a/en/student-welcome-guide/renew-change-graduate/index.html +++ b/en/student-welcome-guide/renew-change-graduate/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 7cd06d66..425f3756 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html index 0163bd1e..54b3117d 100644 --- a/en/student-welcome-guide/student-accommodation/index.html +++ b/en/student-welcome-guide/student-accommodation/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html index c573a7e1..b94c4f49 100644 --- a/en/student-welcome-guide/student-budget/index.html +++ b/en/student-welcome-guide/student-budget/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html index 52f717bf..2e6b93f5 100644 --- a/en/student-welcome-guide/student-meals/index.html +++ b/en/student-welcome-guide/student-meals/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 f99410fa..cbcfdcea 100644 --- a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/student-residence-permit/index.html b/en/student-welcome-guide/student-residence-permit/index.html index b45879d1..da6d05b3 100644 --- a/en/student-welcome-guide/student-residence-permit/index.html +++ b/en/student-welcome-guide/student-residence-permit/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html index ac472c6e..0daff6f2 100644 --- a/en/student-welcome-guide/student-transport/index.html +++ b/en/student-welcome-guide/student-transport/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html index 9fc5c197..115f06b0 100644 --- a/en/student-welcome-guide/student-work/index.html +++ b/en/student-welcome-guide/student-work/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html index f1b120c7..d1770342 100644 --- a/en/student-welcome-guide/study-cities/index.html +++ b/en/student-welcome-guide/study-cities/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html index 0fc95a41..6e1a0991 100644 --- a/en/student-welcome-guide/tuition-and-scholarships/index.html +++ b/en/student-welcome-guide/tuition-and-scholarships/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 4127c49c..4cc90424 100644 --- a/en/student-welcome-guide/visa-and-residence-explained/index.html +++ b/en/student-welcome-guide/visa-and-residence-explained/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/student-welcome-guide/wellbeing-and-community/index.html b/en/student-welcome-guide/wellbeing-and-community/index.html index ce333e84..2d0d17af 100644 --- a/en/student-welcome-guide/wellbeing-and-community/index.html +++ b/en/student-welcome-guide/wellbeing-and-community/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 e18d7ad5..985861a9 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index 43f4a8de..fc60b917 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/main.js b/main.js index 2bfce6fa..a4524bcd 100644 --- a/main.js +++ b/main.js @@ -122,10 +122,12 @@ document.addEventListener('DOMContentLoaded', function() { pathWithoutLang = path; } + const docLang = (document.documentElement.getAttribute('lang') || 'en').toLowerCase(); document.querySelectorAll('a[data-lang]').forEach(link => { const targetLang = link.getAttribute('data-lang'); const newUrl = `/${targetLang}${pathWithoutLang}`; link.setAttribute('href', newUrl.replace(/\/{2,}/g, '/')); + link.classList.toggle('is-current', targetLang === docLang); }); const desktopSelectors = document.querySelectorAll('.header-right-wrapper .language-selector'); diff --git a/mk/cookie-policy/index.html b/mk/cookie-policy/index.html index 6be60afb..4cd60cd4 100644 --- a/mk/cookie-policy/index.html +++ b/mk/cookie-policy/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 da367665..de58b379 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 31222973..aef7f24b 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/get-to-know-macedonia/index.html b/mk/get-to-know-macedonia/index.html index dedd437f..57c54c52 100644 --- a/mk/get-to-know-macedonia/index.html +++ b/mk/get-to-know-macedonia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 b28806e6..0c25c896 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 e758e2a4..6d619358 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 c983196b..6587f348 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 5fe7b72f..37e260b9 100644 --- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 65517830..da9cdeb4 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/get-to-know-slovenia/index.html b/mk/get-to-know-slovenia/index.html index 32e2b263..b97c9ca9 100644 --- a/mk/get-to-know-slovenia/index.html +++ b/mk/get-to-know-slovenia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 8f676eab..0e77247f 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 8cedda4e..b2460001 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 7bf9febc..2eee2b20 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 648c7c51..ef5e2e32 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 17543661..ae80193c 100644 --- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/index.html b/mk/index.html index 644fa041..d3d0ef24 100644 --- a/mk/index.html +++ b/mk/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html index 18056cd2..bea82b77 100644 --- a/mk/privacy-policy/index.html +++ b/mk/privacy-policy/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html index 7d86f036..b3de2ed5 100644 --- a/mk/projects/humanitarian-tournament-in-maribor/index.html +++ b/mk/projects/humanitarian-tournament-in-maribor/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html index 6140280b..4385fc06 100644 --- a/mk/projects/in-memory-of-frosina-kulakova/index.html +++ b/mk/projects/in-memory-of-frosina-kulakova/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 b0618df1..3943a5c0 100644 --- a/mk/projects/in-memory-of-the-kochani-victims/index.html +++ b/mk/projects/in-memory-of-the-kochani-victims/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/projects/index.html b/mk/projects/index.html index de37d7b9..39cdf7fb 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index 0047d377..2f9d7bc9 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html index 0befe98b..6034be60 100644 --- a/mk/projects/meet-student-slovenia-2023/index.html +++ b/mk/projects/meet-student-slovenia-2023/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html index 3569e88e..26c5a1e2 100644 --- a/mk/projects/meet-student-slovenia-2024/index.html +++ b/mk/projects/meet-student-slovenia-2024/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 78560ca8..69b08956 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/projects/paint-and-wine-at-sunset/index.html b/mk/projects/paint-and-wine-at-sunset/index.html index 6bcd2452..7d80794f 100644 --- a/mk/projects/paint-and-wine-at-sunset/index.html +++ b/mk/projects/paint-and-wine-at-sunset/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/projects/watching-handball-together-in-slovenia/index.html b/mk/projects/watching-handball-together-in-slovenia/index.html index 6d25e591..7df904fc 100644 --- a/mk/projects/watching-handball-together-in-slovenia/index.html +++ b/mk/projects/watching-handball-together-in-slovenia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html index 6e3aea62..e9d7506f 100644 --- a/mk/student-welcome-guide/academic-life/index.html +++ b/mk/student-welcome-guide/academic-life/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html index 5a0cf0d6..b5a2409f 100644 --- a/mk/student-welcome-guide/administrative-basics/index.html +++ b/mk/student-welcome-guide/administrative-basics/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/admission-and-enrolment/index.html b/mk/student-welcome-guide/admission-and-enrolment/index.html index 3a4905a6..26fea829 100644 --- a/mk/student-welcome-guide/admission-and-enrolment/index.html +++ b/mk/student-welcome-guide/admission-and-enrolment/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html index 2dd77cc9..18ef2813 100644 --- a/mk/student-welcome-guide/application-deadlines/index.html +++ b/mk/student-welcome-guide/application-deadlines/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html index 60db39b5..95dd43b1 100644 --- a/mk/student-welcome-guide/arrival-checklist/index.html +++ b/mk/student-welcome-guide/arrival-checklist/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html index d618c69f..deb257ba 100644 --- a/mk/student-welcome-guide/bachelor-application/index.html +++ b/mk/student-welcome-guide/bachelor-application/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/choose-a-programme/index.html b/mk/student-welcome-guide/choose-a-programme/index.html index 887303dd..5d750027 100644 --- a/mk/student-welcome-guide/choose-a-programme/index.html +++ b/mk/student-welcome-guide/choose-a-programme/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/complete-student-journey/index.html b/mk/student-welcome-guide/complete-student-journey/index.html index 1708e689..17148024 100644 --- a/mk/student-welcome-guide/complete-student-journey/index.html +++ b/mk/student-welcome-guide/complete-student-journey/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html index a8344769..aa046a64 100644 --- a/mk/student-welcome-guide/document-preparation/index.html +++ b/mk/student-welcome-guide/document-preparation/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/evs-application-guide/index.html b/mk/student-welcome-guide/evs-application-guide/index.html index 9a4b7aeb..6909fcd6 100644 --- a/mk/student-welcome-guide/evs-application-guide/index.html +++ b/mk/student-welcome-guide/evs-application-guide/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/healthcare-in-slovenia/index.html b/mk/student-welcome-guide/healthcare-in-slovenia/index.html index 00d975d5..3c69e194 100644 --- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/index.html b/mk/student-welcome-guide/index.html index f9413373..7a40092f 100644 --- a/mk/student-welcome-guide/index.html +++ b/mk/student-welcome-guide/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html index 9766e0d1..2edbb9a5 100644 --- a/mk/student-welcome-guide/master-application/index.html +++ b/mk/student-welcome-guide/master-application/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html index abe5e272..a9c7e436 100644 --- a/mk/student-welcome-guide/means-accommodation-address/index.html +++ b/mk/student-welcome-guide/means-accommodation-address/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html index 317e9055..d6383cd8 100644 --- a/mk/student-welcome-guide/my-route/index.html +++ b/mk/student-welcome-guide/my-route/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 46a16f63..f0d6c10c 100644 --- a/mk/student-welcome-guide/official-sources-and-checklists/index.html +++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/prepare-to-move/index.html b/mk/student-welcome-guide/prepare-to-move/index.html index 8e8e696d..56318ffd 100644 --- a/mk/student-welcome-guide/prepare-to-move/index.html +++ b/mk/student-welcome-guide/prepare-to-move/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/recognition-of-education/index.html b/mk/student-welcome-guide/recognition-of-education/index.html index 64599cf3..605043bd 100644 --- a/mk/student-welcome-guide/recognition-of-education/index.html +++ b/mk/student-welcome-guide/recognition-of-education/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/renew-change-graduate/index.html b/mk/student-welcome-guide/renew-change-graduate/index.html index cfe53a2c..42218e68 100644 --- a/mk/student-welcome-guide/renew-change-graduate/index.html +++ b/mk/student-welcome-guide/renew-change-graduate/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 0f31b21a..5289b6bc 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html index ba691d3c..428c4466 100644 --- a/mk/student-welcome-guide/student-accommodation/index.html +++ b/mk/student-welcome-guide/student-accommodation/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html index ec8c9af4..0d19d0f8 100644 --- a/mk/student-welcome-guide/student-budget/index.html +++ b/mk/student-welcome-guide/student-budget/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html index 6d3a09c6..c8067e7a 100644 --- a/mk/student-welcome-guide/student-meals/index.html +++ b/mk/student-welcome-guide/student-meals/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 1e235f20..178ee13f 100644 --- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html index 0388ac98..557325d7 100644 --- a/mk/student-welcome-guide/student-residence-permit/index.html +++ b/mk/student-welcome-guide/student-residence-permit/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html index 3e55f817..57cda411 100644 --- a/mk/student-welcome-guide/student-transport/index.html +++ b/mk/student-welcome-guide/student-transport/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html index c44abb89..2c316b82 100644 --- a/mk/student-welcome-guide/student-work/index.html +++ b/mk/student-welcome-guide/student-work/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html index fed4c76d..c6588144 100644 --- a/mk/student-welcome-guide/study-cities/index.html +++ b/mk/student-welcome-guide/study-cities/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/tuition-and-scholarships/index.html b/mk/student-welcome-guide/tuition-and-scholarships/index.html index 48aed95f..d2ebca7c 100644 --- a/mk/student-welcome-guide/tuition-and-scholarships/index.html +++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 42f28599..1bb51135 100644 --- a/mk/student-welcome-guide/visa-and-residence-explained/index.html +++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/mk/student-welcome-guide/wellbeing-and-community/index.html b/mk/student-welcome-guide/wellbeing-and-community/index.html index 653e1de0..8e81d4a3 100644 --- a/mk/student-welcome-guide/wellbeing-and-community/index.html +++ b/mk/student-welcome-guide/wellbeing-and-community/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 20d8b69e..931fb389 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html index 1d6bf199..661cc221 100644 --- a/si/cookie-policy/index.html +++ b/si/cookie-policy/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 79850390..e018a4e1 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 92c538f4..45e3a7ec 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html index baa1e72b..82d70352 100644 --- a/si/get-to-know-macedonia/index.html +++ b/si/get-to-know-macedonia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 7b15f08e..9df355c6 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 f7a99b37..9d59a604 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 d4f2dcc1..cd1bdb9a 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 435b0659..c9c6a483 100644 --- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 7c92737e..c161b3f1 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/get-to-know-slovenia/index.html b/si/get-to-know-slovenia/index.html index f712b498..a112c368 100644 --- a/si/get-to-know-slovenia/index.html +++ b/si/get-to-know-slovenia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 7f673010..382b5e9a 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 07c1c142..5381d818 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 98e3049b..a976655e 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 5b2c4160..0ce00662 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 089a2c29..34d70349 100644 --- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/index.html b/si/index.html index 3b4be310..01c9fd24 100644 --- a/si/index.html +++ b/si/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html index 4f07bbae..2c92705c 100644 --- a/si/privacy-policy/index.html +++ b/si/privacy-policy/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html index 45893aa9..e63fca60 100644 --- a/si/projects/humanitarian-tournament-in-maribor/index.html +++ b/si/projects/humanitarian-tournament-in-maribor/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/projects/in-memory-of-frosina-kulakova/index.html b/si/projects/in-memory-of-frosina-kulakova/index.html index 34ff8aa4..0be2b58c 100644 --- a/si/projects/in-memory-of-frosina-kulakova/index.html +++ b/si/projects/in-memory-of-frosina-kulakova/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 21c65c47..a107f599 100644 --- a/si/projects/in-memory-of-the-kochani-victims/index.html +++ b/si/projects/in-memory-of-the-kochani-victims/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/projects/index.html b/si/projects/index.html index 50af3fc8..ebac3268 100644 --- a/si/projects/index.html +++ b/si/projects/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html index 5b8527ac..87ee1711 100644 --- a/si/projects/macedonian-student-night-in-ljubljana/index.html +++ b/si/projects/macedonian-student-night-in-ljubljana/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html index 47b87029..619d0190 100644 --- a/si/projects/meet-student-slovenia-2023/index.html +++ b/si/projects/meet-student-slovenia-2023/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html index 42a79999..74f5f7ed 100644 --- a/si/projects/meet-student-slovenia-2024/index.html +++ b/si/projects/meet-student-slovenia-2024/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 afd7921b..dfed2ee2 100644 --- a/si/projects/morning-coffee-in-front-of-ctk/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/projects/paint-and-wine-at-sunset/index.html b/si/projects/paint-and-wine-at-sunset/index.html index 4b0c69d9..a6e71e7c 100644 --- a/si/projects/paint-and-wine-at-sunset/index.html +++ b/si/projects/paint-and-wine-at-sunset/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/projects/watching-handball-together-in-slovenia/index.html b/si/projects/watching-handball-together-in-slovenia/index.html index be1130e1..5fc624cc 100644 --- a/si/projects/watching-handball-together-in-slovenia/index.html +++ b/si/projects/watching-handball-together-in-slovenia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html index aac10000..a670c247 100644 --- a/si/student-welcome-guide/academic-life/index.html +++ b/si/student-welcome-guide/academic-life/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html index 9204c553..4bd5d2f7 100644 --- a/si/student-welcome-guide/administrative-basics/index.html +++ b/si/student-welcome-guide/administrative-basics/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/admission-and-enrolment/index.html b/si/student-welcome-guide/admission-and-enrolment/index.html index 346c0753..96c7612d 100644 --- a/si/student-welcome-guide/admission-and-enrolment/index.html +++ b/si/student-welcome-guide/admission-and-enrolment/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html index e64c97c1..23c0d54d 100644 --- a/si/student-welcome-guide/application-deadlines/index.html +++ b/si/student-welcome-guide/application-deadlines/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html index a04cea37..2585a8d9 100644 --- a/si/student-welcome-guide/arrival-checklist/index.html +++ b/si/student-welcome-guide/arrival-checklist/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html index 65c57a3b..e70cefb7 100644 --- a/si/student-welcome-guide/bachelor-application/index.html +++ b/si/student-welcome-guide/bachelor-application/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/choose-a-programme/index.html b/si/student-welcome-guide/choose-a-programme/index.html index fbf2e220..7d89d61b 100644 --- a/si/student-welcome-guide/choose-a-programme/index.html +++ b/si/student-welcome-guide/choose-a-programme/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/complete-student-journey/index.html b/si/student-welcome-guide/complete-student-journey/index.html index 97562887..f0bcf483 100644 --- a/si/student-welcome-guide/complete-student-journey/index.html +++ b/si/student-welcome-guide/complete-student-journey/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html index 18261405..f80de4fc 100644 --- a/si/student-welcome-guide/document-preparation/index.html +++ b/si/student-welcome-guide/document-preparation/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/evs-application-guide/index.html b/si/student-welcome-guide/evs-application-guide/index.html index 22095d30..15aa5c43 100644 --- a/si/student-welcome-guide/evs-application-guide/index.html +++ b/si/student-welcome-guide/evs-application-guide/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/healthcare-in-slovenia/index.html b/si/student-welcome-guide/healthcare-in-slovenia/index.html index 41d495b4..9859d01b 100644 --- a/si/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html index 65b10963..10ae8b59 100644 --- a/si/student-welcome-guide/index.html +++ b/si/student-welcome-guide/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html index 6313e05f..d4845017 100644 --- a/si/student-welcome-guide/master-application/index.html +++ b/si/student-welcome-guide/master-application/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html index a8d3aa22..a3953b2f 100644 --- a/si/student-welcome-guide/means-accommodation-address/index.html +++ b/si/student-welcome-guide/means-accommodation-address/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html index 5fe40f82..6e976901 100644 --- a/si/student-welcome-guide/my-route/index.html +++ b/si/student-welcome-guide/my-route/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 d10d20bf..6632fb58 100644 --- a/si/student-welcome-guide/official-sources-and-checklists/index.html +++ b/si/student-welcome-guide/official-sources-and-checklists/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/prepare-to-move/index.html b/si/student-welcome-guide/prepare-to-move/index.html index 94de64ec..e7a472dc 100644 --- a/si/student-welcome-guide/prepare-to-move/index.html +++ b/si/student-welcome-guide/prepare-to-move/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/recognition-of-education/index.html b/si/student-welcome-guide/recognition-of-education/index.html index 0ce1c28d..444e19ea 100644 --- a/si/student-welcome-guide/recognition-of-education/index.html +++ b/si/student-welcome-guide/recognition-of-education/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/renew-change-graduate/index.html b/si/student-welcome-guide/renew-change-graduate/index.html index 00dee43f..f3c3d78f 100644 --- a/si/student-welcome-guide/renew-change-graduate/index.html +++ b/si/student-welcome-guide/renew-change-graduate/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 76ebfd94..49dee336 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html index 98617a9e..69caac48 100644 --- a/si/student-welcome-guide/student-accommodation/index.html +++ b/si/student-welcome-guide/student-accommodation/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html index 7dbac0d8..4f47c511 100644 --- a/si/student-welcome-guide/student-budget/index.html +++ b/si/student-welcome-guide/student-budget/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html index 866d9f5e..588c69e5 100644 --- a/si/student-welcome-guide/student-meals/index.html +++ b/si/student-welcome-guide/student-meals/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 0375d14b..c165452c 100644 --- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html index d9cbed61..679dfb6d 100644 --- a/si/student-welcome-guide/student-residence-permit/index.html +++ b/si/student-welcome-guide/student-residence-permit/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html index 6e57e041..a5ab2e06 100644 --- a/si/student-welcome-guide/student-transport/index.html +++ b/si/student-welcome-guide/student-transport/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html index aa9cf593..253d6375 100644 --- a/si/student-welcome-guide/student-work/index.html +++ b/si/student-welcome-guide/student-work/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html index 5d9d37e9..38e1ee6c 100644 --- a/si/student-welcome-guide/study-cities/index.html +++ b/si/student-welcome-guide/study-cities/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/tuition-and-scholarships/index.html b/si/student-welcome-guide/tuition-and-scholarships/index.html index a1e49b69..73533156 100644 --- a/si/student-welcome-guide/tuition-and-scholarships/index.html +++ b/si/student-welcome-guide/tuition-and-scholarships/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 964d2b81..42397b46 100644 --- a/si/student-welcome-guide/visa-and-residence-explained/index.html +++ b/si/student-welcome-guide/visa-and-residence-explained/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ diff --git a/si/student-welcome-guide/wellbeing-and-community/index.html b/si/student-welcome-guide/wellbeing-and-community/index.html index e7856463..f2cb7aa0 100644 --- a/si/student-welcome-guide/wellbeing-and-community/index.html +++ b/si/student-welcome-guide/wellbeing-and-community/index.html @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ 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 809a84ee..26c4f947 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 @@ -12,6 +12,7 @@ + @@ -82,9 +83,9 @@ @@ -165,9 +166,9 @@ -- 2.43.0 From cc849fa6dd38859a064af42d4c930c2a2f04722a Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 22:16:54 +0200 Subject: [PATCH 06/22] Vendor language flags locally and add scrolling partners marquee Flags: replace flag-icons CDN with local SVGs (images/flags/{gb,si,mk}.svg) referenced as CSS backgrounds, so no external dependency and no per-page path issues. Partners: replace the static home-page logo row with a seamless auto-scrolling, hover-pausing marquee (CSS-only, reduced-motion aware, edge fade). Co-Authored-By: Claude Opus 4.8 (1M context) --- css/layout/_header.css | 15 ++-- css/pages/_home.css | 71 ++++++++++++++----- en/about-us/index.html | 13 ++-- en/cookie-policy/index.html | 13 ++-- .../a-table-full-of-macedonia/index.html | 13 ++-- .../index.html | 13 ++-- en/get-to-know-macedonia/index.html | 13 ++-- .../index.html | 13 ++-- .../ohrid-more-than-a-postcard/index.html | 13 ++-- .../skopje-a-city-of-many-layers/index.html | 13 ++-- .../welcome-to-macedonia/index.html | 13 ++-- .../index.html | 13 ++-- en/get-to-know-slovenia/index.html | 13 ++-- .../index.html | 13 ++-- .../ljubljana-through-our-eyes/index.html | 13 ++-- .../index.html | 13 ++-- .../index.html | 13 ++-- .../welcome-to-slovenia/index.html | 13 ++-- en/index.html | 50 +++++++++---- en/privacy-policy/index.html | 13 ++-- .../index.html | 13 ++-- .../in-memory-of-frosina-kulakova/index.html | 13 ++-- .../index.html | 13 ++-- en/projects/index.html | 13 ++-- .../index.html | 13 ++-- .../index.html | 13 ++-- .../meet-student-slovenia-2023/index.html | 13 ++-- .../meet-student-slovenia-2024/index.html | 13 ++-- .../morning-coffee-in-front-of-ctk/index.html | 13 ++-- .../paint-and-wine-at-sunset/index.html | 13 ++-- .../index.html | 13 ++-- .../academic-life/index.html | 13 ++-- .../administrative-basics/index.html | 13 ++-- .../admission-and-enrolment/index.html | 13 ++-- .../application-deadlines/index.html | 13 ++-- .../arrival-checklist/index.html | 13 ++-- .../bachelor-application/index.html | 13 ++-- .../choose-a-programme/index.html | 13 ++-- .../complete-student-journey/index.html | 13 ++-- .../document-preparation/index.html | 13 ++-- .../evs-application-guide/index.html | 13 ++-- .../healthcare-in-slovenia/index.html | 13 ++-- en/student-welcome-guide/index.html | 13 ++-- .../master-application/index.html | 13 ++-- .../means-accommodation-address/index.html | 13 ++-- en/student-welcome-guide/my-route/index.html | 13 ++-- .../index.html | 13 ++-- .../prepare-to-move/index.html | 13 ++-- .../recognition-of-education/index.html | 13 ++-- .../renew-change-graduate/index.html | 13 ++-- .../rm-si-3-health-insurance/index.html | 13 ++-- .../student-accommodation/index.html | 13 ++-- .../student-budget/index.html | 13 ++-- .../student-meals/index.html | 13 ++-- .../index.html | 13 ++-- .../student-residence-permit/index.html | 13 ++-- .../student-transport/index.html | 13 ++-- .../student-work/index.html | 13 ++-- .../study-cities/index.html | 13 ++-- .../tuition-and-scholarships/index.html | 13 ++-- .../visa-and-residence-explained/index.html | 13 ++-- .../wellbeing-and-community/index.html | 13 ++-- .../where-to-apply-for-residence/index.html | 13 ++-- en/timeline-and-milestones/index.html | 13 ++-- images/flags/gb.svg | 7 ++ images/flags/mk.svg | 5 ++ images/flags/si.svg | 18 +++++ mk/cookie-policy/index.html | 13 ++-- .../a-table-full-of-macedonia/index.html | 13 ++-- .../index.html | 13 ++-- mk/get-to-know-macedonia/index.html | 13 ++-- .../index.html | 13 ++-- .../ohrid-more-than-a-postcard/index.html | 13 ++-- .../skopje-a-city-of-many-layers/index.html | 13 ++-- .../welcome-to-macedonia/index.html | 13 ++-- .../index.html | 13 ++-- mk/get-to-know-slovenia/index.html | 13 ++-- .../index.html | 13 ++-- .../ljubljana-through-our-eyes/index.html | 13 ++-- .../index.html | 13 ++-- .../index.html | 13 ++-- .../welcome-to-slovenia/index.html | 13 ++-- mk/index.html | 13 ++-- mk/privacy-policy/index.html | 13 ++-- .../index.html | 13 ++-- .../in-memory-of-frosina-kulakova/index.html | 13 ++-- .../index.html | 13 ++-- mk/projects/index.html | 13 ++-- .../index.html | 13 ++-- .../meet-student-slovenia-2023/index.html | 13 ++-- .../meet-student-slovenia-2024/index.html | 13 ++-- .../morning-coffee-in-front-of-ctk/index.html | 13 ++-- .../paint-and-wine-at-sunset/index.html | 13 ++-- .../index.html | 13 ++-- .../academic-life/index.html | 13 ++-- .../administrative-basics/index.html | 13 ++-- .../admission-and-enrolment/index.html | 13 ++-- .../application-deadlines/index.html | 13 ++-- .../arrival-checklist/index.html | 13 ++-- .../bachelor-application/index.html | 13 ++-- .../choose-a-programme/index.html | 13 ++-- .../complete-student-journey/index.html | 13 ++-- .../document-preparation/index.html | 13 ++-- .../evs-application-guide/index.html | 13 ++-- .../healthcare-in-slovenia/index.html | 13 ++-- mk/student-welcome-guide/index.html | 13 ++-- .../master-application/index.html | 13 ++-- .../means-accommodation-address/index.html | 13 ++-- mk/student-welcome-guide/my-route/index.html | 13 ++-- .../index.html | 13 ++-- .../prepare-to-move/index.html | 13 ++-- .../recognition-of-education/index.html | 13 ++-- .../renew-change-graduate/index.html | 13 ++-- .../rm-si-3-health-insurance/index.html | 13 ++-- .../student-accommodation/index.html | 13 ++-- .../student-budget/index.html | 13 ++-- .../student-meals/index.html | 13 ++-- .../index.html | 13 ++-- .../student-residence-permit/index.html | 13 ++-- .../student-transport/index.html | 13 ++-- .../student-work/index.html | 13 ++-- .../study-cities/index.html | 13 ++-- .../tuition-and-scholarships/index.html | 13 ++-- .../visa-and-residence-explained/index.html | 13 ++-- .../wellbeing-and-community/index.html | 13 ++-- .../where-to-apply-for-residence/index.html | 13 ++-- si/cookie-policy/index.html | 13 ++-- .../a-table-full-of-macedonia/index.html | 13 ++-- .../index.html | 13 ++-- si/get-to-know-macedonia/index.html | 13 ++-- .../index.html | 13 ++-- .../ohrid-more-than-a-postcard/index.html | 13 ++-- .../skopje-a-city-of-many-layers/index.html | 13 ++-- .../welcome-to-macedonia/index.html | 13 ++-- .../index.html | 13 ++-- si/get-to-know-slovenia/index.html | 13 ++-- .../index.html | 13 ++-- .../ljubljana-through-our-eyes/index.html | 13 ++-- .../index.html | 13 ++-- .../index.html | 13 ++-- .../welcome-to-slovenia/index.html | 13 ++-- si/index.html | 13 ++-- si/privacy-policy/index.html | 13 ++-- .../index.html | 13 ++-- .../in-memory-of-frosina-kulakova/index.html | 13 ++-- .../index.html | 13 ++-- si/projects/index.html | 13 ++-- .../index.html | 13 ++-- .../meet-student-slovenia-2023/index.html | 13 ++-- .../meet-student-slovenia-2024/index.html | 13 ++-- .../morning-coffee-in-front-of-ctk/index.html | 13 ++-- .../paint-and-wine-at-sunset/index.html | 13 ++-- .../index.html | 13 ++-- .../academic-life/index.html | 13 ++-- .../administrative-basics/index.html | 13 ++-- .../admission-and-enrolment/index.html | 13 ++-- .../application-deadlines/index.html | 13 ++-- .../arrival-checklist/index.html | 13 ++-- .../bachelor-application/index.html | 13 ++-- .../choose-a-programme/index.html | 13 ++-- .../complete-student-journey/index.html | 13 ++-- .../document-preparation/index.html | 13 ++-- .../evs-application-guide/index.html | 13 ++-- .../healthcare-in-slovenia/index.html | 13 ++-- si/student-welcome-guide/index.html | 13 ++-- .../master-application/index.html | 13 ++-- .../means-accommodation-address/index.html | 13 ++-- si/student-welcome-guide/my-route/index.html | 13 ++-- .../index.html | 13 ++-- .../prepare-to-move/index.html | 13 ++-- .../recognition-of-education/index.html | 13 ++-- .../renew-change-graduate/index.html | 13 ++-- .../rm-si-3-health-insurance/index.html | 13 ++-- .../student-accommodation/index.html | 13 ++-- .../student-budget/index.html | 13 ++-- .../student-meals/index.html | 13 ++-- .../index.html | 13 ++-- .../student-residence-permit/index.html | 13 ++-- .../student-transport/index.html | 13 ++-- .../student-work/index.html | 13 ++-- .../study-cities/index.html | 13 ++-- .../tuition-and-scholarships/index.html | 13 ++-- .../visa-and-residence-explained/index.html | 13 ++-- .../wellbeing-and-community/index.html | 13 ++-- .../where-to-apply-for-residence/index.html | 13 ++-- 185 files changed, 1205 insertions(+), 1288 deletions(-) create mode 100644 images/flags/gb.svg create mode 100644 images/flags/mk.svg create mode 100644 images/flags/si.svg diff --git a/css/layout/_header.css b/css/layout/_header.css index f1e28c11..cf5df030 100644 --- a/css/layout/_header.css +++ b/css/layout/_header.css @@ -161,14 +161,19 @@ .lang-dropdown a:hover { background-color: #F5FAFB; } .lang-dropdown a.is-current { background-color: #F0F6F8; color: #2D738C; } -/* Circular flags used in both the dropdown and the mobile modal */ -.lang-dropdown .fi, -.language-modal-body .fi { - font-size: 24px; - border-radius: 50%; +/* Circular flags (vendored locally) used in the dropdown and the mobile modal */ +.lang-flag { + width: 24px; + height: 24px; flex: 0 0 auto; + border-radius: 50%; + background-size: cover; + background-position: center; box-shadow: inset 0 0 0 1px rgba(16,24,40,0.10); } +.lang-flag-gb { background-image: url("../../images/flags/gb.svg"); } +.lang-flag-si { background-image: url("../../images/flags/si.svg"); } +.lang-flag-mk { background-image: url("../../images/flags/mk.svg"); } /* 4. Stili za namizni "dropdown" meni */ .dropdown-menu { diff --git a/css/pages/_home.css b/css/pages/_home.css index 4bc2e7dc..effc5958 100644 --- a/css/pages/_home.css +++ b/css/pages/_home.css @@ -95,22 +95,52 @@ /* 2. Partners Section */ .partners-section { background: #FFFFFF; - padding: 64px 0; + padding: 56px 0; + overflow: hidden; } -.partners-container { - max-width: 1280px; - margin: 0 auto; - padding: 0 24px; +.partners-title { + text-align: center; + color: #667085; + font-size: 13px; + font-weight: 600; + letter-spacing: 0.06em; + text-transform: uppercase; + margin: 0 0 32px; +} +/* Auto-scrolling marquee: two identical groups, translateX(-50%) loops seamlessly */ +.marquee { + overflow: hidden; + -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%); + mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%); +} +.marquee-track { display: flex; - justify-content: space-between; - align-items: center; - gap: 64px; - flex-wrap: wrap; + width: max-content; + animation: partners-marquee 45s linear infinite; } -.partners-container img { - max-height: 56px; +.marquee:hover .marquee-track { + animation-play-state: paused; +} +.marquee-group { + display: flex; + align-items: center; + gap: 72px; + padding-right: 72px; + flex: 0 0 auto; +} +.marquee-group img { + height: 52px; width: auto; object-fit: contain; + -webkit-user-drag: none; + user-select: none; +} +@keyframes partners-marquee { + from { transform: translateX(0); } + to { transform: translateX(-50%); } +} +@media (prefers-reduced-motion: reduce) { + .marquee-track { animation: none; } } /* 3. Meet the Team Section */ @@ -630,15 +660,20 @@ /* Mobile Partners Section */ .partners-section { - padding: 40px 24px; + padding: 40px 0; } - .partners-container { - gap: 32px; - justify-content: center; + .partners-title { + padding: 0 24px; } - .partners-container img { - max-height: 40px; - flex-basis: 40%; + .marquee-group { + gap: 48px; + padding-right: 48px; + } + .marquee-group img { + height: 40px; + } + .marquee-track { + animation-duration: 30s; } /* Mobile Meet the Team Section */ diff --git a/en/about-us/index.html b/en/about-us/index.html index 93051496..f12111b7 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/cookie-policy/index.html b/en/cookie-policy/index.html index 698cc65d..4010d6be 100644 --- a/en/cookie-policy/index.html +++ b/en/cookie-policy/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 295d9dc9..44b4a9b2 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 118c6ca4..2a6a6742 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/get-to-know-macedonia/index.html b/en/get-to-know-macedonia/index.html index a8312f5f..e6818d6b 100644 --- a/en/get-to-know-macedonia/index.html +++ b/en/get-to-know-macedonia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 70ed9f58..0dc335e9 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 62c1e78e..50da3b7b 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 a6c6258d..9772ade2 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 4d8722c0..6575ddc3 100644 --- a/en/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/en/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 4bff43c8..2ef7d763 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/get-to-know-slovenia/index.html b/en/get-to-know-slovenia/index.html index 8ea4ead8..d64ee459 100644 --- a/en/get-to-know-slovenia/index.html +++ b/en/get-to-know-slovenia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 ecefb54d..46a15d75 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 650cefb7..dc6d20ed 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 568db8b6..085d52da 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 9fdd277c..bca68021 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 5227f555..aa837887 100644 --- a/en/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/en/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/index.html b/en/index.html index c44c36a6..4bb80495 100644 --- a/en/index.html +++ b/en/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ @@ -193,11 +192,38 @@
-
- Slovenian Embassy in Skopje logo - University of Ljubljana School of Economics and Business logo - NLB Banka logo - Embassy of North Macedonia in Slovenia logo +

Our partners and supporters

+
+
+
+ Slovenian Embassy in Skopje logo + University of Ljubljana School of Economics and Business logo + NLB Banka logo + Embassy of North Macedonia in Slovenia logo + + + + + + + + +
+ +
diff --git a/en/privacy-policy/index.html b/en/privacy-policy/index.html index 1d705c2c..bed50b67 100644 --- a/en/privacy-policy/index.html +++ b/en/privacy-policy/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html index b54b0569..d06bba30 100644 --- a/en/projects/humanitarian-tournament-in-maribor/index.html +++ b/en/projects/humanitarian-tournament-in-maribor/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/projects/in-memory-of-frosina-kulakova/index.html b/en/projects/in-memory-of-frosina-kulakova/index.html index 1914ff6f..88dd6b72 100644 --- a/en/projects/in-memory-of-frosina-kulakova/index.html +++ b/en/projects/in-memory-of-frosina-kulakova/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 eece5b9b..4e0a5ea4 100644 --- a/en/projects/in-memory-of-the-kochani-victims/index.html +++ b/en/projects/in-memory-of-the-kochani-victims/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/projects/index.html b/en/projects/index.html index 5a3a3cc7..374f1973 100644 --- a/en/projects/index.html +++ b/en/projects/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html index d9d56e24..080f23e1 100644 --- a/en/projects/macedonian-student-night-in-ljubljana/index.html +++ b/en/projects/macedonian-student-night-in-ljubljana/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html index 704bf185..581241f4 100644 --- a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html +++ b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html index 0f13ec34..58ec8755 100644 --- a/en/projects/meet-student-slovenia-2023/index.html +++ b/en/projects/meet-student-slovenia-2023/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html index 1e60efc2..034a4d6d 100644 --- a/en/projects/meet-student-slovenia-2024/index.html +++ b/en/projects/meet-student-slovenia-2024/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 f5378bd0..a0d03e50 100644 --- a/en/projects/morning-coffee-in-front-of-ctk/index.html +++ b/en/projects/morning-coffee-in-front-of-ctk/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/projects/paint-and-wine-at-sunset/index.html b/en/projects/paint-and-wine-at-sunset/index.html index 964f7ef4..7cdf7ebf 100644 --- a/en/projects/paint-and-wine-at-sunset/index.html +++ b/en/projects/paint-and-wine-at-sunset/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/projects/watching-handball-together-in-slovenia/index.html b/en/projects/watching-handball-together-in-slovenia/index.html index 56160a2b..cc02ea40 100644 --- a/en/projects/watching-handball-together-in-slovenia/index.html +++ b/en/projects/watching-handball-together-in-slovenia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html index 65e3d5b4..0c22fd0e 100644 --- a/en/student-welcome-guide/academic-life/index.html +++ b/en/student-welcome-guide/academic-life/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html index bb45d2f4..b121d414 100644 --- a/en/student-welcome-guide/administrative-basics/index.html +++ b/en/student-welcome-guide/administrative-basics/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/admission-and-enrolment/index.html b/en/student-welcome-guide/admission-and-enrolment/index.html index baf132e1..a6cbb764 100644 --- a/en/student-welcome-guide/admission-and-enrolment/index.html +++ b/en/student-welcome-guide/admission-and-enrolment/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/application-deadlines/index.html b/en/student-welcome-guide/application-deadlines/index.html index 2871eac1..f6cff98f 100644 --- a/en/student-welcome-guide/application-deadlines/index.html +++ b/en/student-welcome-guide/application-deadlines/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/arrival-checklist/index.html b/en/student-welcome-guide/arrival-checklist/index.html index 8123946b..ff356413 100644 --- a/en/student-welcome-guide/arrival-checklist/index.html +++ b/en/student-welcome-guide/arrival-checklist/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/bachelor-application/index.html b/en/student-welcome-guide/bachelor-application/index.html index 317e1420..dd0d0782 100644 --- a/en/student-welcome-guide/bachelor-application/index.html +++ b/en/student-welcome-guide/bachelor-application/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/choose-a-programme/index.html b/en/student-welcome-guide/choose-a-programme/index.html index e4a3d020..7924340a 100644 --- a/en/student-welcome-guide/choose-a-programme/index.html +++ b/en/student-welcome-guide/choose-a-programme/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/complete-student-journey/index.html b/en/student-welcome-guide/complete-student-journey/index.html index 7567c5f2..977c89e0 100644 --- a/en/student-welcome-guide/complete-student-journey/index.html +++ b/en/student-welcome-guide/complete-student-journey/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/document-preparation/index.html b/en/student-welcome-guide/document-preparation/index.html index cc36d06a..2af866da 100644 --- a/en/student-welcome-guide/document-preparation/index.html +++ b/en/student-welcome-guide/document-preparation/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/evs-application-guide/index.html b/en/student-welcome-guide/evs-application-guide/index.html index bc1df056..21dad14f 100644 --- a/en/student-welcome-guide/evs-application-guide/index.html +++ b/en/student-welcome-guide/evs-application-guide/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/healthcare-in-slovenia/index.html b/en/student-welcome-guide/healthcare-in-slovenia/index.html index 7f78d288..48be9e90 100644 --- a/en/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/en/student-welcome-guide/healthcare-in-slovenia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/index.html b/en/student-welcome-guide/index.html index 98f281b9..adcb0d34 100644 --- a/en/student-welcome-guide/index.html +++ b/en/student-welcome-guide/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/master-application/index.html b/en/student-welcome-guide/master-application/index.html index 1968f679..caef5a01 100644 --- a/en/student-welcome-guide/master-application/index.html +++ b/en/student-welcome-guide/master-application/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/means-accommodation-address/index.html b/en/student-welcome-guide/means-accommodation-address/index.html index bc5509f3..874d03ed 100644 --- a/en/student-welcome-guide/means-accommodation-address/index.html +++ b/en/student-welcome-guide/means-accommodation-address/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/my-route/index.html b/en/student-welcome-guide/my-route/index.html index 931db994..74452440 100644 --- a/en/student-welcome-guide/my-route/index.html +++ b/en/student-welcome-guide/my-route/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 6af2fd07..839987f5 100644 --- a/en/student-welcome-guide/official-sources-and-checklists/index.html +++ b/en/student-welcome-guide/official-sources-and-checklists/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/prepare-to-move/index.html b/en/student-welcome-guide/prepare-to-move/index.html index 2366a1fd..e37250f7 100644 --- a/en/student-welcome-guide/prepare-to-move/index.html +++ b/en/student-welcome-guide/prepare-to-move/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/recognition-of-education/index.html b/en/student-welcome-guide/recognition-of-education/index.html index 74ca570c..c0a722c8 100644 --- a/en/student-welcome-guide/recognition-of-education/index.html +++ b/en/student-welcome-guide/recognition-of-education/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/renew-change-graduate/index.html b/en/student-welcome-guide/renew-change-graduate/index.html index 19741037..30ded455 100644 --- a/en/student-welcome-guide/renew-change-graduate/index.html +++ b/en/student-welcome-guide/renew-change-graduate/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 425f3756..a02b27bb 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html index 54b3117d..8a2c3798 100644 --- a/en/student-welcome-guide/student-accommodation/index.html +++ b/en/student-welcome-guide/student-accommodation/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html index b94c4f49..dc8299e4 100644 --- a/en/student-welcome-guide/student-budget/index.html +++ b/en/student-welcome-guide/student-budget/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html index 2e6b93f5..3a5f0485 100644 --- a/en/student-welcome-guide/student-meals/index.html +++ b/en/student-welcome-guide/student-meals/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 cbcfdcea..854dfb17 100644 --- a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/student-residence-permit/index.html b/en/student-welcome-guide/student-residence-permit/index.html index da6d05b3..00211991 100644 --- a/en/student-welcome-guide/student-residence-permit/index.html +++ b/en/student-welcome-guide/student-residence-permit/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html index 0daff6f2..3b4574b4 100644 --- a/en/student-welcome-guide/student-transport/index.html +++ b/en/student-welcome-guide/student-transport/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html index 115f06b0..004e4f12 100644 --- a/en/student-welcome-guide/student-work/index.html +++ b/en/student-welcome-guide/student-work/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html index d1770342..b952968d 100644 --- a/en/student-welcome-guide/study-cities/index.html +++ b/en/student-welcome-guide/study-cities/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html index 6e1a0991..fb5c898b 100644 --- a/en/student-welcome-guide/tuition-and-scholarships/index.html +++ b/en/student-welcome-guide/tuition-and-scholarships/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 4cc90424..67819331 100644 --- a/en/student-welcome-guide/visa-and-residence-explained/index.html +++ b/en/student-welcome-guide/visa-and-residence-explained/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/student-welcome-guide/wellbeing-and-community/index.html b/en/student-welcome-guide/wellbeing-and-community/index.html index 2d0d17af..4ae0e162 100644 --- a/en/student-welcome-guide/wellbeing-and-community/index.html +++ b/en/student-welcome-guide/wellbeing-and-community/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 985861a9..8812a3ee 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index fc60b917..2a60b371 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/images/flags/gb.svg b/images/flags/gb.svg new file mode 100644 index 00000000..ce4d1e00 --- /dev/null +++ b/images/flags/gb.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/images/flags/mk.svg b/images/flags/mk.svg new file mode 100644 index 00000000..0ee923a3 --- /dev/null +++ b/images/flags/mk.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/images/flags/si.svg b/images/flags/si.svg new file mode 100644 index 00000000..33a03c62 --- /dev/null +++ b/images/flags/si.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/mk/cookie-policy/index.html b/mk/cookie-policy/index.html index 4cd60cd4..1382bab5 100644 --- a/mk/cookie-policy/index.html +++ b/mk/cookie-policy/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 de58b379..b6763a1d 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 aef7f24b..5412d613 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/get-to-know-macedonia/index.html b/mk/get-to-know-macedonia/index.html index 57c54c52..87b041ef 100644 --- a/mk/get-to-know-macedonia/index.html +++ b/mk/get-to-know-macedonia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 0c25c896..a67b938a 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 6d619358..89083fbe 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 6587f348..4f4aa31d 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 37e260b9..0a374245 100644 --- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 da9cdeb4..05ad90b9 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/get-to-know-slovenia/index.html b/mk/get-to-know-slovenia/index.html index b97c9ca9..606d8b83 100644 --- a/mk/get-to-know-slovenia/index.html +++ b/mk/get-to-know-slovenia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 0e77247f..e88478fa 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 b2460001..99068fc6 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 2eee2b20..f07dd4a6 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 ef5e2e32..c82a4044 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 ae80193c..95f1e6a3 100644 --- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/index.html b/mk/index.html index d3d0ef24..2d5a02db 100644 --- a/mk/index.html +++ b/mk/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html index bea82b77..37024de9 100644 --- a/mk/privacy-policy/index.html +++ b/mk/privacy-policy/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html index b3de2ed5..fce6f403 100644 --- a/mk/projects/humanitarian-tournament-in-maribor/index.html +++ b/mk/projects/humanitarian-tournament-in-maribor/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html index 4385fc06..704b51d0 100644 --- a/mk/projects/in-memory-of-frosina-kulakova/index.html +++ b/mk/projects/in-memory-of-frosina-kulakova/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 3943a5c0..ad85732e 100644 --- a/mk/projects/in-memory-of-the-kochani-victims/index.html +++ b/mk/projects/in-memory-of-the-kochani-victims/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/projects/index.html b/mk/projects/index.html index 39cdf7fb..64ccc9d5 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index 2f9d7bc9..78ad3c2c 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html index 6034be60..691decdc 100644 --- a/mk/projects/meet-student-slovenia-2023/index.html +++ b/mk/projects/meet-student-slovenia-2023/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html index 26c5a1e2..5f66723a 100644 --- a/mk/projects/meet-student-slovenia-2024/index.html +++ b/mk/projects/meet-student-slovenia-2024/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 69b08956..728913ce 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/projects/paint-and-wine-at-sunset/index.html b/mk/projects/paint-and-wine-at-sunset/index.html index 7d80794f..91a9e10a 100644 --- a/mk/projects/paint-and-wine-at-sunset/index.html +++ b/mk/projects/paint-and-wine-at-sunset/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/projects/watching-handball-together-in-slovenia/index.html b/mk/projects/watching-handball-together-in-slovenia/index.html index 7df904fc..e9f6569b 100644 --- a/mk/projects/watching-handball-together-in-slovenia/index.html +++ b/mk/projects/watching-handball-together-in-slovenia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html index e9d7506f..2fe6c7cf 100644 --- a/mk/student-welcome-guide/academic-life/index.html +++ b/mk/student-welcome-guide/academic-life/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html index b5a2409f..c37c9752 100644 --- a/mk/student-welcome-guide/administrative-basics/index.html +++ b/mk/student-welcome-guide/administrative-basics/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/admission-and-enrolment/index.html b/mk/student-welcome-guide/admission-and-enrolment/index.html index 26fea829..1610fc30 100644 --- a/mk/student-welcome-guide/admission-and-enrolment/index.html +++ b/mk/student-welcome-guide/admission-and-enrolment/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html index 18ef2813..7bc3fb2a 100644 --- a/mk/student-welcome-guide/application-deadlines/index.html +++ b/mk/student-welcome-guide/application-deadlines/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html index 95dd43b1..689f3721 100644 --- a/mk/student-welcome-guide/arrival-checklist/index.html +++ b/mk/student-welcome-guide/arrival-checklist/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html index deb257ba..60e29a56 100644 --- a/mk/student-welcome-guide/bachelor-application/index.html +++ b/mk/student-welcome-guide/bachelor-application/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/choose-a-programme/index.html b/mk/student-welcome-guide/choose-a-programme/index.html index 5d750027..fbd4c85a 100644 --- a/mk/student-welcome-guide/choose-a-programme/index.html +++ b/mk/student-welcome-guide/choose-a-programme/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/complete-student-journey/index.html b/mk/student-welcome-guide/complete-student-journey/index.html index 17148024..93ee38e0 100644 --- a/mk/student-welcome-guide/complete-student-journey/index.html +++ b/mk/student-welcome-guide/complete-student-journey/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html index aa046a64..2ce2666f 100644 --- a/mk/student-welcome-guide/document-preparation/index.html +++ b/mk/student-welcome-guide/document-preparation/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/evs-application-guide/index.html b/mk/student-welcome-guide/evs-application-guide/index.html index 6909fcd6..7f64e9cb 100644 --- a/mk/student-welcome-guide/evs-application-guide/index.html +++ b/mk/student-welcome-guide/evs-application-guide/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/healthcare-in-slovenia/index.html b/mk/student-welcome-guide/healthcare-in-slovenia/index.html index 3c69e194..ceb838ce 100644 --- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/index.html b/mk/student-welcome-guide/index.html index 7a40092f..a619a8b9 100644 --- a/mk/student-welcome-guide/index.html +++ b/mk/student-welcome-guide/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html index 2edbb9a5..e0af71d9 100644 --- a/mk/student-welcome-guide/master-application/index.html +++ b/mk/student-welcome-guide/master-application/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html index a9c7e436..849887b3 100644 --- a/mk/student-welcome-guide/means-accommodation-address/index.html +++ b/mk/student-welcome-guide/means-accommodation-address/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html index d6383cd8..c8429148 100644 --- a/mk/student-welcome-guide/my-route/index.html +++ b/mk/student-welcome-guide/my-route/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 f0d6c10c..d2f86340 100644 --- a/mk/student-welcome-guide/official-sources-and-checklists/index.html +++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/prepare-to-move/index.html b/mk/student-welcome-guide/prepare-to-move/index.html index 56318ffd..118c1167 100644 --- a/mk/student-welcome-guide/prepare-to-move/index.html +++ b/mk/student-welcome-guide/prepare-to-move/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/recognition-of-education/index.html b/mk/student-welcome-guide/recognition-of-education/index.html index 605043bd..56116a40 100644 --- a/mk/student-welcome-guide/recognition-of-education/index.html +++ b/mk/student-welcome-guide/recognition-of-education/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/renew-change-graduate/index.html b/mk/student-welcome-guide/renew-change-graduate/index.html index 42218e68..1a7e64f7 100644 --- a/mk/student-welcome-guide/renew-change-graduate/index.html +++ b/mk/student-welcome-guide/renew-change-graduate/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 5289b6bc..6f68f8aa 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html index 428c4466..f2d5d595 100644 --- a/mk/student-welcome-guide/student-accommodation/index.html +++ b/mk/student-welcome-guide/student-accommodation/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html index 0d19d0f8..d7cde9b0 100644 --- a/mk/student-welcome-guide/student-budget/index.html +++ b/mk/student-welcome-guide/student-budget/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html index c8067e7a..3b64ca29 100644 --- a/mk/student-welcome-guide/student-meals/index.html +++ b/mk/student-welcome-guide/student-meals/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 178ee13f..737eb9c7 100644 --- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html index 557325d7..9534676b 100644 --- a/mk/student-welcome-guide/student-residence-permit/index.html +++ b/mk/student-welcome-guide/student-residence-permit/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html index 57cda411..6ace2037 100644 --- a/mk/student-welcome-guide/student-transport/index.html +++ b/mk/student-welcome-guide/student-transport/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html index 2c316b82..39be025d 100644 --- a/mk/student-welcome-guide/student-work/index.html +++ b/mk/student-welcome-guide/student-work/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html index c6588144..52dac3ed 100644 --- a/mk/student-welcome-guide/study-cities/index.html +++ b/mk/student-welcome-guide/study-cities/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/tuition-and-scholarships/index.html b/mk/student-welcome-guide/tuition-and-scholarships/index.html index d2ebca7c..4827487b 100644 --- a/mk/student-welcome-guide/tuition-and-scholarships/index.html +++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 1bb51135..3a97f216 100644 --- a/mk/student-welcome-guide/visa-and-residence-explained/index.html +++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/mk/student-welcome-guide/wellbeing-and-community/index.html b/mk/student-welcome-guide/wellbeing-and-community/index.html index 8e81d4a3..d9d51a03 100644 --- a/mk/student-welcome-guide/wellbeing-and-community/index.html +++ b/mk/student-welcome-guide/wellbeing-and-community/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 931fb389..6ac9f804 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html index 661cc221..e26f9186 100644 --- a/si/cookie-policy/index.html +++ b/si/cookie-policy/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 e018a4e1..b0c1848c 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 45e3a7ec..76063334 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html index 82d70352..1b25502d 100644 --- a/si/get-to-know-macedonia/index.html +++ b/si/get-to-know-macedonia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 9df355c6..d5e63f42 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 9d59a604..6152cf93 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 cd1bdb9a..cb0bea11 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 c9c6a483..1429c843 100644 --- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 c161b3f1..eb1fb1ba 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/get-to-know-slovenia/index.html b/si/get-to-know-slovenia/index.html index a112c368..16f65387 100644 --- a/si/get-to-know-slovenia/index.html +++ b/si/get-to-know-slovenia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 382b5e9a..2563797d 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 5381d818..15b2d7cf 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 a976655e..50248dcf 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 0ce00662..4926c30c 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 34d70349..f03fe9a0 100644 --- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/index.html b/si/index.html index 01c9fd24..77a7a4ec 100644 --- a/si/index.html +++ b/si/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html index 2c92705c..934113cb 100644 --- a/si/privacy-policy/index.html +++ b/si/privacy-policy/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html index e63fca60..bec5c713 100644 --- a/si/projects/humanitarian-tournament-in-maribor/index.html +++ b/si/projects/humanitarian-tournament-in-maribor/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/projects/in-memory-of-frosina-kulakova/index.html b/si/projects/in-memory-of-frosina-kulakova/index.html index 0be2b58c..05c4ad53 100644 --- a/si/projects/in-memory-of-frosina-kulakova/index.html +++ b/si/projects/in-memory-of-frosina-kulakova/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 a107f599..150366e9 100644 --- a/si/projects/in-memory-of-the-kochani-victims/index.html +++ b/si/projects/in-memory-of-the-kochani-victims/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/projects/index.html b/si/projects/index.html index ebac3268..8d7dfb6a 100644 --- a/si/projects/index.html +++ b/si/projects/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html index 87ee1711..57ec9f42 100644 --- a/si/projects/macedonian-student-night-in-ljubljana/index.html +++ b/si/projects/macedonian-student-night-in-ljubljana/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html index 619d0190..e2e2d459 100644 --- a/si/projects/meet-student-slovenia-2023/index.html +++ b/si/projects/meet-student-slovenia-2023/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html index 74f5f7ed..76efaeb9 100644 --- a/si/projects/meet-student-slovenia-2024/index.html +++ b/si/projects/meet-student-slovenia-2024/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 dfed2ee2..3bbc83f0 100644 --- a/si/projects/morning-coffee-in-front-of-ctk/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/projects/paint-and-wine-at-sunset/index.html b/si/projects/paint-and-wine-at-sunset/index.html index a6e71e7c..ee9b04d7 100644 --- a/si/projects/paint-and-wine-at-sunset/index.html +++ b/si/projects/paint-and-wine-at-sunset/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/projects/watching-handball-together-in-slovenia/index.html b/si/projects/watching-handball-together-in-slovenia/index.html index 5fc624cc..f8c1d32d 100644 --- a/si/projects/watching-handball-together-in-slovenia/index.html +++ b/si/projects/watching-handball-together-in-slovenia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html index a670c247..e53db93f 100644 --- a/si/student-welcome-guide/academic-life/index.html +++ b/si/student-welcome-guide/academic-life/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html index 4bd5d2f7..27c4d6d1 100644 --- a/si/student-welcome-guide/administrative-basics/index.html +++ b/si/student-welcome-guide/administrative-basics/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/admission-and-enrolment/index.html b/si/student-welcome-guide/admission-and-enrolment/index.html index 96c7612d..81afcf85 100644 --- a/si/student-welcome-guide/admission-and-enrolment/index.html +++ b/si/student-welcome-guide/admission-and-enrolment/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html index 23c0d54d..21168a77 100644 --- a/si/student-welcome-guide/application-deadlines/index.html +++ b/si/student-welcome-guide/application-deadlines/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html index 2585a8d9..2a030be4 100644 --- a/si/student-welcome-guide/arrival-checklist/index.html +++ b/si/student-welcome-guide/arrival-checklist/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html index e70cefb7..1d9af00c 100644 --- a/si/student-welcome-guide/bachelor-application/index.html +++ b/si/student-welcome-guide/bachelor-application/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/choose-a-programme/index.html b/si/student-welcome-guide/choose-a-programme/index.html index 7d89d61b..df19af2f 100644 --- a/si/student-welcome-guide/choose-a-programme/index.html +++ b/si/student-welcome-guide/choose-a-programme/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/complete-student-journey/index.html b/si/student-welcome-guide/complete-student-journey/index.html index f0bcf483..eec077ed 100644 --- a/si/student-welcome-guide/complete-student-journey/index.html +++ b/si/student-welcome-guide/complete-student-journey/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html index f80de4fc..4dd889f0 100644 --- a/si/student-welcome-guide/document-preparation/index.html +++ b/si/student-welcome-guide/document-preparation/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/evs-application-guide/index.html b/si/student-welcome-guide/evs-application-guide/index.html index 15aa5c43..36f7e94d 100644 --- a/si/student-welcome-guide/evs-application-guide/index.html +++ b/si/student-welcome-guide/evs-application-guide/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/healthcare-in-slovenia/index.html b/si/student-welcome-guide/healthcare-in-slovenia/index.html index 9859d01b..293bfb85 100644 --- a/si/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html index 10ae8b59..8d2addb3 100644 --- a/si/student-welcome-guide/index.html +++ b/si/student-welcome-guide/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html index d4845017..6cfe2a9f 100644 --- a/si/student-welcome-guide/master-application/index.html +++ b/si/student-welcome-guide/master-application/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html index a3953b2f..1e681e7e 100644 --- a/si/student-welcome-guide/means-accommodation-address/index.html +++ b/si/student-welcome-guide/means-accommodation-address/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html index 6e976901..9762f0ab 100644 --- a/si/student-welcome-guide/my-route/index.html +++ b/si/student-welcome-guide/my-route/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 6632fb58..e07c7c2e 100644 --- a/si/student-welcome-guide/official-sources-and-checklists/index.html +++ b/si/student-welcome-guide/official-sources-and-checklists/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/prepare-to-move/index.html b/si/student-welcome-guide/prepare-to-move/index.html index e7a472dc..1a278e75 100644 --- a/si/student-welcome-guide/prepare-to-move/index.html +++ b/si/student-welcome-guide/prepare-to-move/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/recognition-of-education/index.html b/si/student-welcome-guide/recognition-of-education/index.html index 444e19ea..e8bce30d 100644 --- a/si/student-welcome-guide/recognition-of-education/index.html +++ b/si/student-welcome-guide/recognition-of-education/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/renew-change-graduate/index.html b/si/student-welcome-guide/renew-change-graduate/index.html index f3c3d78f..d73fa760 100644 --- a/si/student-welcome-guide/renew-change-graduate/index.html +++ b/si/student-welcome-guide/renew-change-graduate/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 49dee336..1544ae7f 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html index 69caac48..8d9d57f0 100644 --- a/si/student-welcome-guide/student-accommodation/index.html +++ b/si/student-welcome-guide/student-accommodation/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html index 4f47c511..3aafd5b5 100644 --- a/si/student-welcome-guide/student-budget/index.html +++ b/si/student-welcome-guide/student-budget/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html index 588c69e5..99d6a194 100644 --- a/si/student-welcome-guide/student-meals/index.html +++ b/si/student-welcome-guide/student-meals/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 c165452c..27ed3249 100644 --- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html index 679dfb6d..b1f80c4a 100644 --- a/si/student-welcome-guide/student-residence-permit/index.html +++ b/si/student-welcome-guide/student-residence-permit/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html index a5ab2e06..3db68fbb 100644 --- a/si/student-welcome-guide/student-transport/index.html +++ b/si/student-welcome-guide/student-transport/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html index 253d6375..a4ed085f 100644 --- a/si/student-welcome-guide/student-work/index.html +++ b/si/student-welcome-guide/student-work/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html index 38e1ee6c..dcdec2cc 100644 --- a/si/student-welcome-guide/study-cities/index.html +++ b/si/student-welcome-guide/study-cities/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/tuition-and-scholarships/index.html b/si/student-welcome-guide/tuition-and-scholarships/index.html index 73533156..d03f1adb 100644 --- a/si/student-welcome-guide/tuition-and-scholarships/index.html +++ b/si/student-welcome-guide/tuition-and-scholarships/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 42397b46..b1c19118 100644 --- a/si/student-welcome-guide/visa-and-residence-explained/index.html +++ b/si/student-welcome-guide/visa-and-residence-explained/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ diff --git a/si/student-welcome-guide/wellbeing-and-community/index.html b/si/student-welcome-guide/wellbeing-and-community/index.html index f2cb7aa0..485bda2c 100644 --- a/si/student-welcome-guide/wellbeing-and-community/index.html +++ b/si/student-welcome-guide/wellbeing-and-community/index.html @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ 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 26c4f947..eba09144 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 @@ -12,7 +12,6 @@ - @@ -83,9 +82,9 @@ @@ -166,9 +165,9 @@ -- 2.43.0 From 5a94c62456922bac701af9c67256eb4b423432c6 Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 22:25:48 +0200 Subject: [PATCH 07/22] Partners marquee: use real partner logos (all languages), trim logo whitespace Add the auto-scrolling partners marquee to all three home pages (en/si/mk) with the six official partner logos (Embassy of Slovenia in Skopje, NLB, CTK, DSMP, Kampus, Povezani), trimmed to their artwork so they size consistently. Co-Authored-By: Claude Opus 4.8 (1M context) --- en/index.html | 48 +++++++++++++++---------------- images/partners/ambasada-slo.png | Bin 0 -> 23952 bytes images/partners/ctk.png | Bin 0 -> 15441 bytes images/partners/dsmp.png | Bin 0 -> 41399 bytes images/partners/kampus.png | Bin 0 -> 9992 bytes images/partners/nlb.png | Bin 0 -> 11181 bytes images/partners/povezani.png | Bin 0 -> 7511 bytes mk/index.html | 36 +++++++++++++++++++++++ si/index.html | 36 +++++++++++++++++++++++ 9 files changed, 96 insertions(+), 24 deletions(-) create mode 100644 images/partners/ambasada-slo.png create mode 100644 images/partners/ctk.png create mode 100644 images/partners/dsmp.png create mode 100644 images/partners/kampus.png create mode 100644 images/partners/nlb.png create mode 100644 images/partners/povezani.png diff --git a/en/index.html b/en/index.html index 4bb80495..fec0ce98 100644 --- a/en/index.html +++ b/en/index.html @@ -196,32 +196,32 @@
- Slovenian Embassy in Skopje logo - University of Ljubljana School of Economics and Business logo - NLB Banka logo - Embassy of North Macedonia in Slovenia logo - - - - - - - - + Embassy of the Republic of Slovenia in Skopje + NLB Banka + Central Technological Library (CTK), University of Ljubljana + Association of Slovenian and Macedonian Entrepreneurs (DSMP) + Kampus + Povezani + + + + + +
diff --git a/images/partners/ambasada-slo.png b/images/partners/ambasada-slo.png new file mode 100644 index 0000000000000000000000000000000000000000..ce49722af36e0627b03b5b5fb50cae4c51c6a30d GIT binary patch literal 23952 zcmXV%Q*>s*wuL*kZQHhOvt!#%I<{@6W83;;n;qLWZ_c^rWsg0^ep$P!R@JIGzZIb< zF98RQ4gKraFE}YlQRQF1fbM_ZjUd5)o}$9sSigShYDkF+sd{8z>VjpXXgu?gNU@*O zMs?C(=~W5Jgrq8``E71)>h^ZfxN20<4gID}MyFKF-s`El9yUAr=CNm9vtjSdV$(dy z_I(|dCr?Vt80);=^1f$>?1VX8=``3CFfbDiOUxNfla0z{KKIBW3{cYjk2ejWi=2)+j!Ub~(^L)6D8 z-3@VN{x2|mf{)CAU!_|sO zh{&cRKue+365}zCMY|@j?l$NK@Nr}Q8&RF3rcgCg?LWrg5nHSYLBWAH-3-lE28fBL z0|RqAB3?1y`dW#FT{cn+#vMjrAqCw)c&Jd=(NI!&>_{w0e|nG(6G8T0A^7|*&VB-|dXvCvg3( z;4XNb&MHZme?Y7xYM-X@q$#{A7@<0HF60*djTsaVfC zZtB!@#r<>H|0)mjyig_N;WORU)wL7#$Fp*}fB~&R+8#ShSp>Z1kz+BEf;d9QS5RAI zo&ef%ZRd(SNk*A5ejRyVxODz^tU0TqJ?k;1yIK)&o=go7V`XW#x(KqIx`|h({+Jl@ zVLcsfn?dqC=47GL)@wSPczM9~9Pk9SJDuyV%@*|e>+hwTl+7YtCo?tJg2;A-U)iwG)$EigHg6ch3F%w^K=GAuVMP@2)winru+3^E<_`AiIEC*G$pw7q-g~L` zBMqO>_Pi>HF-K;VUqHKuBRse#b5;1@Eq1|nF$?jy*DX-a|IM!=yT-Ms`x)@Btqz<# zdYzalPks**u!h|*BAnS>(d-(bG}Z(^ba0hIB6ex$4pIM3<}^DCY*ww%D>^`#{Ga&i zh1-{8u~`?8jsg)iG{ZqKGQPstN#@zm!`7seqkBV(&SA{i5-i_0Zm47R*{Fv`8wVCmVlL)AakM z(s0Oz_ruj6cjrDOqZIm}Hh)K8^!%=eO5BFn#EPp$uSL@9H0TVI>VhhoOl18Im451AmVqk^oLT8Rb9_I$lUVUp}LWIKQ28UJh#IGif0@2rD#Vh488$iPf_M3VxZ)dfP8A~*9PJrTW^r#Mq+pP8skE%{H zet)MxFmE`+kn+B6+Fa0#h84VrP*h=4o4}3Uou)Uruxupa&8!TqfS zL&YNa?!kxQunU_`@1T^|*x_JBl1uNhVf&gMM;ReE)k^{i;%qUeDa+LGc=rvPfN%WwpZzq38)RZCRK*CB#~-ycn1rWUyi$|` zdoby>nurkdJaq}-9$+ksvk=dnZzN%c-@vP`FHbUEZ^3AS=Y0=j$cY>8!or2ff2Ca4=1o?1Z>F9bg^_^o zz%y4YL@j@j1JoJ?0}Wyq1{|g=yWaTUZJr&ToEDfuE7pCf;u(h{H&qw>;V*(568 z9+}Os+sX6Uc9!0M5}ymM>jVi?3!!@iD$?&M(%FYK8bbUUY?XzDixBz`4n!~I)mtuj zx|7Yp$mThA)&&n71G@p~;f^eOxs!&Qf($Y)8(f!N71XGybB|?6IPl|_GYs3#YwgT_ z5XBBgQK3zhoNeoWBXR|+Fip;;{&d3P*A38c;ZRA)=L}9j-J>E+Wct8Mb&o~!k*I7! z{X5cGZ?KQvwn^_|zX2IZy5Id;S;xYGAvdp_uvZbrrw7M8umLE7KWfEdn25xB6$tDk<0RAMLiIaL724=p6%SFIS99VY!UyKkHrdx>{@+YhtH^TRgJu;#Hh(s{9xSUtD9l1Qo_*}3T zAH5qKuamcTA%FQcL(XKgg8yBT)9;jXk^SAk2a!k{gtnc^oh8-I($Cv1a8lgMVqUyj zV#zIkxj%x{y}mmkX3b>3;KsRwY~v!C9Arp?0a7vitikJn&!gHv-qC33P|gfIyZii} zZ-EVbu~UNTZt^pq!vz6dAHpA@8s!sPTlk_qUBkjS><|OlHkBG$@wc-BVC76(y%)bBXKz=`6 z1~TNs%wftnPLoz-m}Sdpi{9`^Hld(;xGBQG3%haFc`V33T+KsIv|NVKjzAIPrhyuj z_3N~ag~!p0ssN))(YK*U^qbKpPCtkUE)LxH{^dLtTJrq!+HHTc3PX_m+OcpdxFCLN z)WCf-8o+t@f>f54sCu}c5|W1B4OEIN&@kBY%%2t6ndgDB1T^w-Nq_nv48qrQ{m7%qW6Kw z(EILM9Ot(!hp`uVKb*F{)o@KkT+RB|&)w(sNQ8+X4rU8wrWa2}qXxrI;q%1u;bOgK zkbn1hZ~R^X(9NNzxa;`+{ARu<^l-Hdq~HA+p3XoG0OQ~d%`<1Hm~XE7nE<`6_fu4# zr%%|AdKWYoB`0g)R5DncRTPw1yx6E|ZhS|2^T`pu+Yg>PkF_)DIP>+9nPl$oxto={ zW{=OHYsSMgu+=O}Y$q7Fv(mj6rXa_|SCql_T1d3b^AFoa89Cv7a7)b9PMB$4OV|!~ zb~d(gz_;!_quJM+c}SkF6|F#b5P8g5+Ul~|&gqTUpOd9#kP_bym*QCS?pE*8mY35; zbD3`6BQykqEr99X>l4|w`q?T1?>+t2n@6I@^tNczwyBtAy%$L=|2_HbM0HT8Zc8b{SHM)w1++rd`n_)@L{D{NTg z6KNN<))!l*;Nh6W5eg=Tgv3SzKUe0B5NuxM{cMQliOiAxfu2vU!>dN)6@CM(n*oL1 zy_%7&zKOWa@C5~2wZna}pqUX!c`1)SU(|RsxFKRy*p$O-D6xQ`Z*K(;^;-E4^c8(4 zZCMlsKS=>FxRC@AuQ1s5rNUO~eOlVP!6tomH@%eD>)W?NyY0Ljm^=ahz`#Ojyz7h= zfuV=?C=owrA;gFqXQ6!!BywMVICuW1P>-!*W9zPGz$O!xlkYHx%29C7zJ&f~^uHSJ z&gHJj_Fjeo(^meFm@IeEKRNd!*{l&DK++jFzw<>{r7(F zB(=L!alVxGH;@o9JhlB0`d{G_U)Q3%o--+jx!;;suK3QEq1AiYpVu)n4x2-zdkH-B zK`IWR(m~ILYCXO9hhG!p(`db~AAs@Af4kRHH2d!T+tvq0l;|HFC-%ILXB2xINP7AY z+orTpr{fp`PHKa5)HmpB6EE?;abl}T}r zN7F~e>H~i@EQiVp%uWr9p2njs!HR!s=Bhi>m;%_g+R0sgU;gCeSs^lCNCLAL8$R`k z(^CwCWae>|54YpM6nA%wyKTFp787sZk^Kaud^Z-73NroerLkzCKF3$GK2MvlIu672 zX!!Rz3Z=oh3-{D85)aq0h9KU9tkXSw%tq@BA7S28ArvG`{klgzIPBMbX-Q@UCG{pl z+`Ml-ha~ie0Z{{$*Q|Vm^0eCuKDcn_rNa+;z9Tn73Z~hTXFu4fY9QQE4c#Yd+ z`)w8(0g3)4r!d-35}EDvmiS9bX5irn4?H{>4mNe6qfiDex62oti*RiKdf4uMX`R0R95rCz%o zSi9{DDiv{y<}0rC%Ok zd<|*)Xekv5{V*^%%=Eh*nco{lsC_Kmp6bI}$yTXna_7Ny7-QxI!UGc%1GF`OPMpRQ zc}`xLkcOxY`Dc8NtUV~ujp_N6F;`3@2a3ET(Py;SpLCxhbgZ9PYBHyqvaPxfM zVQSjnxehQ;BhbFfNZ#^oD@)Y4^-LYlZb=;1p(KWzu4}sACs>bCh5ohz2ry&3#D=@_ zXM<*X-o<#$I}8DiB;ykdZ~9r z{kB}=!h7Ii=Fg!-^m0oPq0YT-x>-wj;W5nEY$q|k9uerfc5mZ}dfxy^jz33%s2rPP z!35Y0jJ+S#^wOFJfB1H3SHLu$_7Ezc(P&$t_i;;@e)VkneXG|PokA$AXXo;iD68$m zY)|o1_xBMD)BcKpL^O;RNJ*;=m~iDoRdH3MZ99wvf4is@B}Y-rCB=I*IMjAs@FIxT4K~3s z^vv^oQ1QF>8)hS&_l{K@DGUE(9dX{C6zp;FRp=j~g~b-_MiH1n$3?a6JQz>FVl1Nr zVk~@MiB2+y|0s0FnD+B}%K3Y)urT!MV={TQOeSccWsK|*0g|4v8Q3`b!CXhr07; z_$ZDDGJHhs?ByyYTQhL8HO;_U*X@X^5@)yo`>T7xbIrkRcw>UTuz#7QhRITI!Ba5t@9VC3=9A7IIUnF7J9>3H8# z6&%-gz00+~_h9HW)p;s-5i&ZE`gy`xbl`*$@iStnH(NK z)c`1J`TPU^bf~T^5V{XUt};?^dcOHAqVm7&Ngx%HeqARQg=pZzj1F+REehU#9CP`p zO4`xDhOSu~6%1P}49v)(&SboQog8|LJrokh*FEjZJO{s!An@_jiwh3~y}OB>qst9C zhu(bCtadZVh%!YS40`m7abg-QhMc1AHKB;_Mx#hTHINGto4@9A!C{P97UD+BX+Ve6 z%Cu#`K(XRE2*n$@`PA6;^)_WR_aCFU?21F2X4!*vyqA6$lhdSMcoZO|gYweYAK+q#7QL_`3^ zWbfH)DIGe?4c)Caw+pMp<^yfH-iW%z*ow&UW*!2ZX8lGgvEyz=9Icb?K7K5KHmWE>OG*HWri@bOP;?&gQXAE@j)tM3v5nQ{T z*HnEtY;!&23lI7;Ioc#Yz9gJ+CE{=qBg?dVv-mRB(zV51npe{&3V+G+MglJqa`0_{ zmM*|HX7Scx2V2HU`NNEIqw0dNf@DGSzWiA-Lz+GU1j@SgS}ZCDoBn1gs3(d(K;v6- zb+ar-OV?jMR17hfH@;f>=syXe|KeLTsOB8&sg~ul)g5@LADFGr8H@iu_;*@7F7I>) zE!vZ9K$V%2#W!0Asm#W-rV-lzIk#fAl}x72q2uM%OrD~`&<^4E-6-_&xl@f1#awpg zft_tEkMJ8-Q#?F3)OD&N2+XerlCKpVIwe3vP3$2oPX2O&yf4JNl5IC5sZN41P<8DA zjOnkwJFE44{$PDYkaw;JOVf^kt`$>v zsrNUb&wA=#p6|B|*Kqc(>u%_5no{gretbc4$^jFc4ynkD>B7R8rj;EP?WBaFv`y zGNZ4?cMp=naBOrL>aCADBlYC9fBL%;cdOKq@4W&-Y%M)Sq33@6yYjAZ_|791cOGIY zi=B2C%J~kK<7KJ;EuTXw*cy6K9ePN*NEKqzvG!k^8t;t7N}=?UaMyHB;I{i^D4p7L zmP*=g6%7GwF?E|qQJNR0$byT~WB&u{?H&n7zSO|Dn2Qzi^0hxz843XXuVuLur(2Vj zDXZ=9wUYG**ic$)oQhH~f2SSjj%hld#p<4Jth8mOM)6m+#EOYj-E!Q?8Waz76ygoo zY`rfvsoV&990FMGuXVQaICi=$qu1Ea{?Pz@e4Vm@TTn4GQfH!sL_~_*Btpt2e3Rw$ z5h(jlML@Sg51zIq3xo-1^>=kj>TOmhBXvkqCC6(*s%1qLqmP(|H+U zrqJ`<@+i2{L~kq0aM;x?gB>3y7>P9B{@_)Gm%Qqi8i60^2ejaMgLGQshj}#!1N3fxN3L3*L6#pgNGYEK9M-IvLcr_N9-Fq%7D5e-|V2c8i zuFuE>#@f_Dt*3v>a>p0TN8?2^qZpO3^F@Xs z@6{s%dG(C{BU6N7Tgc01F@ zJ1OY^q?165ErZ~E4;?ZWPDb{;U)3-cxXalC%#inU+u-L%)a-D=!}oPFDy#Yakt>G# z2TQkSAjQ-;{lxa#=7NS?kM`2>eO!#`L6uENJF^+1iC@@4*FPm)xf3qjB4dr&?D_&b z&KG4?;FiNxdN&2-1w*WU;h((NonqrI6oa{$p%YKfA+~D^LIO0c?9~aHGNGG)r?~Ud ze@nW|Ik2SI_c3sfF+E(B#R#`i?+?H04e}{;sTtwehj(Xa6>wVz?#iC!XdI|DBva9` zy;bnzHe(G(gDn>O?q1dog33F>VBc3DZ)Kz{ zr|4F{5=~3`tr+N``8&UDXfv)C3wfkK&(~E@seoxfF1Nq1_&Xeti!W5h&I|bG5>}{O z;9WvNOSNV!0T-!#&i7ZJ!^PsCjt|1}vhr+jd2$8ehu6Wu5sa^-En#h+>^|ZWnv7#e z%o_BgI+*$c$z6JafqZVUc|!iK8P{UfcB;XVyPZpFkEqX#Ix#@) z-6{Sx45NVs2xx#{(iEb3eL&VyE{4(tS82V3WUd?%WColDD92WnY*3?UvXtF`DQyCH zB4RieHyneYM=zOEHTd1Wy=)kD#|p)SI*-XWxvhT8z$`r*lu-t_ky*6Riz>pDULJF5 z$HaAvivqG;!57^*YLZ4dg&sS-u@$gLHP*}_k@7HI~e zM+Lwsy2fWFQqIHiDyYpNw$^c^8|~JQcOFv;->v4PrM+^CTyku@2fpytcir#d5RCjq z$fe~-`+nq!TMh@-DTS|Qyi78ue#~8rHkN*L3U7{xL>uaSy<=fAa$vxfjbAWHkXyry zx_4t`R2$-o%kQ9wC`XqbHJVer&3ujd)d0gQ_z6lxO2T<)LnZy^4*PMoy%4%Z49Tg! z--%5L9elI{Bm>M}M7dxBXf7{1mlx}1SE8&QNecp*n9E-#b@IO8^yUrgD}G1alm86< zXQT;v8yqagK7B0Vpy^RG>H+dKVt z_NhUpO6NSkhr2(Nl(fjrPox12ujBpfZfp^2_h~z?tv!%p#Mhm#fFM57`kUsPD|3~b zA6X|QgTGnuGW6ZPhZ2Rd zRs$ofSi=~P8_+4^+%jE`+m)@H8v8E6Jb1V{6 z#5QhQt)*2BFaBj@_OpE@GxGvt`yp78Nfi|+e`Vm_q`!l|p4F+~!hu#!gt$LE8th2V z*m4*pL%l$W?B&%o0?u|@&F4=RJG%^^0>mos-dQVZ#(BBadqlcBPfnu>QukYL=s3S3 z-_d|ZPlhwBkUcDlX=aQD(W#e>tU?uK=bE~UBj_|)71ws>lll0$xIo@-Xc!lKFQ*Vu z2J@U);BgF&^OOmK&!SSmBc|^x5dC9-w}MI@CH_;9>ei}Eh)PR{6yee`<0=!rDU2ZG z(A=(6%IzMU)xvC{iF?Up2%Jn$fv#X#EKr};=6+puSexL;FvL5G4eV=GOJ0PWp_?(a zV9Bfq#%(^U^~Sy*$AB_h?}_7@U;C;smq-wX^o&ti6@OIBz#>gNuen8y=yq=45ID{< z{?r*gqR!QH9)7YH-+j7zk4xqjAd^*-l}aJbY;GFk*+xVeN2iD709!S< z)7_GDnT&w4@zFOy1XOeuNj(ItF04fv1#`DhC01~!A-?jaHoF=crK_H!nNX!Xob51f z2B{SYooDBUuTq{vpCzXxTZ_vUJ}+kfA$wHfT6R;3%({j^MJU2%GG|Fgx~7c-$@N;& zRGnlAQIqfiBow&suE6h4Ovp|Rp3=ivpdG1(k*Dj;eUZJodf{&|UuI%Of*Tb?Z6fL_ zT|JKSSobhu-+OdX7F?1EKCzj;Qgkd?`}`xg4peL8s+ELUvqc&}pR7UDRL3uhJMFp) zOr!Ar3dOA)A1#F!P`mM{w)^v)(t4B;gcQO$^S$Vy3izKm=g zC1SE_FIiR^>m$;k`%&VmjkSa;2p4@Ch_sCVdB+tnMtKWk44Oe?|F(x3yUTJkiPo+j zxj-wiA)SNqJ{+3yp|LBLzc(Y!-Q6ir(C#+ULz`nt2av&h}Cwwu7lbLm#fuT?rD0Y1_r*YuMxfnY|uddhn@E zOjSO|uE%?V{zPL4dR-KvFJ3np?jnWE2?o8ksj$eTtwR9$v_Q#`H(wYFqQ^{uZ{MbL@onjb8HG#oP2_!ywPfQ1?_rm+)tT3Kf{A%(1w>aJ zR~y(YU9#?)>!{6Qq`b3jFGmzsqN))FYYZy#KC)lM7ve%y!S%EC)#W-^S|N;{Z}wzw z=!3vCDU$S2WZ&9*8tB)GVl#GultZm7sB4K_2$(I=&C%AsipY zhIE&#ux+9wLClD-$71nMbK<&@pfhrOE^e?1!o=>3HFI8j&f;?_5(P?y(S<;q=3?T~ zDE*?3ELB5$4VISgynOFAAE+6)N6%VU`%o7QPtCMGA=^H0)A#|0tr-WrxeDS$g~f>!yKDef1MY&m) zlZl2A&w%p)A84aZHD7up3aANs4S>m&^ z2^aTPuRq`OeBqk24h}w^zU>&)&L@4?)c~68BT$(qTkUl6yd7r3>!3v#1YIr&!#Uo+ zN8bsY0BD?M2ZGV~TL`v+!^hjzJWR${MjxEsh89Q@w>{r`d`x13UvJ)Yxt^DeWrnV~ zC?$vh68cshNA-~0SD9;Hy!*n$m3&*e8%ZNESFsdYMb^kb30Wv6ZqA)m8OP7!Qm7gr zkuBJMfzPwj)n<1;N$eG?Ok|nuz{o!5QAp(DT>T?DbgIlf8bYbEJWTuXyHoDS4-RyFPtmY>E;Zi@#vp!vy1U4S_ z)$#V5vg8@^wrmCoB)6z(B{b!Fe`+(SOTwUdsvDxPBE?MQwU2smQLD{1-LMwA zX3y(K(2DpJm%^*55GAO>P1`k}yGBNHpBfkqlcxC;QxdGCvF#%iCCtMSW<+@N)+Tar zIV9}Lw$q_j;F2EFmERlQU?e?OH9{tny*5ap^sdKieb!)LYDGp@uVhVB=$y#=-tIpJ zs^%PCg49p3^WTUt9+#GrSOtIk6fCGH9@f;*;KPX3*F43&b~=TDnC!QxakQrnkW~a+kzb zO$4&OHd!qrJxP&$y`fTK&|b)I6?&vOQfPP3;=c#!cZf~3-XEME+e_Y;*h^!`txZ_+ zV~x*|Yp%$oM5w05WcK+U>J*98dggysFZ1*9u=VtyWK<9KrdYD=5gzEWIeKq<9)<}X z*I|vH`sky>FdTbupCF5?Kgt~;WbyktSh0=)oASA$sNG_S<{m+jGmZcEg8lsZlJZ_b zr-R~Kt0Lk5{I-|3g??Pj?RnS{s$nIlN`-3^3fSgWgDIlh&`Omi`5J&w5bci53tdXp zD9%p(14kPRN}`pBq#jap%3bqfgwMbN+8RaqNrS~+2MV*`k3u~PldOniQRppLR-LF8?S|}742@#7E z{swh5a7HeWOgPBKZYLrfh(njf&TBKu#co9an_$1%B@%qQ7XDXkA+)&!L{Y^+J`W9* zws9Xgc8f<13gM7_IE(~#pl?0qcfGND$xU(=dj&(yLV%7-nxsqo#t>t}!Q9T{`7A4l z1EvGF8j@2jXPF7M?1Dq4lC>}|g4fPohDEZl?$ge;5K1K`I5ug!qf;Jyyk;ahSpIB2 zi^Lou*Z_BP-^{n!fFdqHGiv|$2z0G_tK{u+p|DTOYgb`-S96~O)zR@?TLxFMy$O#h zUJIN+8{zM6cC2%Dczwob&$4o&c?*q}tBv6Rh!}RV0tB;}NXX$}&{m_T^CvJDrQdSc zI>19F0GW~TU{gldvdln#TB7{7f|JmjLa`AisQ_BbSuGa3S(3C6q+{58 z`y%-4wV@bGpBfPboOPUX`qGFxa%DJY%nOu3Uc$C>kkh)S4!n(vANDmy1Nng#zTmO6${zQ({$StUq{=q7$3= z9!3o3p{6bnROD4Kxur#3e!dXz{RR*yDLuSJyqqaV==iI9Ac=p%rM7S>c-O4h@xa4B zOVx#Jd03m2X`f%X9nt=P8Kxb?0uL~GIpIi|fzhM#SyL@ccP(1X#rQNm{=m@nUweVd zH6J<^ySMrcVsh19{||Q+!DBls8Os^d!*V$9+q4x%;q8g71z1?C13gYO1veB3s;rtu z+p8dzdOEC~Y_-{55dIzIR~oVNH)1^EVMRV+!=pgBiX4uhXCbf+IT`q!bjB_2Y6U-V z4Fx@sE~lXxM9KlE%39k`%5)u87Ojs@tdSh(V_1mf0M+` zMh|%XZ=0jpwtV~pa9Lp6@J;8MaIsn@j4^i$BDJ;IsYZM>dW%t=@#^st*9eBMD& z6^`Oy9p{!XtW8qr9G-SR)p?tNgZbZE%|rs`4`Nn*rF6bU3o+otRhQ8HA|`VU3Mq^# zU$5g9s{b)b>*+j!4aKnaEQ`~LN6}x9MbXUd3Fj9b?GI%^I45fdv(8nn;g881 zXsI$g+5UgJx=e<$h6Mq8vPm?J(G8XX19Wn@RLYT_GO@jK2(xsKoxr4c;r#I24F31= zc4+9+m}B~ED-7zeZtuM(h`Bve?Nf0H%`$h0ajOuIodLo}1M z=Yo+U!-QA0LKY=Fe}S_(+A#J!7?J*&!*2@ai9b5J94|9A`HPifFhO{Il1_~!99s2{ zf+YQNg#O-6hFyYPUXzhjkVcF`_}?0o_dcS9V;NW$R4>p#oI~Ev7Um^C2tjG8O9Tqq zs$WV}Wwiui6%*s*^0$uT1BP48Oo-7YmGW4IA9a`jpT^z*fwu=@+2V8;)L3-qF)Zs( zY*Ad(zIEQMh5*wg)g1|+rbEKG5rRkEz4*eLt9IlgdLD-ef^7I3uH2~-<{~nZ%xTd- z1QF9p&Qwc48v%m=BsoMeM3fbyAN8RJ>JqCfE}cD*8dd-Q#N2i|MceAYKac2hv|Hpe{3zE5e zMqw8Iv6CKPcm@-dXvkx!AbBGIsP7YD-L&sX2*(N!CJWw~D%41#Pq(nSyQ*};WP{`% zIp?Z!T=&7VLt~kAwT&%GmjQ|pCLpo?#M$SFNz)A{06L6o_HO&-0GvK75igieBd+}Z zYsP$RE5-|ZY_l+WBEoZv%!6Ue?)CkYjHrSR%42gu70uG=CjVy5x`+KqSRQY5%#MH$ zgKoYeXyLT(1Lgl9@IOJ91%Yy^p+6<|-xKGpfv4)l;q9PORS*>PLG89h+ZAMwx>0_c_6GCp$ouQIX3_P%gDSN(p6vOlBevhhp6~Eb=ziwt_7Lk<(;f3cF_i5oK_( zU!HY&KIP*H-0DfWN3Tu4wfS<3#A&2tM8$UPF=!YSD@vY4n8cMhvELobQb5~1tYlow zckAM;lX6iJ^Vrq~<=jPnJl?!{SQJ}jNLoC?7molfzXBi(LGH zSt^P+_aon#7*>@Ta4%^1_9rlmxQENrwxV7QKcne*eOC@SzaNZ^@nLX89&o%PPN483 zido20PcA3E#%FqzI!2smIlT^k$@+ZNq(A#zO)=a&ROThGPlIjfFKkykX^^oG8f;rX zvFZQF4}^h)Lw$P#^Fy|qg*~Cc?wAU7R+{B`=i<9qE^1Lni1VyGlBCiq5mDt!1W}c z5!pM?KZECeAo#;aIbyQcK~MvCu5WsL%alQFxIJ>U?anVyfA;+NjWE}~?8SpEQUttO zg>gO$dK7A&ItW`{O!R!mpdTYK?L@HcEGGp==$;`G<2jjsNsXp@0uA{8C7Kka)sW7P1_#8-MlMe)+$LW z=cxJpOUj5D6PSs!;ytGO!1;lq&{539C@CocKU83GOYh_DUump+gq{y1o@W#BKXRi# z7(KN296t;C4|$|!<=3)Ad*0ZS!``|P(M&6wQUB{lpC)Fv|EG4u&x>L2`w-+YYr*R} zlTv7EW!i_oVjA-qCB;%{GTGSRTzHN0f=bHsenlw`a%SAoDobdk%{w_~J7AaXd^(pXLOg%|AUyhHtE85z;-~Lifbz zw`P@QssU6Fho-1+z>FqfRF2fhdpfSEZ%{74fL9`6YTlHZRM_Eani`Z@LY_!$m!n}zP3G2ag9 zx@CD%%zLUWRAA5`*bR60N&;&Ui-Vj=iulwcsre8;M2v>F39BR|^f2h5W>EBf$IehD zl6z7{O;Yj*6E$;Lm+w%*=gq<5>+1EK5STklj(xt6RbUz2^UKF-S{8&zYCcI zd;20okh0GIvHuaDp>D;00GVFszVldPvk8p~rN~YRLD@Iz?5}YQNW0EQbrH5)!l7A}IEoY@4 zIBc)hteGVLU^(^rk^<6T4{vX%4#JQPu*FIErUkBr50_^Pqv-ArMAfJK{zrF;k$j+y zbpNOJQ^@G~wItTX17AKCfyR%F$rK3`l~z4`_LwDO!(-*qs~i=eDRPPMam}|27gnU? z#mBVE>w2w*xzSolNWo?oPtJebxI%!KWJbF6ZG`Q1xv76;&NTD-!!W0=E|-|1JeD^LAZ%Q-G6NhE@&nE#r>~l9`91D);BDFt9ir6@YJ%6xAYo)TW zIlRx7d+p8-2Q2ojmjf!*=(!Ne>HA>db3a{VbW!Loj#)CL6HZ`G7j4m_($5Y_M1>zmnbxghg}x!a}=*3kS=3Qc!_T5QaEz~PAi_zq)F0YClTp$ zC!YboYZidf+UDpwhJjKBj@8mC#ALK##oCi#VRO zk;ouL^?W!Yup zqwSwe!1#Uv$c&xA2Wq)s0rqQEoYGN0CVzd&Jsxo?S4>p#QW2q!PExLBgM|=z7?~Hh+K4gw9&`PJXI*+#W9Rg^_4$@)w83 zc-n3kL7cA#8xNhuaDL8v%Y=-cM)T-NLuJ!JD_wou9AKK|ps;Ud z0r{Ffo7#lw#n&ISVBZ((VYt2Er3D4HK_&&tX=ceykLiaz|}|KaP&qF>z?j*O14CY5u+V|)%swXuqD;FqUT zLmrw?qw%;9-F3X-nb(`EZZzjK=PAHvknT$cz#sa4pmpKegkUwjsr!zYf6}(++m$Rv zK(z=0Eb2e#WPWmgF;J7!UmtwCNi4iqx3lar!xf8gUUoFXc1WJZtGOUYTiR^bArRt1 z#0=zd&?v%|p#%g1`29qp}PNMC4Vka8~WU&M)p4}k> zKu%gzM?dLoctQ=_5nIgD0P0y~DNU@+VK6NLSkC6HT2Hga7F#Za84-u3xt|x)aO9_D z&R&&U5iP^-AR^TfV__R0+>}2!4GB2521sT_+H_dd8TBw2VBR!tb2~qS9~uT(UD(*6 zL!Q;+_}&*})mkUJr2sRoZqlvRhUE2ksq6iEaa`-&YkS;)XO)*j2ltt(p*=vg5+sz;$~F2P#glamGkh-=Rh*iak*QSU3#{+(uazlgFGo zW2CK$t5vN30wd%9Ix>F{IGTrETY6}t0!M+zM!-gbnG?P|OsN+`Y07W)$#?qP-NzGf z(`-IFWFhI18KA~&>~M&~kG3}6Z52pOBOZ4&WW0UtEE2DyW_c=!nLziC5KR&<4za8F zt*4E7*}uS!4WsR?7(Es@iA%521^XpHKOs`x7O%S2vsb3~Zx>I3jh06v9aEWEHZX z#t=(2%zw{nw1Cq#@Y8Y#my5Y4x;qbQHgKH(YvC;8qUhf)P9v=}OG!(2O2g7iN;gYM zHz*y;N=isbNrQBEx8#DvBHb$?ph(BF_uuEuyqFg=^O>3J7uPxG3*{M)4;N91S5WH; zXY3{E{DWI(b0>Y_zK9}~E!yWF>LTB>+qWoBl$U*p%|o|e!p+KJ%((qF_8%>}J zoSJ;Pbbj~4HM7}Iu!a1lz?pbA?AxNPXu}0Fwvvx4guykNK~?zS{bEgaO8v35=7DLy zWv2i?_(sVEo-D0r45J#qwYUHrrzBQmiq{0viX8BSfhlhMd$QGztAq^eDq(To z;?lwU`@u;$9JZj*%$n)~N?FZh`pVYR=v|+}cM-b6Z~YU*!C;1yO+nPGQe3oF zHcCL|E<}l)Xn$JSauogo9ae81mnnZNv_9(v>*cxaRGj)_IkBWfkgPt9x{549^gIg|;`?QF`WJaAW1tdOxcgu7iN;C6eTB zbckvw-6_3gB(AeLwXh8oo;C4R>?HS1yiiJ_rTGk|UTviY2&-_)?ZVL7R|6JSefvdg`@5Bx& zu+?|l#626Bd35Pg0aMI-KutH~!AXu@#@+)5?Dh^i8!z7J0<>Amdk}WxD}+pZCgPI1 zWC+;a`>5XC$_UnMu(6%)0%yx|H9-ix!5K)VYJD34tDuF~f2QWbos$@|FMc>jqam4T~02A0g9rP9kv&nUrlB z%9Uy|gK0Bd1^q353`L{B=??SEMmM&c6jU~dIhiq~_D8qA36DdrTD%iR8^# zr~*hn&*0gYQKCunAc%pq@t0-;}r2gk`ZF8s@Yq?*OA$k~x)N!}XIdXU? zd_y(^&Nz4K>=z}YCd)A?ifta?$DLzHVeW3=7Z5iv zs4~IC&Uqkk?>rl3H`LD3qMR=MLT1XuXgsd$YN^=4Ww*|~bc#%#Hd%*CAk{dUG_g0m zRu0-iCYTP!9G$xTtrFk6nV7jgLulG1;%X|)?fqqVV)4_D#YX2qnsH=Fw234m7OEpv zv|QHevHc})-^VPCF}=HPk12d@!UaCK`FaS?s4=s2GKEqaT|m(Q#Y=+#{JP)|pI zx2EOPoGy}}0Z2cF#{~nW@0;z2Mr?%!`}{!3^+6;Cd%Fs=tJ?bL6}yq5FPZYi83J78 z(5UeV2${mffJ$ZQAdfe#i(`(Nj9Kj;Mp!$d@52%|L|uk?L*0iGJoqIYmswEvFpV3%BF5k3O6pypzSL83R0$>XDlzs2)~uA?gKe z>A0H=$(4vsI6ruN>S!AAL>eR0vm~A4uF0i;)|0YH0-k@qV;OhWAjYFyEYpccF8&~K z=34{jNbl+hbII*Q*RajN0a`eo87|LkW6weKAGPDrBWh!BGvhjo$IHqIH}~;jBim;| zh_Kid$3^7kSk^4N!DGj+47`;Rs+MLWeg0b+vC-M6?ZQcf{@$Ow!h7r5??+eWh-ShA z)gLut?azgXrA9psaH}VxXdr4{CpX)AIMF3wYjl^znZG=kgqedl@put%bihM_f3COy zIU2bb{7qn5=i^VKW&4PjUvXs3Ybh=%sUp@|#91F(@Ut7b&am$(7m8R8N3(w% z2^u`$f$VQ`ks?>t%W1i^9 z5>J}f#|wjrY|0E^)E1)Mz`l@qTFRG;E@*#EpnC*wMv|^Mfnwva;*+gQM*JenW1i$g zt8OZmaLokX>xT1@)eZG@MPTJSx8>zyfMFEA01`Y*3CGb z{n3M*%73zm=!*aTTcher^hix9sRAcR@^B$!F*T% zG9#<*`cdCGzw~T1+wxO+;igpJVpLI-pPbkt7E|EXtE0~4at82pntjR&i~JGE6C7<} zYlxS#)y6S{zo5lXic6C<{l;`r)0Tcwc61|hIB>zHGY?QJ8HtU zQBMRZ;P3_p+{Zl2*MgRcef3wK4b5%88;OYt`|wF{x0Y!IPvhPdVnjN0CmesW0{EM& z=~?`Z)4;k{i)16vOld-b9X><(j{qaXB!O;s z9PK=#T;cR*HvJlBLp#}>KZk)EAL{IwSrz$;iy-jR_D4yxpvyKdnW9s89FVPgEbCzG z{nnj(hc?0w%IlBi2zI(K%{X5-Hu4>|F&XpA2k{ zQBm+^GMfG#2`K`cSVpy}2V19oa+{k{bE6(_Uatb#G;?jL zhBCf*=6*Knv51H-hVCPU39o0nef4~t*HQkiX_kL-fy6%mA=iJu%d-v=!By}ehX zw$i*sF1wZwgn>bwKOZwZu1MS=kMCzGu{8@BPc z%C9GnUprn6LPeZ2#6p3)zziBTGaf`)n*tO)gO!)=2T;+ zYUmaB-Z{wi)0n?XPW_F@&4{^^@nQ%>LJeY+fnbM=oo2T2Ul|srVtN1#Y*TL zg%6GAc3!0sr!ykurlHJTuUu|*!&b$?!B$IM9>d*U=SlYS@(QtLhu4zbR#N!a=QoAI zhyelNvWV|@O`{d;clqBW{PxMV8hb_XSOB;~Fe~qFL20V0cNrWgtl;u1kV!#mIr@!WP4F3YCIvM-mf;Pb&>Y`&@7tMyTp5 z=gG`8@yzOR#5}V%1WH9^HKAwzV%)6*5T<7^%($6S(4DmJ6X7MA`nZbnWjD$VgReu6 zvzTRQNnF9gV9lranew~T;A=(pL{VSOl7yQ~>)_!bnmh_-o)0PXl^jM{qSmnLMogGuubKvar^m_yo0apP@`qX)obuc|?(vV;J1wIqiVC`LG8h(+T!7*?6x;$Z zCMgOf$wWG1T^4QtmtC`m0>FZIhR@HI8txIERUx$ZQWf^Q=5S8RgnFs8A>cfj`s}KL zphOp2bp0vCXjQSLuGs?#MF5}nRFyx#I03IKrKCf5`c3RkGcePOdd|15wnOknzl7Gl z_~`hOJ?ZOf>IG$u?a>SEz!sPI#IJ<1epZIbQMDAj(2b+#d#=S^h2sCbK{v-c@h2P|5e(R;%9gC}t8}*d4+eifBOdcHR;_JAEz` zA8BSx2?7axu>_PKOL2oY3LTp*^$+KWw*G+4Ho3O98lgF`BH=mnkne4RRW;=>J84qK z22}Ipe4PT#IldNkbszT}*0BKfR)_76xyyVs5(0-T)@D~NC8Yg_Xk*6-RoRKG5xV4s z@BC$EESOnu#>1ioe`BkF`ODK|+_yIW7F-D)9Z?KpkS88elDvPO{QlHn%3Fx<%j5p{ zR(+>!2f~2<-KC#8 zEiVc!q=s6rQaQvS27W7ecBQRHhLeWbj$(%4drD(kEqc0eWzklt2DledQ%Lmvo#-#& z@i*Vi1N+|N6;{YvQq02VW$l8UNogv?LKEsdiuYs)hV5b=HS7-pf}OO9GUDqNjjbh) zW=MDxt>X$P&}w|+qoF1HWboG`2uj{|faq^~XzNF;3DCuE$@Q6{d?`Z-aYwz+3lj6? z?I>g0x#fTO&k-nAZ;E7~rN!0|kjxgTazr;fhyB5_-%LIq^mIBEaePjXy-X5jpd!-A z3!h^_0ipxiXv7K(1FwD217n4{WT4Ht(rpB6(}x)h819F8?AWDK*WL5QN`rcfxH81Z zgfrLhq)4FElgZC|K8-PeJ#p-HxoZPKx88ede1F0C7MBsluG^uh5>_X``sdz9eLJx3 zV$Ur3v#q~ZPm>QS^TZh}CUW(FMU7CTnsL3I03DAf4w7p3sd`Bvex3m*K=*x z2)wGf zidziqyYSNGNzy}5^>+tSN%V6TYB>R{Vz9ap;yGGE9nBGuqWECJCX3baPo)M>=Egj; zfy*GGONWCj-+iAtGMv98B(Nrnh_O_?1KNugxfB0Ny{u~qdv$|BSvC3tY~NDt8fJt=z4TQMfl`iGj%JY zXsvd@#6^w3kJhR;-9E0HvlP;ONbXJTP|IH9dTkS`Ri>!!H6%I9KQ93U+qWvL`EO<} zWv6)^2+Ic7vW-|!#B`9ixNSsMzrOn5h~a(1OsAwY=Q59PLoO|{k_9M?cU~Vchnti3 zr890;Ln=LXlBH%@fdgrSfm@%cLgf@15dJ;yPU+%ZR?uOp)_Bi|ETdL^sj~1L8<-^n z{gedp0os6f=-ec$j>%Sw!O)I8EYr+}#;gKuLh^`yw;HSnZtbsoJeR3SRg@}jNgrhV zuj~9qEyPIKgg_(4g95PTx53GgUz#s1xr|!zq9-7%gxEE73o9bKA{7LhCVOdC%VGgy zpK1x5N1ROu3rhP{@aU1=(lj*#7-iYe=vG$2TGDPxz63MZau>GXk_(CWFVt$l*1a5+ zhYDs`vCUj8_x0{a{b$-D3s#7%8z(BPz*?0sy?|vd9lfCqp}X2|IyWC`N)7f*NDV1jRt`Z&db1DjCL zfZ8P(L04A>K}}ZeeB1cW)Z0u`(mT;|n4(#hB&?o1VjSXd)3xJL!2MZ136F+IcL1=- zn9R?@$4L;=mUIxRALwFVrxU@+zX`{Cr@#3+p+E@6b+{KcxoK4Q;3B+jO5E9<$lV_gB$hf6p+oy|~IGC6N; zZF|x6%tnn1MT#3YfORe&YAqF6tE4Bu{%B(i8)E)*4%_<|{*}+2J@7-&|DzW@jYu{N z<-Yq$o(;<1=VlNsm%Rl3-RZ|sn3a?!3{f3f@qQYbIr8sg>D)@j_fgaFxH=z9Djb99 zzh5Xl;6_>xd{}@cRRu>uNIt8o&iUYP-+-s9G>;0L)hL}@z-DZL)G%X&K%Lh8HCy`W zG=$mNare#n*>!(;#%4`wiKB?iJoBq{{=3!`jVEVb>E=0c+lmCK-}ghrD;@q$P@GYM z+GI~8N_7W?+S|t84V5nYk)q|`T>-X`kET{%Gx(N~dmWQXpvR&M&9WN)45SuCcUEK` zoB;!!&I;v5)Ue2}r12wcV2lUT4+O{T7u%I3&ioE1bUGQo=HvJ(Or3Mq1<`Q`RReZU zA8$p;PsikCJ&V#z2S7#d^X=YCz3y`RpM&jjWhBRahLdZcdShClhT=?Hj@@E3l0>Qh z#G{V|RdCU5#MIkB&PyzcwNq3(tntonvuT~SuQ2u{_S(hV&+3fw--HKE$SxRZ9!5YM$MRz zETkWhsQR$e^EPaH;E(?t?0{@@p*m;P}n8tJXG07 z0lk&cso&1{1<(6etJ8BnYgJ4cb_7W|MqO_y)-yXP?}7zr)Ffktc%y~XhslZpnN;-| zy$h zzmv&<-4iXhf|&PQ)OT*mnkfv zi?utb=Lputovl*QCb8gr;kl-^d~BrUVW&zl3B&Tlq63J^*Daoyc>Qna@oXy?Noa?l zAyvW}c)TiSYk~HkxV$Y8F|Am$mNLHcie&j*sr5sR*?rS{!N=7O?3*4G+u?+;QYIao zeBbv1Da0i8o=3>mI6CYN8LGK*gOinF=ZIK`x2aGi1rf-xTivL`6}!j0fy~+8LBXcn ze37502uJhR8Y)hW*hRMdG(J+=5Gj<_nUAxyrd!4RYe{rv1F#@@ z#+H{>n-3f5;OVSfzEwiXhG^!&aA&BWe6Qb>0^L6UrgYDvvy}Zq zCtip#IU4WOwm$y2V*>J$`PLEY&liJIVx^YfT?Z}^)nB3lVI zL5bz+KU(5P;#YzieQ0sJac$YUJ?ZDjXfyDCC5D`syfFby|8v)hz44TdZ^s1e9-|TM z*KEYRt!!cF9E%KtnJsC{tcT};zVo%2d;7f2!ovQuDc4VlI~aftFgS)s-emiMhZkLJ z@9trwjhB+MU$={SxcRz*^@>?oGc6}ucK%hBOa!{q-Adu>vXjbrUH;mPaA7*( z-;eObOxT9(CuCTBU@`Tx-j6niC#CTgn-FmH{lwZP12(B~<6ol!$#ZAnIVIL9=wJyU zxi9G;SeFH(tuYS+it|5P@qLDec7nL|UdwX$$tm~i^TAjU{F6S)N6Tmi@qE28{ohQ} zs6yVO)@BFkVujw$=N8!||Aupyc~meRAt6L~Kkzqh{o7E&bk`LEKh~2~Fn{p*UE;m*$>4F%U?CN?A@u z&nN3BTiuz~FfHr=Plz?I0w(ligF~nZIhb)#08SfVA@apcHL!YvS!ZZP{kgx&5t&K} z3#E3GlQWh%K&PCD$u~oc4*q2{ZY&!MJoyEB&He{P(#N&(?8J9`yyO1hx&seb@H%rS zK#M~DOjVl$dNDv751o&kqc1-|W$CpO%-)EVJ&vZ$D)~w{;8hw~; zFjEXL2EKs6AW*JUY{}_YqR7=cftj%$W`1IBP`@a#;t5Qyg}?+&5aAGkKuS&$&a|kvcW5Ax-opvt z_-UK!QJZc{YjIVU!1lQw29=CxYm*JwxNLqs0EG4V5gG zH*(|dQ!@?n8h;ma6sgEcDC_~<%EUOVgkvvc+0tskrJ-mKc9GE0+# zK|buWQgPT~sMc;U81xbc1E&cXoqlj8HkC|w!(iFpo^ED^u|_0Z8+Q!?y(9vDw*r3m zI1@Z?Tz<9YkJkAp=?`2zfGXJ%40?ithS4^Wto5`L6a11)J}u!tfdzxW{Dp?=A`A~RSNbj3k-I>CJyJRsx?86*yg9|NK6&ki$Y&?+uduTXlm zsn_#Gj#VulV(@A3;!e~#HwYOfgM6u;@K+co&gpSt_a4x zLQdJFPQkX1KobHu@n8D}(y$)KyFAMN>n4-|8a+)~qgCxj1AVq8g6*9*tgkJb#Vd?( zXWZX&*UVCVrY2*zGWWWp0fA<6v00Wm4F`Br4E4~aJ&0fvT!4y;S@`X^o~Za@$C%(! zIADU{crf@>L1pK1|1}dFG-o9Qr3(!d$L7w_9w}0N6h9OI+d;tKAkZQhoXF;cOEj|f z=?RZ3jlMB4|Lpfx}-CBlv{7NER;r^AK^GggptKM%Z_E|p*Ss2g`0-=zgpt+HP z?$`w86+hR-fm$;9`p35$q$yh}HNDl8AS5jj?A6rItiR~oX_2#vfa(s{yrS<^HP&xt zdTJ9JW-wk{%7K8|!QLQ(v*6G9K# zv5y2P6X6vNv@du@u@Z?K?Tj>uic|CcO*6%bYot#zt6g|%%Rm*kgf$H8WVrgjop1xU zpi}=f`m_p15PUv_xPKn2^uyJ;Yo(fAv!!nSZ;)WyLhOLKNSyckx>J4bjzq5tzySn- zl+!eM@#0xW*p}lqR~-E`F47>d6J=;5NFKRIa9liir>_`jEJs2W zufn?!lV{@=Sol9N0_l1GsyjPkcL1i%SH6g058k+xT%}>N0)xI{qp<{1%JC8Tpm~TO z@K~+vcz$t}n`9eoXJ_`bb8nOI)O#rYF#&^`(7|pbjZ_R zS$#(Q# z&G!t$^LU_6dYpKFs;d_c!V0LB7w*8tm9xn!8J*5=yLYspj!9p&Iuf7~{f6{4fbAIR zbpU5Lh9d(^-7i_E(C1X@s%UuzRBFvI8`0f~U}~Kzc$W_N0Lhf$IR=?h-8id?gA76Mk}B`b8DnKkdH3fUz^Bc)${YD z_7gWE!4VUK)uFM}_71fCcd#@&emD&o^xwyLeX_oC97$*nDK1FOC(Emi8FNZj8Ofok zr?P&#K=z*cbYQ^Mj|`SHQ?6RbL{+)U1*-`Y}5 zze#VjuSwLQj%+_B9j<_psF2pos6u8jaE`G-aBMqncvcf$Y06_%?6kcvOiqEbB!%}m z+2L%$H$eQKhK!LMY06K|ECM+qHv*&Gxk?=lPj2 z%e0*3i-_`=Kk6Iub?K17{=0MDg-7uzYl|7}>!wvbcH9gT6D+S~D(kci_h*OxX9{ny zjlDchyi2WAoHxB0WDvp$c5m`7q?=GNFUPL}+=pqMg&bAg%}FbQKDOp+lX?T)WXmDf z+jN;%j}*55pjf=dcto~ecXI?H&l-kqSsVq}nQ@%*$YzESUKswK1rI*RyN(hTL`fY* zG=e4tc)O=E6PTqjd1Ib=iHTa@|Jw)__`DI%hOo2zyTY#xKX@^4VXSAl7E}2g@Z^UX z-VnipwEQlZNQrHnAywFKV@$Nl&8B+((<&^qtubdJT1nGg%_gC<-D5*wZQ58qSKN^D~9+lE(i<1Xhd2jw{GqweV&hQJX(7}E?o;^a z^FN!}!qySUZwBbG`NGSymXZ&B{Z*6&>cTv6QF%`f{(5#AWTjH-S2Bvv)<_shIpk7| z{5TM-B8FWF9FH!JMGQPZ9BED=dm-pyRYVMWJfTE`DWAixt7&GL+h^F9bJg5aSK2pp>X>6+Lp#KQZ-#+e1u(R zRUMm*{zl!g_yS3_;zS-wme0c>m|zmLHlV~`$zQkbMJkze_? z%FPrG!|J&3>MX;g*AX^$N*-f%TvpCT=42;9(vfe+zl~Ez#a)H_8&1;SzcxCy$=qtei&X2z#bR#r4826BY*BZr8}9N=NkhTV?E0 zU(4$eRrMV7w3qJ^N^d+ziwb#-tBZ=8^Y?TfxAI1_LuD?YyBHgITv@+PFXuYkd%5B8 zPHi`cTYB#`04vttI*xkwhfuA#G-1D0snPKhVP%v;bD-|1=E_Q@)L;GtL&bT0tRj4L zy<)sKJs|x0bPPD6y|;AVp)bxx584Wuz$9a{nZOgHZ@BYJOc}3fK`JMB2dP>5!TSGtnah0CmmiJ_^z6P~Jk52tAEx&nh`8n!@_%880 zIUYq2WPam+qtW&^QHw%OCm{5NJ1GMlhTCThZkLZpPwCPRartT?TTAB~MZGq{JV%nO z2ia1^#NV)O(@go=P0q~|K3yC21<&#W*w4dNOXP0B3+L{`_3m%5csk@Bzg;u}!VWIk zy~xk9LNj=NqB^p{JTRm-PY?wWU&47d%^r5+RNcPRG7Z1d@pi5Divx@ z71x3e;DTmHwnC&~{~sKJl!30Z&)>_yOo!lgEe%>WD^>|GHw(xeKhY(}L;diNK$-Qc z9U9W=ClTw2wcz@m_UC9Vd|iL31Sb}7MW-{}T)Y_kgG02mRuy(YQW5PPXf$&FS;*PsMxF|ufO?t!*ysPNIY8qNEdDP7SW_Sq-&7qVq879lXE{nv$NkP z!-)SbHMN$wWZ3l& z2(IP?W7v)Lv}o?1Y^bO+hSHDegeAtz_t!X8;pV1}&M|9AEHaC?(%E9mpFNg~Y? zyI#M;zq@$W_2p2V5j#hArsAz&05Tvcl z#Yv%Jtj;v%0!=D_2Yu}La~zC<{8Jl=8vfgc7e^S8iH&?brWkdvKv}8E_A6*q=O4YI zsu!98pG*Q*J!Z+S}Y7i`Ja={OPft1Ph z*10F~WNa3dGu-7V_9ZfZ$OXV7rRXI6M?ZBKX08G8kX9>2zar_mtHI4?QKwI_@LWey zdBIp`UoOMgq@KOws1hsf+fN~e-dm$l2!P9*#}$^RX5*-xL|t?Pwq`VwXg!x9t^7ui z2_93!v#(rm*@l0ZOj`|ms8P98c7;R4P>F?@Cjf?$t;8~s=Bm|FV$oU}nW<6)oJ~bOBp0x|thoZ=S3wcxYOQ7(*c9?H!x|U+L zh~RMb3@R?K=UWe*7b|a{;u~@T>kaa84kuS>jADys5?Gk9O&mp_u8wqA=9nkaBIIi2 zMk@Havrdh4xO#1scm=HwDb{aS<20so>E1urkhwbjw(6K`8~-@mh3_EMqL~=xJzS?p zpRo6G(!2cx{VYL35MvMmc*?hm(HH{&T%RUXF`6Y6`~68uF#wLfhPdv-4}M8{jKYZ* zm+eJ#8T4P*haRkAo-xWq%fE?SILV4&lqEk2dNtA`J~I+xvgG{f4C{|s*WKyp!FgWf zobLQ0Q@1)Gs2#vdDy|7MCbT+x=fI@wVAtQXfE?#I=qFo9rMR=`<<6|Gk!QCu_D0V& z(KkIdoMlJj;09>!yvxGL)t4{Z6R(fM%{LvE%ns;Wx#7{1dH)co%y#7_F|U2!ExwKC zku9V(WW~^JxubLLN&n9&TjKyg8T~ApTYvQPO50%-`G_$-=C_ny&(yIoKSv9cJt8jj z!4A2m`keLvFk=pAaS_#E1DJn-%DRgW28 zJ>q8oU3^56c}u6$o_>k$?^I6Y5#x0zRnjLi`IoeS?hG6?v{(_DY*v1}S+BgEyj)|1 z6s#c&Xo$Y?(*b_1VkL<+#H5!97C9Z~9*k>rHT{x=BgCyW0wRO43~}kulpp#WhJLP^ zz)&s8M~APT7y*$46uQZZ7mw)7t@Zb<-|Wv|nV00kS3T1wwrhw8ocNg%31Fn>@VsEio8h>T)~Vu0x4sr#q8wj!Rs}e`9!V1 z|8ilIl92Q{nXxd8!;B%exbh4!rgd2;r9!)Op7=d+^KQ8?VmV&Vo3~y>Mmqq-x4{gN z$Q}R`X6F%ATGM}lf}{3(Ma;4%Y3ByR9dGJkRy>l7!DzKEO^^n8!PNxd+QiFe*Bm1t^RJFkHt)jMILFjbN8Q* z7pDXq?%sG3cT!;k_m+}i5{z)py|lO#3)azhv3bvLq%d>x71_GYM9 znuT$W;)Sw?7Po&zXrtV7H8RXWd-bz3`NKf#R^PBS#1lf(@g<^%DF2jW-1B`fChX=a zA~91@XK04%Z5;hi~ls>2`oeG5A@1BUrGLeMr31Aa@&u|c)2yO)J&@?wIs z?I3D^uCT$bL#@PV39WHHp1_KZzaSv3nUWc;Y^e}*Hr%6=57>$+_BWoqvpUyL(yi%l zUqJLrVh%MybM0V#3>i+f_QA(q)ksGmrQ5baOFiu6e)HsA*VL>8unOI8#Md?CEzM?l zg!S-z(#^V4uf?>0tPsI}Ii3|K8{hrn27Y~!2f1sw%qXwcO`uhbB&;D6_g=Yv@8f!y z_VA)4<_0qugWZZV&eNdPfHuVnH+Bh79>QbAO+a`@NPrR1sfcExC>|STCrgW1#@=A2 zpBW=qAmORC$YvF#WpmY&qjF&3Xuz`zW?ka6o*Q)dBlFy9UM-347gg0ux5k}L^ zQCGAg3hKzgRI3k{`xPGTV;FLjz=~3?(ziCe1Xa5O&Sm$9u5}whrduM|*l^=aXuwhp0(lpET z*9KM0x2{dzeRpXhD#o4*{(@<^MogsDKb#4#f^QO@V2cnjN1y1&9*B^@Ui_N6y&1pi z!5bdknFkWo8O5SF9ffdQBV0@Vgdz`9fe3DVNYG7!lwz(lOY0@&Do*@l-aGLX2=PYw zE!UGAZcK0Qb;iu60C)FD9($`w_fE`BG4|+ZeBzC^{nsmI5pgdIK#jiXXndSG0pqeN zvdNkyGkCTIOpN%uvaI+Z7A~WZiv@It%i(pTJd$AUC)vde-#J#_ecncpS?|cx>zqtS z%A_aJo?DT&V6NoL|MMMG+o7S;L8SC|VM-}UuH9g7K~b=^f| zrBTk#NqVHWLLtqJ=k1J|8eKF1Rsr}LRJ?;sbQZU$!^--bb>xInX{xzJ@J(*W6b8@b zV~r#04l?M-w&f!_oK#_1x)~Hi)27T-@AABmCN*-qE;D8wV14IhqT3jF|FS6{@a;{C zWs-e3^&>x|;g`7oYAz=Dr3ERpQZ_(FVAYSf7tUmko#d@;!R3JXFCJINA+{KN2a{!4 z%{ghjdxt-|pXMEMQKNikujRrijZ=X!s!F8uNb}pd-cPJct>Lm(S7};VZDc_9ckD;N zL^>KjLy`b&^;ZTydk43xHca$1vCz{=lFjF5q61iRKsqeRj)in)7SDzaxUlfCj>B=R zw@OJY5+UlJS;*4b@PpE6#5d5DtkC6_A;%||KIL7nO~pY??#QOy~JQd3nkDC%0c# z1Z<8?d*$($r9a2pthAV+ymPHGNx~!8V+6c1mKx8*Yagv5QebXT{>uzlP{U zA4jd~GE6T;f^Y-4rq<)Su{+2zv=D`gb>W{k@2lD1$O63S;B(9?^kZB0ZTAWhOeGcJ zSqqEuGW0yUHG4%4abvgo_iPq4w~P#>ER=IHbJ_Xt;8;R~ z)UcLII_zrS*fQ&Mx%8zg-g_QRXaSkfXBC-cuBR|Rj^*+?G`YiP+bhxE{F}VD`zpg< zXn9DFF|~yqq*Qkt|2Y})aNf}nn!gVe&F4fq%+>&8UCMz^IXM`pEv&G8n3ZRDliD0D{BaV^o zu4&vj@o%+S4aC0C4f(HJ;(>jyHtRGvHGv%Z(^LPdklm75+dAGZ#**&&DMnvXDa%iC zYYpmqC&N+0W%1|4{~-~bQOispB4|GZ5cG;=gyKH-TMa^bG&#I-pgO&)9eIh6&;#4% z{e14Ly^M8lfkQa-=H}7H-h6LTw@bP8tJo<$#G}-hCHkuumLz1*PiS_taGBL~E=XrkX>H(<2wvz8DwIpme?#mN*7*I(*&gh>H zA$~hTSU0+KgY~AA3*OcS$Unu;_!XEbplE9>vlpG&h|vz^{T>B5C^xdX+AF;pQoACy z_+|gH=w0S#<~r!#$dw_ScsG}Zis$OfdFKuJ-Pt-Zq3*~u?oSMZ+0+Hb2ina%C%H!=(7T2c6>&Wz+3C;Fn;9_RvKRZ4~P zN1uNpLikggyPC&=fY`RH6*5bK z&iki(gs_IuLVua~v$$}9iR?BIKjgUO&uUe!?>@0#96rU7oi7H})^TN80kxBR{NSGb z{u!Zc$a=0w0vxO(ql^UVEIRhaj|e{G{X}fZ5t)pW`i+mZJt=tSJ-&;Q4pHCS>xn1j zbH+d8v?am@_&E@1&8Mxv1gTGTJMq6Sqb6?>=(`Af6FO_Mv#ofpiC|rq*L0!b?w~BR zGI2P*TqT9dysk0bW|`FY2Zoh2=%9o9M^XxA6Z9FzdaA7QT;@dnW;eLDo!+QP3TA}V z+r0%vMVw>s6dsV72Jle+VU^AuSorN|1Vup@yG5=j$K(fN!*7mT-CSNY5Xag9_HGy@=j)pzlXC2iZ>X6k{01&(pjKXy-AhR?h+X!P6T z-*l=qNH_9PknwhurihCL>)w6HB#p?HM^$%Vm{unQ|%-2bF>?Hs>4 z%hd_%Q(Af3c{ivU>T`&@u;eD%D>u$c2KS1)Xvv*x`&Fpi`; zX3wRC4E6|{uK=8GM4yah2oRGVXN(5GOcwuqNIvKShfI&gigCuJMq7M;HAMgmba{{UBwxHQ_vS43fHHm|!h)1>#b-JNbXL^g zB3D|`%bFajw6?cSjlTU@tJKgz_kpArS#(Dof&7mhonQh@))K?u4Q{1kkJZotW3R{9uwIAd}|s=l(j~-`F?k1s!K)M-^Bt4i^W~S51K>&g3W;gIO2%FpSG3gP9%&IVF@3?la2@J7 zM3KfvZXn7MYtXfeSBk^1bct?1e@pQdEB-c1OP?2{`jJql{TXj0q)><_BvkVX*l;^Q z@o#e+e-Ww(X~2x&6v&FtyUwi?W#AxCBC9Liiw{93F%Q5=wWgo+o~Lhu)?gKjrCKjP zdVqVRbGsSq@Nl8!uGJ4RGC$CZ(xCEtulPsZR)^o8ky|A z?q-sn^Ca6XOE3!Xg;;q zKgy>YuC=&(@~GPZ3=Zpxxwx6FaV(tqd(-;Q8ko_lCgkq2N%TwjkA1vm!hbg=(G-EC zLI44ESiupw*)5%%_H`BS{Mhwmm`w&wQ*wzcN#!iPx2TMWBj=ekD2v{bM78Fveld5I zwmPzie{EzTF4hWJKla^>}$U ze_Xl;h5|mP8i&gfwO;|PA@#gc$uyG$3g-=Y$JhmaD~F9|&rL{S{Vylqo$L|-8GJ|r zfbjTZl$=%%8T2~d#+!>yP%zMZ-lZ566Q_@W+@y=*N_-IsN@(K+)MW|K)p?DvOms0Y z$?0*h4~~MnBdSq5;UZYB|92%&?&J=DWb}9xaDzA2M+0#np2wf)^BUxo9@%C}M#OFo z1y}|5gbvicJYB%zN{Ypo$1XT<2-_)GF!;}RMy?@{TKLzh)6yWIq-y<7c?@C-F%rqC z9o38?e6wP?gBW#dF)1@1Y2nc5+;8F09|8-y%3O>S3-9o;fBPvAUrGwLF`dU-eai(8 z-j2ih(`tQwh00`m6A`O#gVKx)I+9Mc@w#JT%GJ~GQl0k?#u%vqg7^s{0B2hwo*~V= z1GK;Z1lgZ=;628Pb60c<4JnL{9fQRBDW!V{f=Oc9lbj{0=R_@tIQ?Oz6cnTnu*QV8 z#pCcwNhAj6KZ@Aw9RJxGls-?_`F;G=>0b#WSBsj?`QS5tCh*2{|7YLN{!kSe^3o1T z+RwPd_Wadmcn@!7crwUrSX@|KrQsK-C4Dj&KX8CgG7_j(p;qY4#nQpKKh9JVA6c;J|+%Na!py{>rY?!Q$Co1uunU8uu(648Xm)buS&47)9#7kU}VMg41c)Yn% z;X%yw(JkuF#O-4oV#xffq&lvH?Q1%-SpM~{6vuu^^nuE=8}9RQrJujzjo4g=ie>RK zCf@|#fV=6Q{2A@wH+g}|EYvY@UxR~gQ-h5Tj3SJvgD^RuhsH#8$=Rg8Re>R4*4k!5dBIZH>LF5 z1B_kf@h|z$L5m{?(no(WL9o!}tEUASyT16p!OYR z(C4eMjqu=%mHXuVsp}5e57gWjeHj#yAFqk_&WyqX+3k%Cg5Tqzd0wS(V25&&6jrEz z4f=6&SM&qhT|BYzfO4H21wj&G4n|%N?!~(^ekHuBT46oa!s?hI(Aj%_et_ioG*G3Q z)xCn>_v?qkdG{TlOd2R35BQiI)T{Kz6gyzeN~tCq3{k^0j0T``AGTtF3wSMcc0$_~ z;AwfkoUGBuHM2B+0^t@aiHVdNQ>TV!b_I8;eEm(8;b17qolTRQE`}9JTBFl6Pc~A6 zuW*h4T>RIe*uP76=8=U;^y@>IwK4U{J#b2yGMgb~!(KI(CZ+f-HhAbrjfCXMGeGvw z)*LRq?^Lc9kPzEp4$>`lB!-*A5H+1-n8Hj6Q+PSuux7Wv>nM?3FI!U_XYC9SSOX#TK(Ge4LFe^b#q4n^T% z@0QvXxQoSe_65h3h}%pb*fhymqZ#}qC$ngLvR3H&c$VrxySvuY&ut~Q|8Yfp z8GFjYv~^jLZ)2r4kKi?>G#D%_zJ0n%=-&B<5CM zK$MRCIfiSZCkX&f%1fOiCdf15tY+P!973?m1Tc{{I`wj5BMEKkP0;?>{6y&KW4E~+ z5KxV3KFR&z<_GIgIm#u-uCWx&r&jr=r>e1t2F?=%zagI;4{cl-pj(b(%DZvPsp-aa zlf7)Dx`^Mp-=72vx}S)0(1QoLvii{<@YwX<2TCu=m@V^QoFL)S zyBeU~BoA7_P)mXtSxBnZBrdB{mK!rqh)VCDTi(OZA0Wofry%z8#ay`sJa!8`~b7`uV;Xh2REov z_QFFuX;{ex37dZ?M`T5KHu;y3$Eqh1M)*)0XfXSxEXNIuMVVDqJFJjNy(}DWjYYQ! zwpwyRjgatpNUUHAei<6C&-sJu3K?FKxr7oiPF%=Ps@%KhL^hHWXI79qT(gVso44VY z>p_PyYj3O%!|^5F4kRRrcAQ~dETXZTzD8eKxc?+ZZ;BhIA8dM_XG^>>hiOdAI8KKn ze5y#+DtQs?`pz@WJQ0toJGnkto42P9Hh1((<4Ng{)SLCotMRaXm$L);wHt4^f!`Ag zOufcAY|$sCj+U;f=Qpsx>q%XX5Wm9f=o z`(>5Bw|5881K9fA>b{?Q$${xd<9nrG}yT;?yvR(!lTvtmSXcu$COADi8PMiRjshLzXJ7cDs^#+oV1P7jfXIb(-AKaYPXnCbX^e&Xl5C zr>N;G4g;m$EH=##2L|Ij)ZmTYz^A7YsaLq7y+ZROkaunX-Q(lgcH|t|ApySr^|uW7sQ?3{7(e!Eolk?;v>rz2BTsppQA zR+zM1rRTaE^4Y1!eSij>-_4vJUeb0Cr9tlOg|4~yPZgdYi1xnb^q8S@SNbu~3?-4$ zd*ia&jQ57rddeWTbb|{m!ctoB^7awQ38Z8L$u@oYG^wrh$Cdukb2;OyA1)9+Z6Be! zJbiw05dzC4>Btd=XXA!{#Z0KvmnPfo#9vz2ue|BSs0i0?FvdKbI`vssK4$+M^SOlG{&w(IYVi0~ZqTizwc>y{ zW}0o3xCVTxs$`Q@8$1@F)F?f*F?(Yc$6J0>WZ^^1>+=$doLEyq^9y*2?&(_ zIxjE4RN`tKB`%4=vL8>YUkTZP``6tOOk>9Q zhU)oT>Pd?HzA9<;_ph%1_DD^LHPZ-x={W)H^~QCzjl9*{IT)uN^fhuD5t>L@kHFm? zSJk&=G~+Uo6-eogEW5GZk)3WY7RhMj;OF8V3LEVWpZ|FIwH$g|{qNcR2@@*`DO6Pr zX+$A`CyRVbgfSFkq-7ks=0a2S`y+D!1-=*1pZx>UWl|>lTPS)_n0Po4yoM7VwB}o3 zC6#LLc*Ef)u1jLy1l|!80w+JF;>F~}ef7~I@YoXk; z6CxuE?zvKNO6GD|uYvWuGf&@~H9zn*piA$bsX9tTX(Iq&bhEsOL0tFg`V_@=n%7qH zOf{L68BRh8Rs94soowrbIAtXkQZ3+a^xm62N-YW*u#vao`ImXg?izFZC~^C)uFWum zOU#I2STwidSo$A<13FC7RhkA&e13Xo@XSnPxBpH_0T}_L#sa_8YM}+npMLypBjYd6 z+n~jv`9j3*4f$Kx8F;aRv*rxO(IpsJ%@#YUMM1=`?u&N`Rlm3G+eDWe(nXqkA1jim z?*bsv@a1{;5l5>4IquvR?ioB=5~bm==>$S5_D>&2X?%Oe*Rt)!^h%gVJ=D%J&x~Ni zn-H5G<^9i-LA+2PZ2rspdIIdt6*YM+;H8j{qUZT+Y?9MOW6WIcA&2Ur3DEZOrN{q> zPt;uFn~DN5)EufFmvZo0I%2?g0t5mHJ!#4skGffBm1#9I@JT%@C?~`Cfz7Xx@&?Q# zCBFPS#HTJ4n0MwhHNn6``q*9zL(?-%yp4{S2xH~6N(?Bd^E&oj`TzJ*N& zJPLZ=h8ZsS=ERcXUW`yyu4oJ8RTWwo*RaaWnzr+`t;CGrjhkecH!Aba1-pCmEzm11 z{W~q#>gl834*1wT&XJVSJD5Os{7-~Y{O;r~5 zvm7UG{6~-G^9f$`xTLzh32QVNV$(5rQ6vkacAsz_t)P&1x4w5EyRL#tI4A;mB!%P! z7z#>n43z6lo?bw6}bI((T!E6^YwqiBVjoQQ6qkRz8HY98pBKpt9NE*|UD^OQ@X^qPfg@G5de3}^p&bxtmV?aq2W{z3s-ElIzcY7e&rK=%#r6J5 zOblGdBx~WK?QTD&NK2q0_~tm4h!Gg7>?HYa)$6$@hjQJIL8oQuC&x|gn%j~ZI!LNq z>F$Ok>EGZ+wayQ-Rt;vuWUUQE#K5Dpc%bQZI_SntwdAJp2M%!}<&IP8P2buLlQlpf zr|3!I#jKW-;;SW_HEemI!iB}i2_oW|o{G@{Pc1hasP#OAfqwn~me+5fsit~p6Z0N7oKD3cA z*{|t-&_-^<;O&o_VU#~meDsg1Ai(Jx^m^Rq7p@mHmg8EP?0OK!N>Q)MHhSR5-c|i6 z1-2Kf#_im|FiIakiWVUL%7hLIsT&7S;lwuuI09*RVPy^=?lnSG+$B78P*C0c;U^`a zpi;NZ)>K7v2004u3^oTWPEk}$ET1<3Lir$gBg_m8kpEP_=ectc-@2l z0B=oML&sF8i4Z6LX*<+OBs9mX$%+^->Nl>^uXO;@t_xRC5hK9emem75=CA8ac!*$^ z3*)}MP~d2$Ylz;SVc&|10g_DO4&Gkt*L?aM=}B@nq<#apQyb&YtkIu=Kz84&z97Z^ z6j%WbtmR>amnn!By&ZUC&lghEItBu74?1H1wI0mJKLN-BRn<-JVxac@S_If6C=WoJ z*)`+eRYr0Hoht?m7cPz7lT^HYx(AQ~zyaB~S&b=NlpI#+-AgUpJt;AiX!N3&fuE2? zxa#8uZe30Pem3K78vu@|9Q+(7{;%3nlNjwiHSoWnMk4`78Nnz#+Cr|#jr9HG@?to0 zX6LJQ`MI#IH?a0+Ct2l*#||<7NEbz}Dehhk67{x~ju8V=0c@dv}L<{5M3)T|RYt_xE@iiY@-gu;}~i z#}BVyL7)k{>Oq;&6(h}$J!hsw^v1l9XxxXFslYowuIXnu+q*X(a1sy5C*3|w6JtL- zH3fm*vMQw#4vnwpwDK&p;M(h3_T=EihCMt^1FnX)%(|Iw&Ng@}oV?g>LE3bFvWd`U jGmd;xuy2{eWb+?rJz@B3TT8*~htbON8gf;#R>A)dZZrLI literal 0 HcmV?d00001 diff --git a/images/partners/dsmp.png b/images/partners/dsmp.png new file mode 100644 index 0000000000000000000000000000000000000000..bd37337081178dd88735e17c0f12c68203eac645 GIT binary patch literal 41399 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 +
+

Наши партнери и поддржувачи

+
+
+
+ Embassy of the Republic of Slovenia in Skopje + NLB Banka + Central Technological Library (CTK), University of Ljubljana + Association of Slovenian and Macedonian Entrepreneurs (DSMP) + Kampus + Povezani + + + + + + +
+ +
+
+
+
Членови на тимот соработуваат diff --git a/si/index.html b/si/index.html index 77a7a4ec..d00f0008 100644 --- a/si/index.html +++ b/si/index.html @@ -194,6 +194,42 @@
+
+

Naši partnerji in podporniki

+
+
+
+ Embassy of the Republic of Slovenia in Skopje + NLB Banka + Central Technological Library (CTK), University of Ljubljana + Association of Slovenian and Macedonian Entrepreneurs (DSMP) + Kampus + Povezani + + + + + + +
+ +
+
+
+
Člani ekipe pri sodelovanju -- 2.43.0 From 4df3651db712d3976fb1fc74ca457f4125eab144 Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 22:35:12 +0200 Subject: [PATCH 08/22] Add trilingual FAQ page and wire FAQ links site-wide New //faq/ page (en/si/mk) with categorised accordion Q&A that link into the Student Welcome Guide, plus a contact/Viber block. Nav 'FAQs' links and 'See all FAQs' buttons across the site now point to it. Co-Authored-By: Claude Opus 4.8 (1M context) --- css/main.css | 3 +- css/pages/_faq.css | 145 +++++++ en/about-us/index.html | 4 +- en/cookie-policy/index.html | 4 +- en/faq/index.html | 354 ++++++++++++++++++ .../a-table-full-of-macedonia/index.html | 4 +- .../index.html | 4 +- en/get-to-know-macedonia/index.html | 4 +- .../index.html | 4 +- .../ohrid-more-than-a-postcard/index.html | 4 +- .../skopje-a-city-of-many-layers/index.html | 4 +- .../welcome-to-macedonia/index.html | 4 +- .../index.html | 4 +- en/get-to-know-slovenia/index.html | 4 +- .../index.html | 4 +- .../ljubljana-through-our-eyes/index.html | 4 +- .../index.html | 4 +- .../index.html | 4 +- .../welcome-to-slovenia/index.html | 4 +- en/index.html | 6 +- en/privacy-policy/index.html | 4 +- .../index.html | 4 +- .../in-memory-of-frosina-kulakova/index.html | 4 +- .../index.html | 4 +- en/projects/index.html | 4 +- .../index.html | 4 +- .../index.html | 4 +- .../meet-student-slovenia-2023/index.html | 4 +- .../meet-student-slovenia-2024/index.html | 4 +- .../morning-coffee-in-front-of-ctk/index.html | 4 +- .../paint-and-wine-at-sunset/index.html | 4 +- .../index.html | 4 +- .../academic-life/index.html | 4 +- .../administrative-basics/index.html | 4 +- .../admission-and-enrolment/index.html | 4 +- .../application-deadlines/index.html | 4 +- .../arrival-checklist/index.html | 4 +- .../bachelor-application/index.html | 4 +- .../choose-a-programme/index.html | 4 +- .../complete-student-journey/index.html | 4 +- .../document-preparation/index.html | 4 +- .../evs-application-guide/index.html | 4 +- .../healthcare-in-slovenia/index.html | 4 +- en/student-welcome-guide/index.html | 4 +- .../master-application/index.html | 4 +- .../means-accommodation-address/index.html | 4 +- en/student-welcome-guide/my-route/index.html | 4 +- .../index.html | 4 +- .../prepare-to-move/index.html | 4 +- .../recognition-of-education/index.html | 4 +- .../renew-change-graduate/index.html | 4 +- .../rm-si-3-health-insurance/index.html | 4 +- .../student-accommodation/index.html | 4 +- .../student-budget/index.html | 4 +- .../student-meals/index.html | 4 +- .../index.html | 4 +- .../student-residence-permit/index.html | 4 +- .../student-transport/index.html | 4 +- .../student-work/index.html | 4 +- .../study-cities/index.html | 4 +- .../tuition-and-scholarships/index.html | 4 +- .../visa-and-residence-explained/index.html | 4 +- .../wellbeing-and-community/index.html | 4 +- .../where-to-apply-for-residence/index.html | 4 +- en/timeline-and-milestones/index.html | 4 +- mk/cookie-policy/index.html | 4 +- mk/faq/index.html | 352 +++++++++++++++++ .../a-table-full-of-macedonia/index.html | 4 +- .../index.html | 4 +- mk/get-to-know-macedonia/index.html | 4 +- .../index.html | 4 +- .../ohrid-more-than-a-postcard/index.html | 4 +- .../skopje-a-city-of-many-layers/index.html | 4 +- .../welcome-to-macedonia/index.html | 4 +- .../index.html | 4 +- mk/get-to-know-slovenia/index.html | 4 +- .../index.html | 4 +- .../ljubljana-through-our-eyes/index.html | 4 +- .../index.html | 4 +- .../index.html | 4 +- .../welcome-to-slovenia/index.html | 4 +- mk/index.html | 6 +- mk/privacy-policy/index.html | 4 +- .../index.html | 4 +- .../in-memory-of-frosina-kulakova/index.html | 4 +- .../index.html | 4 +- mk/projects/index.html | 4 +- .../index.html | 4 +- .../meet-student-slovenia-2023/index.html | 4 +- .../meet-student-slovenia-2024/index.html | 4 +- .../morning-coffee-in-front-of-ctk/index.html | 4 +- .../paint-and-wine-at-sunset/index.html | 4 +- .../index.html | 4 +- .../academic-life/index.html | 4 +- .../administrative-basics/index.html | 4 +- .../admission-and-enrolment/index.html | 4 +- .../application-deadlines/index.html | 4 +- .../arrival-checklist/index.html | 4 +- .../bachelor-application/index.html | 4 +- .../choose-a-programme/index.html | 4 +- .../complete-student-journey/index.html | 4 +- .../document-preparation/index.html | 4 +- .../evs-application-guide/index.html | 4 +- .../healthcare-in-slovenia/index.html | 4 +- mk/student-welcome-guide/index.html | 4 +- .../master-application/index.html | 4 +- .../means-accommodation-address/index.html | 4 +- mk/student-welcome-guide/my-route/index.html | 4 +- .../index.html | 4 +- .../prepare-to-move/index.html | 4 +- .../recognition-of-education/index.html | 4 +- .../renew-change-graduate/index.html | 4 +- .../rm-si-3-health-insurance/index.html | 4 +- .../student-accommodation/index.html | 4 +- .../student-budget/index.html | 4 +- .../student-meals/index.html | 4 +- .../index.html | 4 +- .../student-residence-permit/index.html | 4 +- .../student-transport/index.html | 4 +- .../student-work/index.html | 4 +- .../study-cities/index.html | 4 +- .../tuition-and-scholarships/index.html | 4 +- .../visa-and-residence-explained/index.html | 4 +- .../wellbeing-and-community/index.html | 4 +- .../where-to-apply-for-residence/index.html | 4 +- si/cookie-policy/index.html | 4 +- si/faq/index.html | 352 +++++++++++++++++ .../a-table-full-of-macedonia/index.html | 4 +- .../index.html | 4 +- si/get-to-know-macedonia/index.html | 4 +- .../index.html | 4 +- .../ohrid-more-than-a-postcard/index.html | 4 +- .../skopje-a-city-of-many-layers/index.html | 4 +- .../welcome-to-macedonia/index.html | 4 +- .../index.html | 4 +- si/get-to-know-slovenia/index.html | 4 +- .../index.html | 4 +- .../ljubljana-through-our-eyes/index.html | 4 +- .../index.html | 4 +- .../index.html | 4 +- .../welcome-to-slovenia/index.html | 4 +- si/index.html | 6 +- si/privacy-policy/index.html | 4 +- .../index.html | 4 +- .../in-memory-of-frosina-kulakova/index.html | 4 +- .../index.html | 4 +- si/projects/index.html | 4 +- .../index.html | 4 +- .../meet-student-slovenia-2023/index.html | 4 +- .../meet-student-slovenia-2024/index.html | 4 +- .../morning-coffee-in-front-of-ctk/index.html | 4 +- .../paint-and-wine-at-sunset/index.html | 4 +- .../index.html | 4 +- .../academic-life/index.html | 4 +- .../administrative-basics/index.html | 4 +- .../admission-and-enrolment/index.html | 4 +- .../application-deadlines/index.html | 4 +- .../arrival-checklist/index.html | 4 +- .../bachelor-application/index.html | 4 +- .../choose-a-programme/index.html | 4 +- .../complete-student-journey/index.html | 4 +- .../document-preparation/index.html | 4 +- .../evs-application-guide/index.html | 4 +- .../healthcare-in-slovenia/index.html | 4 +- si/student-welcome-guide/index.html | 4 +- .../master-application/index.html | 4 +- .../means-accommodation-address/index.html | 4 +- si/student-welcome-guide/my-route/index.html | 4 +- .../index.html | 4 +- .../prepare-to-move/index.html | 4 +- .../recognition-of-education/index.html | 4 +- .../renew-change-graduate/index.html | 4 +- .../rm-si-3-health-insurance/index.html | 4 +- .../student-accommodation/index.html | 4 +- .../student-budget/index.html | 4 +- .../student-meals/index.html | 4 +- .../index.html | 4 +- .../student-residence-permit/index.html | 4 +- .../student-transport/index.html | 4 +- .../student-work/index.html | 4 +- .../study-cities/index.html | 4 +- .../tuition-and-scholarships/index.html | 4 +- .../visa-and-residence-explained/index.html | 4 +- .../wellbeing-and-community/index.html | 4 +- .../where-to-apply-for-residence/index.html | 4 +- 185 files changed, 1568 insertions(+), 364 deletions(-) create mode 100644 css/pages/_faq.css create mode 100644 en/faq/index.html create mode 100644 mk/faq/index.html create mode 100644 si/faq/index.html diff --git a/css/main.css b/css/main.css index 5992de21..a34bc49b 100644 --- a/css/main.css +++ b/css/main.css @@ -32,4 +32,5 @@ @import 'pages/_article.css'; @import 'pages/_about.css'; @import 'pages/_timeline.css'; -@import 'pages/_guide.css'; \ No newline at end of file +@import 'pages/_guide.css'; +@import 'pages/_faq.css'; \ No newline at end of file diff --git a/css/pages/_faq.css b/css/pages/_faq.css new file mode 100644 index 00000000..624a58c8 --- /dev/null +++ b/css/pages/_faq.css @@ -0,0 +1,145 @@ +/* ========================================================================== + FAQ page + ========================================================================== */ +.faq-page { font-family: 'Inter', sans-serif; } + +.faq-hero { + background: linear-gradient(180deg, #F5FAFB 0%, #FFFFFF 100%); + padding: 72px 24px 40px; + text-align: center; +} +.faq-eyebrow { + display: inline-block; + color: #2D738C; + font-weight: 600; + font-size: 14px; + letter-spacing: 0.04em; + text-transform: uppercase; + margin-bottom: 12px; +} +.faq-hero h1 { + max-width: 760px; + margin: 0 auto 16px; + font-size: 40px; + line-height: 1.15; + color: #101828; +} +.faq-lead { + max-width: 680px; + margin: 0 auto; + font-size: 18px; + line-height: 28px; + color: #475467; +} + +.faq-body { + max-width: 820px; + margin: 56px auto; + padding: 0 24px; +} +.faq-cat { margin-bottom: 44px; } +.faq-cat h2 { + font-size: 22px; + color: #101828; + margin: 0 0 16px; + padding-bottom: 10px; + border-bottom: 1px solid #EAECF0; +} + +.faq-q { + border: 1px solid #EAECF0; + border-radius: 12px; + margin-bottom: 12px; + background: #FFFFFF; + transition: box-shadow 0.2s ease, border-color 0.2s ease; +} +.faq-q[open] { + border-color: #D0DEE3; + box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06); +} +.faq-q summary { + list-style: none; + cursor: pointer; + padding: 18px 20px; + font-weight: 600; + font-size: 16px; + color: #101828; + display: flex; + justify-content: space-between; + align-items: center; + gap: 16px; +} +.faq-q summary::-webkit-details-marker { display: none; } +.faq-q summary::after { + content: '\f078'; + font-family: 'Font Awesome 6 Free'; + font-weight: 900; + font-size: 13px; + color: #2D738C; + flex: 0 0 auto; + transition: transform 0.2s ease; +} +.faq-q[open] summary::after { transform: rotate(180deg); } +.faq-a { + padding: 0 20px 20px; + color: #475467; + font-size: 15px; + line-height: 26px; +} +.faq-a p { margin: 0 0 12px; } +.faq-a a { + color: #2D738C; + font-weight: 600; + text-decoration: none; + display: inline-flex; + align-items: center; + gap: 8px; +} +.faq-a a:hover { text-decoration: underline; } + +.faq-contact { + max-width: 820px; + margin: 0 auto 72px; + padding: 40px 24px; + text-align: center; + background: #F5FAFB; + border: 1px solid #EAECF0; + border-radius: 16px; +} +.faq-contact h2 { font-size: 22px; color: #101828; margin: 0 0 10px; } +.faq-contact p { + max-width: 620px; + margin: 0 auto 24px; + color: #475467; + font-size: 16px; + line-height: 26px; +} +.faq-contact-actions { + display: flex; + justify-content: center; + gap: 12px; + flex-wrap: wrap; +} +.faq-viber-btn { + display: inline-flex; + align-items: center; + gap: 10px; + padding: 12px 22px; + border-radius: 8px; + font-weight: 600; + font-size: 15px; + text-decoration: none; + color: #FFFFFF; + background: linear-gradient(135deg, #7360F2 0%, #5B45D6 100%); + transition: opacity 0.15s ease; +} +.faq-viber-btn:hover { opacity: 0.9; } + +@media (max-width: 768px) { + .faq-hero { padding: 52px 20px 32px; } + .faq-hero h1 { font-size: 30px; } + .faq-lead { font-size: 16px; } + .faq-body { margin: 40px auto; } + .faq-contact-actions .btn, + .faq-viber-btn { width: 100%; justify-content: center; text-align: center; } +} diff --git a/en/about-us/index.html b/en/about-us/index.html index f12111b7..a76c30a1 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/cookie-policy/index.html b/en/cookie-policy/index.html index 4010d6be..747568ae 100644 --- a/en/cookie-policy/index.html +++ b/en/cookie-policy/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/faq/index.html b/en/faq/index.html new file mode 100644 index 00000000..3c6018e3 --- /dev/null +++ b/en/faq/index.html @@ -0,0 +1,354 @@ + + + + + + Frequently asked questions - MSOS + + + + + + + + + + + + + + + + + + + + + +
+
+
+

Select Language

+ +
+ +
+
+ + +
+
+ Support +

Frequently asked questions

+

The most common questions about studying and living in Slovenia, answered. For full detail, follow the links into the Student Welcome Guide.

+
+
+
+

Applying and admission

+
+ Can I study in English, or do I need to speak Slovene? +
+

Many master’s programmes are taught in English, but most bachelor’s programmes are in Slovene. For Slovene-taught programmes you usually need to prove Slovene knowledge (about B2). Always check the language of each programme before you apply.

+ Read more in the guide +
+
+
+ How do I apply to a study programme? +
+

You apply online through the national eVŠ portal, using a qualified digital certificate or an eVŠ username and password. Foreign applicants have their own application deadlines and rounds.

+ Read more in the guide +
+
+
+ What are the application deadlines? +
+

Deadlines depend on the level and the round. For bachelor’s studies the first round usually runs in spring; master’s deadlines are set by each faculty. Always confirm the current dates for your programme.

+ Read more in the guide +
+
+
+ Will my Macedonian diploma or degree be recognised? +
+

For enrolment, your previous education is recognised by the university you apply to, not by a separate ministry. You submit your diplomas and transcripts, often with certified translations.

+ Read more in the guide +
+
+
+
+

Visa and residence

+
+ Do I need a visa or a residence permit? +
+

As a Macedonian citizen you can enter Slovenia without a visa for short stays, but to study you must obtain a temporary residence permit for study. You normally apply before you arrive, at the Slovenian embassy.

+ Read more in the guide +
+
+
+ Where do I apply for a residence permit, and what documents do I need? +
+

You apply at the Slovenian embassy in Skopje (or at an administrative unit once in Slovenia), with your enrolment certificate, a valid passport, proof of means (about €484.88 per month), health insurance, a criminal record certificate and the required fees.

+ Read more in the guide +
+
+
+
+

Costs, tuition and benefits

+
+ How much does it cost to live in Slovenia as a student? +
+

Most students spend roughly €455 to €850 per month depending on the city, including rent, food, transport and personal costs. Ljubljana is the most expensive; smaller cities are cheaper.

+ Read more in the guide +
+
+
+ Are there tuition fees, and can I get a scholarship? +
+

Full-time study at public universities is often free for the first programme at each level, but self-funded and second programmes may have fees. Scholarships exist, including the World Bank / government scholarship of about €9,600.

+ Read more in the guide +
+
+
+ What student discounts and benefits can I use? +
+

With student status you get subsidised meals (boni), discounted public transport, and many cultural and sport discounts. The meal subsidy lowers the price of a meal at partnered restaurants.

+ Read more in the guide +
+
+
+
+

Work and housing

+
+ Can I work while I study? +
+

Yes, student work through a napotnica (referral) is allowed on a student residence permit. A full-time employment contract is different and usually requires changing your permit from study to work.

+ Read more in the guide +
+
+
+ How do I find student accommodation? +
+

Options include student dormitories, private rooms and flats. Self-funded foreign students usually cannot get a subsidised dorm place, so most rent privately or use student housing brokers.

+ Read more in the guide +
+
+
+
+

Health and support

+
+ How does health insurance work for students? +
+

You arrange basic health cover through the two-country procedure (an FZOM form from Macedonia leads to a ZZZS certificate in Slovenia), and you can add voluntary complementary insurance. You need valid insurance for your residence permit.

+ Read more in the guide +
+
+
+
+
+

Still have a question?

+

Write to us and we will help you find the right institution or answer. You can also join our Viber community of Macedonian students already living in Slovenia.

+ +
+
+ + + + + + + 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 44b4a9b2..b4cd4826 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 2a6a6742..296edae3 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/get-to-know-macedonia/index.html b/en/get-to-know-macedonia/index.html index e6818d6b..578529fd 100644 --- a/en/get-to-know-macedonia/index.html +++ b/en/get-to-know-macedonia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 0dc335e9..9898be12 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 50da3b7b..a4245070 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 9772ade2..1ce7f212 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 6575ddc3..02eb3816 100644 --- a/en/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/en/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 2ef7d763..d99a15b9 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/get-to-know-slovenia/index.html b/en/get-to-know-slovenia/index.html index d64ee459..7d037432 100644 --- a/en/get-to-know-slovenia/index.html +++ b/en/get-to-know-slovenia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 46a15d75..23922a06 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 dc6d20ed..2978062f 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 085d52da..ef775879 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 bca68021..328ead12 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 aa837887..e08f93f5 100644 --- a/en/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/en/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/index.html b/en/index.html index fec0ce98..b55c7b83 100644 --- a/en/index.html +++ b/en/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ @@ -445,7 +445,7 @@

Still have questions?

Can’t find the answer you’re looking for? Please chat to our friendly team.

- + See all FAQs
diff --git a/en/privacy-policy/index.html b/en/privacy-policy/index.html index bed50b67..f221f2d6 100644 --- a/en/privacy-policy/index.html +++ b/en/privacy-policy/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html index d06bba30..bbf32920 100644 --- a/en/projects/humanitarian-tournament-in-maribor/index.html +++ b/en/projects/humanitarian-tournament-in-maribor/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/projects/in-memory-of-frosina-kulakova/index.html b/en/projects/in-memory-of-frosina-kulakova/index.html index 88dd6b72..d8f8b382 100644 --- a/en/projects/in-memory-of-frosina-kulakova/index.html +++ b/en/projects/in-memory-of-frosina-kulakova/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 4e0a5ea4..56ae2579 100644 --- a/en/projects/in-memory-of-the-kochani-victims/index.html +++ b/en/projects/in-memory-of-the-kochani-victims/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/projects/index.html b/en/projects/index.html index 374f1973..ed3fe47f 100644 --- a/en/projects/index.html +++ b/en/projects/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html index 080f23e1..36963540 100644 --- a/en/projects/macedonian-student-night-in-ljubljana/index.html +++ b/en/projects/macedonian-student-night-in-ljubljana/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html index 581241f4..205914e8 100644 --- a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html +++ b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html index 58ec8755..e91bcfc5 100644 --- a/en/projects/meet-student-slovenia-2023/index.html +++ b/en/projects/meet-student-slovenia-2023/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html index 034a4d6d..f09dc896 100644 --- a/en/projects/meet-student-slovenia-2024/index.html +++ b/en/projects/meet-student-slovenia-2024/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 a0d03e50..2f3688b9 100644 --- a/en/projects/morning-coffee-in-front-of-ctk/index.html +++ b/en/projects/morning-coffee-in-front-of-ctk/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/projects/paint-and-wine-at-sunset/index.html b/en/projects/paint-and-wine-at-sunset/index.html index 7cdf7ebf..88329138 100644 --- a/en/projects/paint-and-wine-at-sunset/index.html +++ b/en/projects/paint-and-wine-at-sunset/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/projects/watching-handball-together-in-slovenia/index.html b/en/projects/watching-handball-together-in-slovenia/index.html index cc02ea40..d71bcdb2 100644 --- a/en/projects/watching-handball-together-in-slovenia/index.html +++ b/en/projects/watching-handball-together-in-slovenia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html index 0c22fd0e..bbc918a1 100644 --- a/en/student-welcome-guide/academic-life/index.html +++ b/en/student-welcome-guide/academic-life/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html index b121d414..dd977974 100644 --- a/en/student-welcome-guide/administrative-basics/index.html +++ b/en/student-welcome-guide/administrative-basics/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/admission-and-enrolment/index.html b/en/student-welcome-guide/admission-and-enrolment/index.html index a6cbb764..61233de9 100644 --- a/en/student-welcome-guide/admission-and-enrolment/index.html +++ b/en/student-welcome-guide/admission-and-enrolment/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/application-deadlines/index.html b/en/student-welcome-guide/application-deadlines/index.html index f6cff98f..2fdb28d6 100644 --- a/en/student-welcome-guide/application-deadlines/index.html +++ b/en/student-welcome-guide/application-deadlines/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/arrival-checklist/index.html b/en/student-welcome-guide/arrival-checklist/index.html index ff356413..a0a899ef 100644 --- a/en/student-welcome-guide/arrival-checklist/index.html +++ b/en/student-welcome-guide/arrival-checklist/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/bachelor-application/index.html b/en/student-welcome-guide/bachelor-application/index.html index dd0d0782..7911fa29 100644 --- a/en/student-welcome-guide/bachelor-application/index.html +++ b/en/student-welcome-guide/bachelor-application/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/choose-a-programme/index.html b/en/student-welcome-guide/choose-a-programme/index.html index 7924340a..b217ef4f 100644 --- a/en/student-welcome-guide/choose-a-programme/index.html +++ b/en/student-welcome-guide/choose-a-programme/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/complete-student-journey/index.html b/en/student-welcome-guide/complete-student-journey/index.html index 977c89e0..db8f2a3e 100644 --- a/en/student-welcome-guide/complete-student-journey/index.html +++ b/en/student-welcome-guide/complete-student-journey/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/document-preparation/index.html b/en/student-welcome-guide/document-preparation/index.html index 2af866da..d3af3a13 100644 --- a/en/student-welcome-guide/document-preparation/index.html +++ b/en/student-welcome-guide/document-preparation/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/evs-application-guide/index.html b/en/student-welcome-guide/evs-application-guide/index.html index 21dad14f..effa85c2 100644 --- a/en/student-welcome-guide/evs-application-guide/index.html +++ b/en/student-welcome-guide/evs-application-guide/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/healthcare-in-slovenia/index.html b/en/student-welcome-guide/healthcare-in-slovenia/index.html index 48be9e90..fc9803d8 100644 --- a/en/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/en/student-welcome-guide/healthcare-in-slovenia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/index.html b/en/student-welcome-guide/index.html index adcb0d34..32e9ccd1 100644 --- a/en/student-welcome-guide/index.html +++ b/en/student-welcome-guide/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/master-application/index.html b/en/student-welcome-guide/master-application/index.html index caef5a01..8883c0b6 100644 --- a/en/student-welcome-guide/master-application/index.html +++ b/en/student-welcome-guide/master-application/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/means-accommodation-address/index.html b/en/student-welcome-guide/means-accommodation-address/index.html index 874d03ed..48a4aa43 100644 --- a/en/student-welcome-guide/means-accommodation-address/index.html +++ b/en/student-welcome-guide/means-accommodation-address/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/my-route/index.html b/en/student-welcome-guide/my-route/index.html index 74452440..20f77e2f 100644 --- a/en/student-welcome-guide/my-route/index.html +++ b/en/student-welcome-guide/my-route/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 839987f5..a9355b7d 100644 --- a/en/student-welcome-guide/official-sources-and-checklists/index.html +++ b/en/student-welcome-guide/official-sources-and-checklists/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/prepare-to-move/index.html b/en/student-welcome-guide/prepare-to-move/index.html index e37250f7..6bf080ee 100644 --- a/en/student-welcome-guide/prepare-to-move/index.html +++ b/en/student-welcome-guide/prepare-to-move/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/recognition-of-education/index.html b/en/student-welcome-guide/recognition-of-education/index.html index c0a722c8..222b6c1c 100644 --- a/en/student-welcome-guide/recognition-of-education/index.html +++ b/en/student-welcome-guide/recognition-of-education/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/renew-change-graduate/index.html b/en/student-welcome-guide/renew-change-graduate/index.html index 30ded455..42418c4d 100644 --- a/en/student-welcome-guide/renew-change-graduate/index.html +++ b/en/student-welcome-guide/renew-change-graduate/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 a02b27bb..c6147787 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html index 8a2c3798..7bf8c4e8 100644 --- a/en/student-welcome-guide/student-accommodation/index.html +++ b/en/student-welcome-guide/student-accommodation/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html index dc8299e4..28b1154e 100644 --- a/en/student-welcome-guide/student-budget/index.html +++ b/en/student-welcome-guide/student-budget/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html index 3a5f0485..04333730 100644 --- a/en/student-welcome-guide/student-meals/index.html +++ b/en/student-welcome-guide/student-meals/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 854dfb17..91d7cb12 100644 --- a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/student-residence-permit/index.html b/en/student-welcome-guide/student-residence-permit/index.html index 00211991..c76f4a4d 100644 --- a/en/student-welcome-guide/student-residence-permit/index.html +++ b/en/student-welcome-guide/student-residence-permit/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html index 3b4574b4..ac332198 100644 --- a/en/student-welcome-guide/student-transport/index.html +++ b/en/student-welcome-guide/student-transport/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html index 004e4f12..32145bb3 100644 --- a/en/student-welcome-guide/student-work/index.html +++ b/en/student-welcome-guide/student-work/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html index b952968d..16161b2e 100644 --- a/en/student-welcome-guide/study-cities/index.html +++ b/en/student-welcome-guide/study-cities/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html index fb5c898b..05e8644a 100644 --- a/en/student-welcome-guide/tuition-and-scholarships/index.html +++ b/en/student-welcome-guide/tuition-and-scholarships/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 67819331..fe5c15bc 100644 --- a/en/student-welcome-guide/visa-and-residence-explained/index.html +++ b/en/student-welcome-guide/visa-and-residence-explained/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/student-welcome-guide/wellbeing-and-community/index.html b/en/student-welcome-guide/wellbeing-and-community/index.html index 4ae0e162..a9926d39 100644 --- a/en/student-welcome-guide/wellbeing-and-community/index.html +++ b/en/student-welcome-guide/wellbeing-and-community/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 8812a3ee..c8931ad6 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index 2a60b371..76bda05d 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/cookie-policy/index.html b/mk/cookie-policy/index.html index 1382bab5..10d0c7ef 100644 --- a/mk/cookie-policy/index.html +++ b/mk/cookie-policy/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/faq/index.html b/mk/faq/index.html new file mode 100644 index 00000000..ba70211b --- /dev/null +++ b/mk/faq/index.html @@ -0,0 +1,352 @@ + + + + + + Често поставувани прашања - MSOS + + + + + + + + + + + + + + + + + + + + + +
+
+
+

Избери јазик

+ +
+ +
+
+ + +
+
+ Поддршка +

Често поставувани прашања

+

Најчестите прашања за студирањето и животот во Словенија, со одговори. За целосни детали следете ги врските до Студентскиот водич.

+
+
+
+

Пријава и запишување

+
+ Дали можам да студирам на англиски или морам да знам словенечки? +
+

Многу магистерски програми се на англиски, но повеќето додипломски програми се на словенечки. За програмите на словенечки обично треба да докажете познавање на словенечки (околу Б2). Пред да се пријавите, секогаш проверете го јазикот на секоја програма.

+ Повеќе во водичот +
+
+
+ Како да се пријавам на студиска програма? +
+

Се пријавувате преку националниот портал eVŠ, со квалификуван дигитален сертификат или со корисничко име и лозинка на eVŠ. Странските кандидати имаат свои рокови за пријава.

+ Повеќе во водичот +
+
+
+ Кои се роковите за пријава? +
+

Роковите зависат од степенот и рокот. За додипломски студии првиот рок обично е напролет, а роковите за магистерски студии ги определува секој факултет. Секогаш проверувајте ги актуелните датуми за вашата програма.

+ Повеќе во водичот +
+
+
+ Дали мојата македонска диплома ќе биде признаена? +
+

За запишување, вашето претходно образование го признава универзитетот на кој се пријавувате, а не посебно министерство. Доставувате дипломи и уверенија за оценки, често со заверени преводи.

+ Повеќе во водичот +
+
+
+
+

Виза и престој

+
+ Дали ми треба виза или дозвола за престој? +
+

Како македонски државјанин можете да влезете во Словенија без виза за краток престој, но за студирање мора да добиете дозвола за привремен престој заради студии. Обично барате пред пристигнувањето, во словенечката амбасада.

+ Повеќе во водичот +
+
+
+ Каде барам дозвола за престој и кои документи ми се потребни? +
+

Барате во словенечката амбасада во Скопје (или во управна единица во Словенија), со потврда за запишување, важечки пасош, доказ за средства (околу 484,88 € месечно), здравствено осигурување, уверение од казнена евиденција и пропишаните такси.

+ Повеќе во водичот +
+
+
+
+

Трошоци, школарина и поволности

+
+ Колку чини животот на студент во Словенија? +
+

Повеќето студенти трошат околу 455 до 850 € месечно, во зависност од градот, вклучувајќи кирија, храна, превоз и лични трошоци. Љубљана е најскапа, а помалите градови се поевтини.

+ Повеќе во водичот +
+
+
+ Дали има школарина и дали можам да добијам стипендија? +
+

Редовните студии на јавните универзитети често се бесплатни за првата програма на секој степен, но самофинансирачките и вторите програми може да имаат школарина. Постојат стипендии, меѓу кои и стипендијата на Светска банка односно владата од околу 9.600 €.

+ Повеќе во водичот +
+
+
+ Кои студентски попусти и поволности можам да ги користам? +
+

Со студентски статус имате субвенционирана исхрана (бони), поевтин јавен превоз и многу културни и спортски попусти. Субвенцијата ја намалува цената на оброкот во ресторани што учествуваат.

+ Повеќе во водичот +
+
+
+
+

Работа и сместување

+
+ Дали можам да работам додека студирам? +
+

Да, студентска работа преку напатница (напотница) е дозволена со дозвола за престој заради студии. Редовниот работен однос е нешто друго и обично бара промена на дозволата од студии во работа.

+ Повеќе во водичот +
+
+
+ Како да најдам студентско сместување? +
+

Опциите се студентски домови, приватни соби и станови. Самофинансирачките странски студенти обично не можат да добијат субвенционирано место во дом, па повеќето изнајмуваат приватно или користат посредници за студентско сместување.

+ Повеќе во водичот +
+
+
+
+

Здравје и поддршка

+
+ Како функционира здравственото осигурување за студенти? +
+

Основното здравствено покритие го уредувате преку постапката меѓу двете држави (образец од ФЗОМ во Македонија води до потврда од ZZZS во Словенија), а можете да додадете доброволно дополнително осигурување. За дозволата за престој ви треба важечко осигурување.

+ Повеќе во водичот +
+
+
+
+
+

Сè уште имате прашање?

+

Пишете ни и ќе ви помогнеме да ја најдете вистинската институција или одговор. Може да се придружите и на нашата Viber заедница на македонски студенти што веќе живеат во Словенија.

+ +
+
+ + + + + + + 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 b6763a1d..b8f7d05e 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,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 5412d613..ef44a679 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/get-to-know-macedonia/index.html b/mk/get-to-know-macedonia/index.html index 87b041ef..b670da84 100644 --- a/mk/get-to-know-macedonia/index.html +++ b/mk/get-to-know-macedonia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,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 a67b938a..211625d3 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,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 89083fbe..898e640d 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,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 4f4aa31d..c8e2c54f 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,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 0a374245..27e2d57e 100644 --- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,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 05ad90b9..d1b07bd0 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/get-to-know-slovenia/index.html b/mk/get-to-know-slovenia/index.html index 606d8b83..8d036f61 100644 --- a/mk/get-to-know-slovenia/index.html +++ b/mk/get-to-know-slovenia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,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 e88478fa..d8a64f74 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,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 99068fc6..31c963e6 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,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 f07dd4a6..9137a00f 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,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 c82a4044..bc0aba7e 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,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 95f1e6a3..242592d8 100644 --- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/index.html b/mk/index.html index 35c30315..aed3bfe5 100644 --- a/mk/index.html +++ b/mk/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ @@ -448,7 +448,7 @@

Сè уште имате прашања?

Не можете да го најдете одговорот што го барате? Ве молиме разговарајте со нашиот пријателски тим.

- + Види ги сите ЧПП diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html index 37024de9..f7c46b5f 100644 --- a/mk/privacy-policy/index.html +++ b/mk/privacy-policy/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html index fce6f403..6c7b082b 100644 --- a/mk/projects/humanitarian-tournament-in-maribor/index.html +++ b/mk/projects/humanitarian-tournament-in-maribor/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html index 704b51d0..294af90f 100644 --- a/mk/projects/in-memory-of-frosina-kulakova/index.html +++ b/mk/projects/in-memory-of-frosina-kulakova/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,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 ad85732e..639e9ca2 100644 --- a/mk/projects/in-memory-of-the-kochani-victims/index.html +++ b/mk/projects/in-memory-of-the-kochani-victims/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/projects/index.html b/mk/projects/index.html index 64ccc9d5..918ea7b8 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index 78ad3c2c..a754f0c7 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html index 691decdc..556e3732 100644 --- a/mk/projects/meet-student-slovenia-2023/index.html +++ b/mk/projects/meet-student-slovenia-2023/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html index 5f66723a..b447dfdb 100644 --- a/mk/projects/meet-student-slovenia-2024/index.html +++ b/mk/projects/meet-student-slovenia-2024/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,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 728913ce..c7066077 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/projects/paint-and-wine-at-sunset/index.html b/mk/projects/paint-and-wine-at-sunset/index.html index 91a9e10a..274aa553 100644 --- a/mk/projects/paint-and-wine-at-sunset/index.html +++ b/mk/projects/paint-and-wine-at-sunset/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/projects/watching-handball-together-in-slovenia/index.html b/mk/projects/watching-handball-together-in-slovenia/index.html index e9f6569b..992d713a 100644 --- a/mk/projects/watching-handball-together-in-slovenia/index.html +++ b/mk/projects/watching-handball-together-in-slovenia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html index 2fe6c7cf..ee9adb02 100644 --- a/mk/student-welcome-guide/academic-life/index.html +++ b/mk/student-welcome-guide/academic-life/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html index c37c9752..b9a7d983 100644 --- a/mk/student-welcome-guide/administrative-basics/index.html +++ b/mk/student-welcome-guide/administrative-basics/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/admission-and-enrolment/index.html b/mk/student-welcome-guide/admission-and-enrolment/index.html index 1610fc30..a9571b03 100644 --- a/mk/student-welcome-guide/admission-and-enrolment/index.html +++ b/mk/student-welcome-guide/admission-and-enrolment/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html index 7bc3fb2a..6c3b43d4 100644 --- a/mk/student-welcome-guide/application-deadlines/index.html +++ b/mk/student-welcome-guide/application-deadlines/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html index 689f3721..53510a69 100644 --- a/mk/student-welcome-guide/arrival-checklist/index.html +++ b/mk/student-welcome-guide/arrival-checklist/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html index 60e29a56..b0e6e4de 100644 --- a/mk/student-welcome-guide/bachelor-application/index.html +++ b/mk/student-welcome-guide/bachelor-application/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/choose-a-programme/index.html b/mk/student-welcome-guide/choose-a-programme/index.html index fbd4c85a..30aff70b 100644 --- a/mk/student-welcome-guide/choose-a-programme/index.html +++ b/mk/student-welcome-guide/choose-a-programme/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/complete-student-journey/index.html b/mk/student-welcome-guide/complete-student-journey/index.html index 93ee38e0..9c097c95 100644 --- a/mk/student-welcome-guide/complete-student-journey/index.html +++ b/mk/student-welcome-guide/complete-student-journey/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html index 2ce2666f..9eca8405 100644 --- a/mk/student-welcome-guide/document-preparation/index.html +++ b/mk/student-welcome-guide/document-preparation/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/evs-application-guide/index.html b/mk/student-welcome-guide/evs-application-guide/index.html index 7f64e9cb..30ba5a3b 100644 --- a/mk/student-welcome-guide/evs-application-guide/index.html +++ b/mk/student-welcome-guide/evs-application-guide/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/healthcare-in-slovenia/index.html b/mk/student-welcome-guide/healthcare-in-slovenia/index.html index ceb838ce..d51f0ca3 100644 --- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/index.html b/mk/student-welcome-guide/index.html index a619a8b9..944ba113 100644 --- a/mk/student-welcome-guide/index.html +++ b/mk/student-welcome-guide/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html index e0af71d9..63dd106c 100644 --- a/mk/student-welcome-guide/master-application/index.html +++ b/mk/student-welcome-guide/master-application/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html index 849887b3..88023868 100644 --- a/mk/student-welcome-guide/means-accommodation-address/index.html +++ b/mk/student-welcome-guide/means-accommodation-address/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html index c8429148..1a802a6d 100644 --- a/mk/student-welcome-guide/my-route/index.html +++ b/mk/student-welcome-guide/my-route/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,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 d2f86340..1fd6d234 100644 --- a/mk/student-welcome-guide/official-sources-and-checklists/index.html +++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/prepare-to-move/index.html b/mk/student-welcome-guide/prepare-to-move/index.html index 118c1167..70bce6c4 100644 --- a/mk/student-welcome-guide/prepare-to-move/index.html +++ b/mk/student-welcome-guide/prepare-to-move/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/recognition-of-education/index.html b/mk/student-welcome-guide/recognition-of-education/index.html index 56116a40..08bfaec1 100644 --- a/mk/student-welcome-guide/recognition-of-education/index.html +++ b/mk/student-welcome-guide/recognition-of-education/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/renew-change-graduate/index.html b/mk/student-welcome-guide/renew-change-graduate/index.html index 1a7e64f7..08dadbaa 100644 --- a/mk/student-welcome-guide/renew-change-graduate/index.html +++ b/mk/student-welcome-guide/renew-change-graduate/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,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 6f68f8aa..d0d6869e 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html index f2d5d595..c5e1d326 100644 --- a/mk/student-welcome-guide/student-accommodation/index.html +++ b/mk/student-welcome-guide/student-accommodation/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html index d7cde9b0..54300d55 100644 --- a/mk/student-welcome-guide/student-budget/index.html +++ b/mk/student-welcome-guide/student-budget/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html index 3b64ca29..f76b1a16 100644 --- a/mk/student-welcome-guide/student-meals/index.html +++ b/mk/student-welcome-guide/student-meals/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,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 737eb9c7..0fd502cb 100644 --- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html index 9534676b..b802678c 100644 --- a/mk/student-welcome-guide/student-residence-permit/index.html +++ b/mk/student-welcome-guide/student-residence-permit/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html index 6ace2037..724ad2f3 100644 --- a/mk/student-welcome-guide/student-transport/index.html +++ b/mk/student-welcome-guide/student-transport/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html index 39be025d..25781540 100644 --- a/mk/student-welcome-guide/student-work/index.html +++ b/mk/student-welcome-guide/student-work/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html index 52dac3ed..b1c6fcda 100644 --- a/mk/student-welcome-guide/study-cities/index.html +++ b/mk/student-welcome-guide/study-cities/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/tuition-and-scholarships/index.html b/mk/student-welcome-guide/tuition-and-scholarships/index.html index 4827487b..0c1043da 100644 --- a/mk/student-welcome-guide/tuition-and-scholarships/index.html +++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,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 3a97f216..b208594c 100644 --- a/mk/student-welcome-guide/visa-and-residence-explained/index.html +++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/mk/student-welcome-guide/wellbeing-and-community/index.html b/mk/student-welcome-guide/wellbeing-and-community/index.html index d9d51a03..2ec94b9d 100644 --- a/mk/student-welcome-guide/wellbeing-and-community/index.html +++ b/mk/student-welcome-guide/wellbeing-and-community/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,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 6ac9f804..3b72390f 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html index e26f9186..335840ab 100644 --- a/si/cookie-policy/index.html +++ b/si/cookie-policy/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/faq/index.html b/si/faq/index.html new file mode 100644 index 00000000..b0d7e6ff --- /dev/null +++ b/si/faq/index.html @@ -0,0 +1,352 @@ + + + + + + Pogosta vprašanja - MSOS + + + + + + + + + + + + + + + + + + + + + +
+
+
+

Izberi jezik

+ +
+ +
+
+ + +
+
+ Podpora +

Pogosta vprašanja

+

Najpogostejša vprašanja o študiju in življenju v Sloveniji z odgovori. Za vse podrobnosti sledite povezavam v Vodnik za študente.

+
+
+
+

Prijava in vpis

+
+ Ali lahko študiram v angleščini ali moram znati slovensko? +
+

Veliko magistrskih programov poteka v angleščini, večina dodiplomskih pa v slovenščini. Za programe v slovenščini morate običajno dokazati znanje slovenščine (približno B2). Pred prijavo vedno preverite jezik posameznega programa.

+ Več v vodniku +
+
+
+ Kako se prijavim na študijski program? +
+

Prijavite se prek nacionalnega portala eVŠ, s kvalificiranim digitalnim potrdilom ali z uporabniškim imenom in geslom eVŠ. Tuji kandidati imajo svoje prijavne roke.

+ Več v vodniku +
+
+
+ Kakšni so prijavni roki? +
+

Roki so odvisni od stopnje in prijavnega roka. Za dodiplomski študij prvi rok običajno poteka spomladi, roke za magistrski študij določi vsaka fakulteta. Vedno preverite aktualne datume za svoj program.

+ Več v vodniku +
+
+
+ Ali bo moja makedonska diploma priznana? +
+

Za vpis vašo predhodno izobrazbo prizna univerza, na katero se prijavljate, in ne posebno ministrstvo. Predložite diplome in potrdila o ocenah, pogosto z overjenimi prevodi.

+ Več v vodniku +
+
+
+
+

Vizum in prebivanje

+
+ Ali potrebujem vizum ali dovoljenje za prebivanje? +
+

Kot makedonski državljan lahko v Slovenijo vstopite brez vizuma za kratko bivanje, za študij pa morate pridobiti dovoljenje za začasno prebivanje zaradi študija. Praviloma zaprosite pred prihodom na slovenskem veleposlaništvu.

+ Več v vodniku +
+
+
+ Kje zaprosim za dovoljenje za prebivanje in katere dokumente potrebujem? +
+

Zaprosite na slovenskem veleposlaništvu v Skopju (ali na upravni enoti v Sloveniji), s potrdilom o vpisu, veljavnim potnim listom, dokazilom o sredstvih (približno 484,88 € na mesec), zdravstvenim zavarovanjem, potrdilom iz kazenske evidence in predpisanimi taksami.

+ Več v vodniku +
+
+
+
+

Stroški, šolnina in ugodnosti

+
+ Koliko stane življenje študenta v Sloveniji? +
+

Večina študentov porabi približno 455 do 850 € na mesec, odvisno od mesta, vključno z najemnino, hrano, prevozom in osebnimi stroški. Ljubljana je najdražja, manjša mesta so cenejša.

+ Več v vodniku +
+
+
+ Ali je treba plačati šolnino in ali lahko dobim štipendijo? +
+

Redni študij na javnih univerzah je pogosto brezplačen za prvi program na vsaki stopnji, samoplačniški in drugi programi pa so lahko plačljivi. Obstajajo štipendije, med drugim štipendija Svetovne banke oziroma vlade v višini približno 9.600 €.

+ Več v vodniku +
+
+
+ Katere študentske popuste in ugodnosti lahko uporabljam? +
+

S statusom študenta imate subvencionirano prehrano (boni), cenejši javni prevoz ter številne kulturne in športne popuste. Subvencija zniža ceno obroka v sodelujočih restavracijah.

+ Več v vodniku +
+
+
+
+

Delo in nastanitev

+
+ Ali lahko med študijem delam? +
+

Da, študentsko delo prek napotnice je dovoljeno z dovoljenjem za prebivanje zaradi študija. Redna zaposlitev je nekaj drugega in običajno zahteva spremembo dovoljenja iz študija v delo.

+ Več v vodniku +
+
+
+ Kako najdem študentsko nastanitev? +
+

Možnosti so študentski domovi, zasebne sobe in stanovanja. Samoplačniški tuji študenti običajno ne morejo dobiti subvencioniranega mesta v domu, zato večina najema zasebno ali uporablja posrednike za študentsko nastanitev.

+ Več v vodniku +
+
+
+
+

Zdravje in podpora

+
+ Kako deluje zdravstveno zavarovanje za študente? +
+

Osnovno zdravstveno kritje uredite po postopku med državama (obrazec FZOM iz Makedonije vodi do potrdila ZZZS v Sloveniji), dodate pa lahko prostovoljno dopolnilno zavarovanje. Za dovoljenje za prebivanje potrebujete veljavno zavarovanje.

+ Več v vodniku +
+
+
+
+
+

Imate še vprašanje?

+

Pišite nam in pomagali vam bomo najti pravo ustanovo ali odgovor. Pridružite se lahko tudi naši skupnosti na Viberju, kjer so makedonski študenti, ki že živijo v Sloveniji.

+ +
+
+ + + + + + + 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 b0c1848c..76ac6be5 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 76063334..9544f7b5 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html index 1b25502d..e49231cb 100644 --- a/si/get-to-know-macedonia/index.html +++ b/si/get-to-know-macedonia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 d5e63f42..180eb522 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 6152cf93..5b124e1b 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 cb0bea11..69a5e39f 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 1429c843..ccf1e6a9 100644 --- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 eb1fb1ba..25b06afd 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/get-to-know-slovenia/index.html b/si/get-to-know-slovenia/index.html index 16f65387..0ebe933d 100644 --- a/si/get-to-know-slovenia/index.html +++ b/si/get-to-know-slovenia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 2563797d..a856865c 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 15b2d7cf..d1ff7223 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 50248dcf..3b7ed08b 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 4926c30c..5b029537 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 f03fe9a0..641f1cb7 100644 --- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/index.html b/si/index.html index d00f0008..9243ad16 100644 --- a/si/index.html +++ b/si/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ @@ -448,7 +448,7 @@

Imate še vprašanja?

Ne najdete odgovora, ki ga iščete? Prosimo, poklepetajte z našo prijazno ekipo.

- + Poglej vsa vprašanja diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html index 934113cb..4b47ecbb 100644 --- a/si/privacy-policy/index.html +++ b/si/privacy-policy/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html index bec5c713..00383ee5 100644 --- a/si/projects/humanitarian-tournament-in-maribor/index.html +++ b/si/projects/humanitarian-tournament-in-maribor/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/projects/in-memory-of-frosina-kulakova/index.html b/si/projects/in-memory-of-frosina-kulakova/index.html index 05c4ad53..1d64d34d 100644 --- a/si/projects/in-memory-of-frosina-kulakova/index.html +++ b/si/projects/in-memory-of-frosina-kulakova/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 150366e9..823a2955 100644 --- a/si/projects/in-memory-of-the-kochani-victims/index.html +++ b/si/projects/in-memory-of-the-kochani-victims/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/projects/index.html b/si/projects/index.html index 8d7dfb6a..9edbe06f 100644 --- a/si/projects/index.html +++ b/si/projects/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html index 57ec9f42..69a2e1f7 100644 --- a/si/projects/macedonian-student-night-in-ljubljana/index.html +++ b/si/projects/macedonian-student-night-in-ljubljana/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html index e2e2d459..3bbf2c23 100644 --- a/si/projects/meet-student-slovenia-2023/index.html +++ b/si/projects/meet-student-slovenia-2023/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html index 76efaeb9..575bc281 100644 --- a/si/projects/meet-student-slovenia-2024/index.html +++ b/si/projects/meet-student-slovenia-2024/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 3bbc83f0..82089f87 100644 --- a/si/projects/morning-coffee-in-front-of-ctk/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/projects/paint-and-wine-at-sunset/index.html b/si/projects/paint-and-wine-at-sunset/index.html index ee9b04d7..41e4412e 100644 --- a/si/projects/paint-and-wine-at-sunset/index.html +++ b/si/projects/paint-and-wine-at-sunset/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/projects/watching-handball-together-in-slovenia/index.html b/si/projects/watching-handball-together-in-slovenia/index.html index f8c1d32d..24f652a9 100644 --- a/si/projects/watching-handball-together-in-slovenia/index.html +++ b/si/projects/watching-handball-together-in-slovenia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html index e53db93f..33c05378 100644 --- a/si/student-welcome-guide/academic-life/index.html +++ b/si/student-welcome-guide/academic-life/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html index 27c4d6d1..aaff3e56 100644 --- a/si/student-welcome-guide/administrative-basics/index.html +++ b/si/student-welcome-guide/administrative-basics/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/admission-and-enrolment/index.html b/si/student-welcome-guide/admission-and-enrolment/index.html index 81afcf85..dc8d8b68 100644 --- a/si/student-welcome-guide/admission-and-enrolment/index.html +++ b/si/student-welcome-guide/admission-and-enrolment/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html index 21168a77..290b9834 100644 --- a/si/student-welcome-guide/application-deadlines/index.html +++ b/si/student-welcome-guide/application-deadlines/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html index 2a030be4..5bd0fa64 100644 --- a/si/student-welcome-guide/arrival-checklist/index.html +++ b/si/student-welcome-guide/arrival-checklist/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html index 1d9af00c..cf6d8c74 100644 --- a/si/student-welcome-guide/bachelor-application/index.html +++ b/si/student-welcome-guide/bachelor-application/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/choose-a-programme/index.html b/si/student-welcome-guide/choose-a-programme/index.html index df19af2f..b8714724 100644 --- a/si/student-welcome-guide/choose-a-programme/index.html +++ b/si/student-welcome-guide/choose-a-programme/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/complete-student-journey/index.html b/si/student-welcome-guide/complete-student-journey/index.html index eec077ed..a0665ffd 100644 --- a/si/student-welcome-guide/complete-student-journey/index.html +++ b/si/student-welcome-guide/complete-student-journey/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html index 4dd889f0..ed70d99a 100644 --- a/si/student-welcome-guide/document-preparation/index.html +++ b/si/student-welcome-guide/document-preparation/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/evs-application-guide/index.html b/si/student-welcome-guide/evs-application-guide/index.html index 36f7e94d..e37e2aad 100644 --- a/si/student-welcome-guide/evs-application-guide/index.html +++ b/si/student-welcome-guide/evs-application-guide/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/healthcare-in-slovenia/index.html b/si/student-welcome-guide/healthcare-in-slovenia/index.html index 293bfb85..64a36316 100644 --- a/si/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html index 8d2addb3..13875565 100644 --- a/si/student-welcome-guide/index.html +++ b/si/student-welcome-guide/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html index 6cfe2a9f..d6272304 100644 --- a/si/student-welcome-guide/master-application/index.html +++ b/si/student-welcome-guide/master-application/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html index 1e681e7e..94e1b114 100644 --- a/si/student-welcome-guide/means-accommodation-address/index.html +++ b/si/student-welcome-guide/means-accommodation-address/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html index 9762f0ab..68ae2aac 100644 --- a/si/student-welcome-guide/my-route/index.html +++ b/si/student-welcome-guide/my-route/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 e07c7c2e..d7e281fc 100644 --- a/si/student-welcome-guide/official-sources-and-checklists/index.html +++ b/si/student-welcome-guide/official-sources-and-checklists/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/prepare-to-move/index.html b/si/student-welcome-guide/prepare-to-move/index.html index 1a278e75..d5849abe 100644 --- a/si/student-welcome-guide/prepare-to-move/index.html +++ b/si/student-welcome-guide/prepare-to-move/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/recognition-of-education/index.html b/si/student-welcome-guide/recognition-of-education/index.html index e8bce30d..e7010bd0 100644 --- a/si/student-welcome-guide/recognition-of-education/index.html +++ b/si/student-welcome-guide/recognition-of-education/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/renew-change-graduate/index.html b/si/student-welcome-guide/renew-change-graduate/index.html index d73fa760..308023f1 100644 --- a/si/student-welcome-guide/renew-change-graduate/index.html +++ b/si/student-welcome-guide/renew-change-graduate/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 1544ae7f..4f3a9887 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html index 8d9d57f0..466d825b 100644 --- a/si/student-welcome-guide/student-accommodation/index.html +++ b/si/student-welcome-guide/student-accommodation/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html index 3aafd5b5..d129b533 100644 --- a/si/student-welcome-guide/student-budget/index.html +++ b/si/student-welcome-guide/student-budget/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html index 99d6a194..5fe0e5df 100644 --- a/si/student-welcome-guide/student-meals/index.html +++ b/si/student-welcome-guide/student-meals/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 27ed3249..632eb076 100644 --- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html index b1f80c4a..9be81183 100644 --- a/si/student-welcome-guide/student-residence-permit/index.html +++ b/si/student-welcome-guide/student-residence-permit/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html index 3db68fbb..bdd78eaa 100644 --- a/si/student-welcome-guide/student-transport/index.html +++ b/si/student-welcome-guide/student-transport/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html index a4ed085f..c2063f05 100644 --- a/si/student-welcome-guide/student-work/index.html +++ b/si/student-welcome-guide/student-work/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html index dcdec2cc..36089d41 100644 --- a/si/student-welcome-guide/study-cities/index.html +++ b/si/student-welcome-guide/study-cities/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/tuition-and-scholarships/index.html b/si/student-welcome-guide/tuition-and-scholarships/index.html index d03f1adb..f0b488a2 100644 --- a/si/student-welcome-guide/tuition-and-scholarships/index.html +++ b/si/student-welcome-guide/tuition-and-scholarships/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 b1c19118..309bb34d 100644 --- a/si/student-welcome-guide/visa-and-residence-explained/index.html +++ b/si/student-welcome-guide/visa-and-residence-explained/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ diff --git a/si/student-welcome-guide/wellbeing-and-community/index.html b/si/student-welcome-guide/wellbeing-and-community/index.html index 485bda2c..c5daead1 100644 --- a/si/student-welcome-guide/wellbeing-and-community/index.html +++ b/si/student-welcome-guide/wellbeing-and-community/index.html @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ 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 eba09144..c7e2d5ce 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 @@ -57,7 +57,7 @@ @@ -129,7 +129,7 @@ -- 2.43.0 From c2ed09544d5f3bcd154ed3a11a760dbecce37462 Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 23:01:35 +0200 Subject: [PATCH 09/22] Rebuild FAQ content from the scraped/brainstormed research set Replace the ad-hoc FAQ questions with the curated P1 + strong-P2 set from research/faq-questions-and-rating.md: 33 questions across 9 sections, priority-ordered, including the MSOS third-country questions and concrete facts (free bachelor+master, B2 only for specific programmes, no entrance exam except art/architecture/sport/dental-prosthetics, 30 Sept renewal, 8-day address registration, non-EU quotas). Co-Authored-By: Claude Opus 4.8 (1M context) --- en/faq/index.html | 253 +++++++++++++++++++++++++++++++++++++--------- mk/faq/index.html | 251 ++++++++++++++++++++++++++++++++++++--------- si/faq/index.html | 251 ++++++++++++++++++++++++++++++++++++--------- 3 files changed, 616 insertions(+), 139 deletions(-) diff --git a/en/faq/index.html b/en/faq/index.html index 3c6018e3..90c8b69f 100644 --- a/en/faq/index.html +++ b/en/faq/index.html @@ -177,105 +177,264 @@
Support

Frequently asked questions

-

The most common questions about studying and living in Slovenia, answered. For full detail, follow the links into the Student Welcome Guide.

+

Short answers to the questions Macedonian students ask most about studying and living in Slovenia. Full detail and official sources live in the Student Welcome Guide.

-

Applying and admission

+

Admission and enrolment

- Can I study in English, or do I need to speak Slovene? + How do I apply to a faculty through the eVŠ portal?
-

Many master’s programmes are taught in English, but most bachelor’s programmes are in Slovene. For Slovene-taught programmes you usually need to prove Slovene knowledge (about B2). Always check the language of each programme before you apply.

- Read more in the guide -
-
-
- How do I apply to a study programme? -
-

You apply online through the national eVŠ portal, using a qualified digital certificate or an eVŠ username and password. Foreign applicants have their own application deadlines and rounds.

+

You submit your application online on the national eVŠ portal, in the round and with the login method that apply to foreign applicants.

Read more in the guide
- What are the application deadlines? + What are the application deadlines and rounds for 2026/2027?
-

Deadlines depend on the level and the round. For bachelor’s studies the first round usually runs in spring; master’s deadlines are set by each faculty. Always confirm the current dates for your programme.

+

Foreign applicants apply in their own rounds — bachelor’s usually opens in spring and master’s deadlines are set by each faculty — so always confirm the current dates for your programme.

Read more in the guide
- Will my Macedonian diploma or degree be recognised? + As a Macedonian applicant, which round and conditions apply to me?
-

For enrolment, your previous education is recognised by the university you apply to, not by a separate ministry. You submit your diplomas and transcripts, often with certified translations.

+

You apply as a non-EU (third-country) applicant, usually competing for a limited number of foreign-student places rather than in the general Slovenian round.

+ Read more in the guide +
+
+
+ How many non-EU places does my programme have? +
+

Some programmes reserve only a handful of places for non-EU students (competitive fields like dentistry may take just one or two), so check your programme and keep a backup option.

+ Read more in the guide +
+
+
+ Is there an entrance or aptitude exam for my field? +
+

Most programmes have no entrance exam — the exceptions are fields like art, architecture, sport and dental prosthetics.

+ Read more in the guide +
+
+
+ Do I need a B2 Slovenian language certificate? +
+

Only a few programmes require a B2 Slovene certificate — medicine, dentistry, pharmacy, psychology, film/directing and journalism — while most others do not.

+ Read more in the guide +
+
+
+
+

Recognition and documents

+
+ Does my Macedonian diploma need recognition before I can enrol? +
+

Yes, the university you apply to assesses your previous Macedonian education as part of admission, so you submit your diplomas and transcripts with your application.

Read more in the guide
-
-
-

Visa and residence

- Do I need a visa or a residence permit? + Do my documents need an apostille and a certified (sodni) translation?
-

As a Macedonian citizen you can enter Slovenia without a visa for short stays, but to study you must obtain a temporary residence permit for study. You normally apply before you arrive, at the Slovenian embassy.

- Read more in the guide +

Your key documents usually need an apostille from Macedonia and a certified court (sodni) translation into Slovene — arrange both before you leave.

+ Read more in the guide
- Where do I apply for a residence permit, and what documents do I need? + Which documents should I prepare and translate before I leave Macedonia?
-

You apply at the Slovenian embassy in Skopje (or at an administrative unit once in Slovenia), with your enrolment certificate, a valid passport, proof of means (about €484.88 per month), health insurance, a criminal record certificate and the required fees.

- Read more in the guide +

Prepare and translate your diploma, transcripts, birth certificate and criminal-record certificate in advance, because it is much harder to obtain and legalise them once you are in Slovenia.

+ Read more in the guide
-

Costs, tuition and benefits

+

Tuition and scholarships

- How much does it cost to live in Slovenia as a student? + Is study free for me as a Macedonian, or do I pay tuition?
-

Most students spend roughly €455 to €850 per month depending on the city, including rent, food, transport and personal costs. Ljubljana is the most expensive; smaller cities are cheaper.

- Read more in the guide -
-
-
- Are there tuition fees, and can I get a scholarship? -
-

Full-time study at public universities is often free for the first programme at each level, but self-funded and second programmes may have fees. Scholarships exist, including the World Bank / government scholarship of about €9,600.

+

Under the Slovenia–Macedonia bilateral agreement, full-time bachelor’s and master’s study at public universities is tuition-free for Macedonian citizens (self-funded or second programmes may still be charged).

Read more in the guide
- What student discounts and benefits can I use? + Can I get a scholarship?
-

With student status you get subsidised meals (boni), discounted public transport, and many cultural and sport discounts. The meal subsidy lowers the price of a meal at partnered restaurants.

- Read more in the guide +

Yes, you can look into state scholarships, Ad Futura, CEEPUS and faculty scholarships, each with its own conditions and deadlines.

+ Read more in the guide
-

Work and housing

+

Residence permit and visa

- Can I work while I study? + Do I need a visa to enter Slovenia, or is the residence permit enough?
-

Yes, student work through a napotnica (referral) is allowed on a student residence permit. A full-time employment contract is different and usually requires changing your permit from study to work.

- Read more in the guide +

As a Macedonian citizen you can enter visa-free for short stays, but to study you need a temporary residence permit for study, which you normally arrange before you move.

+ Read more in the guide
- How do I find student accommodation? + How do I get the residence permit, and where do I apply?
-

Options include student dormitories, private rooms and flats. Self-funded foreign students usually cannot get a subsidised dorm place, so most rent privately or use student housing brokers.

+

You usually apply at the Slovenian embassy in Skopje before you arrive, or at the local administrative unit (upravna enota) once you are in Slovenia.

+ Read more in the guide +
+
+
+ Which documents do I need for the permit? +
+

You typically need your enrolment certificate, a valid passport, proof of sufficient means, health insurance, a criminal-record certificate and the required fees.

+ Read more in the guide +
+
+
+ How much must I prove as "sufficient means", and does a parent’s statement count? +
+

You must show roughly €485–510 per month (check the current amount), and a parent’s notarised statement of support is the usual, durable way to prove it.

+ Read more in the guide +
+
+
+ How long is the permit valid and how do I renew it each year? +
+

The permit is issued for your study year and must be renewed annually — submit the renewal by 30 September (you can apply up to about 60 days before it expires), because missing that turns it into a brand-new application.

+ Read more in the guide +
+
+
+ Do I have to register my address after I move in? +
+

Yes, you must register your temporary address at the administrative unit within 8 days of moving in.

+ Read more in the guide +
+
+
+
+

Health insurance

+
+ What is RM/SI 3 and do I need it for health cover? +
+

RM/SI 3 is the certificate from the two-country procedure that gives you basic health cover in Slovenia based on your Macedonian insurance, and yes, you need it.

+ Read more in the guide +
+
+
+ Am I insured from day one, and what insurance do I need for the permit? +
+

You need valid health insurance in place for your residence permit, so arrange the RM/SI 3 cover (and optional complementary insurance) before or right after you arrive.

+ Read more in the guide +
+
+
+ How do I register a personal doctor? +
+

Once insured, you choose and register a personal doctor (for the duration of your studies) at a health centre in your study city.

+ Read more in the guide +
+
+
+
+

Accommodation

+
+ Can I get a subsidised student-dorm room as a foreign degree student? +
+

Usually no — subsidised dormitory places are reserved for Slovenian and EU students, so self-funded foreign degree students normally rent privately.

+ Read more in the guide +
+
+
+ Where will I live and what are my housing options? +
+

Most students rent a private room or a shared flat, and some use student-housing brokers or private halls of residence in their study city.

+ Read more in the guide +
+
+
+ How much does housing cost and what do I pay upfront? +
+

Private rooms run roughly €200–400 a month (studios more), and you usually pay a deposit plus the first month’s rent when you move in.

Read more in the guide
-

Health and support

+

Meals and transport

- How does health insurance work for students? + How do I register for subsidised student meals, and am I eligible?
-

You arrange basic health cover through the two-country procedure (an FZOM form from Macedonia leads to a ZZZS certificate in Slovenia), and you can add voluntary complementary insurance. You need valid insurance for your residence permit.

- Read more in the guide +

Yes, students with valid status (including foreign students) can use subsidised meals (boni) — you register once online with your student data and a phone or chip card.

+ Read more in the guide +
+
+
+ How do I get the subsidised public-transport ticket, and am I eligible? +
+

Students can buy the subsidised IJPP intercity ticket regardless of how far you live from your faculty — you apply with your student status, and city transport (like Urbana in Ljubljana) is added on top.

+ Read more in the guide +
+
+
+
+

Work and admin basics

+
+ Can I work while studying on a student residence permit? +
+

Yes, student work through a napotnica (referral) is allowed on a student residence permit; a full employment contract is different and needs a change of permit.

+ Read more in the guide +
+
+
+ What do I need to start working through a student service? +
+

You register with a student service and need a Slovenian tax number, an EMŠO and usually a bank account, plus a napotnica before each job starts.

+ Read more in the guide +
+
+
+ How do I get an EMŠO and a Slovenian tax number, and why do I need them? +
+

You obtain an EMŠO (personal ID number) and a tax number from the administrative unit and the financial office (FURS); you need them to open a bank account, work and handle most admin.

+ Read more in the guide +
+
+
+ What is the difference between student work and full employment? +
+

Student work via napotnica is flexible and allowed on your study permit, while regular employment is a formal job that generally requires changing your permit from study to work.

+ Read more in the guide +
+
+
+
+

Money, status and after graduation

+
+ What must I sort out in my first week after arriving? +
+

In your first days you register your address, sort out health insurance, get your EMŠO and tax number, open a bank account and activate meals and transport.

+ Read more in the guide +
+
+
+ How much money do I realistically need per month? +
+

Most students budget roughly €455–850 a month depending on the city, with a higher first month for the deposit and setup costs.

+ Read more in the guide +
+
+
+ What is student status and what rights does it give me? +
+

Student status is your active enrolment as a student, and it is what unlocks subsidised meals, transport, student work and other benefits.

+ Read more in the guide +
+
+
+ Can I stay in Slovenia to look for work after I graduate? +
+

Yes, after graduating you can apply for a residence permit for job-seeking (about nine months) to stay and look for work.

+ Read more in the guide
diff --git a/mk/faq/index.html b/mk/faq/index.html index ba70211b..7fce25d0 100644 --- a/mk/faq/index.html +++ b/mk/faq/index.html @@ -177,105 +177,264 @@
Поддршка

Често поставувани прашања

-

Најчестите прашања за студирањето и животот во Словенија, со одговори. За целосни детали следете ги врските до Студентскиот водич.

+

Кратки одговори на прашањата што македонските студенти најчесто ги поставуваат за студирањето и животот во Словенија. Сите детали и официјални извори се во Студентскиот водич.

Пријава и запишување

- Дали можам да студирам на англиски или морам да знам словенечки? + Како да се пријавам на факултет преку порталот eVŠ?
-

Многу магистерски програми се на англиски, но повеќето додипломски програми се на словенечки. За програмите на словенечки обично треба да докажете познавање на словенечки (околу Б2). Пред да се пријавите, секогаш проверете го јазикот на секоја програма.

- Повеќе во водичот -
-
-
- Како да се пријавам на студиска програма? -
-

Се пријавувате преку националниот портал eVŠ, со квалификуван дигитален сертификат или со корисничко име и лозинка на eVŠ. Странските кандидати имаат свои рокови за пријава.

+

Пријавата ја поднесувате преку националниот портал eVŠ, во рокот и со начинот на најава што важат за странските кандидати.

Повеќе во водичот
- Кои се роковите за пријава? + Кои се роковите и круговите за пријава за 2026/2027?
-

Роковите зависат од степенот и рокот. За додипломски студии првиот рок обично е напролет, а роковите за магистерски студии ги определува секој факултет. Секогаш проверувајте ги актуелните датуми за вашата програма.

+

Странските кандидати се пријавуваат во свои рокови — додипломскиот обично почнува напролет, а роковите за магистерски ги определува секој факултет — па секогаш проверувајте ги актуелните датуми за вашата програма.

Повеќе во водичот
- Дали мојата македонска диплома ќе биде признаена? + Како македонски кандидат, кој рок и услови важат за мене?
-

За запишување, вашето претходно образование го признава универзитетот на кој се пријавувате, а не посебно министерство. Доставувате дипломи и уверенија за оценки, често со заверени преводи.

+

Се пријавувате како кандидат од трета земја (не-ЕУ), обично за ограничен број места за странски студенти, а не во општиот словенечки рок.

+ Повеќе во водичот +
+
+
+ Колку места за студенти од трети земји има мојата програма? +
+

Некои програми имаат само неколку места за студенти од трети земји (кај конкурентните, како стоматологија, понекогаш само едно или две), па проверете ја вашата програма и имајте резервна опција.

+ Повеќе во водичот +
+
+
+ Дали има приемен испит или испит за способности за моето поле? +
+

Повеќето програми немаат приемен испит — исклучоци се области како уметност, архитектура, спорт и забна протетика.

+ Повеќе во водичот +
+
+
+ Дали ми треба сертификат за словенечки на ниво Б2? +
+

Само неколку програми бараат сертификат за словенечки на ниво Б2 — медицина, стоматологија, фармација, психологија, филм/режија и новинарство — а повеќето други не.

+ Повеќе во водичот +
+
+
+
+

Признавање и документи

+
+ Дали мојата македонска диплома треба да се признае пред да се запишам? +
+

Да, универзитетот на кој се пријавувате го оценува вашето претходно македонско образование во рамки на приемот, па дипломите и уверенијата ги доставувате со пријавата.

Повеќе во водичот
-
-
-

Виза и престој

- Дали ми треба виза или дозвола за престој? + Дали моите документи бараат апостил и заверен судски превод?
-

Како македонски државјанин можете да влезете во Словенија без виза за краток престој, но за студирање мора да добиете дозвола за привремен престој заради студии. Обично барате пред пристигнувањето, во словенечката амбасада.

- Повеќе во водичот +

Клучните документи обично бараат апостил од Македонија и заверен судски превод на словенечки — обете средете ги пред заминување.

+ Повеќе во водичот
- Каде барам дозвола за престој и кои документи ми се потребни? + Кои документи да ги подготвам и преведам пред да ја напуштам Македонија?
-

Барате во словенечката амбасада во Скопје (или во управна единица во Словенија), со потврда за запишување, важечки пасош, доказ за средства (околу 484,88 € месечно), здравствено осигурување, уверение од казнена евиденција и пропишаните такси.

- Повеќе во водичот +

Однапред подгответе и преведете ги дипломата, уверенијата за оценки, изводот од матична книга на родени и уверението од казнена евиденција, бидејќи во Словенија многу потешко се добиваат и заверуваат.

+ Повеќе во водичот
-

Трошоци, школарина и поволности

+

Школарина и стипендии

- Колку чини животот на студент во Словенија? + Дали студирањето за мене како Македонец е бесплатно или плаќам школарина?
-

Повеќето студенти трошат околу 455 до 850 € месечно, во зависност од градот, вклучувајќи кирија, храна, превоз и лични трошоци. Љубљана е најскапа, а помалите градови се поевтини.

- Повеќе во водичот -
-
-
- Дали има школарина и дали можам да добијам стипендија? -
-

Редовните студии на јавните универзитети често се бесплатни за првата програма на секој степен, но самофинансирачките и вторите програми може да имаат школарина. Постојат стипендии, меѓу кои и стипендијата на Светска банка односно владата од околу 9.600 €.

+

Според билатералниот договор меѓу Словенија и Македонија, редовните додипломски и магистерски студии на јавните универзитети се бесплатни за македонските граѓани (самофинансирачките или вторите програми може да се плаќаат).

Повеќе во водичот
- Кои студентски попусти и поволности можам да ги користам? + Дали можам да добијам стипендија?
-

Со студентски статус имате субвенционирана исхрана (бони), поевтин јавен превоз и многу културни и спортски попусти. Субвенцијата ја намалува цената на оброкот во ресторани што учествуваат.

- Повеќе во водичот +

Да, може да проверите државни стипендии, Ad Futura, CEEPUS и факултетски стипендии, секоја со свои услови и рокови.

+ Повеќе во водичот
-

Работа и сместување

+

Дозвола за престој и виза

- Дали можам да работам додека студирам? + Дали ми треба виза за влез во Словенија или е доволна дозволата за престој?
-

Да, студентска работа преку напатница (напотница) е дозволена со дозвола за престој заради студии. Редовниот работен однос е нешто друго и обично бара промена на дозволата од студии во работа.

- Повеќе во водичот +

Како македонски државјанин можете да влезете без виза за краток престој, но за студирање ви треба дозвола за привремен престој заради студии, која обично ја средувате пред преселбата.

+ Повеќе во водичот
- Како да најдам студентско сместување? + Како ја добивам дозволата за престој и каде барам?
-

Опциите се студентски домови, приватни соби и станови. Самофинансирачките странски студенти обично не можат да добијат субвенционирано место во дом, па повеќето изнајмуваат приватно или користат посредници за студентско сместување.

+

Обично барате во словенечката амбасада во Скопје пред пристигнување или во локалната управна единица (upravna enota) кога сте веќе во Словенија.

+ Повеќе во водичот +
+
+
+ Кои документи ми се потребни за дозволата? +
+

Обично ви требаат потврда за запишување, важечки пасош, доказ за доволни средства, здравствено осигурување, уверение од казнена евиденција и пропишаните такси.

+ Повеќе во водичот +
+
+
+ Колку морам да докажам како „доволни средства“ и дали важи изјава од родител? +
+

Треба да докажете околу 485–510 € месечно (проверете го актуелниот износ), а заверена изјава од родител за издршка е вообичаениот и траен доказ.

+ Повеќе во водичот +
+
+
+ Колку долго важи дозволата и како ја обновувам секоја година? +
+

Дозволата се издава за студиската година и мора да се обновува секоја година — барањето поднесете го најдоцна до 30 септември (може да барате околу 60 дена пред истекот), бидејќи ако го пропуштите станува сосема ново барање.

+ Повеќе во водичот +
+
+
+ Дали морам да ја пријавам адресата по вселувањето? +
+

Да, привремената адреса мора да ја пријавите во управната единица во рок од 8 дена по вселувањето.

+ Повеќе во водичот +
+
+
+
+

Здравствено осигурување

+
+ Што е RM/SI 3 и дали ми треба за здравствено покритие? +
+

RM/SI 3 е потврдата од постапката меѓу двете држави што ви овозможува основно здравствено покритие во Словенија врз основа на вашето македонско осигурување, и да, ви е потребна.

+ Повеќе во водичот +
+
+
+ Дали сум осигурен од првиот ден и какво осигурување ми треба за дозволата? +
+

За дозволата за престој ви треба важечко здравствено осигурување, па покритието RM/SI 3 (и по избор дополнително осигурување) средете го пред или веднаш по пристигнувањето.

+ Повеќе во водичот +
+
+
+ Како да регистрирам матичен лекар? +
+

Кога сте осигурени, во здравствен дом во вашиот студиски град избирате и регистрирате матичен лекар (за времето на студиите).

+ Повеќе во водичот +
+
+
+
+

Сместување

+
+ Дали како странски студент можам да добијам субвенционирана соба во студентски дом? +
+

Обично не — субвенционираните места во домовите се наменети за словенечки и ЕУ студенти, па самофинансирачките странски студенти по правило изнајмуваат приватно.

+ Повеќе во водичот +
+
+
+ Каде ќе живеам и кои се моите опции за сместување? +
+

Повеќето студенти изнајмуваат приватна соба или заеднички стан, а некои користат посредници за студентско сместување или приватни домови во својот град.

+ Повеќе во водичот +
+
+
+ Колку чини сместувањето и што плаќам однапред? +
+

Приватните соби чинат околу 200–400 € месечно (гарсоњерите повеќе), а при вселување обично плаќате депозит плус киријата за првиот месец.

Повеќе во водичот
-

Здравје и поддршка

+

Исхрана и превоз

- Како функционира здравственото осигурување за студенти? + Како да се регистрирам за субвенционирана студентска исхрана и дали имам право?
-

Основното здравствено покритие го уредувате преку постапката меѓу двете држави (образец од ФЗОМ во Македонија води до потврда од ZZZS во Словенија), а можете да додадете доброволно дополнително осигурување. За дозволата за престој ви треба важечко осигурување.

- Повеќе во водичот +

Да, студентите со важечки статус (вклучувајќи странски) може да користат субвенционирана исхрана (бони) — се регистрирате еднаш преку интернет со вашите студентски податоци и телефон или чип-картичка.

+ Повеќе во водичот +
+
+
+ Како да го добијам субвенционираниот билет за јавен превоз и дали имам право? +
+

Студентите може да купат субвенциониран меѓуградски билет IJPP без оглед на оддалеченоста од факултетот — барате со студентски статус, а градскиот превоз (на пр. Urbana во Љубљана) се додава посебно.

+ Повеќе во водичот +
+
+
+
+

Работа и административни основи

+
+ Дали можам да работам додека студирам со дозвола за престој заради студии? +
+

Да, студентската работа преку напатница (напотница) е дозволена со дозвола за престој заради студии; редовниот работен однос е нешто друго и бара промена на дозволата.

+ Повеќе во водичот +
+
+
+ Што ми треба за да почнам да работам преку студентски сервис? +
+

Се зачленувате во студентски сервис и ви требаат словенечки даночен број, ЕМШО и обично банкарска сметка, а пред секоја работа и напатница.

+ Повеќе во водичот +
+
+
+ Како да добијам ЕМШО и словенечки даночен број и зошто ми се потребни? +
+

ЕМШО и даночен број добивате во управната единица и финансиската управа (FURS); ви требаат за отворање банкарска сметка, работа и повеќето административни работи.

+ Повеќе во водичот +
+
+
+ Која е разликата меѓу студентска работа и редовно вработување? +
+

Студентската работа преку напатница е флексибилна и дозволена со дозволата за студии, додека редовниот работен однос е формална работа што обично бара промена на дозволата од студии во работа.

+ Повеќе во водичот +
+
+
+
+

Пари, статус и по дипломирање

+
+ Што морам да средам во првата недела по пристигнувањето? +
+

Во првите денови ја пријавувате адресата, средувате здравствено осигурување, добивате ЕМШО и даночен број, отворате банкарска сметка и активирате исхрана и превоз.

+ Повеќе во водичот +
+
+
+ Колку пари реално ми требаат месечно? +
+

Повеќето студенти планираат околу 455–850 € месечно во зависност од градот, при што првиот месец е поскап поради депозитот и трошоците за уредување.

+ Повеќе во водичот +
+
+
+ Што е студентски статус и какви права ми дава? +
+

Студентскиот статус е вашиот активен запис како студент и токму тој ги овозможува субвенционираната исхрана, превозот, студентската работа и другите поволности.

+ Повеќе во водичот +
+
+
+ Дали можам да останам во Словенија да барам работа по дипломирањето? +
+

Да, по дипломирањето може да барате дозвола за престој заради барање работа (околу девет месеци) за да останете и да барате работа.

+ Повеќе во водичот
diff --git a/si/faq/index.html b/si/faq/index.html index b0d7e6ff..4552bb7d 100644 --- a/si/faq/index.html +++ b/si/faq/index.html @@ -177,105 +177,264 @@
Podpora

Pogosta vprašanja

-

Najpogostejša vprašanja o študiju in življenju v Sloveniji z odgovori. Za vse podrobnosti sledite povezavam v Vodnik za študente.

+

Kratki odgovori na vprašanja, ki jih makedonski študenti najpogosteje zastavljajo o študiju in življenju v Sloveniji. Vse podrobnosti in uradni viri so v Vodniku za študente.

Prijava in vpis

- Ali lahko študiram v angleščini ali moram znati slovensko? + Kako se prijavim na fakulteto prek portala eVŠ?
-

Veliko magistrskih programov poteka v angleščini, večina dodiplomskih pa v slovenščini. Za programe v slovenščini morate običajno dokazati znanje slovenščine (približno B2). Pred prijavo vedno preverite jezik posameznega programa.

- Več v vodniku -
-
-
- Kako se prijavim na študijski program? -
-

Prijavite se prek nacionalnega portala eVŠ, s kvalificiranim digitalnim potrdilom ali z uporabniškim imenom in geslom eVŠ. Tuji kandidati imajo svoje prijavne roke.

+

Prijavo oddate prek nacionalnega portala eVŠ, v prijavnem roku in z načinom prijave, ki veljata za tuje kandidate.

Več v vodniku
- Kakšni so prijavni roki? + Kakšni so prijavni roki in prijavni krogi za 2026/2027?
-

Roki so odvisni od stopnje in prijavnega roka. Za dodiplomski študij prvi rok običajno poteka spomladi, roke za magistrski študij določi vsaka fakulteta. Vedno preverite aktualne datume za svoj program.

+

Tuji kandidati se prijavljajo v svojih rokih — dodiplomski se običajno začne spomladi, roke za magistrski določi vsaka fakulteta — zato vedno preverite aktualne datume za svoj program.

Več v vodniku
- Ali bo moja makedonska diploma priznana? + Kot makedonski kandidat, kateri prijavni rok in pogoji veljajo zame?
-

Za vpis vašo predhodno izobrazbo prizna univerza, na katero se prijavljate, in ne posebno ministrstvo. Predložite diplome in potrdila o ocenah, pogosto z overjenimi prevodi.

+

Prijavljate se kot kandidat iz tretje države (ne-EU), običajno za omejeno število mest za tuje študente in ne v splošnem slovenskem roku.

+ Več v vodniku +
+
+
+ Koliko mest za študente iz tretjih držav ima moj program? +
+

Nekateri programi imajo le nekaj mest za študente iz tretjih držav (pri konkurenčnih, kot je dentalna medicina, včasih le eno ali dve), zato preverite svoj program in imejte rezervno možnost.

+ Več v vodniku +
+
+
+ Ali je za moje področje sprejemni ali preizkus nadarjenosti? +
+

Večina programov nima sprejemnega izpita — izjeme so področja, kot so umetnost, arhitektura, šport in zobna protetika.

+ Več v vodniku +
+
+
+ Ali potrebujem potrdilo o znanju slovenščine na ravni B2? +
+

Le nekaj programov zahteva potrdilo o znanju slovenščine na ravni B2 — medicina, dentalna medicina, farmacija, psihologija, film/režija in novinarstvo — večina drugih pa ne.

+ Več v vodniku +
+
+
+
+

Priznavanje in dokumenti

+
+ Ali je treba mojo makedonsko diplomo priznati, preden se lahko vpišem? +
+

Da, univerza, na katero se prijavljate, v okviru sprejema oceni vašo predhodno makedonsko izobrazbo, zato diplome in potrdila o ocenah predložite ob prijavi.

Več v vodniku
-
-
-

Vizum in prebivanje

- Ali potrebujem vizum ali dovoljenje za prebivanje? + Ali moji dokumenti potrebujejo apostille in sodni prevod?
-

Kot makedonski državljan lahko v Slovenijo vstopite brez vizuma za kratko bivanje, za študij pa morate pridobiti dovoljenje za začasno prebivanje zaradi študija. Praviloma zaprosite pred prihodom na slovenskem veleposlaništvu.

- Več v vodniku +

Ključni dokumenti običajno potrebujejo apostille iz Makedonije in sodni prevod v slovenščino — oboje uredite pred odhodom.

+ Več v vodniku
- Kje zaprosim za dovoljenje za prebivanje in katere dokumente potrebujem? + Katere dokumente naj pripravim in prevedem, preden zapustim Makedonijo?
-

Zaprosite na slovenskem veleposlaništvu v Skopju (ali na upravni enoti v Sloveniji), s potrdilom o vpisu, veljavnim potnim listom, dokazilom o sredstvih (približno 484,88 € na mesec), zdravstvenim zavarovanjem, potrdilom iz kazenske evidence in predpisanimi taksami.

- Več v vodniku +

Vnaprej pripravite in prevedite diplomo, potrdila o ocenah, rojstni list in potrdilo iz kazenske evidence, saj jih je v Sloveniji veliko težje pridobiti in legalizirati.

+ Več v vodniku
-

Stroški, šolnina in ugodnosti

+

Šolnina in štipendije

- Koliko stane življenje študenta v Sloveniji? + Ali je študij zame kot Makedonca brezplačen ali plačam šolnino?
-

Večina študentov porabi približno 455 do 850 € na mesec, odvisno od mesta, vključno z najemnino, hrano, prevozom in osebnimi stroški. Ljubljana je najdražja, manjša mesta so cenejša.

- Več v vodniku -
-
-
- Ali je treba plačati šolnino in ali lahko dobim štipendijo? -
-

Redni študij na javnih univerzah je pogosto brezplačen za prvi program na vsaki stopnji, samoplačniški in drugi programi pa so lahko plačljivi. Obstajajo štipendije, med drugim štipendija Svetovne banke oziroma vlade v višini približno 9.600 €.

+

Po dvostranskem sporazumu med Slovenijo in Makedonijo je redni dodiplomski in magistrski študij na javnih univerzah za makedonske državljane brezplačen (samoplačniški ali drugi programi so lahko plačljivi).

Več v vodniku
- Katere študentske popuste in ugodnosti lahko uporabljam? + Ali lahko dobim štipendijo?
-

S statusom študenta imate subvencionirano prehrano (boni), cenejši javni prevoz ter številne kulturne in športne popuste. Subvencija zniža ceno obroka v sodelujočih restavracijah.

- Več v vodniku +

Da, preverite lahko državne štipendije, Ad Futura, CEEPUS in fakultetne štipendije, vsaka s svojimi pogoji in roki.

+ Več v vodniku
-

Delo in nastanitev

+

Dovoljenje za prebivanje in vizum

- Ali lahko med študijem delam? + Ali potrebujem vizum za vstop v Slovenijo ali zadostuje dovoljenje za prebivanje?
-

Da, študentsko delo prek napotnice je dovoljeno z dovoljenjem za prebivanje zaradi študija. Redna zaposlitev je nekaj drugega in običajno zahteva spremembo dovoljenja iz študija v delo.

- Več v vodniku +

Kot makedonski državljan lahko za kratko bivanje vstopite brez vizuma, za študij pa potrebujete dovoljenje za začasno prebivanje zaradi študija, ki ga običajno uredite pred selitvijo.

+ Več v vodniku
- Kako najdem študentsko nastanitev? + Kako pridobim dovoljenje za prebivanje in kje zaprosim?
-

Možnosti so študentski domovi, zasebne sobe in stanovanja. Samoplačniški tuji študenti običajno ne morejo dobiti subvencioniranega mesta v domu, zato večina najema zasebno ali uporablja posrednike za študentsko nastanitev.

+

Običajno zaprosite na slovenskem veleposlaništvu v Skopju pred prihodom ali na krajevni upravni enoti, ko ste že v Sloveniji.

+ Več v vodniku +
+
+
+ Katere dokumente potrebujem za dovoljenje? +
+

Običajno potrebujete potrdilo o vpisu, veljaven potni list, dokazilo o zadostnih sredstvih, zdravstveno zavarovanje, potrdilo iz kazenske evidence in predpisane takse.

+ Več v vodniku +
+
+
+ Koliko moram izkazati kot "zadostna sredstva" in ali šteje izjava staršev? +
+

Izkazati morate približno 485–510 € na mesec (preverite aktualni znesek), pri čemer je overjena izjava staršev o preživljanju običajen in trajen dokaz.

+ Več v vodniku +
+
+
+ Kako dolgo velja dovoljenje in kako ga vsako leto podaljšam? +
+

Dovoljenje je izdano za študijsko leto in ga je treba podaljševati vsako leto — vlogo oddajte najkasneje do 30. septembra (zaprosite lahko približno 60 dni pred iztekom), saj zamuda pomeni povsem novo vlogo.

+ Več v vodniku +
+
+
+ Ali moram po vselitvi prijaviti svoj naslov? +
+

Da, začasni naslov morate prijaviti na upravni enoti v 8 dneh po vselitvi.

+ Več v vodniku +
+
+
+
+

Zdravstveno zavarovanje

+
+ Kaj je RM/SI 3 in ali ga potrebujem za zdravstveno kritje? +
+

RM/SI 3 je potrdilo iz postopka med državama, ki vam na podlagi makedonskega zavarovanja omogoča osnovno zdravstveno kritje v Sloveniji, in da, potrebujete ga.

+ Več v vodniku +
+
+
+ Ali sem zavarovan od prvega dne in kakšno zavarovanje potrebujem za dovoljenje? +
+

Za dovoljenje za prebivanje potrebujete veljavno zdravstveno zavarovanje, zato kritje RM/SI 3 (in morebitno dopolnilno zavarovanje) uredite pred prihodom ali takoj po njem.

+ Več v vodniku +
+
+
+ Kako registriram osebnega zdravnika? +
+

Ko ste zavarovani, si v zdravstvenem domu v svojem študijskem mestu izberete in registrirate osebnega zdravnika (za čas študija).

+ Več v vodniku +
+
+
+
+

Nastanitev

+
+ Ali lahko kot tuji študent dobim subvencionirano sobo v študentskem domu? +
+

Običajno ne — subvencionirana mesta v domovih so namenjena slovenskim in EU študentom, zato samoplačniški tuji študenti praviloma najemajo zasebno.

+ Več v vodniku +
+
+
+ Kje bom stanoval in kakšne so moje možnosti nastanitve? +
+

Večina študentov najame zasebno sobo ali deljeno stanovanje, nekateri pa uporabijo posrednike za študentsko nastanitev ali zasebne dijaške in študentske domove v svojem mestu.

+ Več v vodniku +
+
+
+ Koliko stane nastanitev in kaj plačam vnaprej? +
+

Zasebne sobe stanejo približno 200–400 € na mesec (garsonjere več), ob vselitvi pa običajno plačate varščino in najemnino za prvi mesec.

Več v vodniku
-

Zdravje in podpora

+

Prehrana in prevoz

- Kako deluje zdravstveno zavarovanje za študente? + Kako se prijavim za subvencionirano študentsko prehrano in ali sem upravičen?
-

Osnovno zdravstveno kritje uredite po postopku med državama (obrazec FZOM iz Makedonije vodi do potrdila ZZZS v Sloveniji), dodate pa lahko prostovoljno dopolnilno zavarovanje. Za dovoljenje za prebivanje potrebujete veljavno zavarovanje.

- Več v vodniku +

Da, študenti z veljavnim statusom (tudi tuji) lahko koristijo subvencionirano prehrano (bone) — enkrat se prijavite prek spleta s študentskimi podatki ter telefonom ali čip kartico.

+ Več v vodniku +
+
+
+ Kako pridobim subvencionirano vozovnico za javni prevoz in ali sem upravičen? +
+

Študenti lahko kupijo subvencionirano medkrajevno vozovnico IJPP ne glede na oddaljenost od fakultete — zaprosite s študentskim statusom, mestni prevoz (npr. Urbana v Ljubljani) pa se doda posebej.

+ Več v vodniku +
+
+
+
+

Delo in upravne osnove

+
+ Ali lahko med študijem delam z dovoljenjem za prebivanje zaradi študija? +
+

Da, študentsko delo prek napotnice je dovoljeno z dovoljenjem za prebivanje zaradi študija; redna zaposlitev je nekaj drugega in zahteva spremembo dovoljenja.

+ Več v vodniku +
+
+
+ Kaj potrebujem, da začnem delati prek študentskega servisa? +
+

Vpišete se pri študentskem servisu ter potrebujete slovensko davčno številko, EMŠO in običajno bančni račun, pred vsakim delom pa napotnico.

+ Več v vodniku +
+
+
+ Kako pridobim EMŠO in slovensko davčno številko in zakaj ju potrebujem? +
+

EMŠO in davčno številko pridobite na upravni enoti in finančnem uradu (FURS); potrebujete ju za odprtje bančnega računa, delo in večino upravnih opravil.

+ Več v vodniku +
+
+
+ Kakšna je razlika med študentskim delom in redno zaposlitvijo? +
+

Študentsko delo prek napotnice je prožno in dovoljeno z dovoljenjem za študij, redna zaposlitev pa je formalna zaposlitev, ki praviloma zahteva spremembo dovoljenja iz študija v delo.

+ Več v vodniku +
+
+
+
+

Denar, status in po diplomi

+
+ Kaj moram urediti v prvem tednu po prihodu? +
+

V prvih dneh prijavite naslov, uredite zdravstveno zavarovanje, pridobite EMŠO in davčno številko, odprete bančni račun ter aktivirate prehrano in prevoz.

+ Več v vodniku +
+
+
+ Koliko denarja realno potrebujem na mesec? +
+

Večina študentov načrtuje približno 455–850 € na mesec, odvisno od mesta, pri čemer je prvi mesec dražji zaradi varščine in stroškov ureditve.

+ Več v vodniku +
+
+
+ Kaj je študentski status in kakšne pravice mi daje? +
+

Študentski status je vaš aktivni vpis kot študent in prav ta omogoča subvencionirano prehrano, prevoz, študentsko delo in druge ugodnosti.

+ Več v vodniku +
+
+
+ Ali lahko po diplomi ostanem v Sloveniji in iščem delo? +
+

Da, po diplomi lahko zaprosite za dovoljenje za prebivanje zaradi iskanja zaposlitve (približno devet mesecev), da ostanete in iščete delo.

+ Več v vodniku
-- 2.43.0 From f8e4d765a3756eaad4570b1142c2a2c9934981c7 Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 23:14:45 +0200 Subject: [PATCH 10/22] Remove em/en dashes site-wide and fix FAQ hero cropped under fixed header Replace em/en dashes with commas (or 'to' for number ranges, keeping the euro sign) across the FAQ, home, timeline and project pages; hyphens in compound words are left intact. Increase .faq-hero top padding so the eyebrow/title clear the fixed 80px header. Co-Authored-By: Claude Opus 4.8 (1M context) --- css/pages/_faq.css | 4 +- en/faq/index.html | 24 +++++----- en/index.html | 10 ++-- en/projects/index.html | 6 +-- .../index.html | 26 +++++----- .../index.html | 24 +++++----- .../meet-student-slovenia-2023/index.html | 22 ++++----- .../meet-student-slovenia-2024/index.html | 10 ++-- .../morning-coffee-in-front-of-ctk/index.html | 22 ++++----- en/timeline-and-milestones/index.html | 48 +++++++++---------- mk/faq/index.html | 22 ++++----- mk/index.html | 6 +-- mk/projects/index.html | 6 +-- .../index.html | 24 +++++----- .../meet-student-slovenia-2023/index.html | 20 ++++---- .../meet-student-slovenia-2024/index.html | 10 ++-- .../morning-coffee-in-front-of-ctk/index.html | 20 ++++---- si/faq/index.html | 22 ++++----- si/index.html | 6 +-- si/projects/index.html | 6 +-- .../index.html | 24 +++++----- .../meet-student-slovenia-2023/index.html | 20 ++++---- .../meet-student-slovenia-2024/index.html | 10 ++-- .../morning-coffee-in-front-of-ctk/index.html | 20 ++++---- 24 files changed, 206 insertions(+), 206 deletions(-) diff --git a/css/pages/_faq.css b/css/pages/_faq.css index 624a58c8..f9f49a0c 100644 --- a/css/pages/_faq.css +++ b/css/pages/_faq.css @@ -5,7 +5,7 @@ .faq-hero { background: linear-gradient(180deg, #F5FAFB 0%, #FFFFFF 100%); - padding: 72px 24px 40px; + padding: 112px 24px 40px; /* clears the fixed 80px header */ text-align: center; } .faq-eyebrow { @@ -136,7 +136,7 @@ .faq-viber-btn:hover { opacity: 0.9; } @media (max-width: 768px) { - .faq-hero { padding: 52px 20px 32px; } + .faq-hero { padding: 92px 20px 32px; } .faq-hero h1 { font-size: 30px; } .faq-lead { font-size: 16px; } .faq-body { margin: 40px auto; } diff --git a/en/faq/index.html b/en/faq/index.html index 90c8b69f..c66502a4 100644 --- a/en/faq/index.html +++ b/en/faq/index.html @@ -192,7 +192,7 @@
What are the application deadlines and rounds for 2026/2027?
-

Foreign applicants apply in their own rounds — bachelor’s usually opens in spring and master’s deadlines are set by each faculty — so always confirm the current dates for your programme.

+

Foreign applicants apply in their own rounds, bachelor’s usually opens in spring and master’s deadlines are set by each faculty, so always confirm the current dates for your programme.

Read more in the guide
@@ -213,14 +213,14 @@
Is there an entrance or aptitude exam for my field?
-

Most programmes have no entrance exam — the exceptions are fields like art, architecture, sport and dental prosthetics.

+

Most programmes have no entrance exam, the exceptions are fields like art, architecture, sport and dental prosthetics.

Read more in the guide
Do I need a B2 Slovenian language certificate?
-

Only a few programmes require a B2 Slovene certificate — medicine, dentistry, pharmacy, psychology, film/directing and journalism — while most others do not.

+

Only a few programmes require a B2 Slovene certificate, medicine, dentistry, pharmacy, psychology, film/directing and journalism, while most others do not.

Read more in the guide
@@ -237,7 +237,7 @@
Do my documents need an apostille and a certified (sodni) translation?
-

Your key documents usually need an apostille from Macedonia and a certified court (sodni) translation into Slovene — arrange both before you leave.

+

Your key documents usually need an apostille from Macedonia and a certified court (sodni) translation into Slovene, arrange both before you leave.

Read more in the guide
@@ -254,7 +254,7 @@
Is study free for me as a Macedonian, or do I pay tuition?
-

Under the Slovenia–Macedonia bilateral agreement, full-time bachelor’s and master’s study at public universities is tuition-free for Macedonian citizens (self-funded or second programmes may still be charged).

+

Under the Slovenia and Macedonia bilateral agreement, full-time bachelor’s and master’s study at public universities is tuition-free for Macedonian citizens (self-funded or second programmes may still be charged).

Read more in the guide
@@ -292,14 +292,14 @@
How much must I prove as "sufficient means", and does a parent’s statement count?
-

You must show roughly €485–510 per month (check the current amount), and a parent’s notarised statement of support is the usual, durable way to prove it.

+

You must show roughly €485 to €510 per month (check the current amount), and a parent’s notarised statement of support is the usual, durable way to prove it.

Read more in the guide
How long is the permit valid and how do I renew it each year?
-

The permit is issued for your study year and must be renewed annually — submit the renewal by 30 September (you can apply up to about 60 days before it expires), because missing that turns it into a brand-new application.

+

The permit is issued for your study year and must be renewed annually, submit the renewal by 30 September (you can apply up to about 60 days before it expires), because missing that turns it into a brand-new application.

Read more in the guide
@@ -340,7 +340,7 @@
Can I get a subsidised student-dorm room as a foreign degree student?
-

Usually no — subsidised dormitory places are reserved for Slovenian and EU students, so self-funded foreign degree students normally rent privately.

+

Usually no, subsidised dormitory places are reserved for Slovenian and EU students, so self-funded foreign degree students normally rent privately.

Read more in the guide
@@ -354,7 +354,7 @@
How much does housing cost and what do I pay upfront?
-

Private rooms run roughly €200–400 a month (studios more), and you usually pay a deposit plus the first month’s rent when you move in.

+

Private rooms run roughly €200 to €400 a month (studios more), and you usually pay a deposit plus the first month’s rent when you move in.

Read more in the guide
@@ -364,14 +364,14 @@
How do I register for subsidised student meals, and am I eligible?
-

Yes, students with valid status (including foreign students) can use subsidised meals (boni) — you register once online with your student data and a phone or chip card.

+

Yes, students with valid status (including foreign students) can use subsidised meals (boni), you register once online with your student data and a phone or chip card.

Read more in the guide
How do I get the subsidised public-transport ticket, and am I eligible?
-

Students can buy the subsidised IJPP intercity ticket regardless of how far you live from your faculty — you apply with your student status, and city transport (like Urbana in Ljubljana) is added on top.

+

Students can buy the subsidised IJPP intercity ticket regardless of how far you live from your faculty, you apply with your student status, and city transport (like Urbana in Ljubljana) is added on top.

Read more in the guide
@@ -419,7 +419,7 @@
How much money do I realistically need per month?
-

Most students budget roughly €455–850 a month depending on the city, with a higher first month for the deposit and setup costs.

+

Most students budget roughly €455 to €850 a month depending on the city, with a higher first month for the deposit and setup costs.

Read more in the guide
diff --git a/en/index.html b/en/index.html index b55c7b83..3dd16405 100644 --- a/en/index.html +++ b/en/index.html @@ -234,8 +234,8 @@
-

Every Student Has a Story – Here’s Ours

-

Curious about what MSOS is all about? This video tells our story—fast, fun, and from the heart. See what makes MSOS special in our video—and hit “Learn more” to be part of the story.

+

Every Student Has a Story, Here’s Ours

+

Curious about what MSOS is all about? This video tells our story, fast, fun, and from the heart. See what makes MSOS special in our video, and hit “Learn more” to be part of the story.

Learn more
@@ -243,7 +243,7 @@

Activities

-

Our philosophy is simple — hire a team of diverse, passionate people and foster a culture that empowers you to do you best work.

+

Our philosophy is simple, hire a team of diverse, passionate people and foster a culture that empowers you to do you best work.

@@ -403,7 +403,7 @@

Frequently asked questions

-

Everything you wanted to know about studying and living in Slovenia — in one place.

+

Everything you wanted to know about studying and living in Slovenia, in one place.

@@ -419,7 +419,7 @@

Can I study in English, or do I need Slovene language?

-

Find out which programs are in English—and when learning Slovene helps.

+

Find out which programs are in English, and when learning Slovene helps.

diff --git a/en/projects/index.html b/en/projects/index.html index ed3fe47f..a46809be 100644 --- a/en/projects/index.html +++ b/en/projects/index.html @@ -277,13 +277,13 @@
- + diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html index 36963540..7aaabf48 100644 --- a/en/projects/macedonian-student-night-in-ljubljana/index.html +++ b/en/projects/macedonian-student-night-in-ljubljana/index.html @@ -206,7 +206,7 @@

Published on October 8, 2022

Macedonian Student Night in Ljubljana

-

From an idea to a party with 500 students – that's how our story began!

+

From an idea to a party with 500 students, that's how our story began!

@@ -214,18 +214,18 @@
-

On October 8, 2022, in the heart of the Student Campus in Ljubljana, the first Macedonian Student Night in Slovenia took place. Under the motto #FeelsLikeHome, more than 500 young people enjoyed Macedonian music, delicious traditional food, and an atmosphere that felt like home. This event was not just a party – it was the beginning of a new story, which would later grow into the Macedonian Student Organization in Slovenia (MSOS).

+

On October 8, 2022, in the heart of the Student Campus in Ljubljana, the first Macedonian Student Night in Slovenia took place. Under the motto #FeelsLikeHome, more than 500 young people enjoyed Macedonian music, delicious traditional food, and an atmosphere that felt like home. This event was not just a party, it was the beginning of a new story, which would later grow into the Macedonian Student Organization in Slovenia (MSOS).

How an idea for socializing became the start of a movement

-

It all began with a simple wish – to gather, get to know each other, and feel Macedonia, even though we were far from it. Kristijan Popovski, then a student at the School of Economics and Business in Ljubljana, shared his idea with a few colleagues, and the response was incredible. In less than two weeks, over 40 students joined the organizing team. Everyone contributed their enthusiasm and time, and the shared spirit and desire to connect turned this spontaneous initiative into an event we would remember for a long time.

+

It all began with a simple wish, to gather, get to know each other, and feel Macedonia, even though we were far from it. Kristijan Popovski, then a student at the School of Economics and Business in Ljubljana, shared his idea with a few colleagues, and the response was incredible. In less than two weeks, over 40 students joined the organizing team. Everyone contributed their enthusiasm and time, and the shared spirit and desire to connect turned this spontaneous initiative into an event we would remember for a long time.

Preparations and meetings for the Macedonian Student Night
Photos from the preparations and meetings for organizing the Macedonian Student Night.
-

From that moment on, we spent every free moment in the offices of the student organization Povezani, which gave us great support in organizing. Days and nights were spent planning, holding meetings, and writing social media posts – all with the goal of creating an event that we initially thought would attract, if we were lucky, about 100 visitors.

-

A week before the event, we posted interesting facts about Macedonia every day – its national treasures, music, and culture. Slowly but surely, we built the atmosphere and excitement, not only among Macedonian students but also among many others who wanted to feel our energy.

+

From that moment on, we spent every free moment in the offices of the student organization Povezani, which gave us great support in organizing. Days and nights were spent planning, holding meetings, and writing social media posts, all with the goal of creating an event that we initially thought would attract, if we were lucky, about 100 visitors.

+

A week before the event, we posted interesting facts about Macedonia every day, its national treasures, music, and culture. Slowly but surely, we built the atmosphere and excitement, not only among Macedonian students but also among many others who wanted to feel our energy.

Poster where Slovenians learn the Macedonian alphabet @@ -233,8 +233,8 @@
-

“Organizing the first MSOS party was a one-of-a-kind experience – sleepless, ambitious, and involved in everything from logistics to mopping the floor... Thank goodness for Red Bull 😉 (P.S. We drank the entire fridge supply!)”

-
— Marko - first-year student (at the time)
+

“Organizing the first MSOS party was a one-of-a-kind experience, sleepless, ambitious, and involved in everything from logistics to mopping the floor... Thank goodness for Red Bull 😉 (P.S. We drank the entire fridge supply!)”

+
, Marko - first-year student (at the time)

The taste and smell of Macedonia in the heart of Ljubljana

@@ -245,7 +245,7 @@
Photos of the stands with Macedonian symbols, traditional food, and drinks.
-

In addition to the food, visitors could explore interesting facts about the country, photos of famous Macedonian figures and cultural landmarks, and see traditional costumes and a gaida up close. The atmosphere was warm and full of curiosity – like a small exhibition within a large student party.

+

In addition to the food, visitors could explore interesting facts about the country, photos of famous Macedonian figures and cultural landmarks, and see traditional costumes and a gaida up close. The atmosphere was warm and full of curiosity, like a small exhibition within a large student party.

Mini quiz about Macedonia @@ -261,16 +261,16 @@

We were especially honored to welcome the Ambassador of North Macedonia to Slovenia, Mrs. Suzana Zelenkovska, who gave warm words of encouragement and support to the youth. Her presence and interest in the event were an additional motivation to continue our mission of connecting and promoting the Macedonian student community.

-

The party had great energy spreading everywhere – at one point there was a small but controlled chaos. Even though the event ended slightly earlier than planned, the students kept singing together for another hour while we were cleaning up the place. Truly, a night to remember!

+

The party had great energy spreading everywhere, at one point there was a small but controlled chaos. Even though the event ended slightly earlier than planned, the students kept singing together for another hour while we were cleaning up the place. Truly, a night to remember!

-

“I was part of the organizing team and was supposed to maintain order among the students, but when they played the song 'Biser Balkanski,' I couldn't resist – so I joined in as well... That was my special moment that night!”

-
— Hristijan - second-year student (at the time)
+

“I was part of the organizing team and was supposed to maintain order among the students, but when they played the song 'Biser Balkanski,' I couldn't resist, so I joined in as well... That was my special moment that night!”

+
, Hristijan - second-year student (at the time)

A beginning to remember

-

That night wasn't just another student party – it was the moment we realized we had started something bigger. Instead of the expected 100 guests, about 500 students came to the club, and the energy was incredible. New friendships were made, songs were sung from the heart, and Macedonian culture and tradition took center stage for the entire evening.

-

This night laid the foundation for the Macedonian Student Organization in Slovenia and showed us that with enthusiasm, unity, and a bit of courage, it's possible to create something that brings people together and gives them a sense of home – even when they are far away from it.

+

That night wasn't just another student party, it was the moment we realized we had started something bigger. Instead of the expected 100 guests, about 500 students came to the club, and the energy was incredible. New friendships were made, songs were sung from the heart, and Macedonian culture and tradition took center stage for the entire evening.

+

This night laid the foundation for the Macedonian Student Organization in Slovenia and showed us that with enthusiasm, unity, and a bit of courage, it's possible to create something that brings people together and gives them a sense of home, even when they are far away from it.

The dedicated team of volunteers after cleaning up the venue diff --git a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html index 205914e8..715ed351 100644 --- a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html +++ b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html @@ -178,7 +178,7 @@

Објавено на 8 октомври 2022

Македонска студентска вечер во Љубљана

-

Од идеја до журка со 500 студенти – вака започна нашата приказна!

+

Од идеја до журка со 500 студенти, вака започна нашата приказна!

@@ -186,17 +186,17 @@
-

На 8 октомври 2022 година, во срцето на Студентскиот кампус во Љубљана, се одржа првата македонска студентска вечер во Словенија. Под мотото #FeelsLikeHome, повеќе од 500 млади уживаа во македонска музика, вкусна традиционална храна и атмосфера која потсетуваше на дома. Овој настан не беше само журка – беше почеток на една нова приказна, која подоцна ќе прерасне во Македонска студентска организација во Словенија (МСОС).

+

На 8 октомври 2022 година, во срцето на Студентскиот кампус во Љубљана, се одржа првата македонска студентска вечер во Словенија. Под мотото #FeelsLikeHome, повеќе од 500 млади уживаа во македонска музика, вкусна традиционална храна и атмосфера која потсетуваше на дома. Овој настан не беше само журка, беше почеток на една нова приказна, која подоцна ќе прерасне во Македонска студентска организација во Словенија (МСОС).

Како една идеја за дружење стана почеток на движење

-

Сè започна со едноставна желба – да се собереме, да се запознаеме и да ја почувствуваме Македонија, иако сме далеку од неа. Кристијан Поповски, тогаш студент на Економскиот факултет во Љубљана, ја сподели својата идеја со неколку колеги, а одговорот беше неверојатен. За помалку од две недели, преку 40 студенти се пријавија во организацискиот тим. Секој понесе дел од својот ентузијазам и време, а заедничкиот дух и желбата за поврзување ја претворија оваа спонтана иницијатива во настан што долго ќе го паметиме.

+

Сè започна со едноставна желба, да се собереме, да се запознаеме и да ја почувствуваме Македонија, иако сме далеку од неа. Кристијан Поповски, тогаш студент на Економскиот факултет во Љубљана, ја сподели својата идеја со неколку колеги, а одговорот беше неверојатен. За помалку од две недели, преку 40 студенти се пријавија во организацискиот тим. Секој понесе дел од својот ентузијазам и време, а заедничкиот дух и желбата за поврзување ја претворија оваа спонтана иницијатива во настан што долго ќе го паметиме.

Подготовки и состаноци за македонската студентска вечер
Фотографии од подготовките и состаноците за организирање на македонската студентска вечер
-

Од тој момент, секој слободен миг го поминувавме во канцелариите на студентската организација „Повезани“, кои ни дадоа голема поддршка во организирањето. Денови и ноќи правевме планови, одржувавме состаноци, пишувавме објави на социјалните мрежи – сè со цел да создадеме настан кој првично мислевме дека ќе привлече, ако имаме среќа, околу 100 посетители.

+

Од тој момент, секој слободен миг го поминувавме во канцелариите на студентската организација „Повезани“, кои ни дадоа голема поддршка во организирањето. Денови и ноќи правевме планови, одржувавме состаноци, пишувавме објави на социјалните мрежи, сè со цел да создадеме настан кој првично мислевме дека ќе привлече, ако имаме среќа, околу 100 посетители.

Една недела пред настанот, секој ден објавувавме интересни факти за Македонија, нејзините национални богатства, музика и култура. Полека, но сигурно, ја градевме атмосферата и ентузијазмот, не само кај македонските студенти, туку и кај многу други кои сакаа да ја почувствуваат нашата енергија.

@@ -205,8 +205,8 @@
-

„Организирањето на првата МСОС журка беше уникатно искуство – без сон, амбициозни и вклучени во сè, од логистика до бришење на подот... Среќа што постои Red Bull 😉 (П.с. целиот фрижидер го испивме!)“

-
— Марко – студент во прва година
+

„Организирањето на првата МСОС журка беше уникатно искуство, без сон, амбициозни и вклучени во сè, од логистика до бришење на подот... Среќа што постои Red Bull 😉 (П.с. целиот фрижидер го испивме!)“

+
, Марко, студент во прва година

Вкусот и мирисот на Македонија во срцето на Љубљана

@@ -217,7 +217,7 @@
Фотографии од штандовите со македонски обележја, традиционална храна и пијалаци.
-

Покрај храната, посетителите можеа да разгледаат интересни факти за државата, фотографии од познати македонски дејци и културни знаменитости, како и да видат традиционални носии и гајда одблиску. Атмосферата беше топла и полна со љубопитност – како мала изложба во рамките на една голема студентска забава.

+

Покрај храната, посетителите можеа да разгледаат интересни факти за државата, фотографии од познати македонски дејци и културни знаменитости, како и да видат традиционални носии и гајда одблиску. Атмосферата беше топла и полна со љубопитност, како мала изложба во рамките на една голема студентска забава.

Мини квиз со прашања за Македонија @@ -233,16 +233,16 @@

Посебна чест ни беше да ја пречекаме и амбасадорката на Северна Македонија во Словенија, г-ѓа Сузана Зеленковска, која упати топли зборови на охрабрување и поддршка за младите. Нејзиното присуство и интерес за настанот беа дополнителен мотив да продолжиме со нашата мисија за поврзување и афирмација на македонската студентска заедница.

-

Журката беше одлична, со супер енергија што се шири насекаде. Студенти на сите страни и во еден момент владееше мал, но контролиран хаос – вистинско место каде што успеавме да се избориме и да направиме еден навистина одличен настан. Иако ја завршивме журката малку порано, студентите не престанаа уште еден час да пеат заедно со нас, како што го расчистувавме местото. Навистина, ноќ за паметење!

+

Журката беше одлична, со супер енергија што се шири насекаде. Студенти на сите страни и во еден момент владееше мал, но контролиран хаос, вистинско место каде што успеавме да се избориме и да направиме еден навистина одличен настан. Иако ја завршивме журката малку порано, студентите не престанаа уште еден час да пеат заедно со нас, како што го расчистувавме местото. Навистина, ноќ за паметење!

-

„Бев дел од тимот за организација и требаше да одржувам ред и мир меѓу студентите, ама кога ми ја пуштија песната ‘Бисер Балкански’ не издржав – па им се приклучив и јас... Тоа беше мојот специјален момент таа вечер!“

-
— Христијан – студент во втора година
+

„Бев дел од тимот за организација и требаше да одржувам ред и мир меѓу студентите, ама кога ми ја пуштија песната ‘Бисер Балкански’ не издржав, па им се приклучив и јас... Тоа беше мојот специјален момент таа вечер!“

+
, Христијан, студент во втора година

Почеток што ќе го паметиме

-

Таа вечер не беше само уште една студентска забава – беше моментот кога сфативме дека сме започнале нешто поголемо. Наместо очекуваните 100 гости, во клубот влегоа околу 500 студенти, а енергијата беше неверојатна. Се создадоа нови пријателства, се слушаа песни што ги пеевме од срце, а македонската култура и традиција беа во прв план цела вечер.

-

Оваа ноќ го постави темелот за Македонската студентска организација во Словенија и ни покажа дека со ентузијазам, заедништво и малку храброст, може да се создаде нешто што ќе ги обедини луѓето и ќе им даде чувство на дом – дури и кога се далеку од него.

+

Таа вечер не беше само уште една студентска забава, беше моментот кога сфативме дека сме започнале нешто поголемо. Наместо очекуваните 100 гости, во клубот влегоа околу 500 студенти, а енергијата беше неверојатна. Се создадоа нови пријателства, се слушаа песни што ги пеевме од срце, а македонската култура и традиција беа во прв план цела вечер.

+

Оваа ноќ го постави темелот за Македонската студентска организација во Словенија и ни покажа дека со ентузијазам, заедништво и малку храброст, може да се создаде нешто што ќе ги обедини луѓето и ќе им даде чувство на дом, дури и кога се далеку од него.

Посветениот тим на волонтери по завршувањето на настанот diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html index e91bcfc5..d955a428 100644 --- a/en/projects/meet-student-slovenia-2023/index.html +++ b/en/projects/meet-student-slovenia-2023/index.html @@ -196,7 +196,7 @@
-

What does the first step towards student life in Slovenia look like? We tried to answer this question through the event "Meet Student Slovenia," which we organized on September 18, 2023, at the NLB Gallery in Skopje. The atmosphere was full of excitement – more than 100 future students and their families came with the same feeling: a desire to discover what awaits them where they will start their new chapter.

+

What does the first step towards student life in Slovenia look like? We tried to answer this question through the event "Meet Student Slovenia," which we organized on September 18, 2023, at the NLB Gallery in Skopje. The atmosphere was full of excitement, more than 100 future students and their families came with the same feeling: a desire to discover what awaits them where they will start their new chapter.

What lies behind student life in Slovenia?

-

Instead of dry information, students had the opportunity to hear real stories – from those who are already walking the same path. Students from Ljubljana, Maribor, and Koper talked about their challenges, first impressions, funny situations, and moments when community support was crucial. And the audience? They absorbed everything with great attention, because exactly those questions that are never written in brochures – here they received honest answers.

+

Instead of dry information, students had the opportunity to hear real stories, from those who are already walking the same path. Students from Ljubljana, Maribor, and Koper talked about their challenges, first impressions, funny situations, and moments when community support was crucial. And the audience? They absorbed everything with great attention, because exactly those questions that are never written in brochures, here they received honest answers.

Participants of the panel discussion @@ -228,7 +228,7 @@

Voices that inspire

-

Our members Kiara Lazić, Angel Naumov, Klimentina Čapovska, and Igor Arsov appeared on stage – each with their own story, their own faculty, their own city. Together with moderator Leon Šumanski and host Vasil Hanџiski, they transformed the panel into a real conversation that felt more like a friendly get-together than a formal discussion. They talked about exams, new friendships, life in student dorms, and how important it is not to give up even when things seem hardest.

+

Our members Kiara Lazić, Angel Naumov, Klimentina Čapovska, and Igor Arsov appeared on stage, each with their own story, their own faculty, their own city. Together with moderator Leon Šumanski and host Vasil Hanџiski, they transformed the panel into a real conversation that felt more like a friendly get-together than a formal discussion. They talked about exams, new friendships, life in student dorms, and how important it is not to give up even when things seem hardest.

Vasil Hanџiski at the opening of the event @@ -240,7 +240,7 @@
Photograph of the event participants. We were a little surprised by the interest, but somehow we managed to fit everyone!♡
-

Behind the scenes – our supporters

+

Behind the scenes, our supporters

The event would not have been possible without the support of the Embassy of the Republic of Slovenia in North Macedonia, NLB Bank Skopje, Capital Financial Center, Dijag, and Radio MOF. But the real strength came from MSOS members in preparing the event and the students with their questions, their energy, and their curiosity.

At the event, we received significant support and assistance from Melita Sekulovska in organizing the space and Aleksandar Popovski in designing the organization's website. We sincerely thanked them for their dedicated work, as well as the event coordinator, Lea Janačkovska, who made this event extraordinary.

@@ -258,7 +258,7 @@

Why was it special?

-

Because this event was not just another presentation. It was a hand extended to future students – a message that they are not alone, that a community is already waiting for them. Some left with new friends, others with concrete answers to questions that had bothered them for months. But everyone left with the same feeling: that Slovenia is no longer an unknown place, but a new home where they will be part of something bigger.

+

Because this event was not just another presentation. It was a hand extended to future students, a message that they are not alone, that a community is already waiting for them. Some left with new friends, others with concrete answers to questions that had bothered them for months. But everyone left with the same feeling: that Slovenia is no longer an unknown place, but a new home where they will be part of something bigger.

Attendees at the event @@ -266,12 +266,12 @@
-

“The event was a 'game changer' for me because I finally got information that really helped me get to know student Slovenia instead of just another pile of brochures. The panel was great, relaxed, with talks about the best places to go out, days stuck in the library, life in student dorms, and the classic 'I overslept before the exam' story... P.S. And the networking, the networking was top – no awkward silence.”

-
— Borjan Jovanovski, future student and event participant
+

“The event was a 'game changer' for me because I finally got information that really helped me get to know student Slovenia instead of just another pile of brochures. The panel was great, relaxed, with talks about the best places to go out, days stuck in the library, life in student dorms, and the classic 'I overslept before the exam' story... P.S. And the networking, the networking was top, no awkward silence.”

+
, Borjan Jovanovski, future student and event participant

Practical advice first-hand

-

A special moment of the event was the address by the Consul of the Embassy of the Republic of Slovenia in North Macedonia, Mr. Martin Glazar. He briefly presented the most important steps of the process for obtaining a temporary residence permit – one of the biggest concerns and challenges for all foreign students in Slovenia. In this way, future students gained a clearer picture of what awaits them and how to more easily deal with administrative procedures.

+

A special moment of the event was the address by the Consul of the Embassy of the Republic of Slovenia in North Macedonia, Mr. Martin Glazar. He briefly presented the most important steps of the process for obtaining a temporary residence permit, one of the biggest concerns and challenges for all foreign students in Slovenia. In this way, future students gained a clearer picture of what awaits them and how to more easily deal with administrative procedures.

The Consul introducing students to the process of obtaining a temporary residence permit @@ -287,7 +287,7 @@

See you in Slovenia!

-

With "Meet Student Slovenia 2023," we managed to extend a hand to new students and show them that an exciting journey full of new friendships, challenges, and successes awaits them. We sincerely hope that next time we will meet right there – in the lecture halls, student dorms, and on the streets of Ljubljana, Maribor, and Koper.

+

With "Meet Student Slovenia 2023," we managed to extend a hand to new students and show them that an exciting journey full of new friendships, challenges, and successes awaits them. We sincerely hope that next time we will meet right there, in the lecture halls, student dorms, and on the streets of Ljubljana, Maribor, and Koper.

This event would not have been possible without the support of our partners and friends, to whom we extend our immense gratitude:

  1. Embassy of the Republic of Slovenia in North Macedonia (partner)
  2. @@ -296,7 +296,7 @@
  3. Dijag doo (sponsor)
  4. Radio MOF (media partner)
-

Thanks to everyone who was part of this event – and to future students, we say: your story in Slovenia is just beginning, and we are here to be a part of it.

+

Thanks to everyone who was part of this event, and to future students, we say: your story in Slovenia is just beginning, and we are here to be a part of it.

A small part of the MSOS team diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html index f09dc896..3d15525b 100644 --- a/en/projects/meet-student-slovenia-2024/index.html +++ b/en/projects/meet-student-slovenia-2024/index.html @@ -216,10 +216,10 @@
-

Following the success in 2023, "Meet Student Slovenia" returned this year with even greater energy. On September 16, 2024, at the NLB Gallery in Skopje, we held the second edition of the event, which has become a true tradition. The interest was enormous – we had twice as many applications as the capacity of the venue. The atmosphere was full of excitement, questions, and a desire for new beginnings.

+

Following the success in 2023, "Meet Student Slovenia" returned this year with even greater energy. On September 16, 2024, at the NLB Gallery in Skopje, we held the second edition of the event, which has become a true tradition. The interest was enormous, we had twice as many applications as the capacity of the venue. The atmosphere was full of excitement, questions, and a desire for new beginnings.

"Coffee chat" with future colleagues, but on a panel discussion

-

Our goal was never to create "dry presentations." Instead, we organized a panel – a real conversation with four students who are already living the Slovenian student life. Marija Koštrevska from the University of Ljubljana, Vasil Hanџiski from the University of Maribor, Sofija Matovska from the University of Nova Gorica, and Igor Arsov from the University of Primorska spoke about everything: the first days away from home, how to find accommodation, what student "boni" (subsidized meals) are, and what it's like to build a new circle of friends. Everyone shared something of their own, and the audience asked questions and participated – just like a coffee chat.

+

Our goal was never to create "dry presentations." Instead, we organized a panel, a real conversation with four students who are already living the Slovenian student life. Marija Koštrevska from the University of Ljubljana, Vasil Hanџiski from the University of Maribor, Sofija Matovska from the University of Nova Gorica, and Igor Arsov from the University of Primorska spoke about everything: the first days away from home, how to find accommodation, what student "boni" (subsidized meals) are, and what it's like to build a new circle of friends. Everyone shared something of their own, and the audience asked questions and participated, just like a coffee chat.

Panel discussion with speakers @@ -256,7 +256,7 @@
Photograph from the handing over of flowers as a sign of gratitude to the Embassy, Capital Financial Center, and NLB Bank Skopje.
-

Special thanks go to the MSOS team, who worked tirelessly for weeks on preparations – from the initial idea to the last detail of the evening. Above all, great recognition goes to Lea Janačkovska, the event coordinator, who with her energy, patience, and organizational skills ensured that every piece fell into place.

+

Special thanks go to the MSOS team, who worked tirelessly for weeks on preparations, from the initial idea to the last detail of the evening. Above all, great recognition goes to Lea Janačkovska, the event coordinator, who with her energy, patience, and organizational skills ensured that every piece fell into place.

This time, the memories of the evening are thanks to Hristina Trakovska, who was the photographer and made sure all those moments were captured so we can relive them again through photographs.

@@ -265,7 +265,7 @@

Why was it special?

-

Because this event was not just another presentation. It was a hand extended to future students – a message that they are not alone, that a community is already waiting for them. Some left with new friends, others with concrete answers to questions that had bothered them for months. But everyone left with the same feeling: that Slovenia is no longer an unknown place, but a new home where they will be part of something bigger.

+

Because this event was not just another presentation. It was a hand extended to future students, a message that they are not alone, that a community is already waiting for them. Some left with new friends, others with concrete answers to questions that had bothered them for months. But everyone left with the same feeling: that Slovenia is no longer an unknown place, but a new home where they will be part of something bigger.

Attendees asking questions to the panelists @@ -285,7 +285,7 @@

See you in Slovenia!

-

"Meet Student Slovenia" is not just an event. It is a place where future students take their first step – with support, with first-hand advice, and with the feeling that they are not alone. And this year we managed to create that feeling, and that is the greatest victory.

+

"Meet Student Slovenia" is not just an event. It is a place where future students take their first step, with support, with first-hand advice, and with the feeling that they are not alone. And this year we managed to create that feeling, and that is the greatest victory.

See you again next year!

P.S. Every year after a successfully organized event, the MSOS team traditionally heads to the nearest tavern, for an evening full of socializing, singing, and emotions! 😊 That's why it's worth being part of our team! Join us.

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 2f3688b9..1c4deb0b 100644 --- a/en/projects/morning-coffee-in-front-of-ctk/index.html +++ b/en/projects/morning-coffee-in-front-of-ctk/index.html @@ -3,7 +3,7 @@ - Morning Coffee in front of CTK – 2024: Coffee, burek, and lots of smiles + Morning Coffee in front of CTK, 2024: Coffee, burek, and lots of smiles @@ -176,7 +176,7 @@
- Morning Coffee in front of CTK – 2024 + Morning Coffee in front of CTK, 2024
@@ -205,7 +205,7 @@

Published on June 8, 2024

-

Morning Coffee in front of CTK – 2024: Coffee, burek, and lots of smiles

+

Morning Coffee in front of CTK, 2024: Coffee, burek, and lots of smiles

When exams somehow become easier with Saturday morning coffee, burek, and good company in at CTK!

@@ -214,21 +214,21 @@
-

On June 8, 2024, from 9 to 12 AM, at the Central Technical Library of the University of Ljubljana (CTK), we organized our already traditional student break – Morning Coffee in at CTK together with the team from Skupina Povezani and CTK. This was the second year in a row that we gathered at the same place, but each time brings new moments to remember.

+

On June 8, 2024, from 9 to 12 AM, at the Central Technical Library of the University of Ljubljana (CTK), we organized our already traditional student break, Morning Coffee in at CTK together with the team from Skupina Povezani and CTK. This was the second year in a row that we gathered at the same place, but each time brings new moments to remember.

Beating Exam Stress with Coffee

-

The exam session always brings stress – hours and hours of studying, conversations revolving only around exams, first and second attempts, passed or not, some taking the exam for the first time, and some for the fifth time. That's why we decided to take a short break to catch our breath: to relax, to laugh, and to remind ourselves that we're in this study stress together.

+

The exam session always brings stress, hours and hours of studying, conversations revolving only around exams, first and second attempts, passed or not, some taking the exam for the first time, and some for the fifth time. That's why we decided to take a short break to catch our breath: to relax, to laugh, and to remind ourselves that we're in this study stress together.

Students lining up in front of the CTK library building.
Hundreds of students lined up in front of CTK, waiting even before opening to secure a spot in the library on time.
-

With a cup of hot coffee in hand, and thanks to Burek Olimpija, we enjoyed delicious burek with meat and with cheese. We also tried to bring in a bit of fun – we invited students to bring their own cups, and there was a prize for the most creative ones.

+

With a cup of hot coffee in hand, and thanks to Burek Olimpija, we enjoyed delicious burek with meat and with cheese. We also tried to bring in a bit of fun, we invited students to bring their own cups, and there was a prize for the most creative ones.

A student smiling while eating a piece of burek. -
Free warm burek – the secret formula for solving even the toughest mathematical problems 😉
+
Free warm burek, the secret formula for solving even the toughest mathematical problems 😉
@@ -238,7 +238,7 @@

We asked two questions that revealed a whole palette of student emotions

For an extra dose of interaction, we set up two big boards with questions that simply make you want to answer: “How do I survive the exam session?" and "Kako bi opisal počutje med izpitnem obdobjem?” (“How would you describe your feelings during the exam period?" in Slovenian).

-

The reactions were instant – students rushed to write, and the answers were everything but boring: from "chaotic" and “We want to sleep! (not in CTK)!" to "chill", "stressed", "exhausted", "happy" and "sleepy". In other words – a whole spectrum of student emotions, honestly poured into just a few words.

+

The reactions were instant, students rushed to write, and the answers were everything but boring: from "chaotic" and “We want to sleep! (not in CTK)!" to "chill", "stressed", "exhausted", "happy" and "sleepy". In other words, a whole spectrum of student emotions, honestly poured into just a few words.

A white board with handwritten student answers about their feelings during the exam period. @@ -246,17 +246,17 @@

How we went from coffee to a flight simulator and 3D printing machines

-

As a bonus for students, in cooperation with the university's technical library, the program was enriched with a CTK exhibition, where a flight simulator, 3D printers, and other interesting equipment were presented. Students could try them out and then rent them for free at the CTK Creative Studio – part of their educational program.

+

As a bonus for students, in cooperation with the university's technical library, the program was enriched with a CTK exhibition, where a flight simulator, 3D printers, and other interesting equipment were presented. Students could try them out and then rent them for free at the CTK Creative Studio, part of their educational program.

Coffee and burek = motivation to get up every day and study for 12 hours

-

Around 150 people visited the joint stand of MSOS, Skupina Povezani, and CTK to hang out, have coffee, grab a snack, and exchange stories among books and deadlines. The event took place in an excellent atmosphere – lots of smiles, new acquaintances, and a small reminder that even in the most stressful periods, there's always time for coffee and good company.

+

Around 150 people visited the joint stand of MSOS, Skupina Povezani, and CTK to hang out, have coffee, grab a snack, and exchange stories among books and deadlines. The event took place in an excellent atmosphere, lots of smiles, new acquaintances, and a small reminder that even in the most stressful periods, there's always time for coffee and good company.

Students gathered at the joint stand during the event.
Part of the atmosphere at the joint stand
-

See you again next year – even more relaxed and with even more coffee!

+

See you again next year, even more relaxed and with even more coffee!

A collage of photos showing students, coffee cups, and burek. diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index 76bda05d..30bb2efc 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -209,7 +209,7 @@

August 2022

The Spark of an Idea

It all started at a wine tasting event in the heart of Ljubljana. Among friends and good conversation, our founder Kristijan Popovski was encouraged by his Slovenian peers to organize something truly Macedonian. Inspired, he posted in a Facebook group of Macedonians living in Slovenia, calling for volunteers to help bring the idea to life.

-

Around 40 volunteers responded — a group of students who, without even realizing it, were laying the foundations of what would later become MSOS. Day after day, we worked side by side, sharing the same air, fueled by excitement and the desire to create something new. At that point, we weren't thinking about “founding an organization" — we were just a group of people trying to make one unforgettable event happen.

+

Around 40 volunteers responded, a group of students who, without even realizing it, were laying the foundations of what would later become MSOS. Day after day, we worked side by side, sharing the same air, fueled by excitement and the desire to create something new. At that point, we weren't thinking about “founding an organization", we were just a group of people trying to make one unforgettable event happen.

Two weeks later, the first Macedonian Student Party in Ljubljana came to life. Expectations were exceeded: sponsors and donors joined in, volunteers gave their all, and more than 500 people showed up.

That night made one thing very clear: Macedonian students in Slovenia needed a space to connect, celebrate, and support one another. And from that realization, MSOS was born.

@@ -222,8 +222,8 @@

October 2022

From One Event to a Bigger Vision

After the success of the first Macedonian Student Party in Ljubljana, something changed. What began as a one-time event sparked a new energy among us. The group of volunteers who had worked side by side suddenly felt there was more to be done.

-

We started holding regular meetings and brainstorming sessions, often lasting late into the evening. In those small rooms, surrounded by notes and ideas scribbled on paper, we began to shape a bigger vision. We talked about what Macedonian students in Slovenia truly needed — not just parties, but support, connection, and a community they could rely on.

-

Those early sessions gave birth to our mission and vision. We didn't yet call ourselves an “organization," but we were slowly becoming one. What kept us going was the same spirit that created the first party — the belief that, together, we could make student life in Slovenia easier, warmer, and more meaningful.

+

We started holding regular meetings and brainstorming sessions, often lasting late into the evening. In those small rooms, surrounded by notes and ideas scribbled on paper, we began to shape a bigger vision. We talked about what Macedonian students in Slovenia truly needed, not just parties, but support, connection, and a community they could rely on.

+

Those early sessions gave birth to our mission and vision. We didn't yet call ourselves an “organization," but we were slowly becoming one. What kept us going was the same spirit that created the first party, the belief that, together, we could make student life in Slovenia easier, warmer, and more meaningful.

@@ -233,9 +233,9 @@

November 2022

The Founding Team

-

From the energy of the first events, a smaller circle of the most dedicated volunteers decided to take things further. They realized that for MSOS to grow, it needed structure, direction, and continuity. That was the moment when the first coordinating body was born — the group that would soon become the founding team of the organization.

-

This first team was made up of: Kristijan Popovski, Bisera Nikoloska, Marko Arsov, Ksenija Kraljevska, Aleksandar Balkoski, Kiara Lazić, Evgenija Kolovska, Dijana Dimkovska, Hristijan Bogdanovski, and Stefan Gjurovski. Each one brought something unique to the table — from leadership and creativity to organizational skills and dedication.

-

Together, they laid down the mission and vision, drafted the first structure, and set the foundations of what would grow into the official Macedonian Student Organization in Slovenia. At that time, no one could have imagined how quickly MSOS would evolve, but this team ensured that the idea would not remain just one successful party — it would become a movement.

+

From the energy of the first events, a smaller circle of the most dedicated volunteers decided to take things further. They realized that for MSOS to grow, it needed structure, direction, and continuity. That was the moment when the first coordinating body was born, the group that would soon become the founding team of the organization.

+

This first team was made up of: Kristijan Popovski, Bisera Nikoloska, Marko Arsov, Ksenija Kraljevska, Aleksandar Balkoski, Kiara Lazić, Evgenija Kolovska, Dijana Dimkovska, Hristijan Bogdanovski, and Stefan Gjurovski. Each one brought something unique to the table, from leadership and creativity to organizational skills and dedication.

+

Together, they laid down the mission and vision, drafted the first structure, and set the foundations of what would grow into the official Macedonian Student Organization in Slovenia. At that time, no one could have imagined how quickly MSOS would evolve, but this team ensured that the idea would not remain just one successful party, it would become a movement.

@@ -257,9 +257,9 @@

March 2023

Going Public

-

On March 5, 2023, we officially introduced MSOS to the public as a student initiative. What had begun as an idea and a few events was now ready to be presented as something bigger — a movement with a clear mission and vision.

+

On March 5, 2023, we officially introduced MSOS to the public as a student initiative. What had begun as an idea and a few events was now ready to be presented as something bigger, a movement with a clear mission and vision.

The launch was more than just an announcement. It was the moment when Macedonian students in Slovenia realized they had their own platform, their own voice, and a community they could call home. Through social media, word of mouth, and our first public activities, we reached students who until then felt scattered and disconnected.

-

For us as organizers, this was a defining step: MSOS was no longer just an idea among friends, but a name and a promise that other students could recognize and join. From that day on, everything became more serious — new projects, structured communication, and the understanding that we had a responsibility to represent and support our community.

+

For us as organizers, this was a defining step: MSOS was no longer just an idea among friends, but a name and a promise that other students could recognize and join. From that day on, everything became more serious, new projects, structured communication, and the understanding that we had a responsibility to represent and support our community.

@@ -269,7 +269,7 @@

March 2023

Growing Beyond Ljubljana

-

The public launch of MSOS in March 2023 did more than just make us visible — it sparked a wave of interest across Slovenia. Very quickly, students from Maribor and Koper reached out, asking how they could get involved. What began as individual messages soon grew into local teams, ready to bring the MSOS spirit to their own cities.

+

The public launch of MSOS in March 2023 did more than just make us visible, it sparked a wave of interest across Slovenia. Very quickly, students from Maribor and Koper reached out, asking how they could get involved. What began as individual messages soon grew into local teams, ready to bring the MSOS spirit to their own cities.

This moment showed us that the need for community wasn't limited to Ljubljana. Macedonian students everywhere were looking for connection, support, and a network they could trust. With Maribor and Koper on board, MSOS transformed from a local initiative into a nationwide student presence, active across Slovenia's major university centers.

@@ -280,7 +280,7 @@

September 2023

"Meet Student Slovenia 2023"

-

In September 2023, MSOS took a bold step — for the first time, we organized a panel event outside Slovenia, in Skopje. The idea was simple but powerful: bring together future students and their parents, and connect them directly with those already living and studying in Slovenia.

+

In September 2023, MSOS took a bold step, for the first time, we organized a panel event outside Slovenia, in Skopje. The idea was simple but powerful: bring together future students and their parents, and connect them directly with those already living and studying in Slovenia.

The turnout exceeded all expectations. More than 100 participants filled the NLB Gallery, eager to hear real stories; not from brochures or officials, but from students themselves. They spoke about everyday challenges, from housing and paperwork to making friends and building a new life far from home. The honesty of their experiences created an atmosphere that felt more like a family gathering than a formal event.

For many of the attendees, this was the first time they realized they were not alone in their worries. Questions that had been weighing on them for months found clear answers, and fears were replaced with excitement. For us as organizers, it was proof that MSOS was fulfilling its mission: to be the bridge between Macedonia and Slovenia, offering support even before students set foot in their new city.

@@ -304,7 +304,7 @@

May 2024

Expanding to Nova Gorica

-

By the spring of 2024, MSOS had already built a strong presence in Ljubljana, Maribor, and Koper. But one important piece was still missing: Nova Gorica. In May, we officially welcomed our first members from the University of Nova Gorica — students full of energy, motivation, and new perspectives.

+

By the spring of 2024, MSOS had already built a strong presence in Ljubljana, Maribor, and Koper. But one important piece was still missing: Nova Gorica. In May, we officially welcomed our first members from the University of Nova Gorica, students full of energy, motivation, and new perspectives.

For us, this expansion was more than just adding another city to the map. It symbolized the fact that MSOS was now present in all four major university centers in Slovenia. It meant that no matter where Macedonian students chose to study; from Ljubljana to the western border of the country, they could count on support, community, and a familiar face.

The arrival of the Nova Gorica team brought fresh energy and ideas into our organization, reminding us once again that MSOS is not only about structure, but about people who are ready to help each other and grow together.

@@ -317,7 +317,7 @@

September 2024

Official Registration

On September 9, 2024, MSOS was officially registered in the Slovenian register of associations. This milestone marked a historic moment for us: from a student initiative built on enthusiasm and volunteer spirit, we became a legally recognized organization.

-

The registration gave us legitimacy to act as an institution, to run projects with legal backing, and to collaborate formally with universities, government bodies, and other organizations. For our team, it was more than a piece of paper — it was the confirmation that all the effort, countless volunteer hours, and shared vision had grown into something real and lasting.

+

The registration gave us legitimacy to act as an institution, to run projects with legal backing, and to collaborate formally with universities, government bodies, and other organizations. For our team, it was more than a piece of paper, it was the confirmation that all the effort, countless volunteer hours, and shared vision had grown into something real and lasting.

That day we celebrated not just a legal status, but a sense of pride. MSOS was no longer just "our idea;" it became an organization that belongs to every Macedonian student in Slovenia.

@@ -328,12 +328,12 @@

First MSOS Conference

Only a few weeks after our official registration, on September 25, 2024, MSOS took another bold step, organizing its first official conference in Skopje: "From Slovenia to North Macedonia: Synergy of Education and Business."

-

The event brought together three different worlds — students, government, and the business sector, around one shared question: How can young people educated abroad be motivated to return and contribute at home?

+

The event brought together three different worlds, students, government, and the business sector, around one shared question: How can young people educated abroad be motivated to return and contribute at home?

The program was divided into three panels:

    -
  • Youth Panel – where students educated in Slovenia shared their hopes, challenges, and perspectives on returning to Macedonia.
  • -
  • Government Panel – discussing policies for brain gain and the role of institutions in supporting young professionals.
  • -
  • Business Panel – focusing on how companies can create opportunities and incentives for returning graduates.
  • +
  • Youth Panel, where students educated in Slovenia shared their hopes, challenges, and perspectives on returning to Macedonia.
  • +
  • Government Panel, discussing policies for brain gain and the role of institutions in supporting young professionals.
  • +
  • Business Panel, focusing on how companies can create opportunities and incentives for returning graduates.

The discussions touched on education, career opportunities, fair pay, and quality of life, the very factors that shape whether young people see a future in their home country.

For MSOS, this conference was more than an event. It was proof that our organization can go beyond student parties and support groups, and become a credible voice in debates about youth, education, and the future of Macedonia. It was a moment when we showed that student initiatives can grow into platforms that connect countries, generations, and sectors.

@@ -346,9 +346,9 @@

October 2024

Tour de Maribor

-

On October 12, 2024, our Maribor team organized its first event — Tour de Maribor. The idea was to welcome new students by turning the entire city into a playground. Teams of participants received maps with 10 checkpoints, each offering a fun challenge: solving quizzes, making TikToks, trading random items, or snapping creative photos with Maribor's landmarks.

-

The adventure lasted for more than five hours and ended with prizes, music, and new friendships. But what mattered most wasn't the competition — it was the atmosphere. Strangers became teammates, teammates became friends, and Maribor students felt the spirit of MSOS as their own.

-

That day, something bigger was born: the MSOS spirit in Maribor. A new strength and initiative emerged, showing once again that MSOS isn't just about one city — it's about students everywhere who want to build a community together.

+

On October 12, 2024, our Maribor team organized its first event, Tour de Maribor. The idea was to welcome new students by turning the entire city into a playground. Teams of participants received maps with 10 checkpoints, each offering a fun challenge: solving quizzes, making TikToks, trading random items, or snapping creative photos with Maribor's landmarks.

+

The adventure lasted for more than five hours and ended with prizes, music, and new friendships. But what mattered most wasn't the competition, it was the atmosphere. Strangers became teammates, teammates became friends, and Maribor students felt the spirit of MSOS as their own.

+

That day, something bigger was born: the MSOS spirit in Maribor. A new strength and initiative emerged, showing once again that MSOS isn't just about one city, it's about students everywhere who want to build a community together.

@@ -360,7 +360,7 @@

Memorandum of Cooperation

On International Students' Day, November 17, 2024, MSOS and the University Student Assembly at Ss. Cyril and Methodius University in Skopje signed a Memorandum of Cooperation.

With this step, we confirmed our joint commitment to improving student standards, strengthening regional cooperation, and creating a bridge for sharing best practices between Macedonia and Slovenia.

-

The memorandum symbolized more than a formal agreement — it was a recognition that Macedonian students abroad and at home share the same challenges and hopes. By working together, we opened a path for stronger collaboration, exchange of experiences, and building a student voice that crosses borders.

+

The memorandum symbolized more than a formal agreement, it was a recognition that Macedonian students abroad and at home share the same challenges and hopes. By working together, we opened a path for stronger collaboration, exchange of experiences, and building a student voice that crosses borders.

@@ -382,7 +382,7 @@

March 2025

Paint & Wine in Nova Gorica

-

On International Women's Day, March 8, 2025, our team in Nova Gorica organized its very first independent event — a creative and vibrant Paint & Wine evening. With canvases, brushes, and a glass of wine in hand, students painted while enjoying the sunset accompanied by a live DJ set.

+

On International Women's Day, March 8, 2025, our team in Nova Gorica organized its very first independent event, a creative and vibrant Paint & Wine evening. With canvases, brushes, and a glass of wine in hand, students painted while enjoying the sunset accompanied by a live DJ set.

The event was more than just art and music. It was a celebration of creativity, diversity, and the energy of young people coming together in a relaxed and inspiring setting. For MSOS, it was also a proud milestone: proof that our local teams are not only active, but able to design and carry out unique events that reflect their own spirit and community.

@@ -391,7 +391,7 @@
-

MSOS Koper's First Event – Handball Fan Zone

+

MSOS Koper's First Event, Handball Fan Zone

On March 16, 2025, our MSOS Koper team organized its first event, a Fan Zone for the European Handball Championship qualification match between Macedonia and Slovenia. In cooperation with the Macedonian Handball Federation, we brought students together with face paints, red and yellow flags, Macedonian beer, and even arranged two buses from Ljubljana to Koper to cheer as one.

Sadly the event sadly stopped by the tragic news from Kochani. Despite this, the event showed the strength of our community and the passion of MSOS Koper in creating spaces where students unite and celebrate their identity.

@@ -413,8 +413,8 @@

October 2025

-

Coming Soon – MSOS Student Hub in Ljubljana

-

The next big step for MSOS is the opening of our first Student Hub in Ljubljana this October. It will be a space for students to meet, work on projects, socialize, and create new ideas together. The Hub is envisioned as the new heart of our organization — a symbol of the community we have built and continue to grow.

+

Coming Soon, MSOS Student Hub in Ljubljana

+

The next big step for MSOS is the opening of our first Student Hub in Ljubljana this October. It will be a space for students to meet, work on projects, socialize, and create new ideas together. The Hub is envisioned as the new heart of our organization, a symbol of the community we have built and continue to grow.

diff --git a/mk/faq/index.html b/mk/faq/index.html index 7fce25d0..2337c4c9 100644 --- a/mk/faq/index.html +++ b/mk/faq/index.html @@ -192,7 +192,7 @@
Кои се роковите и круговите за пријава за 2026/2027?
-

Странските кандидати се пријавуваат во свои рокови — додипломскиот обично почнува напролет, а роковите за магистерски ги определува секој факултет — па секогаш проверувајте ги актуелните датуми за вашата програма.

+

Странските кандидати се пријавуваат во свои рокови, додипломскиот обично почнува напролет, а роковите за магистерски ги определува секој факултет, па секогаш проверувајте ги актуелните датуми за вашата програма.

Повеќе во водичот
@@ -213,14 +213,14 @@
Дали има приемен испит или испит за способности за моето поле?
-

Повеќето програми немаат приемен испит — исклучоци се области како уметност, архитектура, спорт и забна протетика.

+

Повеќето програми немаат приемен испит, исклучоци се области како уметност, архитектура, спорт и забна протетика.

Повеќе во водичот
Дали ми треба сертификат за словенечки на ниво Б2?
-

Само неколку програми бараат сертификат за словенечки на ниво Б2 — медицина, стоматологија, фармација, психологија, филм/режија и новинарство — а повеќето други не.

+

Само неколку програми бараат сертификат за словенечки на ниво Б2, медицина, стоматологија, фармација, психологија, филм/режија и новинарство, а повеќето други не.

Повеќе во водичот
@@ -237,7 +237,7 @@
Дали моите документи бараат апостил и заверен судски превод?
-

Клучните документи обично бараат апостил од Македонија и заверен судски превод на словенечки — обете средете ги пред заминување.

+

Клучните документи обично бараат апостил од Македонија и заверен судски превод на словенечки, обете средете ги пред заминување.

Повеќе во водичот
@@ -292,14 +292,14 @@
Колку морам да докажам како „доволни средства“ и дали важи изјава од родител?
-

Треба да докажете околу 485–510 € месечно (проверете го актуелниот износ), а заверена изјава од родител за издршка е вообичаениот и траен доказ.

+

Треба да докажете околу 485 to 510 € месечно (проверете го актуелниот износ), а заверена изјава од родител за издршка е вообичаениот и траен доказ.

Повеќе во водичот
Колку долго важи дозволата и како ја обновувам секоја година?
-

Дозволата се издава за студиската година и мора да се обновува секоја година — барањето поднесете го најдоцна до 30 септември (може да барате околу 60 дена пред истекот), бидејќи ако го пропуштите станува сосема ново барање.

+

Дозволата се издава за студиската година и мора да се обновува секоја година, барањето поднесете го најдоцна до 30 септември (може да барате околу 60 дена пред истекот), бидејќи ако го пропуштите станува сосема ново барање.

Повеќе во водичот
@@ -340,7 +340,7 @@
Дали како странски студент можам да добијам субвенционирана соба во студентски дом?
-

Обично не — субвенционираните места во домовите се наменети за словенечки и ЕУ студенти, па самофинансирачките странски студенти по правило изнајмуваат приватно.

+

Обично не, субвенционираните места во домовите се наменети за словенечки и ЕУ студенти, па самофинансирачките странски студенти по правило изнајмуваат приватно.

Повеќе во водичот
@@ -354,7 +354,7 @@
Колку чини сместувањето и што плаќам однапред?
-

Приватните соби чинат околу 200–400 € месечно (гарсоњерите повеќе), а при вселување обично плаќате депозит плус киријата за првиот месец.

+

Приватните соби чинат околу 200 to 400 € месечно (гарсоњерите повеќе), а при вселување обично плаќате депозит плус киријата за првиот месец.

Повеќе во водичот
@@ -364,14 +364,14 @@
Како да се регистрирам за субвенционирана студентска исхрана и дали имам право?
-

Да, студентите со важечки статус (вклучувајќи странски) може да користат субвенционирана исхрана (бони) — се регистрирате еднаш преку интернет со вашите студентски податоци и телефон или чип-картичка.

+

Да, студентите со важечки статус (вклучувајќи странски) може да користат субвенционирана исхрана (бони), се регистрирате еднаш преку интернет со вашите студентски податоци и телефон или чип-картичка.

Повеќе во водичот
Како да го добијам субвенционираниот билет за јавен превоз и дали имам право?
-

Студентите може да купат субвенциониран меѓуградски билет IJPP без оглед на оддалеченоста од факултетот — барате со студентски статус, а градскиот превоз (на пр. Urbana во Љубљана) се додава посебно.

+

Студентите може да купат субвенциониран меѓуградски билет IJPP без оглед на оддалеченоста од факултетот, барате со студентски статус, а градскиот превоз (на пр. Urbana во Љубљана) се додава посебно.

Повеќе во водичот
@@ -419,7 +419,7 @@
Колку пари реално ми требаат месечно?
-

Повеќето студенти планираат околу 455–850 € месечно во зависност од градот, при што првиот месец е поскап поради депозитот и трошоците за уредување.

+

Повеќето студенти планираат околу 455 to 850 € месечно во зависност од градот, при што првиот месец е поскап поради депозитот и трошоците за уредување.

Повеќе во водичот
diff --git a/mk/index.html b/mk/index.html index aed3bfe5..237fe31e 100644 --- a/mk/index.html +++ b/mk/index.html @@ -238,7 +238,7 @@

Запознајте го нашиот неверојатен тим!

-

Нашата филозофија е едноставна — да вработиме тим од разновидни, страсни луѓе и да поттикнеме култура која ве овластува да ја вршите својата најдобра работа.

+

Нашата филозофија е едноставна, да вработиме тим од разновидни, страсни луѓе и да поттикнеме култура која ве овластува да ја вршите својата најдобра работа.

@@ -246,7 +246,7 @@

Активности

-

Нашата филозофија е едноставна — да вработиме тим од разновидни, страсни луѓе и да поттикнеме култура која ве овластува да ја вршите својата најдобра работа.

+

Нашата филозофија е едноставна, да вработиме тим од разновидни, страсни луѓе и да поттикнеме култура која ве овластува да ја вршите својата најдобра работа.

@@ -268,7 +268,7 @@

Најнови вести

-

Don’t miss what’s happening! Here you’ll find all our updates — from student news to upcoming activities and community highlights.

+

Don’t miss what’s happening! Here you’ll find all our updates, from student news to upcoming activities and community highlights.

diff --git a/mk/projects/index.html b/mk/projects/index.html index 918ea7b8..83442bb5 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -277,13 +277,13 @@
- +
Студенти уживаат во кафе и бурек пред библиотеката ЦТК
-

Утринско кафе пред ЦТК – 2024

+

Утринско кафе пред ЦТК, 2024

Кога испитите некако ти стануваат полесни со саботно утринско кафе, бурек и добро друштво!

@@ -306,7 +306,7 @@

Македонска студентска вечер во Љубљана

-

Од идеја до журка со 500 студенти – вака започна нашата приказна!

+

Од идеја до журка со 500 студенти, вака започна нашата приказна!

diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index a754f0c7..05c808b2 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -178,7 +178,7 @@

Објавено на 8 октомври 2022

Македонска студентска вечер во Љубљана

-

Од идеја до журка со 500 студенти – вака започна нашата приказна!

+

Од идеја до журка со 500 студенти, вака започна нашата приказна!

@@ -186,17 +186,17 @@
-

На 8 октомври 2022 година, во срцето на Студентскиот кампус во Љубљана, се одржа првата македонска студентска вечер во Словенија. Под мотото #FeelsLikeHome, повеќе од 500 млади уживаа во македонска музика, вкусна традиционална храна и атмосфера која потсетуваше на дома. Овој настан не беше само журка – беше почеток на една нова приказна, која подоцна ќе прерасне во Македонска студентска организација во Словенија (МСОС).

+

На 8 октомври 2022 година, во срцето на Студентскиот кампус во Љубљана, се одржа првата македонска студентска вечер во Словенија. Под мотото #FeelsLikeHome, повеќе од 500 млади уживаа во македонска музика, вкусна традиционална храна и атмосфера која потсетуваше на дома. Овој настан не беше само журка, беше почеток на една нова приказна, која подоцна ќе прерасне во Македонска студентска организација во Словенија (МСОС).

Како една идеја за дружење стана почеток на движење

-

Сè започна со едноставна желба – да се собереме, да се запознаеме и да ја почувствуваме Македонија, иако сме далеку од неа. Кристијан Поповски, тогаш студент на Економскиот факултет во Љубљана, ја сподели својата идеја со неколку колеги, а одговорот беше неверојатен. За помалку од две недели, преку 40 студенти се пријавија во организацискиот тим. Секој понесе дел од својот ентузијазам и време, а заедничкиот дух и желбата за поврзување ја претворија оваа спонтана иницијатива во настан што долго ќе го паметиме.

+

Сè започна со едноставна желба, да се собереме, да се запознаеме и да ја почувствуваме Македонија, иако сме далеку од неа. Кристијан Поповски, тогаш студент на Економскиот факултет во Љубљана, ја сподели својата идеја со неколку колеги, а одговорот беше неверојатен. За помалку од две недели, преку 40 студенти се пријавија во организацискиот тим. Секој понесе дел од својот ентузијазам и време, а заедничкиот дух и желбата за поврзување ја претворија оваа спонтана иницијатива во настан што долго ќе го паметиме.

Подготовки и состаноци за македонската студентска вечер
Фотографии од подготовките и состаноците за организирање на македонската студентска вечер
-

Од тој момент, секој слободен миг го поминувавме во канцелариите на студентската организација „Повезани“, кои ни дадоа голема поддршка во организирањето. Денови и ноќи правевме планови, одржувавме состаноци, пишувавме објави на социјалните мрежи – сè со цел да создадеме настан кој првично мислевме дека ќе привлече, ако имаме среќа, околу 100 посетители.

+

Од тој момент, секој слободен миг го поминувавме во канцелариите на студентската организација „Повезани“, кои ни дадоа голема поддршка во организирањето. Денови и ноќи правевме планови, одржувавме состаноци, пишувавме објави на социјалните мрежи, сè со цел да создадеме настан кој првично мислевме дека ќе привлече, ако имаме среќа, околу 100 посетители.

Една недела пред настанот, секој ден објавувавме интересни факти за Македонија, нејзините национални богатства, музика и култура. Полека, но сигурно, ја градевме атмосферата и ентузијазмот, не само кај македонските студенти, туку и кај многу други кои сакаа да ја почувствуваат нашата енергија.

@@ -205,8 +205,8 @@
-

„Организирањето на првата МСОС журка беше уникатно искуство – без сон, амбициозни и вклучени во сè, од логистика до бришење на подот... Среќа што постои Red Bull 😉 (П.с. целиот фрижидер го испивме!)“

-
— Марко – студент во прва година
+

„Организирањето на првата МСОС журка беше уникатно искуство, без сон, амбициозни и вклучени во сè, од логистика до бришење на подот... Среќа што постои Red Bull 😉 (П.с. целиот фрижидер го испивме!)“

+
, Марко, студент во прва година

Вкусот и мирисот на Македонија во срцето на Љубљана

@@ -217,7 +217,7 @@
Фотографии од штандовите со македонски обележја, традиционална храна и пијалаци.
-

Покрај храната, посетителите можеа да разгледаат интересни факти за државата, фотографии од познати македонски дејци и културни знаменитости, како и да видат традиционални носии и гајда одблиску. Атмосферата беше топла и полна со љубопитност – како мала изложба во рамките на една голема студентска забава.

+

Покрај храната, посетителите можеа да разгледаат интересни факти за државата, фотографии од познати македонски дејци и културни знаменитости, како и да видат традиционални носии и гајда одблиску. Атмосферата беше топла и полна со љубопитност, како мала изложба во рамките на една голема студентска забава.

Мини квиз со прашања за Македонија @@ -233,16 +233,16 @@

Посебна чест ни беше да ја пречекаме и амбасадорката на Северна Македонија во Словенија, г-ѓа Сузана Зеленковска, која упати топли зборови на охрабрување и поддршка за младите. Нејзиното присуство и интерес за настанот беа дополнителен мотив да продолжиме со нашата мисија за поврзување и афирмација на македонската студентска заедница.

-

Журката беше одлична, со супер енергија што се шири насекаде. Студенти на сите страни и во еден момент владееше мал, но контролиран хаос – вистинско место каде што успеавме да се избориме и да направиме еден навистина одличен настан. Иако ја завршивме журката малку порано, студентите не престанаа уште еден час да пеат заедно со нас, како што го расчистувавме местото. Навистина, ноќ за паметење!

+

Журката беше одлична, со супер енергија што се шири насекаде. Студенти на сите страни и во еден момент владееше мал, но контролиран хаос, вистинско место каде што успеавме да се избориме и да направиме еден навистина одличен настан. Иако ја завршивме журката малку порано, студентите не престанаа уште еден час да пеат заедно со нас, како што го расчистувавме местото. Навистина, ноќ за паметење!

-

„Бев дел од тимот за организација и требаше да одржувам ред и мир меѓу студентите, ама кога ми ја пуштија песната ‘Бисер Балкански’ не издржав – па им се приклучив и јас... Тоа беше мојот специјален момент таа вечер!“

-
— Христијан – студент во втора година
+

„Бев дел од тимот за организација и требаше да одржувам ред и мир меѓу студентите, ама кога ми ја пуштија песната ‘Бисер Балкански’ не издржав, па им се приклучив и јас... Тоа беше мојот специјален момент таа вечер!“

+
, Христијан, студент во втора година

Почеток што ќе го паметиме

-

Таа вечер не беше само уште една студентска забава – беше моментот кога сфативме дека сме започнале нешто поголемо. Наместо очекуваните 100 гости, во клубот влегоа околу 500 студенти, а енергијата беше неверојатна. Се создадоа нови пријателства, се слушаа песни што ги пеевме од срце, а македонската култура и традиција беа во прв план цела вечер.

-

Оваа ноќ го постави темелот за Македонската студентска организација во Словенија и ни покажа дека со ентузијазам, заедништво и малку храброст, може да се создаде нешто што ќе ги обедини луѓето и ќе им даде чувство на дом – дури и кога се далеку од него.

+

Таа вечер не беше само уште една студентска забава, беше моментот кога сфативме дека сме започнале нешто поголемо. Наместо очекуваните 100 гости, во клубот влегоа околу 500 студенти, а енергијата беше неверојатна. Се создадоа нови пријателства, се слушаа песни што ги пеевме од срце, а македонската култура и традиција беа во прв план цела вечер.

+

Оваа ноќ го постави темелот за Македонската студентска организација во Словенија и ни покажа дека со ентузијазам, заедништво и малку храброст, може да се создаде нешто што ќе ги обедини луѓето и ќе им даде чувство на дом, дури и кога се далеку од него.

Посветениот тим на волонтери по завршувањето на настанот diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html index 556e3732..2ae2bee8 100644 --- a/mk/projects/meet-student-slovenia-2023/index.html +++ b/mk/projects/meet-student-slovenia-2023/index.html @@ -186,10 +186,10 @@
-

Како изгледа првиот чекор кон студентскиот живот во Словенија? На ова прашање се обидовме да дадеме одговор преку настанот „Запознај ја студентска Словенија“, кој го организиравме на 18 септември 2023 во НЛБ Галерија во Скопје. Атмосферата беше полна со возбуда – повеќе од 100 идни студенти и нивните семејства дојдоа со едно исто чувство: желба да откријат што ги чека таму каде што ќе го започнат своето ново поглавје.

+

Како изгледа првиот чекор кон студентскиот живот во Словенија? На ова прашање се обидовме да дадеме одговор преку настанот „Запознај ја студентска Словенија“, кој го организиравме на 18 септември 2023 во НЛБ Галерија во Скопје. Атмосферата беше полна со возбуда, повеќе од 100 идни студенти и нивните семејства дојдоа со едно исто чувство: желба да откријат што ги чека таму каде што ќе го започнат своето ново поглавје.

Што се крие зад студентскиот живот во Словенија?

-

Наместо суви информации, студентите имаа можност да слушнат вистински приказни – од оние што веќе го минуваат истиот пат. Студенти од Љубљана, Марибор и Копер зборуваа за своите предизвици, првите впечатоци, смешни ситуации и моментите кога поддршката од заедницата била пресудна. А публиката? Со огромно внимание впиваше сè, бидејќи токму тие прашања што никогаш не ги пишува на брошурите – тука добија во вид на искрени одговори.

+

Наместо суви информации, студентите имаа можност да слушнат вистински приказни, од оние што веќе го минуваат истиот пат. Студенти од Љубљана, Марибор и Копер зборуваа за своите предизвици, првите впечатоци, смешни ситуации и моментите кога поддршката од заедницата била пресудна. А публиката? Со огромно внимание впиваше сè, бидејќи токму тие прашања што никогаш не ги пишува на брошурите, тука добија во вид на искрени одговори.

Учесници на панел дискусијата @@ -197,7 +197,7 @@

Гласови што инспирираат

-

На сцената се појавија нашите членови Киара Лазиќ, Ангел Наумов, Климентина Чаповска и Игор Арсов – секој со своја приказна, свој факултет, свој град. Заедно со модераторот Леон Шумански и водителот Васил Ханџиски, тие го претворија панелот во вистински разговор кој изгледаше повеќе како другарска дружба отколку како формална дискусија. Зборуваа за испити, за нови пријателства, за живот во студентски домови и за тоа колку е важно да не се откажуваш дури и кога ти изгледа најтешко.

+

На сцената се појавија нашите членови Киара Лазиќ, Ангел Наумов, Климентина Чаповска и Игор Арсов, секој со своја приказна, свој факултет, свој град. Заедно со модераторот Леон Шумански и водителот Васил Ханџиски, тие го претворија панелот во вистински разговор кој изгледаше повеќе како другарска дружба отколку како формална дискусија. Зборуваа за испити, за нови пријателства, за живот во студентски домови и за тоа колку е важно да не се откажуваш дури и кога ти изгледа најтешко.

Васил Ханџиски на отворањето на настанот @@ -209,7 +209,7 @@
Фотографија од учесниците на настанот. Малку нè изненадија со интересот, ама некако ги сместивме сите!♡
-

Зад сцената – нашите поддржувачи

+

Зад сцената, нашите поддржувачи

Настанот не би бил можен без поддршката на Амбасадата на Република Словенија во Северна Македонија, НЛБ Банка Скопје, Капитал Финансиски Центар, Дијаг и Радио МОФ. Но вистинската сила ја дадоа МСОСци за подготвка на настанот и студентите со своите прашања, својата енергија и својата љубопитност.

На настанот значајна поддршка и помош добивме и од Мелита Секуловска при организирањето на просторот и Александар Поповски при дизајнирање на веб страната на организација. Свечено им се заблагодаривме за нивната посветена работа, како и на работата на координаторката на настанот, Леа Јаначковска која го направи овој настан извонреден.

@@ -227,7 +227,7 @@

Зошто беше посебно?

-

Затоа што овој настан не беше само уште една презентација. Тој беше рака подадена кон идните студенти – порака дека не се сами, дека веќе постои заедница што ги чека. Некои од нив заминаа со нови пријатели, други со конкретни одговори на прашања што ги мачеле со месеци. Но сите заминаа со исто чувство: дека Словенија повеќе не е непознато место, туку нов дом во кој ќе бидат дел од нешто поголемо.

+

Затоа што овој настан не беше само уште една презентација. Тој беше рака подадена кон идните студенти, порака дека не се сами, дека веќе постои заедница што ги чека. Некои од нив заминаа со нови пријатели, други со конкретни одговори на прашања што ги мачеле со месеци. Но сите заминаа со исто чувство: дека Словенија повеќе не е непознато место, туку нов дом во кој ќе бидат дел од нешто поголемо.

Присутните на настанот @@ -235,12 +235,12 @@
-

„Настанот беше „game changer“ за мене бидејќи конечно добив информации што ми помогнаа навистина да ја запознаам студентска Словенија наместо уште едно купче брошури. Панелот беше супер, опуштен, со муабети за најдобрите места за излегување, денови заглавени во библиотека, животот во студентски домови и класичната „се успав пред испит“ приказна... П.С. А, нетворкингот, нетворкингот беше топ – без незгодно ќутење.”

-
— Борјан Јовановски, иден студент и учесник на настанот
+

„Настанот беше „game changer“ за мене бидејќи конечно добив информации што ми помогнаа навистина да ја запознаам студентска Словенија наместо уште едно купче брошури. Панелот беше супер, опуштен, со муабети за најдобрите места за излегување, денови заглавени во библиотека, животот во студентски домови и класичната „се успав пред испит“ приказна... П.С. А, нетворкингот, нетворкингот беше топ, без незгодно ќутење.”

+
, Борјан Јовановски, иден студент и учесник на настанот

Практични совети од прва рака

-

Посебен момент на настанот беше обраќањето на конзулот од Амбасадата на Република Словенија во Северна Македонија, господинот Мартин Глазар. Тој накратко ги претстави најважните чекори од процесот за добивање дозвола за привремен престој – една од најголемите грижи и предизвици за сите странски студенти во Словенија. На тој начин, идните студенти добија појасна слика за тоа што ги очекува и како полесно да се справат со административните процедури.

+

Посебен момент на настанот беше обраќањето на конзулот од Амбасадата на Република Словенија во Северна Македонија, господинот Мартин Глазар. Тој накратко ги претстави најважните чекори од процесот за добивање дозвола за привремен престој, една од најголемите грижи и предизвици за сите странски студенти во Словенија. На тој начин, идните студенти добија појасна слика за тоа што ги очекува и како полесно да се справат со административните процедури.

Конзулот ги запознава студентите со процесот за добивање привремена дозвола за престој @@ -256,7 +256,7 @@

Се гледаме во Словенија!

-

Со „Запознај ја студентска Словенија 2023“ успеавме да им подадеме рака на новите студенти и да им покажеме дека пред нив стои возбудливо патување полно со нови пријателства, предизвици и успеси. Искрено се надеваме дека следниот пат ќе се сретнеме токму таму – во предавалните, студентските домови и улиците на Љубљана, Марибор и Копер.

+

Со „Запознај ја студентска Словенија 2023“ успеавме да им подадеме рака на новите студенти и да им покажеме дека пред нив стои возбудливо патување полно со нови пријателства, предизвици и успеси. Искрено се надеваме дека следниот пат ќе се сретнеме токму таму, во предавалните, студентските домови и улиците на Љубљана, Марибор и Копер.

Овој настан немаше да биде можен без поддршката на нашите партнери и пријатели, на кои им упатуваме огромна благодарност:

  1. Амбасада на Република Словенија во Северна Македонија (партнер)
  2. @@ -265,7 +265,7 @@
  3. Дијаг доо (спонзор)
  4. Радио МОФ (медиа партнер)
-

Благодарност до сите што беа дел од овој настан – а на идните студенти им порачуваме: вашата приказна во Словенија штотуку започнува и ние сме тука да бидеме дел од неа.

+

Благодарност до сите што беа дел од овој настан, а на идните студенти им порачуваме: вашата приказна во Словенија штотуку започнува и ние сме тука да бидеме дел од неа.

Мал дел од тимот на МСОС diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html index b447dfdb..464724a9 100644 --- a/mk/projects/meet-student-slovenia-2024/index.html +++ b/mk/projects/meet-student-slovenia-2024/index.html @@ -186,10 +186,10 @@
-

По успехот во 2023 година, „Запознај ја студентска Словенија“ оваа година се врати со уште поголема енергија. На 16 септември 2024 година во НЛБ Галерија Скопје, го одржавме второто издание на настанот кој стана вистинска традиција. Интересот беше огромен – имавме двојно повеќе пријави од капацитетот на просторот. Атмосферата беше полна со возбуда, прашања и желба за нови почетоци.

+

По успехот во 2023 година, „Запознај ја студентска Словенија“ оваа година се врати со уште поголема енергија. На 16 септември 2024 година во НЛБ Галерија Скопје, го одржавме второто издание на настанот кој стана вистинска традиција. Интересот беше огромен, имавме двојно повеќе пријави од капацитетот на просторот. Атмосферата беше полна со возбуда, прашања и желба за нови почетоци.

„Кафе муабет“ со идни колеги, но на панел дискусија

-

Нашата цел никогаш не била да правиме „суви презентации“. Наместо тоа, организиравме панел – вистински муабет со четворица студенти кои веќе го живеат словенечкиот студентски живот. Марија Коштревска од Универзитетот во Љубљана, Васил Ханџиски од Универзитетот во Марибор, Софија Матовска од Универзитетот во Нова Горица и Игор Арсов од Универзитетот во Приморска зборуваа за се: првите денови далеку од дома, како е да се најде сместување, што се студентските „бони“ и како изгледа да се гради нов круг на пријатели. Секој сподели нешто свое, а публиката прашуваше и се вклучуваше – баш како муабет на кафе.

+

Нашата цел никогаш не била да правиме „суви презентации“. Наместо тоа, организиравме панел, вистински муабет со четворица студенти кои веќе го живеат словенечкиот студентски живот. Марија Коштревска од Универзитетот во Љубљана, Васил Ханџиски од Универзитетот во Марибор, Софија Матовска од Универзитетот во Нова Горица и Игор Арсов од Универзитетот во Приморска зборуваа за се: првите денови далеку од дома, како е да се најде сместување, што се студентските „бони“ и како изгледа да се гради нов круг на пријатели. Секој сподели нешто свое, а публиката прашуваше и се вклучуваше, баш како муабет на кафе.

Панел дискусија со говорници @@ -235,7 +235,7 @@
Фотографија од врачувањето на цвеќиња во знак на благодарност до Амбасадата, Капитал Финансиски центар и НЛБ Банка Скопје.
-

Посебна благодарност заслужува тимот на МСОС, кој неуморно работеше со недели за подготовките – од првичната идеја, па сè до последниот детаљ на вечерта. Над сè, големо признание за Леа Јаначковска, координаторка на настанот, која со својата енергија, трпение и организациски вештини се погрижи секоја коцка да биде на своето место.

+

Посебна благодарност заслужува тимот на МСОС, кој неуморно работеше со недели за подготовките, од првичната идеја, па сè до последниот детаљ на вечерта. Над сè, големо признание за Леа Јаначковска, координаторка на настанот, која со својата енергија, трпение и организациски вештини се погрижи секоја коцка да биде на своето место.

Овојпат спомените од вечерта ги должиме на Христина Траковска, која беше фотограф и се погрижи сите тие моменти да останат забележани и да можеме повторно да ги проживуваме преку фотографии.

@@ -244,7 +244,7 @@

Зошто беше посебно?

-

Затоа што овој настан не беше само уште една презентација. Тој беше рака подадена кон идните студенти – порака дека не се сами, дека веќе постои заедница што ги чека. Некои од нив заминаа со нови пријатели, други со конкретни одговори на прашања што ги мачеле со месеци. Но сите заминаа со исто чувство: дека Словенија повеќе не е непознато место, туку нов дом во кој ќе бидат дел од нешто поголемо.

+

Затоа што овој настан не беше само уште една презентација. Тој беше рака подадена кон идните студенти, порака дека не се сами, дека веќе постои заедница што ги чека. Некои од нив заминаа со нови пријатели, други со конкретни одговори на прашања што ги мачеле со месеци. Но сите заминаа со исто чувство: дека Словенија повеќе не е непознато место, туку нов дом во кој ќе бидат дел од нешто поголемо.

Учесниците поставуваат прашања на панелистите @@ -260,7 +260,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 c7066077..eedef5d8 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html @@ -3,7 +3,7 @@ - Утринско кафе пред ЦТК – 2024: Кафе, бурек и многу насмевки + Утринско кафе пред ЦТК, 2024: Кафе, бурек и многу насмевки @@ -177,7 +177,7 @@

Објавено на 8 јуни 2024

-

Утринско кафе пред ЦТК – 2024: Кафе, бурек и многу насмевки

+

Утринско кафе пред ЦТК, 2024: Кафе, бурек и многу насмевки

Кога испитите некако ти стануваат полесни со саботно утринско кафе, бурек и добро друштво пред ЦТК!

@@ -186,21 +186,21 @@
-

На 8 јуни 2024, од 9 до 12 часот, пред Централната техничка библиотека на Универзитетот во Љубљана (ЦТК), ја организиравме нашата веќе традиционална студентска пауза – Утринско кафе пред ЦТК заедно со тимот на Скупина Повезани и ЦТК. Ова беше втора година по ред како се дружиме на истото место, но секој пат носи нови моменти за паметење.

+

На 8 јуни 2024, од 9 до 12 часот, пред Централната техничка библиотека на Универзитетот во Љубљана (ЦТК), ја организиравме нашата веќе традиционална студентска пауза, Утринско кафе пред ЦТК заедно со тимот на Скупина Повезани и ЦТК. Ова беше втора година по ред како се дружиме на истото место, но секој пат носи нови моменти за паметење.

Кафе против стресот

-

Испитната сесија секогаш носи стрес – часови и часови учење, разговори што се вртат само околу испити, први и втори рокови, положени или не, некои за прв пат, а некои и по петти пат. Затоа решивме да направиме мала пауза за воздишка: да се опуштиме, да се насмееме и да се потсетиме дека сме тука заедно во овој студиски стрес.

+

Испитната сесија секогаш носи стрес, часови и часови учење, разговори што се вртат само околу испити, први и втори рокови, положени или не, некои за прв пат, а некои и по петти пат. Затоа решивме да направиме мала пауза за воздишка: да се опуштиме, да се насмееме и да се потсетиме дека сме тука заедно во овој студиски стрес.

Студенти чекаат во ред пред библиотеката ЦТК.
Стотина студенти во ред пред ЦТК, чекаат уште пред отворање за да фатат место во библиотеката.
-

Со шолја топло кафе во рака, а благодарение на Бурек Олимпија уживавме во вкусен бурек со месо и сирење. Се потрудивме и да внесеме малку забава – ги поканивме студентите да донесат свои чашки, а за најкреативните имаше награда.

+

Со шолја топло кафе во рака, а благодарение на Бурек Олимпија уживавме во вкусен бурек со месо и сирење. Се потрудивме и да внесеме малку забава, ги поканивме студентите да донесат свои чашки, а за најкреативните имаше награда.

Студент се смее додека јаде бурек. -
Бесплатен топол бурек – тајната формула за решавање и на најтешките математички проблеми 😉
+
Бесплатен топол бурек, тајната формула за решавање и на најтешките математички проблеми 😉
@@ -210,7 +210,7 @@

Поставивме две прашања што ни открија цела палета студентски емоции

За дополнителна доза интеракција, поставивме две големи табли со прашања што едноставно те тераат да одговориш: „Како ја преживувам испитната сесија?“ и „Kako bi opisal počutje med izpitnem obdobjem?“.

-

Реакциите беа моментални – студентите се нафрлија да пишуваат, а одговорите беа сè, само не досадни: од „хаотично“ и „Сакаме да спиеме! (не во ЦТК)!" до „лагано“, „под стрес“, „исцрпено“, „среќно“ и „заспано“. Со други зборови – цел спектар на студентски емоции, искрено преточени во неколку зборови.

+

Реакциите беа моментални, студентите се нафрлија да пишуваат, а одговорите беа сè, само не досадни: од „хаотично“ и „Сакаме да спиеме! (не во ЦТК)!" до „лагано“, „под стрес“, „исцрпено“, „среќно“ и „заспано“. Со други зборови, цел спектар на студентски емоции, искрено преточени во неколку зборови.

Табла со рачно напишани одговори од студенти за нивните чувства за време на испитниот рок. @@ -218,17 +218,17 @@

Како стигнавме од кафе до симулатор на летање и принтери за ЗД моделирање

-

Како бонус за студентите во договор со универзитетската техничка библиотека, програмата беше збогатена и со изложба на ЦТК, каде што беа претставени симулатор за летање, ЗД принтери и друга интересна опрема која студентите можеа да ја пробаат, а потоа и бесплатно да ја изнајмат во Креативното студио на ЦТК – дел од нивната едукативна програма.

+

Како бонус за студентите во договор со универзитетската техничка библиотека, програмата беше збогатена и со изложба на ЦТК, каде што беа претставени симулатор за летање, ЗД принтери и друга интересна опрема која студентите можеа да ја пробаат, а потоа и бесплатно да ја изнајмат во Креативното студио на ЦТК, дел од нивната едукативна програма.

Кафе и бурек = желба да станувам секој ден за да учам по 12 часа

-

Околу 150 луѓе го посетија заедничкиот штанд на МСОС, Повезани и ЦТК за да се подружат, да се напијат кафе, да грицнат нешто и да си разменат приказни меѓу книгите и роковите. Настанот помина во одлична атмосфера – многу насмевки, нови познанства и еден мал потсетник дека и во најстресните периоди, секогаш има време за кафе и добро друштво.

+

Околу 150 луѓе го посетија заедничкиот штанд на МСОС, Повезани и ЦТК за да се подружат, да се напијат кафе, да грицнат нешто и да си разменат приказни меѓу книгите и роковите. Настанот помина во одлична атмосфера, многу насмевки, нови познанства и еден мал потсетник дека и во најстресните периоди, секогаш има време за кафе и добро друштво.

Студенти собрани на заедничкиот штанд за време на настанот.
Дел од атмосферата на заедничкиот штанд
-

Се гледаме повторно и следната година – уште поопуштени и со уште повеќе кафе!

+

Се гледаме повторно и следната година, уште поопуштени и со уште повеќе кафе!

Колаж од фотографии на кои се прикажани студенти, шолји за кафе и бурек. diff --git a/si/faq/index.html b/si/faq/index.html index 4552bb7d..c82186d0 100644 --- a/si/faq/index.html +++ b/si/faq/index.html @@ -192,7 +192,7 @@
Kakšni so prijavni roki in prijavni krogi za 2026/2027?
-

Tuji kandidati se prijavljajo v svojih rokih — dodiplomski se običajno začne spomladi, roke za magistrski določi vsaka fakulteta — zato vedno preverite aktualne datume za svoj program.

+

Tuji kandidati se prijavljajo v svojih rokih, dodiplomski se običajno začne spomladi, roke za magistrski določi vsaka fakulteta, zato vedno preverite aktualne datume za svoj program.

Več v vodniku
@@ -213,14 +213,14 @@
Ali je za moje področje sprejemni ali preizkus nadarjenosti?
-

Večina programov nima sprejemnega izpita — izjeme so področja, kot so umetnost, arhitektura, šport in zobna protetika.

+

Večina programov nima sprejemnega izpita, izjeme so področja, kot so umetnost, arhitektura, šport in zobna protetika.

Več v vodniku
Ali potrebujem potrdilo o znanju slovenščine na ravni B2?
-

Le nekaj programov zahteva potrdilo o znanju slovenščine na ravni B2 — medicina, dentalna medicina, farmacija, psihologija, film/režija in novinarstvo — večina drugih pa ne.

+

Le nekaj programov zahteva potrdilo o znanju slovenščine na ravni B2, medicina, dentalna medicina, farmacija, psihologija, film/režija in novinarstvo, večina drugih pa ne.

Več v vodniku
@@ -237,7 +237,7 @@
Ali moji dokumenti potrebujejo apostille in sodni prevod?
-

Ključni dokumenti običajno potrebujejo apostille iz Makedonije in sodni prevod v slovenščino — oboje uredite pred odhodom.

+

Ključni dokumenti običajno potrebujejo apostille iz Makedonije in sodni prevod v slovenščino, oboje uredite pred odhodom.

Več v vodniku
@@ -292,14 +292,14 @@
Koliko moram izkazati kot "zadostna sredstva" in ali šteje izjava staršev?
-

Izkazati morate približno 485–510 € na mesec (preverite aktualni znesek), pri čemer je overjena izjava staršev o preživljanju običajen in trajen dokaz.

+

Izkazati morate približno 485 to 510 € na mesec (preverite aktualni znesek), pri čemer je overjena izjava staršev o preživljanju običajen in trajen dokaz.

Več v vodniku
Kako dolgo velja dovoljenje in kako ga vsako leto podaljšam?
-

Dovoljenje je izdano za študijsko leto in ga je treba podaljševati vsako leto — vlogo oddajte najkasneje do 30. septembra (zaprosite lahko približno 60 dni pred iztekom), saj zamuda pomeni povsem novo vlogo.

+

Dovoljenje je izdano za študijsko leto in ga je treba podaljševati vsako leto, vlogo oddajte najkasneje do 30. septembra (zaprosite lahko približno 60 dni pred iztekom), saj zamuda pomeni povsem novo vlogo.

Več v vodniku
@@ -340,7 +340,7 @@
Ali lahko kot tuji študent dobim subvencionirano sobo v študentskem domu?
-

Običajno ne — subvencionirana mesta v domovih so namenjena slovenskim in EU študentom, zato samoplačniški tuji študenti praviloma najemajo zasebno.

+

Običajno ne, subvencionirana mesta v domovih so namenjena slovenskim in EU študentom, zato samoplačniški tuji študenti praviloma najemajo zasebno.

Več v vodniku
@@ -354,7 +354,7 @@
Koliko stane nastanitev in kaj plačam vnaprej?
-

Zasebne sobe stanejo približno 200–400 € na mesec (garsonjere več), ob vselitvi pa običajno plačate varščino in najemnino za prvi mesec.

+

Zasebne sobe stanejo približno 200 to 400 € na mesec (garsonjere več), ob vselitvi pa običajno plačate varščino in najemnino za prvi mesec.

Več v vodniku
@@ -364,14 +364,14 @@
Kako se prijavim za subvencionirano študentsko prehrano in ali sem upravičen?
-

Da, študenti z veljavnim statusom (tudi tuji) lahko koristijo subvencionirano prehrano (bone) — enkrat se prijavite prek spleta s študentskimi podatki ter telefonom ali čip kartico.

+

Da, študenti z veljavnim statusom (tudi tuji) lahko koristijo subvencionirano prehrano (bone), enkrat se prijavite prek spleta s študentskimi podatki ter telefonom ali čip kartico.

Več v vodniku
Kako pridobim subvencionirano vozovnico za javni prevoz in ali sem upravičen?
-

Študenti lahko kupijo subvencionirano medkrajevno vozovnico IJPP ne glede na oddaljenost od fakultete — zaprosite s študentskim statusom, mestni prevoz (npr. Urbana v Ljubljani) pa se doda posebej.

+

Študenti lahko kupijo subvencionirano medkrajevno vozovnico IJPP ne glede na oddaljenost od fakultete, zaprosite s študentskim statusom, mestni prevoz (npr. Urbana v Ljubljani) pa se doda posebej.

Več v vodniku
@@ -419,7 +419,7 @@
Koliko denarja realno potrebujem na mesec?
-

Večina študentov načrtuje približno 455–850 € na mesec, odvisno od mesta, pri čemer je prvi mesec dražji zaradi varščine in stroškov ureditve.

+

Večina študentov načrtuje približno 455 to 850 € na mesec, odvisno od mesta, pri čemer je prvi mesec dražji zaradi varščine in stroškov ureditve.

Več v vodniku
diff --git a/si/index.html b/si/index.html index 9243ad16..29f9dd8c 100644 --- a/si/index.html +++ b/si/index.html @@ -238,7 +238,7 @@

Spoznajte našo izjemno ekipo!

-

Naša filozofija je preprosta — zaposliti ekipo raznolikih, strastnih ljudi in gojiti kulturo, ki vas opolnomoči, da opravite svoje najboljše delo.

+

Naša filozofija je preprosta, zaposliti ekipo raznolikih, strastnih ljudi in gojiti kulturo, ki vas opolnomoči, da opravite svoje najboljše delo.

@@ -246,7 +246,7 @@

Aktivnosti

-

Naša filozofija je preprosta — zaposliti ekipo raznolikih, strastnih ljudi in gojiti kulturo, ki vas opolnomoči, da opravite svoje najboljše delo.

+

Naša filozofija je preprosta, zaposliti ekipo raznolikih, strastnih ljudi in gojiti kulturo, ki vas opolnomoči, da opravite svoje najboljše delo.

@@ -268,7 +268,7 @@

Zadnje novice

-

Don’t miss what’s happening! Here you’ll find all our updates — from student news to upcoming activities and community highlights.

+

Don’t miss what’s happening! Here you’ll find all our updates, from student news to upcoming activities and community highlights.

diff --git a/si/projects/index.html b/si/projects/index.html index 9edbe06f..7bc62fc0 100644 --- a/si/projects/index.html +++ b/si/projects/index.html @@ -277,13 +277,13 @@
- + diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html index 69a2e1f7..e5066fcf 100644 --- a/si/projects/macedonian-student-night-in-ljubljana/index.html +++ b/si/projects/macedonian-student-night-in-ljubljana/index.html @@ -178,7 +178,7 @@

Objavljeno 8. oktobra 2022

Makedonska študentska noč v Ljubljani

-

Od ideje do zabave s 500 študenti – tako se je začela naša zgodba!

+

Od ideje do zabave s 500 študenti, tako se je začela naša zgodba!

@@ -186,17 +186,17 @@
-

8. oktobra 2022 se je v osrčju Študentskega kampusa v Ljubljani odvila prva Makedonska študentska noč v Sloveniji. Pod sloganom #FeelsLikeHome je več kot 500 mladih uživalo v makedonski glasbi, okusni tradicionalni hrani in vzdušju, ki je spominjalo na dom. Ta dogodek ni bil le zabava – bil je začetek nove zgodbe, ki bo kasneje prerasla v Makedonsko študentsko organizacijo v Sloveniji (MŠOS).

+

8. oktobra 2022 se je v osrčju Študentskega kampusa v Ljubljani odvila prva Makedonska študentska noč v Sloveniji. Pod sloganom #FeelsLikeHome je več kot 500 mladih uživalo v makedonski glasbi, okusni tradicionalni hrani in vzdušju, ki je spominjalo na dom. Ta dogodek ni bil le zabava, bil je začetek nove zgodbe, ki bo kasneje prerasla v Makedonsko študentsko organizacijo v Sloveniji (MŠOS).

Kako je ideja o druženju postala začetek gibanja

-

Vse se je začelo s preprosto željo – da se zberemo, spoznamo in začutimo Makedonijo, čeprav smo daleč od nje. Kristijan Popovski, takrat študent Ekonomske fakultete v Ljubljani, je svojo idejo delil z nekaj kolegi, odziv pa je bil neverjeten. V manj kot dveh tednih se je v organizacijsko ekipo vključilo več kot 40 študentov. Vsak je prispeval svoj entuziazem in čas, skupni duh in želja po povezovanju pa sta to spontano pobudo spremenila v dogodek, ki si ga bomo dolgo zapomnili.

+

Vse se je začelo s preprosto željo, da se zberemo, spoznamo in začutimo Makedonijo, čeprav smo daleč od nje. Kristijan Popovski, takrat študent Ekonomske fakultete v Ljubljani, je svojo idejo delil z nekaj kolegi, odziv pa je bil neverjeten. V manj kot dveh tednih se je v organizacijsko ekipo vključilo več kot 40 študentov. Vsak je prispeval svoj entuziazem in čas, skupni duh in želja po povezovanju pa sta to spontano pobudo spremenila v dogodek, ki si ga bomo dolgo zapomnili.

Priprave in sestanki za Makedonsko študentsko noč
Fotografije s priprav in sestankov za organizacijo Makedonske študentske noči.
-

Od tistega trenutka naprej smo vsak prosti trenutek preživeli v pisarnah študentske organizacije Povezani, ki so nam nudili veliko podporo pri organizaciji. Dneve in noči smo načrtovali, imeli sestanke in pisali objave za družbena omrežja – vse z namenom, da ustvarimo dogodek, za katerega smo sprva mislili, da bomo pritegnili, če bomo imeli srečo, okoli 100 obiskovalcev.

+

Od tistega trenutka naprej smo vsak prosti trenutek preživeli v pisarnah študentske organizacije Povezani, ki so nam nudili veliko podporo pri organizaciji. Dneve in noči smo načrtovali, imeli sestanke in pisali objave za družbena omrežja, vse z namenom, da ustvarimo dogodek, za katerega smo sprva mislili, da bomo pritegnili, če bomo imeli srečo, okoli 100 obiskovalcev.

Teden dni pred dogodkom smo vsak dan objavljali zanimivosti o Makedoniji, njenih nacionalnih zakladih, glasbi in kulturi. Počasi, a vztrajno, smo gradili vzdušje in navdušenje, ne le med makedonskimi študenti, temveč tudi med mnogimi drugimi, ki so želeli občutiti našo energijo.

@@ -205,8 +205,8 @@
-

„Organizacija prve zabave MŠOS je bila edinstvena izkušnja – neprespana, ambiciozna in vključevala je vse, od logistike do pomivanja tal... Na srečo obstaja Red Bull 😉 (P.S. Spili smo celotno zalogo iz hladilnika!)“

-
— Marko – študent prvega letnika
+

„Organizacija prve zabave MŠOS je bila edinstvena izkušnja, neprespana, ambiciozna in vključevala je vse, od logistike do pomivanja tal... Na srečo obstaja Red Bull 😉 (P.S. Spili smo celotno zalogo iz hladilnika!)“

+
, Marko, študent prvega letnika

Okus in vonj Makedonije v osrčju Ljubljane

@@ -217,7 +217,7 @@
Fotografije stojnic z makedonskimi simboli, tradicionalno hrano in pijačo.
-

Poleg hrane so si obiskovalci lahko ogledali zanimivosti o državi, fotografije znanih makedonskih osebnosti in kulturnih znamenitosti ter si od blizu ogledali tradicionalne noše in gajdo. Vzdušje je bilo toplo in polno radovednosti – kot majhna razstava v sklopu velike študentske zabave.

+

Poleg hrane so si obiskovalci lahko ogledali zanimivosti o državi, fotografije znanih makedonskih osebnosti in kulturnih znamenitosti ter si od blizu ogledali tradicionalne noše in gajdo. Vzdušje je bilo toplo in polno radovednosti, kot majhna razstava v sklopu velike študentske zabave.

Mini kviz o Makedoniji @@ -233,16 +233,16 @@

Posebej smo bili počaščeni, da smo pozdravili veleposlanico Severne Makedonije v Sloveniji, go. Suzano Zelenkovsko, ki je mladim namenila tople besede spodbude in podpore. Njena prisotnost in zanimanje za dogodek sta bila dodatna motivacija za nadaljevanje našega poslanstva povezovanja in promocije makedonske študentske skupnosti.

-

Zabava je imela odlično energijo, ki se je širila povsod – v nekem trenutku je vladal majhen, a nadzorovan kaos. Kljub temu, da se je dogodek končal nekoliko prej, so študenti še eno uro prepevali skupaj z nami, medtem ko smo pospravljali prostor. Resnično, noč za spomin!

+

Zabava je imela odlično energijo, ki se je širila povsod, v nekem trenutku je vladal majhen, a nadzorovan kaos. Kljub temu, da se je dogodek končal nekoliko prej, so študenti še eno uro prepevali skupaj z nami, medtem ko smo pospravljali prostor. Resnično, noč za spomin!

-

„Bil sem del organizacijske ekipe in zadolžen za vzdrževanje reda med študenti, a ko so zaigrali pesem 'Biser Balkanski', se nisem mogel upreti – pridružil sem se tudi jaz... To je bil moj poseben trenutek tistega večera!“

-
— Hristijan – študent drugega letnika
+

„Bil sem del organizacijske ekipe in zadolžen za vzdrževanje reda med študenti, a ko so zaigrali pesem 'Biser Balkanski', se nisem mogel upreti, pridružil sem se tudi jaz... To je bil moj poseben trenutek tistega večera!“

+
, Hristijan, študent drugega letnika

Začetek, ki si ga bomo zapomnili

-

Tisti večer ni bil le še ena študentska zabava – bil je trenutek, ko smo spoznali, da smo začeli nekaj večjega. Namesto pričakovanih 100 gostov je v klub prišlo okoli 500 študentov, energija pa je bila neverjetna. Stkala so se nova prijateljstva, pele so se pesmi iz srca, makedonska kultura in tradicija pa sta bili v ospredju cel večer.

-

Ta noč je postavila temelje za Makedonsko študentsko organizacijo v Sloveniji in nam pokazala, da je z navdušenjem, enotnostjo in malo poguma mogoče ustvariti nekaj, kar združuje ljudi in jim daje občutek doma – tudi ko so daleč od njega.

+

Tisti večer ni bil le še ena študentska zabava, bil je trenutek, ko smo spoznali, da smo začeli nekaj večjega. Namesto pričakovanih 100 gostov je v klub prišlo okoli 500 študentov, energija pa je bila neverjetna. Stkala so se nova prijateljstva, pele so se pesmi iz srca, makedonska kultura in tradicija pa sta bili v ospredju cel večer.

+

Ta noč je postavila temelje za Makedonsko študentsko organizacijo v Sloveniji in nam pokazala, da je z navdušenjem, enotnostjo in malo poguma mogoče ustvariti nekaj, kar združuje ljudi in jim daje občutek doma, tudi ko so daleč od njega.

Predana ekipa prostovoljcev po končanem pospravljanju prizorišča. diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html index 3bbf2c23..c8b5f447 100644 --- a/si/projects/meet-student-slovenia-2023/index.html +++ b/si/projects/meet-student-slovenia-2023/index.html @@ -186,10 +186,10 @@
-

Kako izgleda prvi korak v študentsko življenje v Sloveniji? Na to vprašanje smo poskušali odgovoriti z dogodkom »Spoznaj študentsko Slovenijo«, ki smo ga organizirali 18. septembra 2023 v NLB Galeriji v Skopju. Vzdušje je bilo polno navdušenja – več kot 100 bodočih študentov in njihovih družin je prišlo z enakim občutkom: željo odkriti, kaj jih čaka tam, kjer bodo začeli novo poglavje.

+

Kako izgleda prvi korak v študentsko življenje v Sloveniji? Na to vprašanje smo poskušali odgovoriti z dogodkom »Spoznaj študentsko Slovenijo«, ki smo ga organizirali 18. septembra 2023 v NLB Galeriji v Skopju. Vzdušje je bilo polno navdušenja, več kot 100 bodočih študentov in njihovih družin je prišlo z enakim občutkom: željo odkriti, kaj jih čaka tam, kjer bodo začeli novo poglavje.

Kaj se skriva za študentskim življenjem v Sloveniji?

-

Namesto suhih informacij so študenti imeli priložnost slišati resnične zgodbe – od tistih, ki že hodijo po isti poti. Študenti iz Ljubljane, Maribora in Kopra so govorili o svojih izzivih, prvih vtisih, smešnih situacijah in trenutkih, ko je bila podpora skupnosti ključna. In občinstvo? Z ogromno pozornostjo so vpijali vse, saj so prav na ta vprašanja, ki jih nikoli ne piše na brošurah – tukaj dobili iskrene odgovore.

+

Namesto suhih informacij so študenti imeli priložnost slišati resnične zgodbe, od tistih, ki že hodijo po isti poti. Študenti iz Ljubljane, Maribora in Kopra so govorili o svojih izzivih, prvih vtisih, smešnih situacijah in trenutkih, ko je bila podpora skupnosti ključna. In občinstvo? Z ogromno pozornostjo so vpijali vse, saj so prav na ta vprašanja, ki jih nikoli ne piše na brošurah, tukaj dobili iskrene odgovore.

Udeleženci panelne razprave @@ -197,7 +197,7 @@

Glasovi, ki navdihujejo

-

Na odru so se pojavili naši člani Kiara Lazić, Angel Naumov, Klimentina Čapovska in Igor Arsov – vsak s svojo zgodbo, svojo fakulteto, svojim mestom. Skupaj z moderatorjem Leonom Šumanskim in voditeljem Vasilom Hanџiskim so panel spremenili v pravi pogovor, ki je bolj spominjal na prijateljsko druženje kot na formalno diskusijo. Govorili so o izpitih, novih prijateljstvih, življenju v študentskih domovih in o tem, kako pomembno je, da ne obupaš, tudi ko se ti zdi najtežje.

+

Na odru so se pojavili naši člani Kiara Lazić, Angel Naumov, Klimentina Čapovska in Igor Arsov, vsak s svojo zgodbo, svojo fakulteto, svojim mestom. Skupaj z moderatorjem Leonom Šumanskim in voditeljem Vasilom Hanџiskim so panel spremenili v pravi pogovor, ki je bolj spominjal na prijateljsko druženje kot na formalno diskusijo. Govorili so o izpitih, novih prijateljstvih, življenju v študentskih domovih in o tem, kako pomembno je, da ne obupaš, tudi ko se ti zdi najtežje.

Vasil Hanџiski ob otvoritvi dogodka @@ -209,7 +209,7 @@
Fotografija udeležencev dogodka. Zanimanje nas je malo presenetilo, a nekako smo se vsi stlačili!♡
-

Za kulisami – naši podporniki

+

Za kulisami, naši podporniki

Dogodek ne bi bil mogoč brez podpore Veleposlaništva Republike Slovenije v Severni Makedoniji, NLB Banke Skopje, Capital Financial Centra, Dijaga in Radia MOF. A pravo moč so dali člani MŠOS pri pripravi dogodka in študenti s svojimi vprašanji, svojo energijo in svojo radovednostjo.

Na dogodku smo dobili pomembno podporo in pomoč tudi od Melite Sekulovske pri organizaciji prostora in Aleksandra Popovskega pri oblikovanju spletne strani organizacije. Iskreno smo se jim zahvalili za njihovo predano delo, kot tudi koordinatorki dogodka, Lei Janačkovski, ki je ta dogodek naredila izjemen.

@@ -227,7 +227,7 @@

Zakaj je bilo posebno?

-

Zato ker ta dogodek ni bil le še ena predstavitev. Bil je iztegnjena roka bodočim študentom – sporočilo, da niso sami, da jih skupnost že čaka. Nekateri so odšli z novimi prijatelji, drugi s konkretnimi odgovori na vprašanja, ki so jih mučila mesece. Vsi pa so odšli z enakim občutkom: da Slovenija ni več neznan kraj, ampak nov dom, v katerem bodo del nečesa večjega.

+

Zato ker ta dogodek ni bil le še ena predstavitev. Bil je iztegnjena roka bodočim študentom, sporočilo, da niso sami, da jih skupnost že čaka. Nekateri so odšli z novimi prijatelji, drugi s konkretnimi odgovori na vprašanja, ki so jih mučila mesece. Vsi pa so odšli z enakim občutkom: da Slovenija ni več neznan kraj, ampak nov dom, v katerem bodo del nečesa večjega.

Udeleženci dogodka @@ -235,12 +235,12 @@
-

»Dogodek je bil zame »game changer«, saj sem končno dobil informacije, ki so mi resnično pomagale spoznati študentsko Slovenijo namesto še enega kupa brošur. Panel je bil super, sproščen, s pogovori o najboljših mestih za izhode, dneh, preživetih v knjižnici, življenju v študentskih domovih in klasični zgodbi »zaspal sem pred izpitom«... P.S. In mreženje, mreženje je bilo vrhunsko – brez nerodne tišine.«

-
— Borjan Jovanovski, bodoči študent in udeleženec dogodka
+

»Dogodek je bil zame »game changer«, saj sem končno dobil informacije, ki so mi resnično pomagale spoznati študentsko Slovenijo namesto še enega kupa brošur. Panel je bil super, sproščen, s pogovori o najboljših mestih za izhode, dneh, preživetih v knjižnici, življenju v študentskih domovih in klasični zgodbi »zaspal sem pred izpitom«... P.S. In mreženje, mreženje je bilo vrhunsko, brez nerodne tišine.«

+
, Borjan Jovanovski, bodoči študent in udeleženec dogodka

Praktični nasveti iz prve roke

-

Poseben trenutek dogodka je bil nagovor konzula Veleposlaništva Republike Slovenije v Severni Makedoniji, gospoda Martina Glazarja. Na kratko je predstavil najpomembnejše korake postopka za pridobitev začasnega dovoljenja za prebivanje – eno največjih skrbi in izzivov za vse tuje študente v Sloveniji. Na ta način so bodoči študenti dobili jasnejšo sliko o tem, kaj jih čaka in kako se lažje spopasti z administrativnimi postopki.

+

Poseben trenutek dogodka je bil nagovor konzula Veleposlaništva Republike Slovenije v Severni Makedoniji, gospoda Martina Glazarja. Na kratko je predstavil najpomembnejše korake postopka za pridobitev začasnega dovoljenja za prebivanje, eno največjih skrbi in izzivov za vse tuje študente v Sloveniji. Na ta način so bodoči študenti dobili jasnejšo sliko o tem, kaj jih čaka in kako se lažje spopasti z administrativnimi postopki.

Konzul seznanja študente s postopkom pridobitve začasnega dovoljenja za prebivanje @@ -256,7 +256,7 @@

Se vidimo v Sloveniji!

-

Z »Spoznaj študentsko Slovenijo 2023« smo uspeli podati roko novim študentom in jim pokazati, da pred njimi stoji vznemirljivo potovanje, polno novih prijateljstev, izzivov in uspehov. Iskreno upamo, da se bomo naslednjič srečali prav tam – v predavalnicah, študentskih domovih in na ulicah Ljubljane, Maribora in Kopra.

+

Z »Spoznaj študentsko Slovenijo 2023« smo uspeli podati roko novim študentom in jim pokazati, da pred njimi stoji vznemirljivo potovanje, polno novih prijateljstev, izzivov in uspehov. Iskreno upamo, da se bomo naslednjič srečali prav tam, v predavalnicah, študentskih domovih in na ulicah Ljubljane, Maribora in Kopra.

Ta dogodek ne bi bil mogoč brez podpore naših partnerjev in prijateljev, katerim izrekamo veliko zahvalo:

  1. Veleposlaništvo Republike Slovenije v Severni Makedoniji (partner)
  2. @@ -265,7 +265,7 @@
  3. Dijag doo (sponzor)
  4. Radio MOF (medijski partner)
-

Hvala vsem, ki ste bili del tega dogodka – in bodočim študentom sporočamo: vaša zgodba v Sloveniji se šele začenja in mi smo tukaj, da smo del nje.

+

Hvala vsem, ki ste bili del tega dogodka, in bodočim študentom sporočamo: vaša zgodba v Sloveniji se šele začenja in mi smo tukaj, da smo del nje.

Majhen del ekipe MŠOS diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html index 575bc281..ed45e1bc 100644 --- a/si/projects/meet-student-slovenia-2024/index.html +++ b/si/projects/meet-student-slovenia-2024/index.html @@ -186,10 +186,10 @@
-

Po uspehu v letu 2023 se je »Spoznaj študentsko Slovenijo« letos vrnil z še večjo energijo. 16. septembra 2024 smo v NLB Galeriji Skopje organizirali drugo izdajo dogodka, ki je postal prava tradicija. Zanimanje je bilo ogromno – imeli smo dvakrat več prijav, kot je zmogljivost prostora. Vzdušje je bilo polno navdušenja, vprašanj in želje po novih začetkih.

+

Po uspehu v letu 2023 se je »Spoznaj študentsko Slovenijo« letos vrnil z še večjo energijo. 16. septembra 2024 smo v NLB Galeriji Skopje organizirali drugo izdajo dogodka, ki je postal prava tradicija. Zanimanje je bilo ogromno, imeli smo dvakrat več prijav, kot je zmogljivost prostora. Vzdušje je bilo polno navdušenja, vprašanj in želje po novih začetkih.

»Kofetkanje« z bodočimi kolegi, a na panelni razpravi

-

Naš cilj nikoli ni bil delati »suhih predstavitev«. Namesto tega smo organizirali panel – pravi pogovor s štirimi študenti, ki že živijo slovensko študentsko življenje. Marija Koštrevska z Univerze v Ljubljani, Vasil Hanџiski z Univerze v Mariboru, Sofija Matovska z Univerze v Novi Gorici in Igor Arsov z Univerze na Primorskem so govorili o vsem: o prvih dneh daleč od doma, o tem, kako najti nastanitev, kaj so študentski »boni« in kako izgleda gradnja novega kroga prijateljev. Vsak je delil nekaj svojega, občinstvo pa je spraševalo in se vključevalo – čisto kot kofetkanje.

+

Naš cilj nikoli ni bil delati »suhih predstavitev«. Namesto tega smo organizirali panel, pravi pogovor s štirimi študenti, ki že živijo slovensko študentsko življenje. Marija Koštrevska z Univerze v Ljubljani, Vasil Hanџiski z Univerze v Mariboru, Sofija Matovska z Univerze v Novi Gorici in Igor Arsov z Univerze na Primorskem so govorili o vsem: o prvih dneh daleč od doma, o tem, kako najti nastanitev, kaj so študentski »boni« in kako izgleda gradnja novega kroga prijateljev. Vsak je delil nekaj svojega, občinstvo pa je spraševalo in se vključevalo, čisto kot kofetkanje.

Panelna razprava z govorci @@ -235,7 +235,7 @@
Fotografija s predaje cvetja v znak zahvale Veleposlaništvu, Capital Financial Centru in NLB Banki Skopje.
-

Posebno zahvalo si zasluži ekipa MŠOS, ki je tedne neutrudno delala na pripravah – od prvotne ideje do zadnje podrobnosti večera. Predvsem pa veliko priznanje Lei Janačkovski, koordinatorki dogodka, ki je s svojo energijo, potrpežljivostjo in organizacijskimi sposobnostmi poskrbela, da je vsak košček padel na svoje mesto.

+

Posebno zahvalo si zasluži ekipa MŠOS, ki je tedne neutrudno delala na pripravah, od prvotne ideje do zadnje podrobnosti večera. Predvsem pa veliko priznanje Lei Janačkovski, koordinatorki dogodka, ki je s svojo energijo, potrpežljivostjo in organizacijskimi sposobnostmi poskrbela, da je vsak košček padel na svoje mesto.

Tokratne spomine na večer dolgujemo Hristini Trakovski, ki je bila fotografinja in je poskrbela, da so vsi ti trenutki ostali zabeleženi in jih lahko ponovno podoživimo skozi fotografije.

@@ -244,7 +244,7 @@

Zakaj je bilo posebno?

-

Zato ker ta dogodek ni bil le še ena predstavitev. Bil je iztegnjena roka bodočim študentom – sporočilo, da niso sami, da jih skupnost že čaka. Nekateri so odšli z novimi prijatelji, drugi s konkretnimi odgovori na vprašanja, ki so jih mučila mesece. Vsi pa so odšli z enakim občutkom: da Slovenija ni več neznan kraj, ampak nov dom, v katerem bodo del nečesa večjega.

+

Zato ker ta dogodek ni bil le še ena predstavitev. Bil je iztegnjena roka bodočim študentom, sporočilo, da niso sami, da jih skupnost že čaka. Nekateri so odšli z novimi prijatelji, drugi s konkretnimi odgovori na vprašanja, ki so jih mučila mesece. Vsi pa so odšli z enakim občutkom: da Slovenija ni več neznan kraj, ampak nov dom, v katerem bodo del nečesa večjega.

Udeleženci postavljajo vprašanja panelistom @@ -260,7 +260,7 @@

Se vidimo v Sloveniji!

-

»Spoznaj študentsko Slovenijo« ni samo dogodek. Je prostor, kjer bodoči študenti naredijo prvi korak – s podporo, z nasveti iz prve roke in z občutkom, da niso sami. In letos nam je uspelo ustvariti ta občutek, kar je največja zmaga.

+

»Spoznaj študentsko Slovenijo« ni samo dogodek. Je prostor, kjer bodoči študenti naredijo prvi korak, s podporo, z nasveti iz prve roke in z občutkom, da niso sami. In letos nam je uspelo ustvariti ta občutek, kar je največja zmaga.

Se vidimo ponovno prihodnje leto!

P.S. Vsako leto se po uspešno organiziranem dogodku ekipa MŠOS tradicionalno odpravi v najbližjo gostilno, na večer, poln druženja, petja in čustev! 😊 Zato se splača biti del naše ekipe! Pridruži se nam.

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 82089f87..db2fa027 100644 --- a/si/projects/morning-coffee-in-front-of-ctk/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk/index.html @@ -3,7 +3,7 @@ - Jutranja kava pred CTK – 2024: Kava, burek in obilo nasmehov + Jutranja kava pred CTK, 2024: Kava, burek in obilo nasmehov @@ -177,7 +177,7 @@

Objavljeno 8. junija 2024

-

Jutranja kava pred CTK – 2024: Kava, burek in obilo nasmehov

+

Jutranja kava pred CTK, 2024: Kava, burek in obilo nasmehov

Ko izpiti postanejo lažji ob sobotni jutranji kavi, bureku in dobri družbi pred CTK!

@@ -186,21 +186,21 @@
-

8. junija 2024, med 9. in 12. uro, smo pred Centralno tehniško knjižnico Univerze v Ljubljani (CTK) organizirali naš že tradicionalni študentski odmor – Jutranjo kavo pred CTK, skupaj z ekipo Skupine Povezani in CTK. To je bilo že drugo leto zapored, da smo se zbrali na istem mestu, a vsakič znova doživimo nove trenutke za spomin.

+

8. junija 2024, med 9. in 12. uro, smo pred Centralno tehniško knjižnico Univerze v Ljubljani (CTK) organizirali naš že tradicionalni študentski odmor, Jutranjo kavo pred CTK, skupaj z ekipo Skupine Povezani in CTK. To je bilo že drugo leto zapored, da smo se zbrali na istem mestu, a vsakič znova doživimo nove trenutke za spomin.

S kavo nad izpitni stres

-

Izpitno obdobje vedno prinaša stres – ure in ure učenja, pogovori, ki se vrtijo samo okoli izpitov, prvih in drugih rokov, opravljenih ali neopravljenih obveznosti. Nekateri se z izpitom srečajo prvič, drugi že petič. Zato smo se odločili, da si vzamemo kratek odmor za vdih: da se sprostimo, nasmejimo in se spomnimo, da smo v tem študijskem stresu skupaj.

+

Izpitno obdobje vedno prinaša stres, ure in ure učenja, pogovori, ki se vrtijo samo okoli izpitov, prvih in drugih rokov, opravljenih ali neopravljenih obveznosti. Nekateri se z izpitom srečajo prvič, drugi že petič. Zato smo se odločili, da si vzamemo kratek odmor za vdih: da se sprostimo, nasmejimo in se spomnimo, da smo v tem študijskem stresu skupaj.

Študentje čakajo v vrsti pred stavbo knjižnice CTK.
Stotine študentov v vrsti pred CTK, ki so čakali še pred odprtjem, da si zagotovijo svoje mesto v knjižnici.
-

S skodelico vroče kave v roki in po zaslugi Bureka Olimpija smo uživali v okusnem bureku z mesom in sirom. Poskrbeli smo tudi za kanček zabave – študente smo povabili, da prinesejo svoje skodelice, za najbolj kreativne pa smo pripravili nagrado.

+

S skodelico vroče kave v roki in po zaslugi Bureka Olimpija smo uživali v okusnem bureku z mesom in sirom. Poskrbeli smo tudi za kanček zabave, študente smo povabili, da prinesejo svoje skodelice, za najbolj kreativne pa smo pripravili nagrado.

Študent se smeji medtem ko je kos bureka. -
Brezplačen topel burek – skrivna formula za reševanje tudi najtežjih matematičnih problemov 😉
+
Brezplačen topel burek, skrivna formula za reševanje tudi najtežjih matematičnih problemov 😉
@@ -210,7 +210,7 @@

Dve vprašanji, ki sta razkrili celo paleto študentskih čustev

Za dodatno dozo interakcije smo postavili dve veliki tabli z vprašanji, ki kar kličeta po odgovoru: “How do I survive the exam session?" in "Kako bi opisal počutje med izpitnem obdobjem?”.

-

Odzivi so bili takojšnji – študenti so hiteli pisat, odgovori pa so bili vse prej kot dolgočasni: od "kaotično" in "Hočemo spat! (ampak ne v CTK)!" do "chill", "pod stresom", "izčrpano", "srečno" in "zaspano". Z drugimi besedami – celoten spekter študentskih čustev, iskreno prelitih v nekaj besed.

+

Odzivi so bili takojšnji, študenti so hiteli pisat, odgovori pa so bili vse prej kot dolgočasni: od "kaotično" in "Hočemo spat! (ampak ne v CTK)!" do "chill", "pod stresom", "izčrpano", "srečno" in "zaspano". Z drugimi besedami, celoten spekter študentskih čustev, iskreno prelitih v nekaj besed.

Bela tabla z ročno napisanimi odgovori študentov o njihovih občutkih med izpitnim obdobjem. @@ -218,17 +218,17 @@

Od kave do simulatorja letenja in 3D-tiskalnikov

-

Kot bonus za študente smo v sodelovanju s tehniško knjižnico univerze program obogatili z razstavo CTK, kjer so bili predstavljeni simulator letenja, 3D-tiskalniki in druga zanimiva oprema. Študenti so jo lahko preizkusili, nato pa si jo brezplačno izposodili v Kreativnem studiu CTK – delu njihovega izobraževalnega programa.

+

Kot bonus za študente smo v sodelovanju s tehniško knjižnico univerze program obogatili z razstavo CTK, kjer so bili predstavljeni simulator letenja, 3D-tiskalniki in druga zanimiva oprema. Študenti so jo lahko preizkusili, nato pa si jo brezplačno izposodili v Kreativnem studiu CTK, delu njihovega izobraževalnega programa.

Kava in burek = motivacija za vsakdanje vstajanje in 12-urno učenje

-

Skupno stojnico MSOS, Skupine Povezani in CTK je obiskalo okoli 150 ljudi, ki so se prišli družit, spit kavo, prigriznit nekaj in si izmenjat zgodbe med knjigami in roki. Dogodek je potekal v odličnem vzdušju – veliko nasmehov, nova poznanstva in majhen opomnik, da je tudi v najbolj stresnih obdobjih vedno čas za kavo in dobro družbo.

+

Skupno stojnico MSOS, Skupine Povezani in CTK je obiskalo okoli 150 ljudi, ki so se prišli družit, spit kavo, prigriznit nekaj in si izmenjat zgodbe med knjigami in roki. Dogodek je potekal v odličnem vzdušju, veliko nasmehov, nova poznanstva in majhen opomnik, da je tudi v najbolj stresnih obdobjih vedno čas za kavo in dobro družbo.

Študenti zbrani na skupni stojnici med dogodkom.
Del vzdušja na skupni stojnici.
-

Se vidimo ponovno prihodnje leto – še bolj sproščeni in z še več kave!

+

Se vidimo ponovno prihodnje leto, še bolj sproščeni in z še več kave!

Kolaž fotografij, ki prikazuje študente, skodelice za kavo in burek. -- 2.43.0 From 3dd8a81882a1b26f9ebb8de7541002b77f9eb680 Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 23:18:36 +0200 Subject: [PATCH 11/22] Fix guide landing hero cropped under fixed header Match the FAQ fix: increase .guide-landing-hero top padding so the eyebrow and title clear the fixed 80px header. Co-Authored-By: Claude Opus 4.8 (1M context) --- css/pages/_guide.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/pages/_guide.css b/css/pages/_guide.css index 66886928..90d54d25 100644 --- a/css/pages/_guide.css +++ b/css/pages/_guide.css @@ -207,7 +207,7 @@ .guide-landing { font-family: 'Inter', sans-serif; } .guide-landing-hero { background: linear-gradient(180deg, #F5FAFB 0%, #FFFFFF 100%); - padding: 72px 24px 56px; + padding: 112px 24px 56px; /* clears the fixed 80px header */ text-align: center; } .guide-landing-hero .guide-eyebrow { @@ -867,7 +867,7 @@ /* ---------- Responsive ---------- */ @media (max-width: 768px) { - .guide-landing-hero { padding: 52px 20px 44px; } + .guide-landing-hero { padding: 92px 20px 44px; } .guide-landing-hero h1 { font-size: 32px; } .guide-hero-image { aspect-ratio: 2 / 1; } .guide-route { margin-top: 24px; padding: 22px; border-radius: 16px; } -- 2.43.0 From ec794a32e6e53abf053d564de1fe2e57f3c2ee30 Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 23:39:17 +0200 Subject: [PATCH 12/22] Nav cleanup + new Blog page Remove 'Mentorship Programme' and 'Open calls' from the menus, rename 'Announcements' to 'News and Announcements', and wire the Blog link. Add a trilingual //blog/ page with a distinct look: featured strip, client-side topic filters, and a masonry card wall with colour-coded tags (placeholder posts for now). Co-Authored-By: Claude Opus 4.8 (1M context) --- blog-filter.js | 22 ++ css/main.css | 3 +- css/pages/_blog.css | 178 +++++++++ en/about-us/index.html | 12 +- en/blog/index.html | 357 ++++++++++++++++++ en/cookie-policy/index.html | 12 +- en/faq/index.html | 12 +- .../a-table-full-of-macedonia/index.html | 12 +- .../index.html | 12 +- en/get-to-know-macedonia/index.html | 12 +- .../index.html | 12 +- .../ohrid-more-than-a-postcard/index.html | 12 +- .../skopje-a-city-of-many-layers/index.html | 12 +- .../welcome-to-macedonia/index.html | 12 +- .../index.html | 12 +- en/get-to-know-slovenia/index.html | 12 +- .../index.html | 12 +- .../ljubljana-through-our-eyes/index.html | 12 +- .../index.html | 12 +- .../index.html | 12 +- .../welcome-to-slovenia/index.html | 12 +- en/index.html | 12 +- en/privacy-policy/index.html | 12 +- .../index.html | 12 +- .../in-memory-of-frosina-kulakova/index.html | 12 +- .../index.html | 12 +- en/projects/index.html | 12 +- .../index.html | 12 +- .../index.html | 12 +- .../meet-student-slovenia-2023/index.html | 12 +- .../meet-student-slovenia-2024/index.html | 12 +- .../morning-coffee-in-front-of-ctk/index.html | 12 +- .../paint-and-wine-at-sunset/index.html | 12 +- .../index.html | 12 +- .../academic-life/index.html | 12 +- .../administrative-basics/index.html | 12 +- .../admission-and-enrolment/index.html | 12 +- .../application-deadlines/index.html | 12 +- .../arrival-checklist/index.html | 12 +- .../bachelor-application/index.html | 12 +- .../choose-a-programme/index.html | 12 +- .../complete-student-journey/index.html | 12 +- .../document-preparation/index.html | 12 +- .../evs-application-guide/index.html | 12 +- .../healthcare-in-slovenia/index.html | 12 +- en/student-welcome-guide/index.html | 12 +- .../master-application/index.html | 12 +- .../means-accommodation-address/index.html | 12 +- en/student-welcome-guide/my-route/index.html | 12 +- .../index.html | 12 +- .../prepare-to-move/index.html | 12 +- .../recognition-of-education/index.html | 12 +- .../renew-change-graduate/index.html | 12 +- .../rm-si-3-health-insurance/index.html | 12 +- .../student-accommodation/index.html | 12 +- .../student-budget/index.html | 12 +- .../student-meals/index.html | 12 +- .../index.html | 12 +- .../student-residence-permit/index.html | 12 +- .../student-transport/index.html | 12 +- .../student-work/index.html | 12 +- .../study-cities/index.html | 12 +- .../tuition-and-scholarships/index.html | 12 +- .../visa-and-residence-explained/index.html | 12 +- .../wellbeing-and-community/index.html | 12 +- .../where-to-apply-for-residence/index.html | 12 +- en/timeline-and-milestones/index.html | 12 +- mk/blog/index.html | 355 +++++++++++++++++ mk/cookie-policy/index.html | 12 +- mk/faq/index.html | 12 +- .../a-table-full-of-macedonia/index.html | 12 +- .../index.html | 12 +- mk/get-to-know-macedonia/index.html | 12 +- .../index.html | 12 +- .../ohrid-more-than-a-postcard/index.html | 12 +- .../skopje-a-city-of-many-layers/index.html | 12 +- .../welcome-to-macedonia/index.html | 12 +- .../index.html | 12 +- mk/get-to-know-slovenia/index.html | 12 +- .../index.html | 12 +- .../ljubljana-through-our-eyes/index.html | 12 +- .../index.html | 12 +- .../index.html | 12 +- .../welcome-to-slovenia/index.html | 12 +- mk/index.html | 12 +- mk/privacy-policy/index.html | 12 +- .../index.html | 12 +- .../in-memory-of-frosina-kulakova/index.html | 12 +- .../index.html | 12 +- mk/projects/index.html | 12 +- .../index.html | 12 +- .../meet-student-slovenia-2023/index.html | 12 +- .../meet-student-slovenia-2024/index.html | 12 +- .../morning-coffee-in-front-of-ctk/index.html | 12 +- .../paint-and-wine-at-sunset/index.html | 12 +- .../index.html | 12 +- .../academic-life/index.html | 12 +- .../administrative-basics/index.html | 12 +- .../admission-and-enrolment/index.html | 12 +- .../application-deadlines/index.html | 12 +- .../arrival-checklist/index.html | 12 +- .../bachelor-application/index.html | 12 +- .../choose-a-programme/index.html | 12 +- .../complete-student-journey/index.html | 12 +- .../document-preparation/index.html | 12 +- .../evs-application-guide/index.html | 12 +- .../healthcare-in-slovenia/index.html | 12 +- mk/student-welcome-guide/index.html | 12 +- .../master-application/index.html | 12 +- .../means-accommodation-address/index.html | 12 +- mk/student-welcome-guide/my-route/index.html | 12 +- .../index.html | 12 +- .../prepare-to-move/index.html | 12 +- .../recognition-of-education/index.html | 12 +- .../renew-change-graduate/index.html | 12 +- .../rm-si-3-health-insurance/index.html | 12 +- .../student-accommodation/index.html | 12 +- .../student-budget/index.html | 12 +- .../student-meals/index.html | 12 +- .../index.html | 12 +- .../student-residence-permit/index.html | 12 +- .../student-transport/index.html | 12 +- .../student-work/index.html | 12 +- .../study-cities/index.html | 12 +- .../tuition-and-scholarships/index.html | 12 +- .../visa-and-residence-explained/index.html | 12 +- .../wellbeing-and-community/index.html | 12 +- .../where-to-apply-for-residence/index.html | 12 +- si/blog/index.html | 355 +++++++++++++++++ si/cookie-policy/index.html | 12 +- si/faq/index.html | 12 +- .../a-table-full-of-macedonia/index.html | 12 +- .../index.html | 12 +- si/get-to-know-macedonia/index.html | 12 +- .../index.html | 12 +- .../ohrid-more-than-a-postcard/index.html | 12 +- .../skopje-a-city-of-many-layers/index.html | 12 +- .../welcome-to-macedonia/index.html | 12 +- .../index.html | 12 +- si/get-to-know-slovenia/index.html | 12 +- .../index.html | 12 +- .../ljubljana-through-our-eyes/index.html | 12 +- .../index.html | 12 +- .../index.html | 12 +- .../welcome-to-slovenia/index.html | 12 +- si/index.html | 12 +- si/privacy-policy/index.html | 12 +- .../index.html | 12 +- .../in-memory-of-frosina-kulakova/index.html | 12 +- .../index.html | 12 +- si/projects/index.html | 12 +- .../index.html | 12 +- .../meet-student-slovenia-2023/index.html | 12 +- .../meet-student-slovenia-2024/index.html | 12 +- .../morning-coffee-in-front-of-ctk/index.html | 12 +- .../paint-and-wine-at-sunset/index.html | 12 +- .../index.html | 12 +- .../academic-life/index.html | 12 +- .../administrative-basics/index.html | 12 +- .../admission-and-enrolment/index.html | 12 +- .../application-deadlines/index.html | 12 +- .../arrival-checklist/index.html | 12 +- .../bachelor-application/index.html | 12 +- .../choose-a-programme/index.html | 12 +- .../complete-student-journey/index.html | 12 +- .../document-preparation/index.html | 12 +- .../evs-application-guide/index.html | 12 +- .../healthcare-in-slovenia/index.html | 12 +- si/student-welcome-guide/index.html | 12 +- .../master-application/index.html | 12 +- .../means-accommodation-address/index.html | 12 +- si/student-welcome-guide/my-route/index.html | 12 +- .../index.html | 12 +- .../prepare-to-move/index.html | 12 +- .../recognition-of-education/index.html | 12 +- .../renew-change-graduate/index.html | 12 +- .../rm-si-3-health-insurance/index.html | 12 +- .../student-accommodation/index.html | 12 +- .../student-budget/index.html | 12 +- .../student-meals/index.html | 12 +- .../index.html | 12 +- .../student-residence-permit/index.html | 12 +- .../student-transport/index.html | 12 +- .../student-work/index.html | 12 +- .../study-cities/index.html | 12 +- .../tuition-and-scholarships/index.html | 12 +- .../visa-and-residence-explained/index.html | 12 +- .../wellbeing-and-community/index.html | 12 +- .../where-to-apply-for-residence/index.html | 12 +- 189 files changed, 2001 insertions(+), 1465 deletions(-) create mode 100644 blog-filter.js create mode 100644 css/pages/_blog.css create mode 100644 en/blog/index.html create mode 100644 mk/blog/index.html create mode 100644 si/blog/index.html diff --git a/blog-filter.js b/blog-filter.js new file mode 100644 index 00000000..7aafb2aa --- /dev/null +++ b/blog-filter.js @@ -0,0 +1,22 @@ +/* Blog topic filter: chips toggle which cards are shown. No dependencies. */ +(function () { + var list = document.querySelector('.blog-list'); + if (!list) return; + var chips = list.querySelectorAll('.blog-chip'); + var cards = list.querySelectorAll('.blog-card'); + + function apply(topic) { + cards.forEach(function (card) { + var show = topic === 'all' || card.getAttribute('data-topic') === topic; + card.hidden = !show; + }); + } + + chips.forEach(function (chip) { + chip.addEventListener('click', function () { + chips.forEach(function (c) { c.classList.remove('is-active'); }); + chip.classList.add('is-active'); + apply(chip.getAttribute('data-topic')); + }); + }); +})(); diff --git a/css/main.css b/css/main.css index a34bc49b..d197bb20 100644 --- a/css/main.css +++ b/css/main.css @@ -33,4 +33,5 @@ @import 'pages/_about.css'; @import 'pages/_timeline.css'; @import 'pages/_guide.css'; -@import 'pages/_faq.css'; \ No newline at end of file +@import 'pages/_faq.css'; +@import 'pages/_blog.css'; \ No newline at end of file diff --git a/css/pages/_blog.css b/css/pages/_blog.css new file mode 100644 index 00000000..68670c29 --- /dev/null +++ b/css/pages/_blog.css @@ -0,0 +1,178 @@ +/* ========================================================================== + Blog page — featured strip, topic filters, masonry card wall + ========================================================================== */ +.blog-page { font-family: 'Inter', sans-serif; } + +/* Topic colours */ +.blog-page { + --t-student-life: #2D738C; + --t-study-tips: #E8833A; + --t-slovenia: #3B82C4; + --t-community: #7C5CBF; + --t-guides: #2E9E6B; +} + +/* Hero */ +.blog-hero { + background: linear-gradient(180deg, #FFF7F2 0%, #FFFFFF 100%); + padding: 112px 24px 40px; /* clears the fixed 80px header */ + text-align: center; +} +.blog-eyebrow { + display: inline-block; + color: #E8833A; + font-weight: 700; + font-size: 14px; + letter-spacing: 0.06em; + text-transform: uppercase; + margin-bottom: 12px; +} +.blog-hero h1 { max-width: 760px; margin: 0 auto 16px; font-size: 42px; line-height: 1.12; color: #101828; } +.blog-lead { max-width: 640px; margin: 0 auto; font-size: 18px; line-height: 28px; color: #475467; } + +/* Shared tag pill */ +.blog-tag { + display: inline-flex; + align-items: center; + gap: 6px; + font-size: 12px; + font-weight: 600; + letter-spacing: 0.02em; + padding: 4px 10px; + border-radius: 999px; + color: #fff; + background: #667085; + width: max-content; +} +.blog-tag i { font-size: 11px; } +.blog-tag--student-life { background: var(--t-student-life); } +.blog-tag--study-tips { background: var(--t-study-tips); } +.blog-tag--slovenia { background: var(--t-slovenia); } +.blog-tag--community { background: var(--t-community); } +.blog-tag--guides { background: var(--t-guides); } + +.blog-soon { + display: inline-block; + font-size: 12px; + font-weight: 600; + color: #98A2B3; + border: 1px dashed #D0D5DD; + border-radius: 999px; + padding: 3px 10px; +} + +.blog-section-label { + font-size: 13px; + font-weight: 700; + text-transform: uppercase; + letter-spacing: 0.06em; + color: #98A2B3; + margin: 0 0 16px; +} + +/* Featured strip: one large + two stacked */ +.blog-featured { max-width: 1120px; margin: 8px auto 8px; padding: 0 24px; } +.blog-featured-grid { + display: grid; + grid-template-columns: 1.4fr 1fr; + gap: 20px; +} +.blog-feat-side { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; } + +.blog-feat { + display: flex; + flex-direction: column; + border-radius: 18px; + overflow: hidden; + background: #FFFFFF; + border: 1px solid #EAECF0; + box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05); + text-decoration: none; + transition: transform 0.18s ease, box-shadow 0.18s ease; +} +.blog-feat:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(16, 24, 40, 0.10); } +.blog-feat-thumb { + background: linear-gradient(135deg, #F2F4F7 0%, #E4E7EC 100%); + display: flex; + align-items: center; + justify-content: center; + color: #B7BDC7; + font-size: 40px; + min-height: 120px; +} +.blog-feat--lg .blog-feat-thumb { min-height: 280px; font-size: 64px; } +.blog-feat-body { padding: 20px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; } +.blog-feat--lg .blog-feat-body { padding: 28px; gap: 16px; } +.blog-feat h3 { margin: 0; font-size: 18px; line-height: 1.3; color: #101828; } +.blog-feat--lg h3 { font-size: 26px; } + +/* Filters */ +.blog-list { max-width: 1120px; margin: 48px auto 72px; padding: 0 24px; } +.blog-filters { + display: flex; + flex-wrap: wrap; + gap: 10px; + margin-bottom: 28px; + padding-bottom: 24px; + border-bottom: 1px solid #EAECF0; +} +.blog-chip { + display: inline-flex; + align-items: center; + gap: 7px; + font-family: inherit; + font-size: 14px; + font-weight: 600; + color: #475467; + background: #F2F4F7; + border: 1px solid transparent; + border-radius: 999px; + padding: 9px 16px; + cursor: pointer; + transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease; +} +.blog-chip i { font-size: 12px; } +.blog-chip:hover { background: #E4E7EC; } +.blog-chip.is-active { background: #101828; color: #FFFFFF; } + +/* Masonry card wall (CSS columns) */ +.blog-grid { columns: 3 300px; column-gap: 20px; } +.blog-card { + break-inside: avoid; + display: inline-block; + width: 100%; + margin: 0 0 20px; + background: #FFFFFF; + border: 1px solid #EAECF0; + border-radius: 16px; + overflow: hidden; + box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04); + transition: transform 0.18s ease, box-shadow 0.18s ease; +} +.blog-card[hidden] { display: none; } +.blog-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(16, 24, 40, 0.10); } +.blog-thumb { + background: linear-gradient(135deg, #F2F4F7 0%, #E4E7EC 100%); + display: flex; + align-items: center; + justify-content: center; + color: #B7BDC7; + font-size: 34px; + min-height: 140px; +} +/* Vary the placeholder heights so the wall feels playful, not uniform */ +.blog-card:nth-child(3n+1) .blog-thumb { min-height: 180px; } +.blog-card:nth-child(4n+2) .blog-thumb { min-height: 120px; } +.blog-card-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; } +.blog-card h3 { margin: 0; font-size: 18px; line-height: 1.3; color: #101828; } +.blog-card p { margin: 0; font-size: 14px; line-height: 22px; color: #667085; } + +@media (max-width: 860px) { + .blog-featured-grid { grid-template-columns: 1fr; } + .blog-feat--lg .blog-feat-thumb { min-height: 200px; } +} +@media (max-width: 768px) { + .blog-hero { padding: 92px 20px 32px; } + .blog-hero h1 { font-size: 30px; } + .blog-grid { columns: 1; } +} diff --git a/en/about-us/index.html b/en/about-us/index.html index a76c30a1..1c1f47d3 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -41,7 +41,7 @@ What We Do @@ -56,7 +56,6 @@ For Students
-
+

Latest news

-

Dignissim senectus ut senectus curabitur condimentum gravida cras nibh ac. Lorem scelerisque tortor rhoncus viverra pharet.

+

What is new at MSOS, from events and projects to blog stories and announcements.

-
- Pink and blue tinted image of a snowy mountain peak + -
- See all + See all
diff --git a/en/news/index.html b/en/news/index.html new file mode 100644 index 00000000..0a95deed --- /dev/null +++ b/en/news/index.html @@ -0,0 +1,417 @@ + + + + + + News and updates - MSOS + + + + + + + + + + + + + + + + + + + + + +
+
+
+

Select Language

+ +
+ +
+
+ + +
+
+ News +

News and updates

+

Everything new at MSOS in one place: events and projects, blog stories and announcements.

+
+
+
+ + + + +
+
+ + + + + + + + + + + + + + + +
+
+
+ + + + + + + + diff --git a/en/privacy-policy/index.html b/en/privacy-policy/index.html index a0ddf5e4..b2ddd1b9 100644 --- a/en/privacy-policy/index.html +++ b/en/privacy-policy/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html index 7e22e095..cf7965a4 100644 --- a/en/projects/humanitarian-tournament-in-maribor/index.html +++ b/en/projects/humanitarian-tournament-in-maribor/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/projects/in-memory-of-frosina-kulakova/index.html b/en/projects/in-memory-of-frosina-kulakova/index.html index 2e6530e8..12e03027 100644 --- a/en/projects/in-memory-of-frosina-kulakova/index.html +++ b/en/projects/in-memory-of-frosina-kulakova/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 4bf08521..72d80b30 100644 --- a/en/projects/in-memory-of-the-kochani-victims/index.html +++ b/en/projects/in-memory-of-the-kochani-victims/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/projects/index.html b/en/projects/index.html index e09db8b8..a7d8bb57 100644 --- a/en/projects/index.html +++ b/en/projects/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html index 14bdcffa..d1627e25 100644 --- a/en/projects/macedonian-student-night-in-ljubljana/index.html +++ b/en/projects/macedonian-student-night-in-ljubljana/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html index ca762dda..2500ad8e 100644 --- a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html +++ b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html index b507a917..1fee64fc 100644 --- a/en/projects/meet-student-slovenia-2023/index.html +++ b/en/projects/meet-student-slovenia-2023/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html index f9eee4a1..b4314005 100644 --- a/en/projects/meet-student-slovenia-2024/index.html +++ b/en/projects/meet-student-slovenia-2024/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 6e35a1a5..82b80912 100644 --- a/en/projects/morning-coffee-in-front-of-ctk/index.html +++ b/en/projects/morning-coffee-in-front-of-ctk/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/projects/paint-and-wine-at-sunset/index.html b/en/projects/paint-and-wine-at-sunset/index.html index efb2b0ab..b7b01043 100644 --- a/en/projects/paint-and-wine-at-sunset/index.html +++ b/en/projects/paint-and-wine-at-sunset/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/projects/watching-handball-together-in-slovenia/index.html b/en/projects/watching-handball-together-in-slovenia/index.html index dc9ef813..15da400e 100644 --- a/en/projects/watching-handball-together-in-slovenia/index.html +++ b/en/projects/watching-handball-together-in-slovenia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html index aeafa6f6..a63ea72c 100644 --- a/en/student-welcome-guide/academic-life/index.html +++ b/en/student-welcome-guide/academic-life/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html index 5f94eb41..796e0034 100644 --- a/en/student-welcome-guide/administrative-basics/index.html +++ b/en/student-welcome-guide/administrative-basics/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/admission-and-enrolment/index.html b/en/student-welcome-guide/admission-and-enrolment/index.html index 2c3a99d7..cb922573 100644 --- a/en/student-welcome-guide/admission-and-enrolment/index.html +++ b/en/student-welcome-guide/admission-and-enrolment/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/application-deadlines/index.html b/en/student-welcome-guide/application-deadlines/index.html index e3bf22d2..0f2497a4 100644 --- a/en/student-welcome-guide/application-deadlines/index.html +++ b/en/student-welcome-guide/application-deadlines/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/arrival-checklist/index.html b/en/student-welcome-guide/arrival-checklist/index.html index d626b868..74a436cc 100644 --- a/en/student-welcome-guide/arrival-checklist/index.html +++ b/en/student-welcome-guide/arrival-checklist/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/bachelor-application/index.html b/en/student-welcome-guide/bachelor-application/index.html index e18d330d..a150ee0b 100644 --- a/en/student-welcome-guide/bachelor-application/index.html +++ b/en/student-welcome-guide/bachelor-application/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/choose-a-programme/index.html b/en/student-welcome-guide/choose-a-programme/index.html index bcdde318..5af0253a 100644 --- a/en/student-welcome-guide/choose-a-programme/index.html +++ b/en/student-welcome-guide/choose-a-programme/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/complete-student-journey/index.html b/en/student-welcome-guide/complete-student-journey/index.html index 63cd6970..4fc9ad54 100644 --- a/en/student-welcome-guide/complete-student-journey/index.html +++ b/en/student-welcome-guide/complete-student-journey/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/document-preparation/index.html b/en/student-welcome-guide/document-preparation/index.html index 1fc88b10..c9056517 100644 --- a/en/student-welcome-guide/document-preparation/index.html +++ b/en/student-welcome-guide/document-preparation/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/evs-application-guide/index.html b/en/student-welcome-guide/evs-application-guide/index.html index 64bcca4a..41879aea 100644 --- a/en/student-welcome-guide/evs-application-guide/index.html +++ b/en/student-welcome-guide/evs-application-guide/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/healthcare-in-slovenia/index.html b/en/student-welcome-guide/healthcare-in-slovenia/index.html index 984b1414..44773b4d 100644 --- a/en/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/en/student-welcome-guide/healthcare-in-slovenia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/index.html b/en/student-welcome-guide/index.html index 12aec89f..12fc906c 100644 --- a/en/student-welcome-guide/index.html +++ b/en/student-welcome-guide/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/master-application/index.html b/en/student-welcome-guide/master-application/index.html index 47e11327..bebc8bd9 100644 --- a/en/student-welcome-guide/master-application/index.html +++ b/en/student-welcome-guide/master-application/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/means-accommodation-address/index.html b/en/student-welcome-guide/means-accommodation-address/index.html index f4dadf32..fcfbe03c 100644 --- a/en/student-welcome-guide/means-accommodation-address/index.html +++ b/en/student-welcome-guide/means-accommodation-address/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/my-route/index.html b/en/student-welcome-guide/my-route/index.html index 4f0e2556..d80523de 100644 --- a/en/student-welcome-guide/my-route/index.html +++ b/en/student-welcome-guide/my-route/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 1beea14a..50409c14 100644 --- a/en/student-welcome-guide/official-sources-and-checklists/index.html +++ b/en/student-welcome-guide/official-sources-and-checklists/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/prepare-to-move/index.html b/en/student-welcome-guide/prepare-to-move/index.html index 329ca5be..212ac01f 100644 --- a/en/student-welcome-guide/prepare-to-move/index.html +++ b/en/student-welcome-guide/prepare-to-move/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/recognition-of-education/index.html b/en/student-welcome-guide/recognition-of-education/index.html index 4cb45fc9..c80d5a70 100644 --- a/en/student-welcome-guide/recognition-of-education/index.html +++ b/en/student-welcome-guide/recognition-of-education/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/renew-change-graduate/index.html b/en/student-welcome-guide/renew-change-graduate/index.html index 74073914..cb308321 100644 --- a/en/student-welcome-guide/renew-change-graduate/index.html +++ b/en/student-welcome-guide/renew-change-graduate/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 89b4c97f..8986c6b6 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html index 922a489e..22551def 100644 --- a/en/student-welcome-guide/student-accommodation/index.html +++ b/en/student-welcome-guide/student-accommodation/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html index b31a42e9..054b671d 100644 --- a/en/student-welcome-guide/student-budget/index.html +++ b/en/student-welcome-guide/student-budget/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html index 74712ccf..8a50a80a 100644 --- a/en/student-welcome-guide/student-meals/index.html +++ b/en/student-welcome-guide/student-meals/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 b935f736..ceeb6781 100644 --- a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/student-residence-permit/index.html b/en/student-welcome-guide/student-residence-permit/index.html index 1085a2fe..0fd6dbbf 100644 --- a/en/student-welcome-guide/student-residence-permit/index.html +++ b/en/student-welcome-guide/student-residence-permit/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html index ca863569..d1166e65 100644 --- a/en/student-welcome-guide/student-transport/index.html +++ b/en/student-welcome-guide/student-transport/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html index 3a29f9fc..09a6d346 100644 --- a/en/student-welcome-guide/student-work/index.html +++ b/en/student-welcome-guide/student-work/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html index 5cc4fee1..46447835 100644 --- a/en/student-welcome-guide/study-cities/index.html +++ b/en/student-welcome-guide/study-cities/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html index f052b1a1..51eb5bca 100644 --- a/en/student-welcome-guide/tuition-and-scholarships/index.html +++ b/en/student-welcome-guide/tuition-and-scholarships/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 1767a51c..a94c5cda 100644 --- a/en/student-welcome-guide/visa-and-residence-explained/index.html +++ b/en/student-welcome-guide/visa-and-residence-explained/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/student-welcome-guide/wellbeing-and-community/index.html b/en/student-welcome-guide/wellbeing-and-community/index.html index 46ccedde..e1299bbf 100644 --- a/en/student-welcome-guide/wellbeing-and-community/index.html +++ b/en/student-welcome-guide/wellbeing-and-community/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 d7de7118..dea6fd6c 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index 22137f20..8c3e633c 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/blog/index.html b/mk/blog/index.html index bb81ecf2..1854895d 100644 --- a/mk/blog/index.html +++ b/mk/blog/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/cookie-policy/index.html b/mk/cookie-policy/index.html index 2955d9f6..bf4b2658 100644 --- a/mk/cookie-policy/index.html +++ b/mk/cookie-policy/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/faq/index.html b/mk/faq/index.html index f71963b2..b2b1db37 100644 --- a/mk/faq/index.html +++ b/mk/faq/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 9be475a7..8e333e46 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,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 ecd5e167..4138c8e8 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/get-to-know-macedonia/index.html b/mk/get-to-know-macedonia/index.html index 3a86b737..674d3d1e 100644 --- a/mk/get-to-know-macedonia/index.html +++ b/mk/get-to-know-macedonia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,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 ec9abe9e..c2fc4bf3 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,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 a860f810..eff6eceb 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,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 a1a8ce7d..a2f03e44 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,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 8fdc3bb1..59666146 100644 --- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,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 5e5db305..5e56280a 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/get-to-know-slovenia/index.html b/mk/get-to-know-slovenia/index.html index bfef1fa6..bc10a66b 100644 --- a/mk/get-to-know-slovenia/index.html +++ b/mk/get-to-know-slovenia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,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 562689b4..b1fb3267 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,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 1c5b05b3..0dfca374 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,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 f4e73679..03f4c8ce 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,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 0188cdd5..98d878bc 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,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 327f18c3..2ce0d719 100644 --- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/index.html b/mk/index.html index 6b945beb..0302a72d 100644 --- a/mk/index.html +++ b/mk/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ @@ -261,38 +261,44 @@
-
+

Најнови вести

-

Don’t miss what’s happening! Here you’ll find all our updates, from student news to upcoming activities and community highlights.

+

Што е ново кај МСОС, од настани и проекти до блог приказни и објави.

-
- Слика на снежен планински врв во розови и сини нијанси + -
- Жена презентира пред табла со лепливи белешки на тим + -
- + Види ги сите
diff --git a/mk/news/index.html b/mk/news/index.html new file mode 100644 index 00000000..af161ed0 --- /dev/null +++ b/mk/news/index.html @@ -0,0 +1,415 @@ + + + + + + Вести и новости - MSOS + + + + + + + + + + + + + + + + + + + + + +
+
+
+

Избери јазик

+ +
+ +
+
+ + +
+
+ Вести +

Вести и новости

+

Сè ново кај МСОС на едно место: настани и проекти, блог приказни и објави.

+
+
+
+ + + + +
+
+ + + + + + + + + + + + + + + +
+
+
+ + + + + + + + diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html index f28c54aa..15c613a1 100644 --- a/mk/privacy-policy/index.html +++ b/mk/privacy-policy/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html index b5e3dfb2..8ade9da3 100644 --- a/mk/projects/humanitarian-tournament-in-maribor/index.html +++ b/mk/projects/humanitarian-tournament-in-maribor/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html index 19bbd954..651a81c2 100644 --- a/mk/projects/in-memory-of-frosina-kulakova/index.html +++ b/mk/projects/in-memory-of-frosina-kulakova/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,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 fb4d05df..97faea5f 100644 --- a/mk/projects/in-memory-of-the-kochani-victims/index.html +++ b/mk/projects/in-memory-of-the-kochani-victims/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/projects/index.html b/mk/projects/index.html index cf2c08c4..afbb0809 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index de1253d1..60645561 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html index 468558a2..b29f3bcf 100644 --- a/mk/projects/meet-student-slovenia-2023/index.html +++ b/mk/projects/meet-student-slovenia-2023/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html index 434c053a..b8bbf637 100644 --- a/mk/projects/meet-student-slovenia-2024/index.html +++ b/mk/projects/meet-student-slovenia-2024/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,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 35cd9e70..e36e8e53 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/projects/paint-and-wine-at-sunset/index.html b/mk/projects/paint-and-wine-at-sunset/index.html index fde97d35..69a6302e 100644 --- a/mk/projects/paint-and-wine-at-sunset/index.html +++ b/mk/projects/paint-and-wine-at-sunset/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/projects/watching-handball-together-in-slovenia/index.html b/mk/projects/watching-handball-together-in-slovenia/index.html index b522fb42..775e3a86 100644 --- a/mk/projects/watching-handball-together-in-slovenia/index.html +++ b/mk/projects/watching-handball-together-in-slovenia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html index cb8e53fe..cb570fbf 100644 --- a/mk/student-welcome-guide/academic-life/index.html +++ b/mk/student-welcome-guide/academic-life/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html index 0916dfc5..0874bc9c 100644 --- a/mk/student-welcome-guide/administrative-basics/index.html +++ b/mk/student-welcome-guide/administrative-basics/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/admission-and-enrolment/index.html b/mk/student-welcome-guide/admission-and-enrolment/index.html index 9f6a8400..ec08400f 100644 --- a/mk/student-welcome-guide/admission-and-enrolment/index.html +++ b/mk/student-welcome-guide/admission-and-enrolment/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html index 42cb0afc..e2e9038f 100644 --- a/mk/student-welcome-guide/application-deadlines/index.html +++ b/mk/student-welcome-guide/application-deadlines/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html index 60262a8f..8fe81463 100644 --- a/mk/student-welcome-guide/arrival-checklist/index.html +++ b/mk/student-welcome-guide/arrival-checklist/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html index aff2079b..8bea7b9c 100644 --- a/mk/student-welcome-guide/bachelor-application/index.html +++ b/mk/student-welcome-guide/bachelor-application/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/choose-a-programme/index.html b/mk/student-welcome-guide/choose-a-programme/index.html index 5d810328..81bf8267 100644 --- a/mk/student-welcome-guide/choose-a-programme/index.html +++ b/mk/student-welcome-guide/choose-a-programme/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/complete-student-journey/index.html b/mk/student-welcome-guide/complete-student-journey/index.html index 35de0dd9..7358948a 100644 --- a/mk/student-welcome-guide/complete-student-journey/index.html +++ b/mk/student-welcome-guide/complete-student-journey/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html index 2ad00fec..cca81f13 100644 --- a/mk/student-welcome-guide/document-preparation/index.html +++ b/mk/student-welcome-guide/document-preparation/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/evs-application-guide/index.html b/mk/student-welcome-guide/evs-application-guide/index.html index e8cc0acb..e5b808fa 100644 --- a/mk/student-welcome-guide/evs-application-guide/index.html +++ b/mk/student-welcome-guide/evs-application-guide/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/healthcare-in-slovenia/index.html b/mk/student-welcome-guide/healthcare-in-slovenia/index.html index 2b66eb77..f074dca6 100644 --- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/index.html b/mk/student-welcome-guide/index.html index 7875c35b..63635e97 100644 --- a/mk/student-welcome-guide/index.html +++ b/mk/student-welcome-guide/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html index 15cc350d..3d1130ac 100644 --- a/mk/student-welcome-guide/master-application/index.html +++ b/mk/student-welcome-guide/master-application/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html index fdee3051..e9e0b689 100644 --- a/mk/student-welcome-guide/means-accommodation-address/index.html +++ b/mk/student-welcome-guide/means-accommodation-address/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html index 8e6b03dd..fbac8e43 100644 --- a/mk/student-welcome-guide/my-route/index.html +++ b/mk/student-welcome-guide/my-route/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,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 65528ccf..72a45407 100644 --- a/mk/student-welcome-guide/official-sources-and-checklists/index.html +++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/prepare-to-move/index.html b/mk/student-welcome-guide/prepare-to-move/index.html index a8b0573d..44a145e6 100644 --- a/mk/student-welcome-guide/prepare-to-move/index.html +++ b/mk/student-welcome-guide/prepare-to-move/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/recognition-of-education/index.html b/mk/student-welcome-guide/recognition-of-education/index.html index 387a53d5..266b55f1 100644 --- a/mk/student-welcome-guide/recognition-of-education/index.html +++ b/mk/student-welcome-guide/recognition-of-education/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/renew-change-graduate/index.html b/mk/student-welcome-guide/renew-change-graduate/index.html index ae6cba6d..125f41d9 100644 --- a/mk/student-welcome-guide/renew-change-graduate/index.html +++ b/mk/student-welcome-guide/renew-change-graduate/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,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 fbef3822..367c3ea9 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html index 6cdfbec3..ef07116b 100644 --- a/mk/student-welcome-guide/student-accommodation/index.html +++ b/mk/student-welcome-guide/student-accommodation/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html index b3639754..317a5cb7 100644 --- a/mk/student-welcome-guide/student-budget/index.html +++ b/mk/student-welcome-guide/student-budget/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html index 256e82f6..f45b986e 100644 --- a/mk/student-welcome-guide/student-meals/index.html +++ b/mk/student-welcome-guide/student-meals/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,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 6a4da9d9..423a0461 100644 --- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html index 49d237df..6d4764da 100644 --- a/mk/student-welcome-guide/student-residence-permit/index.html +++ b/mk/student-welcome-guide/student-residence-permit/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html index 32439eea..c850e594 100644 --- a/mk/student-welcome-guide/student-transport/index.html +++ b/mk/student-welcome-guide/student-transport/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html index d9a75c58..13f8e827 100644 --- a/mk/student-welcome-guide/student-work/index.html +++ b/mk/student-welcome-guide/student-work/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html index 60aba65f..2adaa20a 100644 --- a/mk/student-welcome-guide/study-cities/index.html +++ b/mk/student-welcome-guide/study-cities/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/tuition-and-scholarships/index.html b/mk/student-welcome-guide/tuition-and-scholarships/index.html index 7f2b4b92..a52e351c 100644 --- a/mk/student-welcome-guide/tuition-and-scholarships/index.html +++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,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 a9e13ef7..2a9995be 100644 --- a/mk/student-welcome-guide/visa-and-residence-explained/index.html +++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/mk/student-welcome-guide/wellbeing-and-community/index.html b/mk/student-welcome-guide/wellbeing-and-community/index.html index 8153cff6..bb246f42 100644 --- a/mk/student-welcome-guide/wellbeing-and-community/index.html +++ b/mk/student-welcome-guide/wellbeing-and-community/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,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 7aabdb76..9ec7e22a 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/news-filter.js b/news-filter.js new file mode 100644 index 00000000..6493eab4 --- /dev/null +++ b/news-filter.js @@ -0,0 +1,19 @@ +/* News hub type filter: chips toggle which cards are shown. No dependencies. */ +(function () { + var list = document.querySelector('.newshub-list'); + if (!list) return; + var chips = list.querySelectorAll('.newshub-chip'); + var cards = list.querySelectorAll('.newshub-card'); + function apply(type) { + cards.forEach(function (card) { + card.hidden = !(type === 'all' || card.getAttribute('data-type') === type); + }); + } + chips.forEach(function (chip) { + chip.addEventListener('click', function () { + chips.forEach(function (c) { c.classList.remove('is-active'); }); + chip.classList.add('is-active'); + apply(chip.getAttribute('data-type')); + }); + }); +})(); diff --git a/si/blog/index.html b/si/blog/index.html index 68db0aff..ba324e94 100644 --- a/si/blog/index.html +++ b/si/blog/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html index e9f0e19d..1047f339 100644 --- a/si/cookie-policy/index.html +++ b/si/cookie-policy/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/faq/index.html b/si/faq/index.html index bf1b4119..da870ca9 100644 --- a/si/faq/index.html +++ b/si/faq/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 a98d3b05..4e092946 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 b1937722..50eba99f 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html index 23fe0017..b4f646a8 100644 --- a/si/get-to-know-macedonia/index.html +++ b/si/get-to-know-macedonia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 12718263..2a0a41ee 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 2a0b6571..eb36c263 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 c3437e98..691adc9a 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 073cb94e..66c5479f 100644 --- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 832218c7..440e085f 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/get-to-know-slovenia/index.html b/si/get-to-know-slovenia/index.html index d81806d1..5659ebaf 100644 --- a/si/get-to-know-slovenia/index.html +++ b/si/get-to-know-slovenia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 0e717c32..f955c3fa 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 a1af098d..e6293e33 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 20b4e3b0..81701f76 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 328174ae..c56077ab 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 adbf69e2..29d4705b 100644 --- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/index.html b/si/index.html index b8c02789..0883d783 100644 --- a/si/index.html +++ b/si/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ @@ -261,38 +261,44 @@
-
+
-

Zadnje novice

-

Don’t miss what’s happening! Here you’ll find all our updates, from student news to upcoming activities and community highlights.

+

Najnovejše novice

+

Kaj je novega pri MSOS, od dogodkov in projektov do blog zgodb in obvestil.

-
- Roza in modro obarvana podoba zasneženega vrha gore + -
- + Poglej vse
diff --git a/si/news/index.html b/si/news/index.html new file mode 100644 index 00000000..dc80dbad --- /dev/null +++ b/si/news/index.html @@ -0,0 +1,415 @@ + + + + + + Novice in obvestila - MSOS + + + + + + + + + + + + + + + + + + + + + +
+
+
+

Izberi jezik

+ +
+ +
+
+ + +
+
+ Novice +

Novice in obvestila

+

Vse novo pri MSOS na enem mestu: dogodki in projekti, blog zgodbe in obvestila.

+
+
+
+ + + + +
+
+ + + + + + + + + + + + + + + +
+
+
+ + + + + + + + diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html index b158f77d..f6d273f8 100644 --- a/si/privacy-policy/index.html +++ b/si/privacy-policy/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html index e0649c43..f53683f2 100644 --- a/si/projects/humanitarian-tournament-in-maribor/index.html +++ b/si/projects/humanitarian-tournament-in-maribor/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/projects/in-memory-of-frosina-kulakova/index.html b/si/projects/in-memory-of-frosina-kulakova/index.html index 881b39c9..48c1a687 100644 --- a/si/projects/in-memory-of-frosina-kulakova/index.html +++ b/si/projects/in-memory-of-frosina-kulakova/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 7b056659..47cac2b3 100644 --- a/si/projects/in-memory-of-the-kochani-victims/index.html +++ b/si/projects/in-memory-of-the-kochani-victims/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/projects/index.html b/si/projects/index.html index 85ce4a34..505bcff8 100644 --- a/si/projects/index.html +++ b/si/projects/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html index 463e64f1..6cc096a5 100644 --- a/si/projects/macedonian-student-night-in-ljubljana/index.html +++ b/si/projects/macedonian-student-night-in-ljubljana/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html index 4e93244d..96980d25 100644 --- a/si/projects/meet-student-slovenia-2023/index.html +++ b/si/projects/meet-student-slovenia-2023/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html index 01a3fa3e..7775ae33 100644 --- a/si/projects/meet-student-slovenia-2024/index.html +++ b/si/projects/meet-student-slovenia-2024/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 96f9293b..775e6c60 100644 --- a/si/projects/morning-coffee-in-front-of-ctk/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/projects/paint-and-wine-at-sunset/index.html b/si/projects/paint-and-wine-at-sunset/index.html index f9300470..0fb036df 100644 --- a/si/projects/paint-and-wine-at-sunset/index.html +++ b/si/projects/paint-and-wine-at-sunset/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/projects/watching-handball-together-in-slovenia/index.html b/si/projects/watching-handball-together-in-slovenia/index.html index 3b4b5163..936dadcb 100644 --- a/si/projects/watching-handball-together-in-slovenia/index.html +++ b/si/projects/watching-handball-together-in-slovenia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html index a66c4e44..4da2ddc9 100644 --- a/si/student-welcome-guide/academic-life/index.html +++ b/si/student-welcome-guide/academic-life/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html index 25a28f02..9feaed2d 100644 --- a/si/student-welcome-guide/administrative-basics/index.html +++ b/si/student-welcome-guide/administrative-basics/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/admission-and-enrolment/index.html b/si/student-welcome-guide/admission-and-enrolment/index.html index 4229cf45..28ea4dd3 100644 --- a/si/student-welcome-guide/admission-and-enrolment/index.html +++ b/si/student-welcome-guide/admission-and-enrolment/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html index be98224b..73b8bf2c 100644 --- a/si/student-welcome-guide/application-deadlines/index.html +++ b/si/student-welcome-guide/application-deadlines/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html index 9556602a..ae4b73a5 100644 --- a/si/student-welcome-guide/arrival-checklist/index.html +++ b/si/student-welcome-guide/arrival-checklist/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html index bd942b63..0eb14ba0 100644 --- a/si/student-welcome-guide/bachelor-application/index.html +++ b/si/student-welcome-guide/bachelor-application/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/choose-a-programme/index.html b/si/student-welcome-guide/choose-a-programme/index.html index 6388fb09..01c4dc4f 100644 --- a/si/student-welcome-guide/choose-a-programme/index.html +++ b/si/student-welcome-guide/choose-a-programme/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/complete-student-journey/index.html b/si/student-welcome-guide/complete-student-journey/index.html index 760b41e2..15243712 100644 --- a/si/student-welcome-guide/complete-student-journey/index.html +++ b/si/student-welcome-guide/complete-student-journey/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html index ffb32ca1..96420567 100644 --- a/si/student-welcome-guide/document-preparation/index.html +++ b/si/student-welcome-guide/document-preparation/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/evs-application-guide/index.html b/si/student-welcome-guide/evs-application-guide/index.html index 48102b38..231a5360 100644 --- a/si/student-welcome-guide/evs-application-guide/index.html +++ b/si/student-welcome-guide/evs-application-guide/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/healthcare-in-slovenia/index.html b/si/student-welcome-guide/healthcare-in-slovenia/index.html index de1fde74..92d91dca 100644 --- a/si/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html index b45e3e41..41e0dd11 100644 --- a/si/student-welcome-guide/index.html +++ b/si/student-welcome-guide/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html index a89b7f63..da8257a6 100644 --- a/si/student-welcome-guide/master-application/index.html +++ b/si/student-welcome-guide/master-application/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html index 54abc182..3143c507 100644 --- a/si/student-welcome-guide/means-accommodation-address/index.html +++ b/si/student-welcome-guide/means-accommodation-address/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html index af65c728..09f7d16e 100644 --- a/si/student-welcome-guide/my-route/index.html +++ b/si/student-welcome-guide/my-route/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 7a1e0d41..a430e44b 100644 --- a/si/student-welcome-guide/official-sources-and-checklists/index.html +++ b/si/student-welcome-guide/official-sources-and-checklists/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/prepare-to-move/index.html b/si/student-welcome-guide/prepare-to-move/index.html index e5b8d21c..f93adfe6 100644 --- a/si/student-welcome-guide/prepare-to-move/index.html +++ b/si/student-welcome-guide/prepare-to-move/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/recognition-of-education/index.html b/si/student-welcome-guide/recognition-of-education/index.html index 0215a107..c7f4fdaf 100644 --- a/si/student-welcome-guide/recognition-of-education/index.html +++ b/si/student-welcome-guide/recognition-of-education/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/renew-change-graduate/index.html b/si/student-welcome-guide/renew-change-graduate/index.html index b5e3c8ce..91da11d1 100644 --- a/si/student-welcome-guide/renew-change-graduate/index.html +++ b/si/student-welcome-guide/renew-change-graduate/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 0e18f3ab..9d6cd8cf 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html index 080aa5e1..40a1bebc 100644 --- a/si/student-welcome-guide/student-accommodation/index.html +++ b/si/student-welcome-guide/student-accommodation/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html index 4c993d98..8c0fca22 100644 --- a/si/student-welcome-guide/student-budget/index.html +++ b/si/student-welcome-guide/student-budget/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html index 3253cf71..19d4ef72 100644 --- a/si/student-welcome-guide/student-meals/index.html +++ b/si/student-welcome-guide/student-meals/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 a4b0c65b..af9bea9e 100644 --- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html index 3673e130..e8d51f30 100644 --- a/si/student-welcome-guide/student-residence-permit/index.html +++ b/si/student-welcome-guide/student-residence-permit/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html index 1d87d667..0abcc0d6 100644 --- a/si/student-welcome-guide/student-transport/index.html +++ b/si/student-welcome-guide/student-transport/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html index f67ac4fb..197272f8 100644 --- a/si/student-welcome-guide/student-work/index.html +++ b/si/student-welcome-guide/student-work/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html index 6ad752ca..67809ddd 100644 --- a/si/student-welcome-guide/study-cities/index.html +++ b/si/student-welcome-guide/study-cities/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/tuition-and-scholarships/index.html b/si/student-welcome-guide/tuition-and-scholarships/index.html index 3b284412..770bb233 100644 --- a/si/student-welcome-guide/tuition-and-scholarships/index.html +++ b/si/student-welcome-guide/tuition-and-scholarships/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 d810b8ae..c2c19f3d 100644 --- a/si/student-welcome-guide/visa-and-residence-explained/index.html +++ b/si/student-welcome-guide/visa-and-residence-explained/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ diff --git a/si/student-welcome-guide/wellbeing-and-community/index.html b/si/student-welcome-guide/wellbeing-and-community/index.html index 49f7689b..4929fce6 100644 --- a/si/student-welcome-guide/wellbeing-and-community/index.html +++ b/si/student-welcome-guide/wellbeing-and-community/index.html @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ 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 6abd621a..a8194750 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 @@ -64,7 +64,7 @@ @@ -134,7 +134,7 @@ -- 2.43.0 From 5b14cc2189f94c351639e094094c8f7e5e9488b3 Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 23:56:42 +0200 Subject: [PATCH 14/22] News hub: add working pagination that respects the type filter Client-side paginator (9 per page) reusing the site's pagination styling; page numbers with dots for long lists, Previous/Next with disabled states, resets to page 1 on filter change and hides when a single page. Co-Authored-By: Claude Opus 4.8 (1M context) --- css/pages/_news.css | 9 +++++ en/index.html | 2 +- en/news/index.html | 5 +++ mk/index.html | 2 +- mk/news/index.html | 5 +++ news-filter.js | 85 +++++++++++++++++++++++++++++++++++++++++---- si/index.html | 2 +- si/news/index.html | 5 +++ 8 files changed, 105 insertions(+), 10 deletions(-) diff --git a/css/pages/_news.css b/css/pages/_news.css index da7c7990..c3a60baf 100644 --- a/css/pages/_news.css +++ b/css/pages/_news.css @@ -94,6 +94,15 @@ .newshub-card h3 a:hover { color: #2D738C; } .newshub-excerpt { margin: 0; font-size: 14px; line-height: 22px; color: #667085; } +/* Pagination reuses the shared .pagination look; reset button chrome */ +.newshub-pagination { margin-top: 44px; } +.newshub-pagination .pagination-arrow, +.newshub-pagination .page-number { + background: transparent; + border: none; + font-family: inherit; +} + @media (max-width: 768px) { .newshub-hero { padding: 92px 20px 32px; } .newshub-hero h1 { font-size: 30px; } diff --git a/en/index.html b/en/index.html index a3a04316..59cf7f3f 100644 --- a/en/index.html +++ b/en/index.html @@ -258,7 +258,7 @@
-
+

Latest news

What is new at MSOS, from events and projects to blog stories and announcements.

diff --git a/en/news/index.html b/en/news/index.html index 0a95deed..bbd9bd59 100644 --- a/en/news/index.html +++ b/en/news/index.html @@ -349,6 +349,11 @@
+
diff --git a/mk/index.html b/mk/index.html index 0302a72d..c4c598d3 100644 --- a/mk/index.html +++ b/mk/index.html @@ -261,7 +261,7 @@
-
+

Најнови вести

Што е ново кај МСОС, од настани и проекти до блог приказни и објави.

diff --git a/mk/news/index.html b/mk/news/index.html index af161ed0..f6f3ebba 100644 --- a/mk/news/index.html +++ b/mk/news/index.html @@ -349,6 +349,11 @@
+
diff --git a/news-filter.js b/news-filter.js index 6493eab4..78a51501 100644 --- a/news-filter.js +++ b/news-filter.js @@ -1,19 +1,90 @@ -/* News hub type filter: chips toggle which cards are shown. No dependencies. */ +/* News hub: type filter + client-side pagination (they work together). */ (function () { var list = document.querySelector('.newshub-list'); if (!list) return; - var chips = list.querySelectorAll('.newshub-chip'); - var cards = list.querySelectorAll('.newshub-card'); - function apply(type) { - cards.forEach(function (card) { - card.hidden = !(type === 'all' || card.getAttribute('data-type') === type); + var chips = [].slice.call(list.querySelectorAll('.newshub-chip')); + var cards = [].slice.call(list.querySelectorAll('.newshub-card')); + var pager = list.querySelector('.newshub-pagination'); + var numbers = pager ? pager.querySelector('.pagination-numbers') : null; + var prevBtn = pager ? pager.querySelector('[data-nav="prev"]') : null; + var nextBtn = pager ? pager.querySelector('[data-nav="next"]') : null; + var pageSize = pager ? (parseInt(pager.getAttribute('data-page-size'), 10) || 9) : 9; + + var state = { type: 'all', page: 1 }; + + function matching() { + return cards.filter(function (c) { + return state.type === 'all' || c.getAttribute('data-type') === state.type; }); } + + // Build the compact list of page tokens: numbers and 'dots'. + function tokens(total, cur) { + if (total <= 7) { + var all = []; + for (var i = 1; i <= total; i++) all.push(i); + return all; + } + var set = { 1: 1, 2: 1 }; + set[total] = 1; set[total - 1] = 1; + set[cur] = 1; set[cur - 1] = 1; set[cur + 1] = 1; + var pages = Object.keys(set).map(Number).filter(function (n) { return n >= 1 && n <= total; }).sort(function (a, b) { return a - b; }); + var out = []; + for (var j = 0; j < pages.length; j++) { + if (j > 0 && pages[j] - pages[j - 1] > 1) out.push('dots'); + out.push(pages[j]); + } + return out; + } + + function buildPager(total) { + if (!pager) return; + if (total <= 1) { pager.hidden = true; return; } + pager.hidden = false; + numbers.innerHTML = ''; + tokens(total, state.page).forEach(function (t) { + if (t === 'dots') { + var s = document.createElement('span'); + s.className = 'page-dots'; + s.textContent = '...'; + numbers.appendChild(s); + return; + } + var b = document.createElement('button'); + b.type = 'button'; + b.className = 'page-number' + (t === state.page ? ' active' : ''); + b.textContent = t; + b.addEventListener('click', function () { state.page = t; render(true); }); + numbers.appendChild(b); + }); + prevBtn.classList.toggle('disabled', state.page <= 1); + nextBtn.classList.toggle('disabled', state.page >= total); + } + + function render(scroll) { + var m = matching(); + var total = Math.max(1, Math.ceil(m.length / pageSize)); + if (state.page > total) state.page = total; + if (state.page < 1) state.page = 1; + var start = (state.page - 1) * pageSize; + var end = start + pageSize; + cards.forEach(function (c) { c.hidden = true; }); + m.slice(start, end).forEach(function (c) { c.hidden = false; }); + buildPager(total); + if (scroll) list.scrollIntoView({ behavior: 'smooth', block: 'start' }); + } + chips.forEach(function (chip) { chip.addEventListener('click', function () { chips.forEach(function (c) { c.classList.remove('is-active'); }); chip.classList.add('is-active'); - apply(chip.getAttribute('data-type')); + state.type = chip.getAttribute('data-type'); + state.page = 1; + render(false); }); }); + if (prevBtn) prevBtn.addEventListener('click', function () { if (state.page > 1) { state.page--; render(true); } }); + if (nextBtn) nextBtn.addEventListener('click', function () { state.page++; render(true); }); + + render(false); })(); diff --git a/si/index.html b/si/index.html index 0883d783..46d9d5e1 100644 --- a/si/index.html +++ b/si/index.html @@ -261,7 +261,7 @@
-
+

Najnovejše novice

Kaj je novega pri MSOS, od dogodkov in projektov do blog zgodb in obvestil.

diff --git a/si/news/index.html b/si/news/index.html index dc80dbad..df9ac7bd 100644 --- a/si/news/index.html +++ b/si/news/index.html @@ -349,6 +349,11 @@
+
-- 2.43.0 From a21450c8c80797781c806573d5b77a836835289e Mon Sep 17 00:00:00 2001 From: popovskik Date: Sat, 1 Aug 2026 00:14:13 +0200 Subject: [PATCH 15/22] Add flagship Become a Member page with interactive multi-step form New trilingual //become-a-member/ conversion page: hero with real-photo collage, why-join benefits, animated MSOS-in-numbers, ways to participate, membership-in-real-life and projects showcase (real project photos), testimonials, who-can-join, an adaptive multi-step form (student + supporter flows, conditional fields, progress, personalised messages, validation, success screen), FAQ and final CTA. Site-wide 'Become a member' buttons now link here. Form posts to a Google Form once wired; metrics/testimonials are placeholders to confirm. Co-Authored-By: Claude Opus 4.8 (1M context) --- css/main.css | 3 +- css/pages/_member.css | 196 ++++++ en/about-us/index.html | 4 +- en/become-a-member/index.html | 576 ++++++++++++++++++ en/blog/index.html | 4 +- en/cookie-policy/index.html | 4 +- en/faq/index.html | 4 +- .../a-table-full-of-macedonia/index.html | 4 +- .../index.html | 4 +- en/get-to-know-macedonia/index.html | 4 +- .../index.html | 4 +- .../ohrid-more-than-a-postcard/index.html | 4 +- .../skopje-a-city-of-many-layers/index.html | 4 +- .../welcome-to-macedonia/index.html | 4 +- .../index.html | 4 +- en/get-to-know-slovenia/index.html | 4 +- .../index.html | 4 +- .../ljubljana-through-our-eyes/index.html | 4 +- .../index.html | 4 +- .../index.html | 4 +- .../welcome-to-slovenia/index.html | 4 +- en/index.html | 8 +- en/news/index.html | 4 +- en/privacy-policy/index.html | 4 +- .../index.html | 4 +- .../in-memory-of-frosina-kulakova/index.html | 4 +- .../index.html | 4 +- en/projects/index.html | 4 +- .../index.html | 4 +- .../index.html | 4 +- .../meet-student-slovenia-2023/index.html | 4 +- .../meet-student-slovenia-2024/index.html | 4 +- .../morning-coffee-in-front-of-ctk/index.html | 4 +- .../paint-and-wine-at-sunset/index.html | 4 +- .../index.html | 4 +- .../academic-life/index.html | 4 +- .../administrative-basics/index.html | 4 +- .../admission-and-enrolment/index.html | 4 +- .../application-deadlines/index.html | 4 +- .../arrival-checklist/index.html | 4 +- .../bachelor-application/index.html | 4 +- .../choose-a-programme/index.html | 4 +- .../complete-student-journey/index.html | 4 +- .../document-preparation/index.html | 4 +- .../evs-application-guide/index.html | 4 +- .../healthcare-in-slovenia/index.html | 4 +- en/student-welcome-guide/index.html | 4 +- .../master-application/index.html | 4 +- .../means-accommodation-address/index.html | 4 +- en/student-welcome-guide/my-route/index.html | 4 +- .../index.html | 4 +- .../prepare-to-move/index.html | 4 +- .../recognition-of-education/index.html | 4 +- .../renew-change-graduate/index.html | 4 +- .../rm-si-3-health-insurance/index.html | 4 +- .../student-accommodation/index.html | 4 +- .../student-budget/index.html | 4 +- .../student-meals/index.html | 4 +- .../index.html | 4 +- .../student-residence-permit/index.html | 4 +- .../student-transport/index.html | 4 +- .../student-work/index.html | 4 +- .../study-cities/index.html | 4 +- .../tuition-and-scholarships/index.html | 4 +- .../visa-and-residence-explained/index.html | 4 +- .../wellbeing-and-community/index.html | 4 +- .../where-to-apply-for-residence/index.html | 4 +- en/timeline-and-milestones/index.html | 4 +- member-form.js | 166 +++++ mk/become-a-member/index.html | 574 +++++++++++++++++ mk/blog/index.html | 4 +- mk/cookie-policy/index.html | 4 +- mk/faq/index.html | 4 +- .../a-table-full-of-macedonia/index.html | 4 +- .../index.html | 4 +- mk/get-to-know-macedonia/index.html | 4 +- .../index.html | 4 +- .../ohrid-more-than-a-postcard/index.html | 4 +- .../skopje-a-city-of-many-layers/index.html | 4 +- .../welcome-to-macedonia/index.html | 4 +- .../index.html | 4 +- mk/get-to-know-slovenia/index.html | 4 +- .../index.html | 4 +- .../ljubljana-through-our-eyes/index.html | 4 +- .../index.html | 4 +- .../index.html | 4 +- .../welcome-to-slovenia/index.html | 4 +- mk/index.html | 8 +- mk/news/index.html | 4 +- mk/privacy-policy/index.html | 4 +- .../index.html | 4 +- .../in-memory-of-frosina-kulakova/index.html | 4 +- .../index.html | 4 +- mk/projects/index.html | 4 +- .../index.html | 4 +- .../meet-student-slovenia-2023/index.html | 4 +- .../meet-student-slovenia-2024/index.html | 4 +- .../morning-coffee-in-front-of-ctk/index.html | 4 +- .../paint-and-wine-at-sunset/index.html | 4 +- .../index.html | 4 +- .../academic-life/index.html | 4 +- .../administrative-basics/index.html | 4 +- .../admission-and-enrolment/index.html | 4 +- .../application-deadlines/index.html | 4 +- .../arrival-checklist/index.html | 4 +- .../bachelor-application/index.html | 4 +- .../choose-a-programme/index.html | 4 +- .../complete-student-journey/index.html | 4 +- .../document-preparation/index.html | 4 +- .../evs-application-guide/index.html | 4 +- .../healthcare-in-slovenia/index.html | 4 +- mk/student-welcome-guide/index.html | 4 +- .../master-application/index.html | 4 +- .../means-accommodation-address/index.html | 4 +- mk/student-welcome-guide/my-route/index.html | 4 +- .../index.html | 4 +- .../prepare-to-move/index.html | 4 +- .../recognition-of-education/index.html | 4 +- .../renew-change-graduate/index.html | 4 +- .../rm-si-3-health-insurance/index.html | 4 +- .../student-accommodation/index.html | 4 +- .../student-budget/index.html | 4 +- .../student-meals/index.html | 4 +- .../index.html | 4 +- .../student-residence-permit/index.html | 4 +- .../student-transport/index.html | 4 +- .../student-work/index.html | 4 +- .../study-cities/index.html | 4 +- .../tuition-and-scholarships/index.html | 4 +- .../visa-and-residence-explained/index.html | 4 +- .../wellbeing-and-community/index.html | 4 +- .../where-to-apply-for-residence/index.html | 4 +- si/become-a-member/index.html | 574 +++++++++++++++++ si/blog/index.html | 4 +- si/cookie-policy/index.html | 4 +- si/faq/index.html | 4 +- .../a-table-full-of-macedonia/index.html | 4 +- .../index.html | 4 +- si/get-to-know-macedonia/index.html | 4 +- .../index.html | 4 +- .../ohrid-more-than-a-postcard/index.html | 4 +- .../skopje-a-city-of-many-layers/index.html | 4 +- .../welcome-to-macedonia/index.html | 4 +- .../index.html | 4 +- si/get-to-know-slovenia/index.html | 4 +- .../index.html | 4 +- .../ljubljana-through-our-eyes/index.html | 4 +- .../index.html | 4 +- .../index.html | 4 +- .../welcome-to-slovenia/index.html | 4 +- si/index.html | 8 +- si/news/index.html | 4 +- si/privacy-policy/index.html | 4 +- .../index.html | 4 +- .../in-memory-of-frosina-kulakova/index.html | 4 +- .../index.html | 4 +- si/projects/index.html | 4 +- .../index.html | 4 +- .../meet-student-slovenia-2023/index.html | 4 +- .../meet-student-slovenia-2024/index.html | 4 +- .../morning-coffee-in-front-of-ctk/index.html | 4 +- .../paint-and-wine-at-sunset/index.html | 4 +- .../index.html | 4 +- .../academic-life/index.html | 4 +- .../administrative-basics/index.html | 4 +- .../admission-and-enrolment/index.html | 4 +- .../application-deadlines/index.html | 4 +- .../arrival-checklist/index.html | 4 +- .../bachelor-application/index.html | 4 +- .../choose-a-programme/index.html | 4 +- .../complete-student-journey/index.html | 4 +- .../document-preparation/index.html | 4 +- .../evs-application-guide/index.html | 4 +- .../healthcare-in-slovenia/index.html | 4 +- si/student-welcome-guide/index.html | 4 +- .../master-application/index.html | 4 +- .../means-accommodation-address/index.html | 4 +- si/student-welcome-guide/my-route/index.html | 4 +- .../index.html | 4 +- .../prepare-to-move/index.html | 4 +- .../recognition-of-education/index.html | 4 +- .../renew-change-graduate/index.html | 4 +- .../rm-si-3-health-insurance/index.html | 4 +- .../student-accommodation/index.html | 4 +- .../student-budget/index.html | 4 +- .../student-meals/index.html | 4 +- .../index.html | 4 +- .../student-residence-permit/index.html | 4 +- .../student-transport/index.html | 4 +- .../student-work/index.html | 4 +- .../study-cities/index.html | 4 +- .../tuition-and-scholarships/index.html | 4 +- .../visa-and-residence-explained/index.html | 4 +- .../wellbeing-and-community/index.html | 4 +- .../where-to-apply-for-residence/index.html | 4 +- 195 files changed, 2472 insertions(+), 385 deletions(-) create mode 100644 css/pages/_member.css create mode 100644 en/become-a-member/index.html create mode 100644 member-form.js create mode 100644 mk/become-a-member/index.html create mode 100644 si/become-a-member/index.html diff --git a/css/main.css b/css/main.css index 1405a49c..828bd23b 100644 --- a/css/main.css +++ b/css/main.css @@ -35,4 +35,5 @@ @import 'pages/_guide.css'; @import 'pages/_faq.css'; @import 'pages/_blog.css'; -@import 'pages/_news.css'; \ No newline at end of file +@import 'pages/_news.css'; +@import 'pages/_member.css'; \ No newline at end of file diff --git a/css/pages/_member.css b/css/pages/_member.css new file mode 100644 index 00000000..f14f3b63 --- /dev/null +++ b/css/pages/_member.css @@ -0,0 +1,196 @@ +/* ========================================================================== + Become a Member page + ========================================================================== */ +.member-page { font-family: 'Inter', sans-serif; color: #101828; --mm-orange: #F2762E; --mm-teal: #2D738C; } +.mm-h2 { font-size: 32px; line-height: 1.15; text-align: center; margin: 0 0 12px; color: #101828; } +.mm-h2--light { color: #FFFFFF; } +.mm-lead { text-align: center; max-width: 640px; margin: 0 auto 36px; font-size: 18px; line-height: 28px; color: #475467; } +.mm-note { font-size: 12px; color: #98A2B3; } +.mm-note--center { text-align: center; margin-top: 20px; } +.mm-center { text-align: center; margin-top: 32px; } +.mm-section { max-width: 1120px; margin: 0 auto; padding: 72px 24px; } +.mm-section--soft { background: #F7FAFB; max-width: none; } +.mm-section--soft > * { max-width: 1120px; margin-left: auto; margin-right: auto; } + +/* ---- hero ---- */ +.mm-hero { + background: linear-gradient(180deg, #FFF4EC 0%, #FFFFFF 100%); + padding: 120px 24px 64px; + display: grid; + grid-template-columns: 1.05fr 0.95fr; + gap: 48px; + align-items: center; + max-width: 1200px; + margin: 0 auto; +} +.mm-eyebrow { display: inline-block; color: var(--mm-orange); font-weight: 700; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; } +.mm-hero h1 { font-size: 52px; line-height: 1.05; margin: 0 0 18px; letter-spacing: -0.02em; } +.mm-hero-lead { font-size: 19px; line-height: 30px; color: #475467; margin: 0 0 28px; max-width: 520px; } +.mm-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; } +.mm-tags { display: flex; flex-wrap: wrap; gap: 8px; } +.mm-tag { font-size: 13px; font-weight: 600; color: #475467; background: #FFFFFF; border: 1px solid #EAECF0; border-radius: 999px; padding: 6px 14px; } + +.mm-hero-collage { position: relative; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; height: 460px; } +.mm-hero-photo { border-radius: 18px; overflow: hidden; box-shadow: 0 16px 32px rgba(16,24,40,0.12); } +.mm-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; } +.mm-hero-photo--1 { grid-row: 1 / span 2; } +.mm-hero-photo--2 { } +.mm-hero-photo--3 { } + +/* ---- benefits ---- */ +.mm-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 32px; } +.mm-benefit { background: #FFFFFF; border: 1px solid #EAECF0; border-radius: 16px; padding: 26px; transition: transform 0.18s ease, box-shadow 0.18s ease; } +.mm-benefit:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(16,24,40,0.08); } +.mm-benefit-ico { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--mm-orange); background: #FFF1E8; margin-bottom: 16px; } +.mm-benefit h3 { font-size: 18px; margin: 0 0 8px; } +.mm-benefit p { font-size: 15px; line-height: 23px; color: #667085; margin: 0; } + +/* ---- numbers ---- */ +.mm-numbers-section { background: var(--mm-teal); padding: 64px 24px; text-align: center; } +.mm-numbers { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; max-width: 960px; margin: 28px auto 0; } +.mm-num { color: #FFFFFF; } +.mm-num-value { display: block; font-size: 46px; font-weight: 700; line-height: 1; letter-spacing: -0.02em; } +.mm-num-label { display: block; margin-top: 8px; font-size: 15px; color: rgba(255,255,255,0.85); } +.mm-numbers-section .mm-note { color: rgba(255,255,255,0.6); margin-top: 24px; } + +/* ---- ways ---- */ +.mm-ways { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } +.mm-way { border: 1px solid #EAECF0; border-radius: 16px; padding: 24px; background: #FFFFFF; transition: border-color 0.18s ease, box-shadow 0.18s ease; } +.mm-way:hover { border-color: #F6C9A8; box-shadow: 0 10px 22px rgba(242,118,46,0.10); } +.mm-way-ico { font-size: 22px; color: var(--mm-teal); margin-bottom: 12px; } +.mm-way h3 { font-size: 17px; margin: 0 0 6px; } +.mm-way p { font-size: 14px; line-height: 22px; color: #667085; margin: 0; } + +/* ---- membership in real life ---- */ +.mm-reals { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; } +.mm-real { display: flex; flex-direction: column; border-radius: 16px; overflow: hidden; border: 1px solid #EAECF0; background: #FFFFFF; text-decoration: none; color: inherit; transition: transform 0.18s ease, box-shadow 0.18s ease; } +.mm-real:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(16,24,40,0.10); } +.mm-real-media { height: 170px; background: #F2F4F7; } +.mm-real-media img { width: 100%; height: 100%; object-fit: cover; display: block; } +.mm-real-body { padding: 18px; } +.mm-real-body h3 { font-size: 17px; margin: 0 0 6px; } +.mm-real-body p { font-size: 14px; line-height: 21px; color: #667085; margin: 0 0 10px; } +.mm-real-link { font-size: 14px; font-weight: 600; color: var(--mm-orange); display: inline-flex; align-items: center; gap: 6px; } + +/* ---- testimonials ---- */ +.mm-tests { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } +.mm-test { margin: 0; background: #FFFFFF; border: 1px solid #EAECF0; border-radius: 16px; padding: 26px; box-shadow: 0 6px 16px rgba(16,24,40,0.04); } +.mm-test blockquote { margin: 0 0 18px; font-size: 17px; line-height: 27px; color: #101828; } +.mm-test blockquote::before { content: '\201C'; color: var(--mm-orange); font-size: 40px; line-height: 0; vertical-align: -18px; margin-right: 4px; } +.mm-test figcaption strong { display: block; font-size: 15px; } +.mm-test figcaption span { font-size: 13px; color: #98A2B3; } + +/* ---- projects showcase ---- */ +.mm-shows { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; } +.mm-show { display: flex; flex-direction: column; border-radius: 16px; overflow: hidden; border: 1px solid #EAECF0; text-decoration: none; color: inherit; background: #FFFFFF; transition: transform 0.18s ease, box-shadow 0.18s ease; } +.mm-show:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(16,24,40,0.10); } +.mm-show-media { height: 180px; background: #F2F4F7; } +.mm-show-media img { width: 100%; height: 100%; object-fit: cover; display: block; } +.mm-show h3 { font-size: 16px; margin: 0; padding: 16px 18px; line-height: 1.3; } + +/* ---- who can join ---- */ +.mm-who { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } +.mm-who-card { border: 1px solid #EAECF0; border-radius: 18px; padding: 30px; background: #FFFFFF; } +.mm-who-card:first-child { border-color: #F6C9A8; background: linear-gradient(180deg, #FFF7F1 0%, #FFFFFF 100%); } +.mm-who-ico { font-size: 26px; color: var(--mm-orange); margin-bottom: 14px; } +.mm-who-card h3 { font-size: 20px; margin: 0 0 8px; } +.mm-who-card p { font-size: 15px; line-height: 23px; color: #667085; margin: 0 0 16px; } +.mm-who-link { font-weight: 600; color: var(--mm-teal); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; } + +/* ---- multi-step form ---- */ +.ms-section { max-width: 760px; margin: 0 auto; padding: 72px 24px; } +.ms-head { text-align: center; margin-bottom: 28px; } +.ms-eyebrow { display: inline-block; color: var(--mm-orange); font-weight: 700; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 10px; } +.ms-head h2 { font-size: 30px; margin: 0 0 8px; } +.ms-head p { color: #667085; font-size: 16px; margin: 0; } +.ms-form { background: #FFFFFF; border: 1px solid #EAECF0; border-radius: 20px; box-shadow: 0 16px 40px rgba(16,24,40,0.06); padding: 28px; } +.ms-progress { margin-bottom: 22px; } +.ms-progress[hidden] { display: none; } +.ms-progress-track { height: 6px; background: #F2F4F7; border-radius: 999px; overflow: hidden; } +.ms-progress-bar { height: 100%; width: 0; background: var(--mm-orange); border-radius: 999px; transition: width 0.3s ease; } +.ms-progress-text { display: block; margin-top: 8px; font-size: 12px; font-weight: 600; color: #98A2B3; } +.ms-alert { background: #FEF3F2; color: #B42318; border: 1px solid #FECDCA; border-radius: 10px; padding: 10px 14px; font-size: 14px; margin-bottom: 16px; } +.ms-alert[hidden] { display: none; } +.ms-step[hidden] { display: none; } +.ms-step h3 { font-size: 20px; margin: 0 0 6px; } +.ms-hint { font-size: 14px; color: #98A2B3; margin: 0 0 16px; } + +.ms-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; } +.ms-path { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 28px 16px; border: 2px solid #EAECF0; border-radius: 16px; background: #FFFFFF; cursor: pointer; font-family: inherit; transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease; } +.ms-path i { font-size: 26px; color: var(--mm-orange); } +.ms-path strong { font-size: 16px; color: #101828; } +.ms-path:hover { border-color: #F6C9A8; transform: translateY(-2px); } +.ms-path.is-selected { border-color: var(--mm-orange); background: #FFF7F1; } + +.ms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 6px; } +.ms-field { display: flex; flex-direction: column; gap: 6px; } +.ms-field span { font-size: 13px; font-weight: 600; color: #344054; } +.ms-field input, .ms-field select, .ms-form textarea { + font-family: inherit; font-size: 15px; color: #101828; + padding: 11px 14px; border: 1px solid #D0D5DD; border-radius: 10px; background: #FFFFFF; width: 100%; +} +.ms-field input:focus, .ms-field select:focus, .ms-form textarea:focus { outline: none; border-color: var(--mm-orange); box-shadow: 0 0 0 3px rgba(242,118,46,0.12); } +.ms-form textarea { margin-top: 6px; resize: vertical; } +.ms-cond { margin-top: 16px; } +.ms-cond[hidden] { display: none; } + +.ms-radios { display: grid; gap: 10px; margin-top: 6px; } +.ms-radio { text-align: left; padding: 14px 16px; border: 1px solid #D0D5DD; border-radius: 12px; background: #FFFFFF; font-family: inherit; font-size: 15px; color: #344054; cursor: pointer; transition: border-color 0.15s ease, background 0.15s ease; } +.ms-radio:hover { border-color: #F6C9A8; } +.ms-radio.is-selected { border-color: var(--mm-orange); background: #FFF7F1; color: #101828; font-weight: 600; } + +.ms-multi { display: flex; flex-wrap: wrap; gap: 10px; } +.ms-chip { padding: 10px 16px; border-radius: 999px; border: 1px solid #D0D5DD; background: #FFFFFF; font-family: inherit; font-size: 14px; font-weight: 500; color: #475467; cursor: pointer; transition: all 0.15s ease; } +.ms-chip:hover { border-color: #F6C9A8; } +.ms-chip.is-selected { border-color: var(--mm-orange); background: var(--mm-orange); color: #FFFFFF; } +.ms-msg { margin: 16px 0 0; padding: 12px 16px; background: #F0F6F8; border-left: 3px solid var(--mm-teal); border-radius: 8px; font-size: 14px; line-height: 21px; color: #344054; } +.ms-msg[hidden] { display: none; } + +.ms-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 14px; line-height: 21px; color: #344054; cursor: pointer; } +.ms-check input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--mm-orange); flex: 0 0 auto; } +.ms-check a { color: var(--mm-teal); } + +.ms-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; } +.ms-nav .ms-back { margin-right: auto; } +.ms-nav [hidden] { display: none; } + +/* success */ +.ms-success { text-align: center; background: #FFFFFF; border: 1px solid #EAECF0; border-radius: 20px; box-shadow: 0 16px 40px rgba(16,24,40,0.06); padding: 44px 28px; } +.ms-success[hidden] { display: none; } +.ms-success-icon { font-size: 48px; color: #2E9E6B; margin-bottom: 14px; } +.ms-success-title { font-size: 26px; margin: 0 0 10px; } +.ms-success-text { color: #667085; font-size: 16px; line-height: 25px; max-width: 520px; margin: 0 auto 24px; } +.ms-success-next { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #98A2B3; margin: 0 0 14px; } +.ms-success-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; } + +/* ---- faq ---- */ +.mm-faqs { max-width: 780px; margin: 32px auto 0; } +.mm-faq { border: 1px solid #EAECF0; border-radius: 12px; margin-bottom: 12px; background: #FFFFFF; } +.mm-faq summary { list-style: none; cursor: pointer; padding: 18px 20px; font-weight: 600; font-size: 16px; display: flex; justify-content: space-between; align-items: center; gap: 16px; } +.mm-faq summary::-webkit-details-marker { display: none; } +.mm-faq summary::after { content: '\f078'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 13px; color: var(--mm-orange); transition: transform 0.2s ease; } +.mm-faq[open] summary::after { transform: rotate(180deg); } +.mm-faq-a { padding: 0 20px 20px; color: #667085; font-size: 15px; line-height: 24px; } +.mm-faq-a p { margin: 0; } + +/* ---- final cta ---- */ +.mm-final { text-align: center; padding: 80px 24px; background: linear-gradient(135deg, #F2762E 0%, #E85D2A 100%); color: #FFFFFF; } +.mm-final h2 { font-size: 32px; margin: 0 auto 12px; max-width: 720px; } +.mm-final p { font-size: 18px; line-height: 28px; margin: 0 auto 28px; max-width: 640px; color: rgba(255,255,255,0.92); } +.mm-final .btn { background: #FFFFFF; color: #E85D2A; border: none; } +.mm-final .btn:hover { background: #FFF3EC; } + +/* ---- responsive ---- */ +@media (max-width: 900px) { + .mm-hero { grid-template-columns: 1fr; padding: 100px 20px 48px; } + .mm-hero h1 { font-size: 38px; } + .mm-hero-collage { height: 340px; } + .mm-who { grid-template-columns: 1fr; } +} +@media (max-width: 600px) { + .mm-h2 { font-size: 26px; } + .ms-grid, .ms-paths { grid-template-columns: 1fr; } + .ms-form { padding: 20px; } + .mm-num-value { font-size: 38px; } + .ms-success-links .btn { width: 100%; } +} diff --git a/en/about-us/index.html b/en/about-us/index.html index c14f6f1f..8b4537d8 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -71,7 +71,7 @@
@@ -249,7 +249,7 @@
  • Education & Culture
  • Student Representation
  • - + Become a member

    We know moving to a new country can feel overwhelming, so we’re here to make it easier. From helping you with university applications to finding your way around student life in Slovenia, you can always count on us. We offer free consultations, answer your questions on Instagram and Facebook (yes, even late at night), and host events where you can meet others and hear real experiences first-hand. With mentorship, info sessions, and a friendly community by your side, you’ll never have to go through the journey alone.

    diff --git a/en/news/index.html b/en/news/index.html index bbd9bd59..178ec9ad 100644 --- a/en/news/index.html +++ b/en/news/index.html @@ -71,7 +71,7 @@
    @@ -252,7 +252,7 @@
  • Забава и дружење
  • Студентска поддршка
  • - + Стани член

    Sed molestie penatibus sit bibendum pharetra purus faucibus fames aliquet. Morbi morbi ac sed tempor porta. Dui iaculis vitae fames sapien. Pellentesque urna eget habitasse arcu sed ornare. Dignissim lobortis ultrices maecenas magna ac habitant donec etiam at.

    diff --git a/mk/news/index.html b/mk/news/index.html index f6f3ebba..f69a763b 100644 --- a/mk/news/index.html +++ b/mk/news/index.html @@ -71,7 +71,7 @@
    @@ -252,7 +252,7 @@
  • Zabava in druženje
  • Študentska podpora
  • - + Postani član

    Sed molestie penatibus sit bibendum pharetra purus faucibus fames aliquet. Morbi morbi ac sed tempor porta. Dui iaculis vitae fames sapien. Pellentesque urna eget habitasse arcu sed ornare. Dignissim lobortis ultrices maecenas magna ac habitant donec etiam at.

    diff --git a/si/news/index.html b/si/news/index.html index df9ac7bd..fa00c610 100644 --- a/si/news/index.html +++ b/si/news/index.html @@ -71,7 +71,7 @@ - diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html index 8fa91cb5..d56979fc 100644 --- a/en/student-welcome-guide/study-cities/index.html +++ b/en/student-welcome-guide/study-cities/index.html @@ -351,7 +351,6 @@
    - diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html index e6977ccb..d39adcad 100644 --- a/en/student-welcome-guide/tuition-and-scholarships/index.html +++ b/en/student-welcome-guide/tuition-and-scholarships/index.html @@ -321,7 +321,6 @@ - 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 5ef6d23d..ea2646f0 100644 --- a/en/student-welcome-guide/visa-and-residence-explained/index.html +++ b/en/student-welcome-guide/visa-and-residence-explained/index.html @@ -348,7 +348,6 @@ - diff --git a/en/student-welcome-guide/wellbeing-and-community/index.html b/en/student-welcome-guide/wellbeing-and-community/index.html index 3049e58d..87e897d7 100644 --- a/en/student-welcome-guide/wellbeing-and-community/index.html +++ b/en/student-welcome-guide/wellbeing-and-community/index.html @@ -315,7 +315,6 @@ - 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 ac845c2a..e2a5866e 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 @@ -386,7 +386,6 @@ - diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index f1e7fb50..c259647f 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -474,9 +474,9 @@ - + \ No newline at end of file diff --git a/member-form.js b/member-form.js index fa37486a..f171fedf 100644 --- a/member-form.js +++ b/member-form.js @@ -117,7 +117,7 @@ } next.addEventListener('click', function () { - if (!validate()) { alertBox.hidden = false; return; } + if (!validate()) { alertBox.textContent = alertBox.getAttribute('data-required-msg') || alertBox.textContent; alertBox.hidden = false; return; } if (state.idx < state.order.length - 1) { state.idx++; render(); form.scrollIntoView({ behavior: 'smooth', block: 'start' }); } }); back.addEventListener('click', function () { @@ -172,10 +172,46 @@ try { fetch(GOOGLE_FORM.action, { method: 'POST', mode: 'no-cors', headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, body: params.toString() }); } catch (e) { } } + /* ---- soft anti-abuse: honeypot + localStorage cooldown/cap ---- + A static site cannot rate-limit by IP (no backend). These are client-side + soft limits that stop casual flooding and bots; the Apps Script adds a + server-side per-email dedupe and daily cap as the real safety net. */ + var hp = form.querySelector('.ms-hp input'); + var LS_KEY = 'msos_member_submits'; + var MIN_GAP_MS = 30 * 1000; // at least 30s between submissions + var WINDOW_MS = 24 * 60 * 60 * 1000; // rolling 24h window + var MAX_IN_WINDOW = 3; // max 3 submissions / 24h from this browser + function recentSubmits() { + var now = Date.now(), arr; + try { arr = JSON.parse(localStorage.getItem(LS_KEY) || '[]'); } catch (e) { arr = []; } + if (!Array.isArray(arr)) arr = []; + return arr.filter(function (t) { return typeof t === 'number' && (now - t) < WINDOW_MS; }); + } + function coolingDown() { + var arr = recentSubmits(), now = Date.now(); + if (arr.length >= MAX_IN_WINDOW) return true; + if (arr.length && (now - Math.max.apply(null, arr)) < MIN_GAP_MS) return true; + return false; + } + function recordSubmit() { + var arr = recentSubmits(); arr.push(Date.now()); + try { localStorage.setItem(LS_KEY, JSON.stringify(arr)); } catch (e) { } + } + function showAlert(kind) { + var msg = alertBox.getAttribute(kind === 'cooldown' ? 'data-cooldown-msg' : 'data-required-msg'); + if (msg) alertBox.textContent = msg; + alertBox.hidden = false; + } + submit.addEventListener('click', function () { - if (!validate()) { alertBox.hidden = false; return; } + // Bot trap: honeypot must stay empty. Silently succeed (no feedback for bots). + if (hp && hp.value) { form.hidden = true; success.hidden = false; return; } + if (!validate()) { showAlert('required'); return; } + if (coolingDown()) { showAlert('cooldown'); return; } + submit.disabled = true; var d = collect(); sendToForm(d); + recordSubmit(); form.hidden = true; var t = success.querySelector('.ms-success-title'), p = success.querySelector('.ms-success-text'); t.textContent = d.type === 'student' ? t.getAttribute('data-student-title') : t.getAttribute('data-supporter-title'); diff --git a/mk/become-a-member/index.html b/mk/become-a-member/index.html index 7220ca56..152c97ae 100644 --- a/mk/become-a-member/index.html +++ b/mk/become-a-member/index.html @@ -347,8 +347,9 @@

    Неколку пријателски прашања. Не мора сега да одлучиш колку активен сакаш да бидеш.

    + - +

    Како сакаш да се поврзеш со МСОС?

    @@ -565,10 +566,10 @@
    - + diff --git a/mk/blog/index.html b/mk/blog/index.html index 2a9687c0..b050636a 100644 --- a/mk/blog/index.html +++ b/mk/blog/index.html @@ -346,10 +346,10 @@ - + diff --git a/mk/cookie-policy/index.html b/mk/cookie-policy/index.html index 742b5a39..003c71ee 100644 --- a/mk/cookie-policy/index.html +++ b/mk/cookie-policy/index.html @@ -281,7 +281,6 @@ - diff --git a/mk/faq/index.html b/mk/faq/index.html index 02d8ae9f..c0b01246 100644 --- a/mk/faq/index.html +++ b/mk/faq/index.html @@ -499,9 +499,9 @@ - + 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 2758ab93..c9df78d7 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 @@ -358,7 +358,6 @@ - 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 6cdd014d..ae41d577 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 @@ -364,7 +364,6 @@ - diff --git a/mk/get-to-know-macedonia/index.html b/mk/get-to-know-macedonia/index.html index f373fc66..a8f2afa4 100644 --- a/mk/get-to-know-macedonia/index.html +++ b/mk/get-to-know-macedonia/index.html @@ -333,7 +333,6 @@ - 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 7cedfa09..d8d9d732 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 @@ -364,7 +364,6 @@ - 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 1b8b1280..95262b9c 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 @@ -356,7 +356,6 @@ - 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 a32be631..5b3fd975 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 @@ -346,7 +346,6 @@ - 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 15cb30c2..85aa5862 100644 --- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -343,7 +343,6 @@ - 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 f9766e30..b5ed5d7f 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 @@ -348,7 +348,6 @@ - diff --git a/mk/get-to-know-slovenia/index.html b/mk/get-to-know-slovenia/index.html index ff284591..bfe04abf 100644 --- a/mk/get-to-know-slovenia/index.html +++ b/mk/get-to-know-slovenia/index.html @@ -333,7 +333,6 @@ - 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 7c014491..3bd416a4 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 @@ -344,7 +344,6 @@ - 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 41d264c0..b835b69f 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 @@ -334,7 +334,6 @@ - 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 104f5bc7..c07c0a73 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 @@ -365,7 +365,6 @@ - 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 323a5abd..9a198c07 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 @@ -350,7 +350,6 @@ - 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 a5597a35..fcea8051 100644 --- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -321,7 +321,6 @@ - diff --git a/mk/index.html b/mk/index.html index 91de4992..c8b14a0c 100644 --- a/mk/index.html +++ b/mk/index.html @@ -510,9 +510,9 @@ - + \ No newline at end of file diff --git a/mk/news/index.html b/mk/news/index.html index f69a763b..cdc29b59 100644 --- a/mk/news/index.html +++ b/mk/news/index.html @@ -411,10 +411,10 @@ - + diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html index bd969908..cfea1aa5 100644 --- a/mk/privacy-policy/index.html +++ b/mk/privacy-policy/index.html @@ -326,7 +326,6 @@ - diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html index 462cdb1d..e399ea4e 100644 --- a/mk/projects/humanitarian-tournament-in-maribor/index.html +++ b/mk/projects/humanitarian-tournament-in-maribor/index.html @@ -314,7 +314,6 @@ - diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html index 9818e59d..d6906ec1 100644 --- a/mk/projects/in-memory-of-frosina-kulakova/index.html +++ b/mk/projects/in-memory-of-frosina-kulakova/index.html @@ -263,7 +263,6 @@ - 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 96c99674..b2d4bd60 100644 --- a/mk/projects/in-memory-of-the-kochani-victims/index.html +++ b/mk/projects/in-memory-of-the-kochani-victims/index.html @@ -273,7 +273,6 @@ - diff --git a/mk/projects/index.html b/mk/projects/index.html index 24227f23..f647d98b 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -382,11 +382,11 @@ - + \ No newline at end of file diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index fb4ef0ac..a65f5eec 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -337,7 +337,6 @@ - diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html index 0c02b9d9..d5285803 100644 --- a/mk/projects/meet-student-slovenia-2023/index.html +++ b/mk/projects/meet-student-slovenia-2023/index.html @@ -360,7 +360,6 @@ - diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html index 1e84c94c..e2d711df 100644 --- a/mk/projects/meet-student-slovenia-2024/index.html +++ b/mk/projects/meet-student-slovenia-2024/index.html @@ -352,7 +352,6 @@ - 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 f7dbb802..d571aa81 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html @@ -321,7 +321,6 @@ - diff --git a/mk/projects/paint-and-wine-at-sunset/index.html b/mk/projects/paint-and-wine-at-sunset/index.html index bbcc6481..78e44cdf 100644 --- a/mk/projects/paint-and-wine-at-sunset/index.html +++ b/mk/projects/paint-and-wine-at-sunset/index.html @@ -297,7 +297,6 @@ - diff --git a/mk/projects/watching-handball-together-in-slovenia/index.html b/mk/projects/watching-handball-together-in-slovenia/index.html index 357c682e..ffe452c4 100644 --- a/mk/projects/watching-handball-together-in-slovenia/index.html +++ b/mk/projects/watching-handball-together-in-slovenia/index.html @@ -285,7 +285,6 @@ - diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html index 91283980..5b3a9823 100644 --- a/mk/student-welcome-guide/academic-life/index.html +++ b/mk/student-welcome-guide/academic-life/index.html @@ -324,7 +324,6 @@ - diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html index 546b1c13..02c170de 100644 --- a/mk/student-welcome-guide/administrative-basics/index.html +++ b/mk/student-welcome-guide/administrative-basics/index.html @@ -321,7 +321,6 @@ - diff --git a/mk/student-welcome-guide/admission-and-enrolment/index.html b/mk/student-welcome-guide/admission-and-enrolment/index.html index b9f1817e..f8da1e16 100644 --- a/mk/student-welcome-guide/admission-and-enrolment/index.html +++ b/mk/student-welcome-guide/admission-and-enrolment/index.html @@ -322,7 +322,6 @@ - diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html index b40d372c..dab96458 100644 --- a/mk/student-welcome-guide/application-deadlines/index.html +++ b/mk/student-welcome-guide/application-deadlines/index.html @@ -319,7 +319,6 @@ - diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html index ed98196b..52314777 100644 --- a/mk/student-welcome-guide/arrival-checklist/index.html +++ b/mk/student-welcome-guide/arrival-checklist/index.html @@ -337,7 +337,6 @@ - diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html index ab88b757..35442878 100644 --- a/mk/student-welcome-guide/bachelor-application/index.html +++ b/mk/student-welcome-guide/bachelor-application/index.html @@ -349,7 +349,6 @@ - diff --git a/mk/student-welcome-guide/choose-a-programme/index.html b/mk/student-welcome-guide/choose-a-programme/index.html index e5bd8942..d46fb540 100644 --- a/mk/student-welcome-guide/choose-a-programme/index.html +++ b/mk/student-welcome-guide/choose-a-programme/index.html @@ -340,7 +340,6 @@ - diff --git a/mk/student-welcome-guide/complete-student-journey/index.html b/mk/student-welcome-guide/complete-student-journey/index.html index 7a1bbaa2..b39f9f2e 100644 --- a/mk/student-welcome-guide/complete-student-journey/index.html +++ b/mk/student-welcome-guide/complete-student-journey/index.html @@ -365,7 +365,6 @@ - diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html index 28d75849..33e1764b 100644 --- a/mk/student-welcome-guide/document-preparation/index.html +++ b/mk/student-welcome-guide/document-preparation/index.html @@ -314,7 +314,6 @@ - diff --git a/mk/student-welcome-guide/evs-application-guide/index.html b/mk/student-welcome-guide/evs-application-guide/index.html index d1796e4c..1813c7b4 100644 --- a/mk/student-welcome-guide/evs-application-guide/index.html +++ b/mk/student-welcome-guide/evs-application-guide/index.html @@ -332,7 +332,6 @@ - diff --git a/mk/student-welcome-guide/healthcare-in-slovenia/index.html b/mk/student-welcome-guide/healthcare-in-slovenia/index.html index bf5994b0..0973ddd2 100644 --- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html @@ -375,7 +375,6 @@ - diff --git a/mk/student-welcome-guide/index.html b/mk/student-welcome-guide/index.html index 03ee785f..1ec46822 100644 --- a/mk/student-welcome-guide/index.html +++ b/mk/student-welcome-guide/index.html @@ -480,7 +480,6 @@ - diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html index cbd37fa2..0fbc57f4 100644 --- a/mk/student-welcome-guide/master-application/index.html +++ b/mk/student-welcome-guide/master-application/index.html @@ -326,7 +326,6 @@ - diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html index ce350637..92197eb6 100644 --- a/mk/student-welcome-guide/means-accommodation-address/index.html +++ b/mk/student-welcome-guide/means-accommodation-address/index.html @@ -398,7 +398,6 @@ - diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html index 76188daf..a66c9093 100644 --- a/mk/student-welcome-guide/my-route/index.html +++ b/mk/student-welcome-guide/my-route/index.html @@ -226,7 +226,6 @@ - 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 1fc79318..7daf6b5c 100644 --- a/mk/student-welcome-guide/official-sources-and-checklists/index.html +++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html @@ -353,7 +353,6 @@ - diff --git a/mk/student-welcome-guide/prepare-to-move/index.html b/mk/student-welcome-guide/prepare-to-move/index.html index f22dff89..5767f145 100644 --- a/mk/student-welcome-guide/prepare-to-move/index.html +++ b/mk/student-welcome-guide/prepare-to-move/index.html @@ -370,7 +370,6 @@ - diff --git a/mk/student-welcome-guide/recognition-of-education/index.html b/mk/student-welcome-guide/recognition-of-education/index.html index 18cdeb17..3fafb26c 100644 --- a/mk/student-welcome-guide/recognition-of-education/index.html +++ b/mk/student-welcome-guide/recognition-of-education/index.html @@ -315,7 +315,6 @@ - diff --git a/mk/student-welcome-guide/renew-change-graduate/index.html b/mk/student-welcome-guide/renew-change-graduate/index.html index 823e638e..769f3182 100644 --- a/mk/student-welcome-guide/renew-change-graduate/index.html +++ b/mk/student-welcome-guide/renew-change-graduate/index.html @@ -324,7 +324,6 @@ - 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 b7a4dd50..5bf61e8c 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 @@ -364,7 +364,6 @@ - diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html index eaf361da..340f0c99 100644 --- a/mk/student-welcome-guide/student-accommodation/index.html +++ b/mk/student-welcome-guide/student-accommodation/index.html @@ -364,7 +364,6 @@ - diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html index 69fcdf6e..f3142a67 100644 --- a/mk/student-welcome-guide/student-budget/index.html +++ b/mk/student-welcome-guide/student-budget/index.html @@ -334,7 +334,6 @@ - diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html index 2a084ae8..f8df011a 100644 --- a/mk/student-welcome-guide/student-meals/index.html +++ b/mk/student-welcome-guide/student-meals/index.html @@ -322,7 +322,6 @@ - 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 accd77d0..b3a6d597 100644 --- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -359,7 +359,6 @@ - diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html index 2ed060c3..c9504e35 100644 --- a/mk/student-welcome-guide/student-residence-permit/index.html +++ b/mk/student-welcome-guide/student-residence-permit/index.html @@ -376,7 +376,6 @@ - diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html index d0d77088..069b2920 100644 --- a/mk/student-welcome-guide/student-transport/index.html +++ b/mk/student-welcome-guide/student-transport/index.html @@ -343,7 +343,6 @@ - diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html index 2d92751a..aa1aac39 100644 --- a/mk/student-welcome-guide/student-work/index.html +++ b/mk/student-welcome-guide/student-work/index.html @@ -317,7 +317,6 @@ - diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html index b2e3fb8d..40f5c253 100644 --- a/mk/student-welcome-guide/study-cities/index.html +++ b/mk/student-welcome-guide/study-cities/index.html @@ -349,7 +349,6 @@ - diff --git a/mk/student-welcome-guide/tuition-and-scholarships/index.html b/mk/student-welcome-guide/tuition-and-scholarships/index.html index 242e2f81..d996baa8 100644 --- a/mk/student-welcome-guide/tuition-and-scholarships/index.html +++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html @@ -319,7 +319,6 @@ - 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 716b27de..c1fbf645 100644 --- a/mk/student-welcome-guide/visa-and-residence-explained/index.html +++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html @@ -346,7 +346,6 @@ - diff --git a/mk/student-welcome-guide/wellbeing-and-community/index.html b/mk/student-welcome-guide/wellbeing-and-community/index.html index 60051a7d..91022d43 100644 --- a/mk/student-welcome-guide/wellbeing-and-community/index.html +++ b/mk/student-welcome-guide/wellbeing-and-community/index.html @@ -313,7 +313,6 @@ - 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 e8364228..7dc351de 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 @@ -384,7 +384,6 @@ - diff --git a/si/become-a-member/index.html b/si/become-a-member/index.html index 2329d03b..998a7e0b 100644 --- a/si/become-a-member/index.html +++ b/si/become-a-member/index.html @@ -347,8 +347,9 @@

    Nekaj prijaznih vprašanj. Ni ti treba zdaj odločiti, kako aktiven želiš biti.

    + - +

    Kako se želiš povezati z MSOS?

    @@ -565,10 +566,10 @@
    - + diff --git a/si/blog/index.html b/si/blog/index.html index 84a0760f..12cbed2f 100644 --- a/si/blog/index.html +++ b/si/blog/index.html @@ -346,10 +346,10 @@ - + diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html index 6a0884cf..13186236 100644 --- a/si/cookie-policy/index.html +++ b/si/cookie-policy/index.html @@ -281,7 +281,6 @@ - diff --git a/si/faq/index.html b/si/faq/index.html index abf79c54..fb5c4d11 100644 --- a/si/faq/index.html +++ b/si/faq/index.html @@ -499,9 +499,9 @@ - + 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 8da7b2f9..761be58a 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 @@ -358,7 +358,6 @@ - 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 c98bcb53..b3b00be7 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 @@ -364,7 +364,6 @@ - diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html index 44487ec5..f295eec1 100644 --- a/si/get-to-know-macedonia/index.html +++ b/si/get-to-know-macedonia/index.html @@ -333,7 +333,6 @@ - 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 aa967278..bc34b5e3 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 @@ -364,7 +364,6 @@ - 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 05d9b5e2..07804bcd 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 @@ -356,7 +356,6 @@ - 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 ae0da231..6b8da92d 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 @@ -346,7 +346,6 @@ - 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 d15de12b..cb646ae8 100644 --- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -343,7 +343,6 @@ - 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 70e82553..689d03c3 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 @@ -348,7 +348,6 @@ - diff --git a/si/get-to-know-slovenia/index.html b/si/get-to-know-slovenia/index.html index 150861b6..fd730001 100644 --- a/si/get-to-know-slovenia/index.html +++ b/si/get-to-know-slovenia/index.html @@ -333,7 +333,6 @@ - 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 06e97346..21d92cc2 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 @@ -344,7 +344,6 @@ - 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 4826d90d..3ef2b14c 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 @@ -338,7 +338,6 @@ - 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 fe3691eb..e19b59c0 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 @@ -365,7 +365,6 @@ - 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 d62db36d..2c10fc64 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 @@ -350,7 +350,6 @@ - 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 1d14aabc..8526dcfa 100644 --- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -321,7 +321,6 @@ - diff --git a/si/index.html b/si/index.html index ce01141a..c191aa23 100644 --- a/si/index.html +++ b/si/index.html @@ -510,9 +510,9 @@ - + \ No newline at end of file diff --git a/si/news/index.html b/si/news/index.html index fa00c610..c17aa282 100644 --- a/si/news/index.html +++ b/si/news/index.html @@ -411,10 +411,10 @@ - + diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html index 163479a6..2c16e1d0 100644 --- a/si/privacy-policy/index.html +++ b/si/privacy-policy/index.html @@ -326,7 +326,6 @@ - diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html index 4bce8738..2ab60db0 100644 --- a/si/projects/humanitarian-tournament-in-maribor/index.html +++ b/si/projects/humanitarian-tournament-in-maribor/index.html @@ -314,7 +314,6 @@ - diff --git a/si/projects/in-memory-of-frosina-kulakova/index.html b/si/projects/in-memory-of-frosina-kulakova/index.html index 977abde5..dd203e2c 100644 --- a/si/projects/in-memory-of-frosina-kulakova/index.html +++ b/si/projects/in-memory-of-frosina-kulakova/index.html @@ -263,7 +263,6 @@ - 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 19c84ea9..8caa4767 100644 --- a/si/projects/in-memory-of-the-kochani-victims/index.html +++ b/si/projects/in-memory-of-the-kochani-victims/index.html @@ -273,7 +273,6 @@ - diff --git a/si/projects/index.html b/si/projects/index.html index b7305f8a..a2322684 100644 --- a/si/projects/index.html +++ b/si/projects/index.html @@ -382,11 +382,11 @@ - + \ No newline at end of file diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html index c03374f1..dac8eaf6 100644 --- a/si/projects/macedonian-student-night-in-ljubljana/index.html +++ b/si/projects/macedonian-student-night-in-ljubljana/index.html @@ -300,7 +300,6 @@ - diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html index bc75abf7..1c8c06e2 100644 --- a/si/projects/meet-student-slovenia-2023/index.html +++ b/si/projects/meet-student-slovenia-2023/index.html @@ -360,7 +360,6 @@ - diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html index 5509591c..d0415c49 100644 --- a/si/projects/meet-student-slovenia-2024/index.html +++ b/si/projects/meet-student-slovenia-2024/index.html @@ -315,7 +315,6 @@ - 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 ebe19575..f327760d 100644 --- a/si/projects/morning-coffee-in-front-of-ctk/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk/index.html @@ -286,7 +286,6 @@ - diff --git a/si/projects/paint-and-wine-at-sunset/index.html b/si/projects/paint-and-wine-at-sunset/index.html index 639b3be5..01e4b615 100644 --- a/si/projects/paint-and-wine-at-sunset/index.html +++ b/si/projects/paint-and-wine-at-sunset/index.html @@ -297,7 +297,6 @@ - diff --git a/si/projects/watching-handball-together-in-slovenia/index.html b/si/projects/watching-handball-together-in-slovenia/index.html index 91d25636..e3c4b36c 100644 --- a/si/projects/watching-handball-together-in-slovenia/index.html +++ b/si/projects/watching-handball-together-in-slovenia/index.html @@ -285,7 +285,6 @@ - diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html index 6faca9a2..4c4576d5 100644 --- a/si/student-welcome-guide/academic-life/index.html +++ b/si/student-welcome-guide/academic-life/index.html @@ -324,7 +324,6 @@ - diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html index f9a82b4b..d5c9b69b 100644 --- a/si/student-welcome-guide/administrative-basics/index.html +++ b/si/student-welcome-guide/administrative-basics/index.html @@ -321,7 +321,6 @@ - diff --git a/si/student-welcome-guide/admission-and-enrolment/index.html b/si/student-welcome-guide/admission-and-enrolment/index.html index fe717185..378e96e8 100644 --- a/si/student-welcome-guide/admission-and-enrolment/index.html +++ b/si/student-welcome-guide/admission-and-enrolment/index.html @@ -322,7 +322,6 @@ - diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html index b9fe2710..b4758e7c 100644 --- a/si/student-welcome-guide/application-deadlines/index.html +++ b/si/student-welcome-guide/application-deadlines/index.html @@ -319,7 +319,6 @@ - diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html index 5431a99c..2a3a13c9 100644 --- a/si/student-welcome-guide/arrival-checklist/index.html +++ b/si/student-welcome-guide/arrival-checklist/index.html @@ -337,7 +337,6 @@ - diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html index 07dbce4b..7c72ea80 100644 --- a/si/student-welcome-guide/bachelor-application/index.html +++ b/si/student-welcome-guide/bachelor-application/index.html @@ -349,7 +349,6 @@ - diff --git a/si/student-welcome-guide/choose-a-programme/index.html b/si/student-welcome-guide/choose-a-programme/index.html index 511a3364..cec36e11 100644 --- a/si/student-welcome-guide/choose-a-programme/index.html +++ b/si/student-welcome-guide/choose-a-programme/index.html @@ -340,7 +340,6 @@ - diff --git a/si/student-welcome-guide/complete-student-journey/index.html b/si/student-welcome-guide/complete-student-journey/index.html index c71b3831..d4cb31ea 100644 --- a/si/student-welcome-guide/complete-student-journey/index.html +++ b/si/student-welcome-guide/complete-student-journey/index.html @@ -365,7 +365,6 @@ - diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html index a133d920..5150717d 100644 --- a/si/student-welcome-guide/document-preparation/index.html +++ b/si/student-welcome-guide/document-preparation/index.html @@ -314,7 +314,6 @@ - diff --git a/si/student-welcome-guide/evs-application-guide/index.html b/si/student-welcome-guide/evs-application-guide/index.html index a9259e1b..6f068415 100644 --- a/si/student-welcome-guide/evs-application-guide/index.html +++ b/si/student-welcome-guide/evs-application-guide/index.html @@ -332,7 +332,6 @@ - diff --git a/si/student-welcome-guide/healthcare-in-slovenia/index.html b/si/student-welcome-guide/healthcare-in-slovenia/index.html index da32f5c3..d74fd6f5 100644 --- a/si/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html @@ -375,7 +375,6 @@ - diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html index 2f4a7f30..83fcd4b3 100644 --- a/si/student-welcome-guide/index.html +++ b/si/student-welcome-guide/index.html @@ -480,7 +480,6 @@ - diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html index 63e113ba..1c3640d8 100644 --- a/si/student-welcome-guide/master-application/index.html +++ b/si/student-welcome-guide/master-application/index.html @@ -326,7 +326,6 @@ - diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html index adb2beaa..e0c38037 100644 --- a/si/student-welcome-guide/means-accommodation-address/index.html +++ b/si/student-welcome-guide/means-accommodation-address/index.html @@ -398,7 +398,6 @@ - diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html index cb5a7d65..a465a1f3 100644 --- a/si/student-welcome-guide/my-route/index.html +++ b/si/student-welcome-guide/my-route/index.html @@ -226,7 +226,6 @@ - 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 4a048972..61bdd027 100644 --- a/si/student-welcome-guide/official-sources-and-checklists/index.html +++ b/si/student-welcome-guide/official-sources-and-checklists/index.html @@ -353,7 +353,6 @@ - diff --git a/si/student-welcome-guide/prepare-to-move/index.html b/si/student-welcome-guide/prepare-to-move/index.html index 72fba848..7f6afb0b 100644 --- a/si/student-welcome-guide/prepare-to-move/index.html +++ b/si/student-welcome-guide/prepare-to-move/index.html @@ -370,7 +370,6 @@ - diff --git a/si/student-welcome-guide/recognition-of-education/index.html b/si/student-welcome-guide/recognition-of-education/index.html index b2972d38..3b77a887 100644 --- a/si/student-welcome-guide/recognition-of-education/index.html +++ b/si/student-welcome-guide/recognition-of-education/index.html @@ -315,7 +315,6 @@ - diff --git a/si/student-welcome-guide/renew-change-graduate/index.html b/si/student-welcome-guide/renew-change-graduate/index.html index ed3e72ff..e86feb3a 100644 --- a/si/student-welcome-guide/renew-change-graduate/index.html +++ b/si/student-welcome-guide/renew-change-graduate/index.html @@ -324,7 +324,6 @@ - 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 a1085785..af31689b 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 @@ -364,7 +364,6 @@ - diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html index 03e43a94..7b257976 100644 --- a/si/student-welcome-guide/student-accommodation/index.html +++ b/si/student-welcome-guide/student-accommodation/index.html @@ -364,7 +364,6 @@ - diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html index 8a6a7bb0..522cc593 100644 --- a/si/student-welcome-guide/student-budget/index.html +++ b/si/student-welcome-guide/student-budget/index.html @@ -334,7 +334,6 @@ - diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html index 7bad2669..02f627bc 100644 --- a/si/student-welcome-guide/student-meals/index.html +++ b/si/student-welcome-guide/student-meals/index.html @@ -322,7 +322,6 @@ - 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 121d466e..a733bcbe 100644 --- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -359,7 +359,6 @@ - diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html index 19dcd511..e0408ee6 100644 --- a/si/student-welcome-guide/student-residence-permit/index.html +++ b/si/student-welcome-guide/student-residence-permit/index.html @@ -376,7 +376,6 @@ - diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html index 6ab00e17..925b4d74 100644 --- a/si/student-welcome-guide/student-transport/index.html +++ b/si/student-welcome-guide/student-transport/index.html @@ -343,7 +343,6 @@ - diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html index 30d8e708..d6622c99 100644 --- a/si/student-welcome-guide/student-work/index.html +++ b/si/student-welcome-guide/student-work/index.html @@ -317,7 +317,6 @@ - diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html index 32862b55..8b4d801a 100644 --- a/si/student-welcome-guide/study-cities/index.html +++ b/si/student-welcome-guide/study-cities/index.html @@ -349,7 +349,6 @@ - diff --git a/si/student-welcome-guide/tuition-and-scholarships/index.html b/si/student-welcome-guide/tuition-and-scholarships/index.html index ba6ca595..a5f23b16 100644 --- a/si/student-welcome-guide/tuition-and-scholarships/index.html +++ b/si/student-welcome-guide/tuition-and-scholarships/index.html @@ -319,7 +319,6 @@ - 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 7576ee86..e4c1a90d 100644 --- a/si/student-welcome-guide/visa-and-residence-explained/index.html +++ b/si/student-welcome-guide/visa-and-residence-explained/index.html @@ -346,7 +346,6 @@ - diff --git a/si/student-welcome-guide/wellbeing-and-community/index.html b/si/student-welcome-guide/wellbeing-and-community/index.html index 16f64111..2f40e29c 100644 --- a/si/student-welcome-guide/wellbeing-and-community/index.html +++ b/si/student-welcome-guide/wellbeing-and-community/index.html @@ -313,7 +313,6 @@ - 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 02d8f03a..80a3e769 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 @@ -384,7 +384,6 @@ - -- 2.43.0 From ac09e9eff52c40a37a51ae024cdfb3e4259b99ad Mon Sep 17 00:00:00 2001 From: popovskik Date: Sat, 1 Aug 2026 11:48:22 +0200 Subject: [PATCH 19/22] Update proof-of-means to 507,43 EUR, add announcement page, European number format (EN) - Update the residence-permit "sufficient means" figure to 507,43 EUR/month (Slovenian basic minimum income from 1 April 2026, source gov.si) across the guide, FAQ, budget note, sample parent statement and my-route tip; replaces the old 484,88 everywhere. - New standalone news announcement page //news/proof-of-means-updated-2026/ (trilingual), published 1 August 2026, with a clickable gov.si source box and a hero image (Pixabay, credited). news.js now supports announcement items (slug + body) and shows them newest-first on the homepage and News hub; the image doubles as the card thumbnail. Optimised 6.98MB to 255KB. - Switch English EUR amounts to European format (comma decimal, dot thousands): 507,43 / 9.600 / 1.000 etc. Only euro-prefixed amounts are touched, so SI/MK (which use a euro suffix) are unaffected. New generator eurofmt.js. Co-Authored-By: Claude Opus 4.8 (1M context) --- css/pages/_news.css | 33 +++ en/faq/index.html | 3 +- en/index.html | 22 +- en/news/index.html | 12 +- .../proof-of-means-updated-2026/index.html | 257 ++++++++++++++++++ .../index.html | 4 +- .../means-accommodation-address/index.html | 8 +- .../student-accommodation/index.html | 2 +- .../student-budget/index.html | 2 +- .../student-meals/index.html | 2 +- .../student-residence-permit/index.html | 2 +- .../student-transport/index.html | 2 +- .../student-work/index.html | 2 +- .../tuition-and-scholarships/index.html | 2 +- en/timeline-and-milestones/index.html | 2 +- images/news-proof-of-means.jpg | Bin 0 -> 261345 bytes mk/faq/index.html | 3 +- mk/index.html | 22 +- mk/news/index.html | 12 +- .../proof-of-means-updated-2026/index.html | 255 +++++++++++++++++ .../means-accommodation-address/index.html | 4 +- .../student-budget/index.html | 2 +- .../student-residence-permit/index.html | 2 +- my-route.js | 2 +- si/faq/index.html | 3 +- si/index.html | 22 +- si/news/index.html | 12 +- .../proof-of-means-updated-2026/index.html | 255 +++++++++++++++++ .../means-accommodation-address/index.html | 4 +- .../student-budget/index.html | 2 +- .../student-residence-permit/index.html | 2 +- 31 files changed, 892 insertions(+), 65 deletions(-) create mode 100644 en/news/proof-of-means-updated-2026/index.html create mode 100644 images/news-proof-of-means.jpg create mode 100644 mk/news/proof-of-means-updated-2026/index.html create mode 100644 si/news/proof-of-means-updated-2026/index.html diff --git a/css/pages/_news.css b/css/pages/_news.css index c3a60baf..8810a4f1 100644 --- a/css/pages/_news.css +++ b/css/pages/_news.css @@ -107,3 +107,36 @@ .newshub-hero { padding: 92px 20px 32px; } .newshub-hero h1 { font-size: 30px; } } + +/* ========================================================================== + Standalone announcement article (/lang/news//) + ========================================================================== */ +.news-article { font-family: 'Inter', sans-serif; padding: 112px 24px 72px; /* clears the fixed 80px header */ } +.news-article-inner { max-width: 720px; margin: 0 auto; } +.news-back { + display: inline-flex; align-items: center; gap: 8px; + color: #2D738C; font-weight: 600; font-size: 15px; text-decoration: none; margin-bottom: 24px; +} +.news-back:hover { text-decoration: underline; } +.news-article .newshub-eyebrow { display: block; text-align: left; } +.news-article h1 { font-size: 38px; line-height: 1.15; color: #101828; margin: 0 0 12px; } +.news-article-date { color: #667085; font-size: 15px; margin: 0 0 24px; } +.news-article-hero { margin: 0 0 28px; } +.news-article-hero img { width: 100%; height: auto; border-radius: 14px; display: block; } +.news-article-hero figcaption { margin-top: 8px; font-size: 13px; color: #98A2B3; } +.news-article-hero figcaption a { color: #667085; text-decoration: underline; } +.news-article-body p { font-size: 18px; line-height: 30px; color: #344054; margin: 0 0 18px; } +.news-source { + display: flex; flex-direction: column; gap: 6px; + margin: 28px 0; padding: 18px 20px; + background: #F5FAFB; border: 1px solid #E4EEF1; border-left: 4px solid #2D738C; border-radius: 10px; +} +.news-source-label { font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #2D738C; } +.news-source a { color: #175163; font-weight: 600; font-size: 16px; word-break: break-word; } +.news-article-cta { display: inline-block; margin-top: 12px; } + +@media (max-width: 768px) { + .news-article { padding: 92px 20px 48px; } + .news-article h1 { font-size: 28px; } + .news-article-body p { font-size: 17px; line-height: 28px; } +} diff --git a/en/faq/index.html b/en/faq/index.html index da211b7a..32e02e3f 100644 --- a/en/faq/index.html +++ b/en/faq/index.html @@ -288,7 +288,7 @@
    How much must I prove as "sufficient means", and does a parent’s statement count?
    -

    You must show roughly €485 to €510 per month (check the current amount), and a parent’s notarised statement of support is the usual, durable way to prove it.

    +

    You must show around €507,43 per month, the Slovenian basic minimum income from 1 April 2026 (check the current amount), and a parent’s notarised statement of support is the usual, durable way to prove it.

    Read more in the guide
    @@ -504,6 +504,5 @@ - diff --git a/en/index.html b/en/index.html index 705a15bc..ea4dd540 100644 --- a/en/index.html +++ b/en/index.html @@ -258,12 +258,22 @@
    -
    +

    Latest news

    What is new at MSOS, from events and projects to blog stories and announcements.

    - See all
    diff --git a/en/news/index.html b/en/news/index.html index 4428a1d4..dc76062d 100644 --- a/en/news/index.html +++ b/en/news/index.html @@ -183,6 +183,17 @@
    +
    @@ -417,6 +428,5 @@ - diff --git a/en/news/proof-of-means-updated-2026/index.html b/en/news/proof-of-means-updated-2026/index.html new file mode 100644 index 00000000..cca3091d --- /dev/null +++ b/en/news/proof-of-means-updated-2026/index.html @@ -0,0 +1,257 @@ + + + + + + Proof-of-means amount updated to €507,43 per month - MSOS + + + + + + + + + + + + + + + +
    + + + + + +
    +
    +
    +

    Select Language

    + +
    + +
    +
    + + +
    +
    + Back to news + News +

    Proof-of-means amount updated to €507,43 per month

    + +
    + A cash box filled with euro coins and banknotes +
    Image by Alexa from Pixabay
    +
    +
    +

    If you are applying for or renewing a student residence permit in Slovenia, you must prove you have enough money to support yourself. That requirement is tied to Slovenia’s basic minimum income (osnovni znesek minimalnega dohodka).

    +

    From 1 April 2026 this basic minimum income is €507,43 per month. This is the amount you should be ready to show for the whole academic year, most commonly through a parent’s written statement of support, or through other accepted proof such as a scholarship, bank funds, or student-work earnings.

    +

    Because the figure follows the minimum income, it can change again. Always confirm the current official amount with your upravna enota (administrative unit) before you submit, and ask how they calculate the period and which evidence they accept.

    +
    + + Read the residence permit guide +
    +
    + + + + + + + + + diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html index 835015c1..97c217bc 100644 --- a/en/projects/humanitarian-tournament-in-maribor/index.html +++ b/en/projects/humanitarian-tournament-in-maribor/index.html @@ -174,7 +174,7 @@

    Published on April 5, 2025

    Humanitarian Sports Tournament: Playing with Heart, Together for Kočani

    -

    Over 200 students gathered in Maribor, raising €1,000 through sport to support families hit by the Kočani tragedy.

    +

    Over 200 students gathered in Maribor, raising €1.000 through sport to support families hit by the Kočani tragedy.

    @@ -223,7 +223,7 @@

    The humanitarian impact

    -

    The most important result was not on the scoreboard but in the donations box. Together, we raised €1,010, which was split between two Macedonian families whose children were undergoing treatment in Slovenia. It was not just money. It was a message that they were not alone, that the student community stood with them during the hardest of times.

    +

    The most important result was not on the scoreboard but in the donations box. Together, we raised €1.010, which was split between two Macedonian families whose children were undergoing treatment in Slovenia. It was not just money. It was a message that they were not alone, that the student community stood with them during the hardest of times.

    High-fives, trophies, and smiles, celebrating victory on and off the court. diff --git a/en/student-welcome-guide/means-accommodation-address/index.html b/en/student-welcome-guide/means-accommodation-address/index.html index ca3667dc..2a18e134 100644 --- a/en/student-welcome-guide/means-accommodation-address/index.html +++ b/en/student-welcome-guide/means-accommodation-address/index.html @@ -204,7 +204,7 @@
  • Other recognised income or assets
  • -

    The required amount is tied to the current Slovenian basic minimum income. The reference figure the MSOS residence guide used, checked on 1 September 2024, is €484.88 per month for the whole academic year. Because this tracks the minimum income, it can change, so confirm the current official amount with the responsible upravna enota and ask how it calculates the period and which evidence it accepts.

    +

    The required amount is tied to the current Slovenian basic minimum income (osnovni znesek minimalnega dohodka). From 1 April 2026 this basic minimum income is €507,43 per month, and the proof of means is calculated on it for the whole academic year. Because this tracks the minimum income, it can change, so confirm the current official amount with the responsible upravna enota and ask how it calculates the period and which evidence it accepts.

    Parent support

    @@ -274,7 +274,7 @@

    The statement does not need a special form and one parent signing is enough. It must be written in English, Slovenian, or a former Yugoslav language in Latin script. A simple version reads:

    -
    I, [parent full name], born [date] and residing at [address], parent of [student full name], born [date], declare that I will financially support my child during their studies in Slovenia in the academic year 2026/2027 with at least €484.88 per month for the whole academic year. Place, date, and my signature.
    +
    I, [parent full name], born [date] and residing at [address], parent of [student full name], born [date], declare that I will financially support my child during their studies in Slovenia in the academic year 2026/2027 with at least €507,43 per month for the whole academic year. Place, date, and my signature.

    Attach proof of the parent-child relationship and, where requested, proof of the parent income or bank funds. Confirm the exact expected wording with your upravna enota, because some offices prefer their own template.

    @@ -283,9 +283,9 @@

    Research sources for this revision listed approximately:

      -
    • €4.50 application fee
    • +
    • €4,50 application fee
    • €50 permit fee
    • -
    • €15.47 card-production cost
    • +
    • €15,47 card-production cost

    These amounts can change and do not include translation, certification, photograph, postage, or travel costs. Verify the current tariff before the appointment.

    diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html index 3df17240..b7e2d1f5 100644 --- a/en/student-welcome-guide/student-accommodation/index.html +++ b/en/student-welcome-guide/student-accommodation/index.html @@ -209,7 +209,7 @@

    Some universities or dormitories may offer rooms to foreign students at a market or economic rate. Examples for 2026:

      -
    • University of Maribor dormitories publish foreign-student monthly prices from approximately €157.50 to more than €300 depending on room type.
    • +
    • University of Maribor dormitories publish foreign-student monthly prices from approximately €157,50 to more than €300 depending on room type.
    • University of Primorska provides student housing and publishes its own current conditions and price lists.
    • University of Nova Gorica has limited university housing; a July 2026 call listed the Gorizia residence for EU students.
    • University of Ljubljana states it does not generally provide housing to degree-seeking international students.
    • diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html index 20a7b994..7f4f7cc1 100644 --- a/en/student-welcome-guide/student-budget/index.html +++ b/en/student-welcome-guide/student-budget/index.html @@ -224,7 +224,7 @@
    -

    Note that the residence-permit means requirement (around €484.88 per month at the last check) sits near the lower end of this range, so it is a legal minimum to prove, not a comfortable living budget. Plan above it.

    +

    Note that the residence-permit means requirement (around €507,43 per month from 1 April 2026) sits near the lower end of this range, so it is a legal minimum to prove, not a comfortable living budget. Plan above it.

    First-month budget

    diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html index 475e92f8..3a04ff02 100644 --- a/en/student-welcome-guide/student-meals/index.html +++ b/en/student-welcome-guide/student-meals/index.html @@ -197,7 +197,7 @@

    Current amount

    -

    From 1 March 2026, the state meal subsidy is €5.19 per meal. This is not the final price of every meal. The student pays the difference between the restaurant price and the subsidy.

    +

    From 1 March 2026, the state meal subsidy is €5,19 per meal. This is not the final price of every meal. The student pays the difference between the restaurant price and the subsidy.

    First registration

    diff --git a/en/student-welcome-guide/student-residence-permit/index.html b/en/student-welcome-guide/student-residence-permit/index.html index 5e1675ed..0d379195 100644 --- a/en/student-welcome-guide/student-residence-permit/index.html +++ b/en/student-welcome-guide/student-residence-permit/index.html @@ -232,7 +232,7 @@

    Proof of sufficient means

    -

    You must show you can support yourself. The most common route is a written statement from a parent or guardian, who is legally obliged to support you, declaring that they will support you (name, surname, date of birth) with at least €484.88 per month for the whole academic year. One parent signing is enough. Special notarisation is not required, but the statement must be written in English, Slovenian, or one of the former Yugoslav languages in Latin script. This €484.88 figure is tied to the Slovenian minimum-income basis and can change, so check the current amount. See the means and address page for other accepted proof such as student-work earnings, a scholarship, bank funds, or grants.

    +

    You must show you can support yourself. The most common route is a written statement from a parent or guardian, who is legally obliged to support you, declaring that they will support you (name, surname, date of birth) with at least €507,43 per month for the whole academic year. One parent signing is enough. Special notarisation is not required, but the statement must be written in English, Slovenian, or one of the former Yugoslav languages in Latin script. This €507,43 figure is tied to the Slovenian minimum-income basis and can change, so check the current amount. See the means and address page for other accepted proof such as student-work earnings, a scholarship, bank funds, or grants.

    Document with your handwritten signature

    diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html index d3ac8eeb..95319488 100644 --- a/en/student-welcome-guide/student-transport/index.html +++ b/en/student-welcome-guide/student-transport/index.html @@ -242,7 +242,7 @@
    • BicikeLJ (Ljubljana): €3 yearly or €1 weekly, unlimited trips with the first 60 minutes of each trip free. Dock within 60 minutes to keep riding for free.
    • MBajk (Maribor): the same platform and pricing as BicikeLJ, €3 yearly or €1 weekly, first 60 minutes free.
    • -
    • Nomago Bikes (Ljubljana e-bikes): €30 student annual subscription, or €25 with an ISIC card. The first 30 minutes of each rental are free, then about €1.30 per further 30 minutes. Register in the app, add a payment method, and enter the coupon NAZAJVSOLO to buy the student subscription.
    • +
    • Nomago Bikes (Ljubljana e-bikes): €30 student annual subscription, or €25 with an ISIC card. The first 30 minutes of each rental are free, then about €1,30 per further 30 minutes. Register in the app, add a payment method, and enter the coupon NAZAJVSOLO to buy the student subscription.

    An ISIC student card unlocks the cheaper Nomago rate and many other discounts, so it is worth having. Treat all prices and promotion codes as check-current information.

    diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html index 5b025e0d..270fb4af 100644 --- a/en/student-welcome-guide/student-work/index.html +++ b/en/student-welcome-guide/student-work/index.html @@ -203,7 +203,7 @@

    Minimum rate and deductions

    -

    From 5 February 2026, the minimum gross hourly rate is €8.98, and the reference resident net rate after the standard pension contribution is €7.73. A tax non-resident may initially have a 13.95% pension and disability contribution and a 22.5% income-tax advance. The exact net amount depends on tax residence, treaty relief, payment size, and approved claims.

    +

    From 5 February 2026, the minimum gross hourly rate is €8,98, and the reference resident net rate after the standard pension contribution is €7,73. A tax non-resident may initially have a 13.95% pension and disability contribution and a 22.5% income-tax advance. The exact net amount depends on tax residence, treaty relief, payment size, and approved claims.

    Treaty relief for Macedonian tax residents

    diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html index d39adcad..6c293524 100644 --- a/en/student-welcome-guide/tuition-and-scholarships/index.html +++ b/en/student-welcome-guide/tuition-and-scholarships/index.html @@ -218,7 +218,7 @@

    Western Balkan master scholarship example

    -

    The 380th public call for 2026/2027 supports citizens of selected Western Balkan countries, including North Macedonia, in selected master fields. The published support is €9,600 per study year for living expenses, with an application deadline of 2 September 2026. Eligible fields include selected natural sciences, mathematics and statistics, information and communication technologies, engineering and manufacturing, civil engineering, agriculture and related fields, veterinary studies, and health or social-security fields. Link the exact call; it does not mean that all master programmes are eligible.

    +

    The 380th public call for 2026/2027 supports citizens of selected Western Balkan countries, including North Macedonia, in selected master fields. The published support is €9.600 per study year for living expenses, with an application deadline of 2 September 2026. Eligible fields include selected natural sciences, mathematics and statistics, information and communication technologies, engineering and manufacturing, civil engineering, agriculture and related fields, veterinary studies, and health or social-security fields. Link the exact call; it does not mean that all master programmes are eligible.

    Other funding and residence

    diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index c259647f..478c68d1 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -399,7 +399,7 @@

    March-April 2025

    Solidarity for Kočani in difficult times

    -

    In March and April 2025, MSOS stood together with the Macedonian community after the tragic events in Kočani. In Ljubljana, more than 700 people gathered in a peaceful vigil, filling the city square with candles and compassion. Soon after, our team in Maribor organized a charity basketball and football tournament, raising over €1,000 to support the families whose children were receiving treatment in Slovenia.

    +

    In March and April 2025, MSOS stood together with the Macedonian community after the tragic events in Kočani. In Ljubljana, more than 700 people gathered in a peaceful vigil, filling the city square with candles and compassion. Soon after, our team in Maribor organized a charity basketball and football tournament, raising over €1.000 to support the families whose children were receiving treatment in Slovenia.

    These moments reminded us that MSOS is not only about projects and events, but also about solidarity, empathy, and standing by our people in difficult times.

    diff --git a/images/news-proof-of-means.jpg b/images/news-proof-of-means.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8a58cf9c8694102672e39899de17d20c87ac56c GIT binary patch literal 261345 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%0A(Rup{<+xWD0WUUZk^Hx306R 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 literal 0 HcmV?d00001 diff --git a/mk/faq/index.html b/mk/faq/index.html index c0b01246..364526ef 100644 --- a/mk/faq/index.html +++ b/mk/faq/index.html @@ -288,7 +288,7 @@

    Колку морам да докажам како „доволни средства“ и дали важи изјава од родител?
    @@ -502,6 +502,5 @@ - diff --git a/mk/index.html b/mk/index.html index c8b14a0c..6df80f98 100644 --- a/mk/index.html +++ b/mk/index.html @@ -261,12 +261,22 @@
    -
    +

    Најнови вести

    Што е ново кај МСОС, од настани и проекти до блог приказни и објави.

    - Види ги сите
    diff --git a/mk/news/index.html b/mk/news/index.html index cdc29b59..bbf10474 100644 --- a/mk/news/index.html +++ b/mk/news/index.html @@ -183,6 +183,17 @@
    +
    @@ -415,6 +426,5 @@ - diff --git a/mk/news/proof-of-means-updated-2026/index.html b/mk/news/proof-of-means-updated-2026/index.html new file mode 100644 index 00000000..ad3bb30c --- /dev/null +++ b/mk/news/proof-of-means-updated-2026/index.html @@ -0,0 +1,255 @@ + + + + + + Износот за доказ за средства ажуриран на 507,43 € месечно - MSOS + + + + + + + + + + + + + + + +
    + + + + + +
    +
    +
    +

    Избери јазик

    + +
    + +
    +
    + + +
    +
    + Назад кон вести + Вести +

    Износот за доказ за средства ажуриран на 507,43 € месечно

    + +
    + Каса полна со евра, монети и банкноти +
    Image by Alexa from Pixabay
    +
    +
    +

    Ако аплицирате за студентска дозвола за престој во Словенија или ја продолжувате, мора да докажете дека имате доволно средства за издршка. Тој услов е врзан за словенечкиот основен износ на минимален доход (osnovni znesek minimalnega dohodka).

    +

    Од 1 април 2026 овој основен износ на минимален доход изнесува 507,43 € месечно. Тоа е износот што треба да бидете подготвени да го докажете за целата академска година, најчесто преку писмена изјава од родител за поддршка, или преку други прифатени докази како стипендија, банкарски средства или заработка од студентска работа.

    +

    Бидејќи износот го следи минималниот доход, може повторно да се промени. Пред да поднесете, секогаш потврдете го тековниот официјален износ кај вашата управна единица и прашајте како го пресметуваат периодот и кои докази ги прифаќаат.

    +
    +
    + Официјален извор + gov.si — Парична социјална помош +
    + Прочитај го водичот за дозвола за престој +
    +
    + + + + + + + + + diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html index 92197eb6..6c2314a6 100644 --- a/mk/student-welcome-guide/means-accommodation-address/index.html +++ b/mk/student-welcome-guide/means-accommodation-address/index.html @@ -204,7 +204,7 @@
  • Други признати приходи или имот
  • -

    Бараниот износ е врзан за тековниот словенечки основен износ на минимален доход. Референтниот износ што го користи водичот на МСОС за престој, проверен на 1 септември 2024, е 484,88 евра месечно за целата академска година. Бидејќи го следи минималниот доход, може да се промени, па потврдете го тековниот официјален износ кај надлежната управна единица и прашајте како го пресметува периодот и кои докази ги прифаќа.

    +

    Бараниот износ е врзан за тековниот словенечки основен износ на минимален доход (osnovni znesek minimalnega dohodka). Од 1 април 2026 овој основен износ на минимален доход изнесува 507,43 евра месечно и доказот за средства се пресметува врз него за целата академска година. Бидејќи го следи минималниот доход, може да се промени, па потврдете го тековниот официјален износ кај надлежната управна единица и прашајте како го пресметува периодот и кои докази ги прифаќа.

    Поддршка од родител

    @@ -274,7 +274,7 @@

    Изјавата не бара посебен образец и доволен е потпис од еден родител. Мора да биде напишана на англиски, словенечки или на јазик од поранешна Југославија со латинично писмо. Едноставна верзија гласи:

    -
    Јас, [цело име на родителот], роден на [датум], со живеалиште на [адреса], родител на [цело име на студентот], роден на [датум], изјавувам дека ќе го поддржувам моето дете за време на студиите во Словенија во академската 2026/2027 година со најмалку 484,88 евра месечно за целата академска година. Место, датум и потпис.
    +
    Јас, [цело име на родителот], роден на [датум], со живеалиште на [адреса], родител на [цело име на студентот], роден на [датум], изјавувам дека ќе го поддржувам моето дете за време на студиите во Словенија во академската 2026/2027 година со најмалку 507,43 евра месечно за целата академска година. Место, датум и потпис.

    Приложете доказ за роднинската врска и, каде што се бара, доказ за приходот или банкарските средства на родителот. Точниот очекуван текст потврдете го кај вашата управна единица, бидејќи некои служби претпочитаат сопствен образец.

    diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html index f3142a67..41485ac4 100644 --- a/mk/student-welcome-guide/student-budget/index.html +++ b/mk/student-welcome-guide/student-budget/index.html @@ -224,7 +224,7 @@
    -

    Имајте предвид дека условот за средства за дозволата за престој (околу 484,88 евра месечно при последната проверка) е близу долниот дел на овој опсег, па тоа е правен минимум што треба да се докаже, не удобен буџет за живот. Планирајте над него.

    +

    Имајте предвид дека условот за средства за дозволата за престој (околу 507,43 евра месечно од 1 април 2026) е близу долниот дел на овој опсег, па тоа е правен минимум што треба да се докаже, не удобен буџет за живот. Планирајте над него.

    Буџет за првиот месец

    diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html index c9504e35..c1248413 100644 --- a/mk/student-welcome-guide/student-residence-permit/index.html +++ b/mk/student-welcome-guide/student-residence-permit/index.html @@ -232,7 +232,7 @@

    Доказ за доволно средства

    -

    Мора да покажете дека можете да се издржувате. Најчестиот пат е писмена изјава од родител или старател, кој е законски обврзан да ве издржува, дека ќе ве поддржува (име, презиме, датум на раѓање) со најмалку 484,88 евра месечно за целата академска година. Доволен е потпис од еден родител. Не е потребна посебна нотарска заверка, но изјавата мора да биде напишана на англиски, словенечки или на еден од јазиците од поранешна Југославија со латинично писмо. Износот од 484,88 евра е врзан за словенечкиот основен износ на минимален доход и може да се промени, па затоа проверете ја тековната вредност. Други прифатени докази, како заработка од студентска работа, стипендија, банкарски средства или грантови, се на страницата за средства и адреса.

    +

    Мора да покажете дека можете да се издржувате. Најчестиот пат е писмена изјава од родител или старател, кој е законски обврзан да ве издржува, дека ќе ве поддржува (име, презиме, датум на раѓање) со најмалку 507,43 евра месечно за целата академска година. Доволен е потпис од еден родител. Не е потребна посебна нотарска заверка, но изјавата мора да биде напишана на англиски, словенечки или на еден од јазиците од поранешна Југославија со латинично писмо. Износот од 507,43 евра е врзан за словенечкиот основен износ на минимален доход и може да се промени, па затоа проверете ја тековната вредност. Други прифатени докази, како заработка од студентска работа, стипендија, банкарски средства или грантови, се на страницата за средства и адреса.

    Документ со ваш личен ракописен потпис

    diff --git a/my-route.js b/my-route.js index 776c2f0e..de1c5ab8 100644 --- a/my-route.js +++ b/my-route.js @@ -185,7 +185,7 @@ focus.push('
  • ' + s + '
  • '); } if (P.city && CITY_FOCUS[P.city]) { var c = CITY_FOCUS[P.city]; tip(c[lang] || c.en, c.link); } - if (P.budget === 'under-400') tip(lang === 'si' ? 'Ta proračun je blizu zahtevanega minimuma sredstev za dovoljenje (okoli 484,88 € na mesec), zato načrtujte rezervo za prvi mesec.' : lang === 'mk' ? 'Овој буџет е близу бараниот минимум средства за дозвола (околу 484,88 € месечно), па планирајте резерва за првиот месец.' : 'This budget is close to the residence-permit means minimum (around €484.88 per month), so plan a buffer for the expensive first month.', 'budget'); + if (P.budget === 'under-400') tip(lang === 'si' ? 'Ta proračun je blizu zahtevanega minimuma sredstev za dovoljenje (okoli 507,43 € na mesec), zato načrtujte rezervo za prvi mesec.' : lang === 'mk' ? 'Овој буџет е близу бараниот минимум средства за дозвола (околу 507,43 € месечно), па планирајте резерва за првиот месец.' : 'This budget is close to the residence-permit means minimum (around €507,43 per month), so plan a buffer for the expensive first month.', 'budget'); else if (P.budget === 'unsure') tip(lang === 'si' ? 'Za realen mesečni in prvi-mesečni proračun po mestih si oglejte stran o proračunu.' : lang === 'mk' ? 'За реален месечен и прв-месечен буџет по градови видете ја страницата за буџет.' : 'For a realistic monthly and first-month budget by city, see the budget page.', 'budget'); else if (P.budget) tip(lang === 'si' ? 'Vseeno ločeno načrtujte dražji prvi mesec (varščina, pristojbine, prevodi, selitev).' : lang === 'mk' ? 'Сепак планирајте одделно за поскапиот прв месец (депозит, такси, преводи, преселба).' : 'Still budget separately for the more expensive first month (deposit, fees, translations, moving).', 'budget'); if (P.role === 'parent') tip(lang === 'si' ? 'Kot podpornik boste pogosto potrebovali izjavo starša o sredstvih; pripravite jo v angleščini, slovenščini ali latinici.' : lang === 'mk' ? 'Како поддржувач честопати ќе ви треба изјава од родител за средства; подгответе ја на англиски, словенечки или со латиница.' : 'As the supporter you will often need a parent statement of means; prepare it in English, Slovenian, or Latin script.', 'means'); diff --git a/si/faq/index.html b/si/faq/index.html index fb5c4d11..bda8f69d 100644 --- a/si/faq/index.html +++ b/si/faq/index.html @@ -288,7 +288,7 @@
    Koliko moram izkazati kot "zadostna sredstva" in ali šteje izjava staršev?
    -

    Izkazati morate približno 485 to 510 € na mesec (preverite aktualni znesek), pri čemer je overjena izjava staršev o preživljanju običajen in trajen dokaz.

    +

    Izkazati morate okoli 507,43 € na mesec, kar je slovenski osnovni znesek minimalnega dohodka od 1. aprila 2026 (preverite aktualni znesek), pri čemer je overjena izjava staršev o preživljanju običajen in trajen dokaz.

    Več v vodniku
    @@ -502,6 +502,5 @@ - diff --git a/si/index.html b/si/index.html index c191aa23..97b043e9 100644 --- a/si/index.html +++ b/si/index.html @@ -261,12 +261,22 @@
    -
    +

    Najnovejše novice

    Kaj je novega pri MSOS, od dogodkov in projektov do blog zgodb in obvestil.

    - Poglej vse
    diff --git a/si/news/index.html b/si/news/index.html index c17aa282..9bdc4eff 100644 --- a/si/news/index.html +++ b/si/news/index.html @@ -183,6 +183,17 @@
    +
    @@ -415,6 +426,5 @@ - diff --git a/si/news/proof-of-means-updated-2026/index.html b/si/news/proof-of-means-updated-2026/index.html new file mode 100644 index 00000000..dc25a567 --- /dev/null +++ b/si/news/proof-of-means-updated-2026/index.html @@ -0,0 +1,255 @@ + + + + + + Znesek dokazila o sredstvih posodobljen na 507,43 € na mesec - MSOS + + + + + + + + + + + + + + + +
    + + + + + +
    +
    +
    +

    Izberi jezik

    + +
    + +
    +
    + + +
    +
    + Nazaj na novice + Novice +

    Znesek dokazila o sredstvih posodobljen na 507,43 € na mesec

    + +
    + Blagajna, polna evrskih kovancev in bankovcev +
    Image by Alexa from Pixabay
    +
    +
    +

    Če zaprošate za študentsko dovoljenje za prebivanje v Sloveniji ali ga podaljšujete, morate dokazati, da imate dovolj sredstev za preživljanje. Ta pogoj je vezan na slovenski osnovni znesek minimalnega dohodka.

    +

    Od 1. aprila 2026 ta osnovni znesek minimalnega dohodka znaša 507,43 € na mesec. To je znesek, ki ga morate biti pripravljeni izkazati za celotno študijsko leto, najpogosteje s pisno izjavo staršev o podpori ali z drugimi sprejetimi dokazili, kot so štipendija, bančna sredstva ali zaslužek od študentskega dela.

    +

    Ker znesek sledi minimalnemu dohodku, se lahko znova spremeni. Aktualni uradni znesek pred oddajo vedno preverite pri svoji upravni enoti in vprašajte, kako izračunajo obdobje in katera dokazila sprejmejo.

    +
    + + Preberi vodnik o dovoljenju za prebivanje +
    +
    + + + + + + + + + diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html index e0c38037..f5d13c93 100644 --- a/si/student-welcome-guide/means-accommodation-address/index.html +++ b/si/student-welcome-guide/means-accommodation-address/index.html @@ -204,7 +204,7 @@
  • Druge priznane prihodke ali premoženje
  • -

    Zahtevani znesek je vezan na trenutni slovenski osnovni znesek minimalnega dohodka. Referenčni znesek iz vodnika MSOS o prebivanju, preverjen 1. septembra 2024, je 484,88 EUR na mesec za celotno študijsko leto. Ker sledi minimalnemu dohodku, se lahko spremeni, zato aktualni uradni znesek potrdite pri pristojni upravni enoti in vprašajte, kako izračuna obdobje in katera dokazila sprejme.

    +

    Zahtevani znesek je vezan na trenutni slovenski osnovni znesek minimalnega dohodka. Od 1. aprila 2026 ta osnovni znesek minimalnega dohodka znaša 507,43 EUR na mesec in dokazilo o sredstvih se izračuna na tej podlagi za celotno študijsko leto. Ker sledi minimalnemu dohodku, se lahko spremeni, zato aktualni uradni znesek potrdite pri pristojni upravni enoti in vprašajte, kako izračuna obdobje in katera dokazila sprejme.

    Podpora starša

    @@ -274,7 +274,7 @@

    Izjava ne potrebuje posebnega obrazca in zadošča podpis enega starša. Napisana mora biti v angleščini, slovenščini ali nekdanjem jugoslovanskem jeziku v latinici. Preprosta različica se glasi:

    -
    Podpisani [polno ime starša], rojen [datum], stanujoč na [naslov], oče ali mati [polno ime študenta], rojenega [datum], izjavljam, da bom svojega otroka med študijem v Sloveniji v študijskem letu 2026/2027 finančno podpiral z najmanj 484,88 EUR na mesec za celotno študijsko leto. Kraj, datum in podpis.
    +
    Podpisani [polno ime starša], rojen [datum], stanujoč na [naslov], oče ali mati [polno ime študenta], rojenega [datum], izjavljam, da bom svojega otroka med študijem v Sloveniji v študijskem letu 2026/2027 finančno podpiral z najmanj 507,43 EUR na mesec za celotno študijsko leto. Kraj, datum in podpis.

    Priložite dokazilo o sorodstvu ter, kjer je zahtevano, dokazilo o dohodku ali bančnih sredstvih starša. Točno pričakovano besedilo potrdite pri svoji upravni enoti, saj nekateri uradi raje uporabijo svojo predlogo.

    diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html index 522cc593..45ca8e93 100644 --- a/si/student-welcome-guide/student-budget/index.html +++ b/si/student-welcome-guide/student-budget/index.html @@ -224,7 +224,7 @@
    -

    Upoštevajte, da je pogoj sredstev za dovoljenje za prebivanje (ob zadnjem preverjanju okoli 484,88 EUR na mesec) blizu spodnjega dela tega razpona, zato je to pravni minimum za dokazovanje, ne udoben življenjski proračun. Načrtujte nad njim.

    +

    Upoštevajte, da je pogoj sredstev za dovoljenje za prebivanje (okoli 507,43 EUR na mesec od 1. aprila 2026) blizu spodnjega dela tega razpona, zato je to pravni minimum za dokazovanje, ne udoben življenjski proračun. Načrtujte nad njim.

    Proračun prvega meseca

    diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html index e0408ee6..b60c112f 100644 --- a/si/student-welcome-guide/student-residence-permit/index.html +++ b/si/student-welcome-guide/student-residence-permit/index.html @@ -232,7 +232,7 @@

    Dokazilo o zadostnih sredstvih

    -

    Dokazati morate, da se lahko preživljate. Najpogostejša pot je pisna izjava starša ali skrbnika, ki vas je zakonsko dolžan preživljati, da vas bo (ime, priimek, datum rojstva) v celotnem študijskem letu podpiral z najmanj 484,88 EUR na mesec. Zadošča podpis enega starša. Posebna notarska overitev ni potrebna, izjava pa mora biti napisana v angleščini, slovenščini ali enem od nekdanjih jugoslovanskih jezikov v latinici. Znesek 484,88 EUR je vezan na osnovni znesek minimalnega dohodka in se lahko spremeni, zato preverite aktualno vrednost. Druga sprejeta dokazila, kot so zaslužek od študentskega dela, štipendija, bančna sredstva ali dotacije, so na strani o sredstvih in naslovu.

    +

    Dokazati morate, da se lahko preživljate. Najpogostejša pot je pisna izjava starša ali skrbnika, ki vas je zakonsko dolžan preživljati, da vas bo (ime, priimek, datum rojstva) v celotnem študijskem letu podpiral z najmanj 507,43 EUR na mesec. Zadošča podpis enega starša. Posebna notarska overitev ni potrebna, izjava pa mora biti napisana v angleščini, slovenščini ali enem od nekdanjih jugoslovanskih jezikov v latinici. Znesek 507,43 EUR je vezan na osnovni znesek minimalnega dohodka in se lahko spremeni, zato preverite aktualno vrednost. Druga sprejeta dokazila, kot so zaslužek od študentskega dela, štipendija, bančna sredstva ali dotacije, so na strani o sredstvih in naslovu.

    Dokument z vašim lastnoročnim podpisom

    -- 2.43.0 From f6fab99ebb6b355e4f818273103586deb3e23ebc Mon Sep 17 00:00:00 2001 From: popovskik Date: Sat, 1 Aug 2026 11:59:34 +0200 Subject: [PATCH 20/22] Remove "Get Involved" nav dropdown (dead links, duplicated the CTA buttons) The "Get Involved" dropdown (Become a member / Support MSOS) had dead href="#" links and only duplicated the two top-right buttons (Become a member, Donate). Removed it site-wide (desktop + mobile, en/si/mk) - 390 blocks across 195 pages, including the privacy-policy header the generators slice from, so regeneration stays clean. Nav is now Who We Are / What We Do / For Students / News + the two pill buttons. Co-Authored-By: Claude Opus 4.8 (1M context) --- en/about-us/index.html | 16 ++-------------- en/become-a-member/index.html | 16 ++-------------- en/blog/index.html | 16 ++-------------- en/cookie-policy/index.html | 16 ++-------------- en/faq/index.html | 16 ++-------------- .../a-table-full-of-macedonia/index.html | 16 ++-------------- .../index.html | 16 ++-------------- en/get-to-know-macedonia/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../ohrid-more-than-a-postcard/index.html | 16 ++-------------- .../skopje-a-city-of-many-layers/index.html | 16 ++-------------- .../welcome-to-macedonia/index.html | 16 ++-------------- .../a-first-taste-of-slovenian-food/index.html | 16 ++-------------- en/get-to-know-slovenia/index.html | 16 ++-------------- .../lake-bled-beyond-the-famous-view/index.html | 16 ++-------------- .../ljubljana-through-our-eyes/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../welcome-to-slovenia/index.html | 16 ++-------------- en/index.html | 16 ++-------------- en/news/index.html | 16 ++-------------- en/news/proof-of-means-updated-2026/index.html | 16 ++-------------- en/privacy-policy/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../in-memory-of-frosina-kulakova/index.html | 16 ++-------------- .../in-memory-of-the-kochani-victims/index.html | 16 ++-------------- en/projects/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../meet-student-slovenia-2023/index.html | 16 ++-------------- .../meet-student-slovenia-2024/index.html | 16 ++-------------- .../morning-coffee-in-front-of-ctk/index.html | 16 ++-------------- en/projects/paint-and-wine-at-sunset/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../academic-life/index.html | 16 ++-------------- .../administrative-basics/index.html | 16 ++-------------- .../admission-and-enrolment/index.html | 16 ++-------------- .../application-deadlines/index.html | 16 ++-------------- .../arrival-checklist/index.html | 16 ++-------------- .../bachelor-application/index.html | 16 ++-------------- .../choose-a-programme/index.html | 16 ++-------------- .../complete-student-journey/index.html | 16 ++-------------- .../document-preparation/index.html | 16 ++-------------- .../evs-application-guide/index.html | 16 ++-------------- .../healthcare-in-slovenia/index.html | 16 ++-------------- en/student-welcome-guide/index.html | 16 ++-------------- .../master-application/index.html | 16 ++-------------- .../means-accommodation-address/index.html | 16 ++-------------- en/student-welcome-guide/my-route/index.html | 16 ++-------------- .../official-sources-and-checklists/index.html | 16 ++-------------- .../prepare-to-move/index.html | 16 ++-------------- .../recognition-of-education/index.html | 16 ++-------------- .../renew-change-graduate/index.html | 16 ++-------------- .../rm-si-3-health-insurance/index.html | 16 ++-------------- .../student-accommodation/index.html | 16 ++-------------- .../student-budget/index.html | 16 ++-------------- .../student-meals/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../student-residence-permit/index.html | 16 ++-------------- .../student-transport/index.html | 16 ++-------------- en/student-welcome-guide/student-work/index.html | 16 ++-------------- en/student-welcome-guide/study-cities/index.html | 16 ++-------------- .../tuition-and-scholarships/index.html | 16 ++-------------- .../visa-and-residence-explained/index.html | 16 ++-------------- .../wellbeing-and-community/index.html | 16 ++-------------- .../where-to-apply-for-residence/index.html | 16 ++-------------- en/timeline-and-milestones/index.html | 16 ++-------------- mk/become-a-member/index.html | 16 ++-------------- mk/blog/index.html | 16 ++-------------- mk/cookie-policy/index.html | 16 ++-------------- mk/faq/index.html | 16 ++-------------- .../a-table-full-of-macedonia/index.html | 16 ++-------------- .../index.html | 16 ++-------------- mk/get-to-know-macedonia/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../ohrid-more-than-a-postcard/index.html | 16 ++-------------- .../skopje-a-city-of-many-layers/index.html | 16 ++-------------- .../welcome-to-macedonia/index.html | 16 ++-------------- .../a-first-taste-of-slovenian-food/index.html | 16 ++-------------- mk/get-to-know-slovenia/index.html | 16 ++-------------- .../lake-bled-beyond-the-famous-view/index.html | 16 ++-------------- .../ljubljana-through-our-eyes/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../welcome-to-slovenia/index.html | 16 ++-------------- mk/index.html | 16 ++-------------- mk/news/index.html | 16 ++-------------- mk/news/proof-of-means-updated-2026/index.html | 16 ++-------------- mk/privacy-policy/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../in-memory-of-frosina-kulakova/index.html | 16 ++-------------- .../in-memory-of-the-kochani-victims/index.html | 16 ++-------------- mk/projects/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../meet-student-slovenia-2023/index.html | 16 ++-------------- .../meet-student-slovenia-2024/index.html | 16 ++-------------- .../morning-coffee-in-front-of-ctk/index.html | 16 ++-------------- mk/projects/paint-and-wine-at-sunset/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../academic-life/index.html | 16 ++-------------- .../administrative-basics/index.html | 16 ++-------------- .../admission-and-enrolment/index.html | 16 ++-------------- .../application-deadlines/index.html | 16 ++-------------- .../arrival-checklist/index.html | 16 ++-------------- .../bachelor-application/index.html | 16 ++-------------- .../choose-a-programme/index.html | 16 ++-------------- .../complete-student-journey/index.html | 16 ++-------------- .../document-preparation/index.html | 16 ++-------------- .../evs-application-guide/index.html | 16 ++-------------- .../healthcare-in-slovenia/index.html | 16 ++-------------- mk/student-welcome-guide/index.html | 16 ++-------------- .../master-application/index.html | 16 ++-------------- .../means-accommodation-address/index.html | 16 ++-------------- mk/student-welcome-guide/my-route/index.html | 16 ++-------------- .../official-sources-and-checklists/index.html | 16 ++-------------- .../prepare-to-move/index.html | 16 ++-------------- .../recognition-of-education/index.html | 16 ++-------------- .../renew-change-graduate/index.html | 16 ++-------------- .../rm-si-3-health-insurance/index.html | 16 ++-------------- .../student-accommodation/index.html | 16 ++-------------- .../student-budget/index.html | 16 ++-------------- .../student-meals/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../student-residence-permit/index.html | 16 ++-------------- .../student-transport/index.html | 16 ++-------------- mk/student-welcome-guide/student-work/index.html | 16 ++-------------- mk/student-welcome-guide/study-cities/index.html | 16 ++-------------- .../tuition-and-scholarships/index.html | 16 ++-------------- .../visa-and-residence-explained/index.html | 16 ++-------------- .../wellbeing-and-community/index.html | 16 ++-------------- .../where-to-apply-for-residence/index.html | 16 ++-------------- si/become-a-member/index.html | 16 ++-------------- si/blog/index.html | 16 ++-------------- si/cookie-policy/index.html | 16 ++-------------- si/faq/index.html | 16 ++-------------- .../a-table-full-of-macedonia/index.html | 16 ++-------------- .../index.html | 16 ++-------------- si/get-to-know-macedonia/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../ohrid-more-than-a-postcard/index.html | 16 ++-------------- .../skopje-a-city-of-many-layers/index.html | 16 ++-------------- .../welcome-to-macedonia/index.html | 16 ++-------------- .../a-first-taste-of-slovenian-food/index.html | 16 ++-------------- si/get-to-know-slovenia/index.html | 16 ++-------------- .../lake-bled-beyond-the-famous-view/index.html | 16 ++-------------- .../ljubljana-through-our-eyes/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../welcome-to-slovenia/index.html | 16 ++-------------- si/index.html | 16 ++-------------- si/news/index.html | 16 ++-------------- si/news/proof-of-means-updated-2026/index.html | 16 ++-------------- si/privacy-policy/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../in-memory-of-frosina-kulakova/index.html | 16 ++-------------- .../in-memory-of-the-kochani-victims/index.html | 16 ++-------------- si/projects/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../meet-student-slovenia-2023/index.html | 16 ++-------------- .../meet-student-slovenia-2024/index.html | 16 ++-------------- .../morning-coffee-in-front-of-ctk/index.html | 16 ++-------------- si/projects/paint-and-wine-at-sunset/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../academic-life/index.html | 16 ++-------------- .../administrative-basics/index.html | 16 ++-------------- .../admission-and-enrolment/index.html | 16 ++-------------- .../application-deadlines/index.html | 16 ++-------------- .../arrival-checklist/index.html | 16 ++-------------- .../bachelor-application/index.html | 16 ++-------------- .../choose-a-programme/index.html | 16 ++-------------- .../complete-student-journey/index.html | 16 ++-------------- .../document-preparation/index.html | 16 ++-------------- .../evs-application-guide/index.html | 16 ++-------------- .../healthcare-in-slovenia/index.html | 16 ++-------------- si/student-welcome-guide/index.html | 16 ++-------------- .../master-application/index.html | 16 ++-------------- .../means-accommodation-address/index.html | 16 ++-------------- si/student-welcome-guide/my-route/index.html | 16 ++-------------- .../official-sources-and-checklists/index.html | 16 ++-------------- .../prepare-to-move/index.html | 16 ++-------------- .../recognition-of-education/index.html | 16 ++-------------- .../renew-change-graduate/index.html | 16 ++-------------- .../rm-si-3-health-insurance/index.html | 16 ++-------------- .../student-accommodation/index.html | 16 ++-------------- .../student-budget/index.html | 16 ++-------------- .../student-meals/index.html | 16 ++-------------- .../index.html | 16 ++-------------- .../student-residence-permit/index.html | 16 ++-------------- .../student-transport/index.html | 16 ++-------------- si/student-welcome-guide/student-work/index.html | 16 ++-------------- si/student-welcome-guide/study-cities/index.html | 16 ++-------------- .../tuition-and-scholarships/index.html | 16 ++-------------- .../visa-and-residence-explained/index.html | 16 ++-------------- .../wellbeing-and-community/index.html | 16 ++-------------- .../where-to-apply-for-residence/index.html | 16 ++-------------- 195 files changed, 390 insertions(+), 2730 deletions(-) diff --git a/en/about-us/index.html b/en/about-us/index.html index 11509437..c7132a3e 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -45,13 +45,7 @@
  • Gallery
  • - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
    @@ -558,8 +557,8 @@ + - diff --git a/mk/become-a-member/index.html b/mk/become-a-member/index.html index 4566c62a..3c778327 100644 --- a/mk/become-a-member/index.html +++ b/mk/become-a-member/index.html @@ -167,7 +167,6 @@ Стани член Види што работиме -
    ЗаедницаНастаниПоддршкаПроектиПријателиМожности
    Запознај ја студентска Словенија 2024
    Македонска студентска вечер во Љубљана
    Навивање за Македонија, заедничко гледање ракомет во Словенија
    @@ -556,8 +555,8 @@ + - diff --git a/si/become-a-member/index.html b/si/become-a-member/index.html index de87b9a7..5069642a 100644 --- a/si/become-a-member/index.html +++ b/si/become-a-member/index.html @@ -167,7 +167,6 @@ Postani član Poglej, kaj počnemo -
    SkupnostDogodkiPodporaProjektiPrijateljiPriložnosti
    Spoznaj študentsko Slovenijo 2024
    Makedonska študentska noč v Ljubljani
    Navijanje za Makedonijo, skupno gledanje rokometa v Sloveniji
    @@ -556,8 +555,8 @@ + - -- 2.43.0