diff --git a/css/layout/_footer.css b/css/layout/_footer.css index b5e5158f..3647a8a3 100644 --- a/css/layout/_footer.css +++ b/css/layout/_footer.css @@ -152,6 +152,16 @@ footer hr { .footer-credit a { color: rgba(255, 255, 255, 0.8); text-decoration: underline; text-underline-offset: 2px; } .footer-credit a:hover { color: #FFFFFF; } +/* Site-wide informative disclaimer (present on every page's footer) */ +.footer-disclaimer { + max-width: 980px; margin: 26px auto 0; padding-top: 20px; + border-top: 1px solid rgba(255, 255, 255, 0.14); + font-size: 12px; line-height: 18px; + color: rgba(255, 255, 255, 0.6); text-align: center; +} +.footer-disclaimer a { color: rgba(255, 255, 255, 0.85); text-decoration: underline; text-underline-offset: 2px; } +.footer-disclaimer a:hover { color: #FFFFFF; } + /* ========================================================================== Mobile Footer Styles diff --git a/css/pages/_guide.css b/css/pages/_guide.css index b69b686e..0c9f4a99 100644 --- a/css/pages/_guide.css +++ b/css/pages/_guide.css @@ -1025,3 +1025,13 @@ .route-links a { padding: 5px 9px; font-size: 11px; } .route-disclaimer { margin: 14px 0 0; padding: 11px 13px; font-size: 10.5px; line-height: 15px; page-break-inside: avoid; } } + +/* Informative disclaimer callout shown across the Student Welcome Guide */ +.guide-disclaimer { + display: flex; gap: 12px; align-items: flex-start; + background: #FFF7ED; border: 1px solid #FED7AA; border-left: 4px solid #FB923C; + border-radius: 12px; padding: 15px 18px; margin: 8px 0 30px; +} +.guide-disclaimer > i { color: #EA7317; font-size: 18px; margin-top: 2px; flex: 0 0 auto; } +.guide-disclaimer .gd-body { font-size: 13.5px; line-height: 21px; color: #7C4A21; } +.guide-disclaimer .gd-body strong { display: block; color: #9A3412; font-size: 14px; margin-bottom: 3px; } diff --git a/css/pages/_legal.css b/css/pages/_legal.css index 5c3c3007..2879faca 100644 --- a/css/pages/_legal.css +++ b/css/pages/_legal.css @@ -47,3 +47,9 @@ .legal-row { flex-direction: column; gap: 2px; } .legal-row .v { text-align: left; } } + +/* Prose card (website content & liability disclaimer) */ +.legal-prose { padding: 18px 24px 20px; } +.legal-prose p { font-size: 14px; line-height: 22px; color: #475467; margin: 0 0 12px; } +.legal-prose p:last-child { margin-bottom: 0; } +.legal-prose a { color: #2D738C; font-weight: 500; } diff --git a/en/about-us/index.html b/en/about-us/index.html index 334adb33..15d5d175 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -413,6 +413,7 @@ Manage cookies + diff --git a/en/become-a-member/index.html b/en/become-a-member/index.html index dd9a5285..8178c003 100644 --- a/en/become-a-member/index.html +++ b/en/become-a-member/index.html @@ -609,6 +609,7 @@ Manage cookies + diff --git a/en/blog/ad-futura-scholarship-slovenia-2026/index.html b/en/blog/ad-futura-scholarship-slovenia-2026/index.html index aff8c1f2..969faf48 100644 --- a/en/blog/ad-futura-scholarship-slovenia-2026/index.html +++ b/en/blog/ad-futura-scholarship-slovenia-2026/index.html @@ -442,6 +442,7 @@ Manage cookies + diff --git a/en/blog/how-to-open-slovenian-bank-account/index.html b/en/blog/how-to-open-slovenian-bank-account/index.html index 177f318e..0c294084 100644 --- a/en/blog/how-to-open-slovenian-bank-account/index.html +++ b/en/blog/how-to-open-slovenian-bank-account/index.html @@ -416,6 +416,7 @@ Manage cookies + diff --git a/en/blog/index.html b/en/blog/index.html index e70094c2..61defe41 100644 --- a/en/blog/index.html +++ b/en/blog/index.html @@ -400,6 +400,7 @@ Manage cookies + diff --git a/en/blog/learning-slovene-where-to-start/index.html b/en/blog/learning-slovene-where-to-start/index.html index 119c62ce..9c4154c4 100644 --- a/en/blog/learning-slovene-where-to-start/index.html +++ b/en/blog/learning-slovene-where-to-start/index.html @@ -381,6 +381,7 @@ Manage cookies + diff --git a/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html b/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html index d3a099d9..e49f7a2f 100644 --- a/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html +++ b/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html @@ -389,6 +389,7 @@ Manage cookies + diff --git a/en/blog/welcome-days-slovenian-universities-2026-2027/index.html b/en/blog/welcome-days-slovenian-universities-2026-2027/index.html index 355d270e..f67356bf 100644 --- a/en/blog/welcome-days-slovenian-universities-2026-2027/index.html +++ b/en/blog/welcome-days-slovenian-universities-2026-2027/index.html @@ -371,6 +371,7 @@ Manage cookies + diff --git a/en/cookie-policy/index.html b/en/cookie-policy/index.html index 720b50be..e2738d91 100644 --- a/en/cookie-policy/index.html +++ b/en/cookie-policy/index.html @@ -305,6 +305,7 @@ Manage cookies + diff --git a/en/faq/index.html b/en/faq/index.html index cb7ffb6c..55c6d2bf 100644 --- a/en/faq/index.html +++ b/en/faq/index.html @@ -521,6 +521,7 @@ Manage cookies + diff --git a/en/gallery/index.html b/en/gallery/index.html index b2b06d73..f087ac15 100644 --- a/en/gallery/index.html +++ b/en/gallery/index.html @@ -383,6 +383,7 @@ Manage cookies + 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 cfa7b5b7..87a142fc 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 @@ -382,6 +382,7 @@ Manage cookies + 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 b8a46c22..973f0425 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 @@ -388,6 +388,7 @@ Manage cookies + diff --git a/en/get-to-know-macedonia/index.html b/en/get-to-know-macedonia/index.html index ebe20afa..15fbbd86 100644 --- a/en/get-to-know-macedonia/index.html +++ b/en/get-to-know-macedonia/index.html @@ -355,6 +355,7 @@ Manage cookies + 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 7368bac4..f9e760bd 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 @@ -388,6 +388,7 @@ Manage cookies + 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 347ea9d2..8887e381 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 @@ -380,6 +380,7 @@ Manage cookies + 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 acafcf1c..f3dc877b 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 @@ -370,6 +370,7 @@ Manage cookies + 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 840f3515..94ede4e4 100644 --- a/en/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/en/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -367,6 +367,7 @@ Manage cookies + 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 63247e58..31788e09 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 @@ -372,6 +372,7 @@ Manage cookies + diff --git a/en/get-to-know-slovenia/index.html b/en/get-to-know-slovenia/index.html index a0232977..a9b674ab 100644 --- a/en/get-to-know-slovenia/index.html +++ b/en/get-to-know-slovenia/index.html @@ -355,6 +355,7 @@ Manage cookies + 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 b9140c5e..34d842a3 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 @@ -368,6 +368,7 @@ Manage cookies + 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 4df88e83..1878aed7 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 @@ -362,6 +362,7 @@ Manage cookies + 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 d8358dfe..cdfe2548 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 @@ -389,6 +389,7 @@ Manage cookies + 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 f29523d7..64f6a6e9 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 @@ -374,6 +374,7 @@ Manage cookies + 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 353c128e..eff8cd42 100644 --- a/en/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/en/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -345,6 +345,7 @@ Manage cookies + diff --git a/en/index.html b/en/index.html index dcfbd2b2..79c600ef 100644 --- a/en/index.html +++ b/en/index.html @@ -521,6 +521,7 @@ Manage cookies + diff --git a/en/legal/index.html b/en/legal/index.html index 00b300f9..2cbec736 100644 --- a/en/legal/index.html +++ b/en/legal/index.html @@ -222,6 +222,15 @@ + @@ -280,6 +289,7 @@ Manage cookies + diff --git a/en/msos-hub/index.html b/en/msos-hub/index.html index 3c2662dd..02f2911a 100644 --- a/en/msos-hub/index.html +++ b/en/msos-hub/index.html @@ -395,6 +395,7 @@ Manage cookies + diff --git a/en/news/index.html b/en/news/index.html index 97958e37..cf7d89d4 100644 --- a/en/news/index.html +++ b/en/news/index.html @@ -459,6 +459,7 @@ Manage cookies + diff --git a/en/news/proof-of-means-updated-2026/index.html b/en/news/proof-of-means-updated-2026/index.html index 57a0449f..10d16e3a 100644 --- a/en/news/proof-of-means-updated-2026/index.html +++ b/en/news/proof-of-means-updated-2026/index.html @@ -285,6 +285,7 @@ Manage cookies + diff --git a/en/privacy-policy/index.html b/en/privacy-policy/index.html index 7f8319c8..837c23a3 100644 --- a/en/privacy-policy/index.html +++ b/en/privacy-policy/index.html @@ -348,6 +348,7 @@ Manage cookies + diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html index d5abb223..bdd9280f 100644 --- a/en/projects/humanitarian-tournament-in-maribor/index.html +++ b/en/projects/humanitarian-tournament-in-maribor/index.html @@ -379,6 +379,7 @@ Manage cookies + diff --git a/en/projects/in-memory-of-frosina-kulakova/index.html b/en/projects/in-memory-of-frosina-kulakova/index.html index c8a1541c..b0dd6c04 100644 --- a/en/projects/in-memory-of-frosina-kulakova/index.html +++ b/en/projects/in-memory-of-frosina-kulakova/index.html @@ -311,6 +311,7 @@ Manage cookies + 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 a94e5bcf..9cfe9a4e 100644 --- a/en/projects/in-memory-of-the-kochani-victims/index.html +++ b/en/projects/in-memory-of-the-kochani-victims/index.html @@ -322,6 +322,7 @@ Manage cookies + diff --git a/en/projects/index.html b/en/projects/index.html index 38f4f0f7..c7b899d1 100644 --- a/en/projects/index.html +++ b/en/projects/index.html @@ -416,6 +416,7 @@ Manage cookies + diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html index 713fc86f..864bd6e3 100644 --- a/en/projects/macedonian-student-night-in-ljubljana/index.html +++ b/en/projects/macedonian-student-night-in-ljubljana/index.html @@ -413,6 +413,7 @@ Manage cookies + diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html index 74b684d2..3affd10f 100644 --- a/en/projects/meet-student-slovenia-2023/index.html +++ b/en/projects/meet-student-slovenia-2023/index.html @@ -437,6 +437,7 @@ Manage cookies + diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html index a02f5f69..a9270ef4 100644 --- a/en/projects/meet-student-slovenia-2024/index.html +++ b/en/projects/meet-student-slovenia-2024/index.html @@ -440,6 +440,7 @@ Manage cookies + 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 5bcfb7a3..c7a2a916 100644 --- a/en/projects/morning-coffee-in-front-of-ctk/index.html +++ b/en/projects/morning-coffee-in-front-of-ctk/index.html @@ -399,6 +399,7 @@ Manage cookies + diff --git a/en/projects/paint-and-wine-at-sunset/index.html b/en/projects/paint-and-wine-at-sunset/index.html index 75d65bd9..15b5d94a 100644 --- a/en/projects/paint-and-wine-at-sunset/index.html +++ b/en/projects/paint-and-wine-at-sunset/index.html @@ -361,6 +361,7 @@ Manage cookies + diff --git a/en/projects/watching-handball-together-in-slovenia/index.html b/en/projects/watching-handball-together-in-slovenia/index.html index e00c1bb6..2584435b 100644 --- a/en/projects/watching-handball-together-in-slovenia/index.html +++ b/en/projects/watching-handball-together-in-slovenia/index.html @@ -347,6 +347,7 @@ Manage cookies + diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html index bc146693..ba179861 100644 --- a/en/student-welcome-guide/academic-life/index.html +++ b/en/student-welcome-guide/academic-life/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -349,6 +354,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html index 06e53eaf..732a0007 100644 --- a/en/student-welcome-guide/administrative-basics/index.html +++ b/en/student-welcome-guide/administrative-basics/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -346,6 +351,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/admission-and-enrolment/index.html b/en/student-welcome-guide/admission-and-enrolment/index.html index 2a2cae2d..761e9e62 100644 --- a/en/student-welcome-guide/admission-and-enrolment/index.html +++ b/en/student-welcome-guide/admission-and-enrolment/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -347,6 +352,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/application-deadlines/index.html b/en/student-welcome-guide/application-deadlines/index.html index 528f76dc..5f0dedcb 100644 --- a/en/student-welcome-guide/application-deadlines/index.html +++ b/en/student-welcome-guide/application-deadlines/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -344,6 +349,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/arrival-checklist/index.html b/en/student-welcome-guide/arrival-checklist/index.html index d109a127..3fde249b 100644 --- a/en/student-welcome-guide/arrival-checklist/index.html +++ b/en/student-welcome-guide/arrival-checklist/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -362,6 +367,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/bachelor-application/index.html b/en/student-welcome-guide/bachelor-application/index.html index 03cb69f9..958b0bb7 100644 --- a/en/student-welcome-guide/bachelor-application/index.html +++ b/en/student-welcome-guide/bachelor-application/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -374,6 +379,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/choose-a-programme/index.html b/en/student-welcome-guide/choose-a-programme/index.html index 8294dc45..e2f1b33d 100644 --- a/en/student-welcome-guide/choose-a-programme/index.html +++ b/en/student-welcome-guide/choose-a-programme/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -365,6 +370,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/complete-student-journey/index.html b/en/student-welcome-guide/complete-student-journey/index.html index f2998893..153b84f6 100644 --- a/en/student-welcome-guide/complete-student-journey/index.html +++ b/en/student-welcome-guide/complete-student-journey/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -390,6 +395,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/document-preparation/index.html b/en/student-welcome-guide/document-preparation/index.html index 30d8448e..8938820f 100644 --- a/en/student-welcome-guide/document-preparation/index.html +++ b/en/student-welcome-guide/document-preparation/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -339,6 +344,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/evs-application-guide/index.html b/en/student-welcome-guide/evs-application-guide/index.html index 720c683d..cf440f09 100644 --- a/en/student-welcome-guide/evs-application-guide/index.html +++ b/en/student-welcome-guide/evs-application-guide/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -357,6 +362,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/healthcare-in-slovenia/index.html b/en/student-welcome-guide/healthcare-in-slovenia/index.html index 54db97c4..624ed54c 100644 --- a/en/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/en/student-welcome-guide/healthcare-in-slovenia/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -400,6 +405,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/index.html b/en/student-welcome-guide/index.html index 767bbfa5..48cc92dd 100644 --- a/en/student-welcome-guide/index.html +++ b/en/student-welcome-guide/index.html @@ -204,6 +204,11 @@

It does not assume that everyone studies in Ljubljana. The same journey may lead to Maribor, Koper, Nova Gorica, Celje, or another Slovenian study centre, and each city creates different housing, transport, and everyday-life needs.

+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+

Build my personal route

@@ -503,6 +508,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/master-application/index.html b/en/student-welcome-guide/master-application/index.html index 2c617463..a000ee80 100644 --- a/en/student-welcome-guide/master-application/index.html +++ b/en/student-welcome-guide/master-application/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -351,6 +356,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/means-accommodation-address/index.html b/en/student-welcome-guide/means-accommodation-address/index.html index 4b2083c9..ec982fa9 100644 --- a/en/student-welcome-guide/means-accommodation-address/index.html +++ b/en/student-welcome-guide/means-accommodation-address/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -423,6 +428,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/my-route/index.html b/en/student-welcome-guide/my-route/index.html index a499435a..81239496 100644 --- a/en/student-welcome-guide/my-route/index.html +++ b/en/student-welcome-guide/my-route/index.html @@ -251,6 +251,7 @@ Manage cookies + 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 fc91f5ac..d1664719 100644 --- a/en/student-welcome-guide/official-sources-and-checklists/index.html +++ b/en/student-welcome-guide/official-sources-and-checklists/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -378,6 +383,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/prepare-to-move/index.html b/en/student-welcome-guide/prepare-to-move/index.html index ec9c530c..693d323e 100644 --- a/en/student-welcome-guide/prepare-to-move/index.html +++ b/en/student-welcome-guide/prepare-to-move/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -395,6 +400,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/recognition-of-education/index.html b/en/student-welcome-guide/recognition-of-education/index.html index 35fbda09..6645e7b4 100644 --- a/en/student-welcome-guide/recognition-of-education/index.html +++ b/en/student-welcome-guide/recognition-of-education/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -340,6 +345,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/renew-change-graduate/index.html b/en/student-welcome-guide/renew-change-graduate/index.html index 560541a6..8cbfc542 100644 --- a/en/student-welcome-guide/renew-change-graduate/index.html +++ b/en/student-welcome-guide/renew-change-graduate/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -349,6 +354,7 @@ Manage cookies
+ 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 1fc32d7d..5bf7ffb8 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 @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -389,6 +394,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html index 44eb377e..2e2a77f2 100644 --- a/en/student-welcome-guide/student-accommodation/index.html +++ b/en/student-welcome-guide/student-accommodation/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -389,6 +394,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html index 5b077aef..462163ea 100644 --- a/en/student-welcome-guide/student-budget/index.html +++ b/en/student-welcome-guide/student-budget/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -359,6 +364,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html index 9f48ad6a..8836408c 100644 --- a/en/student-welcome-guide/student-meals/index.html +++ b/en/student-welcome-guide/student-meals/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -347,6 +352,7 @@ Manage cookies
+ 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 45b4445e..116f1f85 100644 --- a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -384,6 +389,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/student-residence-permit/index.html b/en/student-welcome-guide/student-residence-permit/index.html index 454d3e5e..ae28b576 100644 --- a/en/student-welcome-guide/student-residence-permit/index.html +++ b/en/student-welcome-guide/student-residence-permit/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -401,6 +406,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html index fabe2563..52061292 100644 --- a/en/student-welcome-guide/student-transport/index.html +++ b/en/student-welcome-guide/student-transport/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -368,6 +373,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html index b831d729..d30efeba 100644 --- a/en/student-welcome-guide/student-work/index.html +++ b/en/student-welcome-guide/student-work/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -342,6 +347,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html index 872cad8f..edebd7a4 100644 --- a/en/student-welcome-guide/study-cities/index.html +++ b/en/student-welcome-guide/study-cities/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -374,6 +379,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html index 80df6c09..47e25bec 100644 --- a/en/student-welcome-guide/tuition-and-scholarships/index.html +++ b/en/student-welcome-guide/tuition-and-scholarships/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -344,6 +349,7 @@ Manage cookies
+ 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 76c382bf..a5ae80d2 100644 --- a/en/student-welcome-guide/visa-and-residence-explained/index.html +++ b/en/student-welcome-guide/visa-and-residence-explained/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -371,6 +376,7 @@ Manage cookies
+ diff --git a/en/student-welcome-guide/wellbeing-and-community/index.html b/en/student-welcome-guide/wellbeing-and-community/index.html index 54d2b302..33b0f073 100644 --- a/en/student-welcome-guide/wellbeing-and-community/index.html +++ b/en/student-welcome-guide/wellbeing-and-community/index.html @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -338,6 +343,7 @@ Manage cookies
+ 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 99235fd5..8a6cd7cc 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 @@ -204,6 +204,11 @@
+
+ +
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
+
+
Applies to: students from Macedonia Last checked: 30 July 2026 @@ -409,6 +414,7 @@ Manage cookies
+ diff --git a/en/support/index.html b/en/support/index.html index 00436caf..77969bee 100644 --- a/en/support/index.html +++ b/en/support/index.html @@ -414,6 +414,7 @@ Manage cookies + diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index 59283790..99d09399 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -494,6 +494,7 @@ Manage cookies + diff --git a/mk/about-us/index.html b/mk/about-us/index.html index 47f3a9a7..a489dfd1 100644 --- a/mk/about-us/index.html +++ b/mk/about-us/index.html @@ -413,6 +413,7 @@ Управувај со колачиња + diff --git a/mk/become-a-member/index.html b/mk/become-a-member/index.html index 99f1ba45..6f079bf3 100644 --- a/mk/become-a-member/index.html +++ b/mk/become-a-member/index.html @@ -608,6 +608,7 @@ Управувај со колачиња + diff --git a/mk/blog/ad-futura-scholarship-slovenia-2026/index.html b/mk/blog/ad-futura-scholarship-slovenia-2026/index.html index 82773e84..b6b3786c 100644 --- a/mk/blog/ad-futura-scholarship-slovenia-2026/index.html +++ b/mk/blog/ad-futura-scholarship-slovenia-2026/index.html @@ -442,6 +442,7 @@ Управувај со колачиња + diff --git a/mk/blog/how-to-open-slovenian-bank-account/index.html b/mk/blog/how-to-open-slovenian-bank-account/index.html index 4462aed7..4109d3d2 100644 --- a/mk/blog/how-to-open-slovenian-bank-account/index.html +++ b/mk/blog/how-to-open-slovenian-bank-account/index.html @@ -416,6 +416,7 @@ Управувај со колачиња + diff --git a/mk/blog/index.html b/mk/blog/index.html index 2ea6690c..42964ca2 100644 --- a/mk/blog/index.html +++ b/mk/blog/index.html @@ -400,6 +400,7 @@ Управувај со колачиња + diff --git a/mk/blog/learning-slovene-where-to-start/index.html b/mk/blog/learning-slovene-where-to-start/index.html index 3a10c9ae..db89254b 100644 --- a/mk/blog/learning-slovene-where-to-start/index.html +++ b/mk/blog/learning-slovene-where-to-start/index.html @@ -381,6 +381,7 @@ Управувај со колачиња + diff --git a/mk/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html b/mk/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html index 62e2b619..e6f6c142 100644 --- a/mk/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html +++ b/mk/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html @@ -389,6 +389,7 @@ Управувај со колачиња + diff --git a/mk/blog/welcome-days-slovenian-universities-2026-2027/index.html b/mk/blog/welcome-days-slovenian-universities-2026-2027/index.html index 9790eb3c..8c611e95 100644 --- a/mk/blog/welcome-days-slovenian-universities-2026-2027/index.html +++ b/mk/blog/welcome-days-slovenian-universities-2026-2027/index.html @@ -371,6 +371,7 @@ Управувај со колачиња + diff --git a/mk/cookie-policy/index.html b/mk/cookie-policy/index.html index b48974c3..2e4212f6 100644 --- a/mk/cookie-policy/index.html +++ b/mk/cookie-policy/index.html @@ -305,6 +305,7 @@ Управувај со колачиња + diff --git a/mk/faq/index.html b/mk/faq/index.html index 24fb99ff..076138e0 100644 --- a/mk/faq/index.html +++ b/mk/faq/index.html @@ -521,6 +521,7 @@ Управувај со колачиња + diff --git a/mk/gallery/index.html b/mk/gallery/index.html index f7e94a7b..ca8e0c70 100644 --- a/mk/gallery/index.html +++ b/mk/gallery/index.html @@ -383,6 +383,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 79e3ec2b..857b6c24 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 @@ -382,6 +382,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 0e61d64a..fc226b93 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 @@ -388,6 +388,7 @@ Управувај со колачиња + diff --git a/mk/get-to-know-macedonia/index.html b/mk/get-to-know-macedonia/index.html index f91cf3b8..5cab089d 100644 --- a/mk/get-to-know-macedonia/index.html +++ b/mk/get-to-know-macedonia/index.html @@ -355,6 +355,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 3ee52485..23b9ae49 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 @@ -388,6 +388,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 4ccd1788..637d1011 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 @@ -380,6 +380,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 ac5ae0e1..e99a9a54 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 @@ -370,6 +370,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 567bb295..85d4aa20 100644 --- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -367,6 +367,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 9b8f940b..485138fe 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 @@ -372,6 +372,7 @@ Управувај со колачиња + diff --git a/mk/get-to-know-slovenia/index.html b/mk/get-to-know-slovenia/index.html index d157d92e..4135226c 100644 --- a/mk/get-to-know-slovenia/index.html +++ b/mk/get-to-know-slovenia/index.html @@ -355,6 +355,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 3bfa5bf4..7a43f637 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 @@ -368,6 +368,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 2c3008d0..b5ac5c60 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 @@ -358,6 +358,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 6e5b231a..ea8d8936 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 @@ -389,6 +389,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 b912afb0..9c688f4f 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 @@ -374,6 +374,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 5e35df13..ced17045 100644 --- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -345,6 +345,7 @@ Управувај со колачиња + diff --git a/mk/index.html b/mk/index.html index 5411b42f..a76b5bd1 100644 --- a/mk/index.html +++ b/mk/index.html @@ -524,6 +524,7 @@ Управувај со колачиња + diff --git a/mk/legal/index.html b/mk/legal/index.html index f3a9047b..d0c4d5e0 100644 --- a/mk/legal/index.html +++ b/mk/legal/index.html @@ -222,6 +222,15 @@ + @@ -280,6 +289,7 @@ Управувај со колачиња + diff --git a/mk/msos-hub/index.html b/mk/msos-hub/index.html index 2b87af50..fc7f7342 100644 --- a/mk/msos-hub/index.html +++ b/mk/msos-hub/index.html @@ -395,6 +395,7 @@ Управувај со колачиња + diff --git a/mk/news/index.html b/mk/news/index.html index d4e3c196..74878b9c 100644 --- a/mk/news/index.html +++ b/mk/news/index.html @@ -459,6 +459,7 @@ Управувај со колачиња + diff --git a/mk/news/proof-of-means-updated-2026/index.html b/mk/news/proof-of-means-updated-2026/index.html index 6ed6bfc2..5983f0bb 100644 --- a/mk/news/proof-of-means-updated-2026/index.html +++ b/mk/news/proof-of-means-updated-2026/index.html @@ -285,6 +285,7 @@ Управувај со колачиња + diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html index 822bf296..f829162d 100644 --- a/mk/privacy-policy/index.html +++ b/mk/privacy-policy/index.html @@ -348,6 +348,7 @@ Управувај со колачиња + diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html index bddf4b22..ab953e10 100644 --- a/mk/projects/humanitarian-tournament-in-maribor/index.html +++ b/mk/projects/humanitarian-tournament-in-maribor/index.html @@ -379,6 +379,7 @@ Управувај со колачиња + diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html index 40f23bbf..b2e5b8f4 100644 --- a/mk/projects/in-memory-of-frosina-kulakova/index.html +++ b/mk/projects/in-memory-of-frosina-kulakova/index.html @@ -311,6 +311,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 0fdfc809..73178767 100644 --- a/mk/projects/in-memory-of-the-kochani-victims/index.html +++ b/mk/projects/in-memory-of-the-kochani-victims/index.html @@ -322,6 +322,7 @@ Управувај со колачиња + diff --git a/mk/projects/index.html b/mk/projects/index.html index 44f53b9d..8e7dbb8f 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -416,6 +416,7 @@ Управувај со колачиња + diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index 1821d4ec..ca372ed8 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -384,6 +384,7 @@ Управувај со колачиња + diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html index 08ddb5e1..58f2e65b 100644 --- a/mk/projects/meet-student-slovenia-2023/index.html +++ b/mk/projects/meet-student-slovenia-2023/index.html @@ -405,6 +405,7 @@ Управувај со колачиња + diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html index fcfcfc2c..0786e81d 100644 --- a/mk/projects/meet-student-slovenia-2024/index.html +++ b/mk/projects/meet-student-slovenia-2024/index.html @@ -404,6 +404,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 40c64a34..d6e1fb87 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html @@ -368,6 +368,7 @@ Управувај со колачиња + diff --git a/mk/projects/paint-and-wine-at-sunset/index.html b/mk/projects/paint-and-wine-at-sunset/index.html index d2a30313..83fcdab2 100644 --- a/mk/projects/paint-and-wine-at-sunset/index.html +++ b/mk/projects/paint-and-wine-at-sunset/index.html @@ -361,6 +361,7 @@ Управувај со колачиња + diff --git a/mk/projects/watching-handball-together-in-slovenia/index.html b/mk/projects/watching-handball-together-in-slovenia/index.html index 4e7ca402..f585d9a3 100644 --- a/mk/projects/watching-handball-together-in-slovenia/index.html +++ b/mk/projects/watching-handball-together-in-slovenia/index.html @@ -347,6 +347,7 @@ Управувај со колачиња + diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html index 3a4aa415..03a7c904 100644 --- a/mk/student-welcome-guide/academic-life/index.html +++ b/mk/student-welcome-guide/academic-life/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -349,6 +354,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html index 597e1566..26481006 100644 --- a/mk/student-welcome-guide/administrative-basics/index.html +++ b/mk/student-welcome-guide/administrative-basics/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -346,6 +351,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/admission-and-enrolment/index.html b/mk/student-welcome-guide/admission-and-enrolment/index.html index d927aa07..e4669497 100644 --- a/mk/student-welcome-guide/admission-and-enrolment/index.html +++ b/mk/student-welcome-guide/admission-and-enrolment/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -347,6 +352,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html index 11777c92..c501642d 100644 --- a/mk/student-welcome-guide/application-deadlines/index.html +++ b/mk/student-welcome-guide/application-deadlines/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -344,6 +349,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html index 3c51cebd..d9809134 100644 --- a/mk/student-welcome-guide/arrival-checklist/index.html +++ b/mk/student-welcome-guide/arrival-checklist/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -362,6 +367,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html index 248b0ecf..b269c9ce 100644 --- a/mk/student-welcome-guide/bachelor-application/index.html +++ b/mk/student-welcome-guide/bachelor-application/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -374,6 +379,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/choose-a-programme/index.html b/mk/student-welcome-guide/choose-a-programme/index.html index 5037ae75..eb2b5b00 100644 --- a/mk/student-welcome-guide/choose-a-programme/index.html +++ b/mk/student-welcome-guide/choose-a-programme/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -365,6 +370,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/complete-student-journey/index.html b/mk/student-welcome-guide/complete-student-journey/index.html index 8569cad9..d5c1855f 100644 --- a/mk/student-welcome-guide/complete-student-journey/index.html +++ b/mk/student-welcome-guide/complete-student-journey/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -390,6 +395,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html index a95bc128..e596ec21 100644 --- a/mk/student-welcome-guide/document-preparation/index.html +++ b/mk/student-welcome-guide/document-preparation/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -339,6 +344,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/evs-application-guide/index.html b/mk/student-welcome-guide/evs-application-guide/index.html index 8ca38b92..e635ede7 100644 --- a/mk/student-welcome-guide/evs-application-guide/index.html +++ b/mk/student-welcome-guide/evs-application-guide/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -357,6 +362,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/healthcare-in-slovenia/index.html b/mk/student-welcome-guide/healthcare-in-slovenia/index.html index 676061f3..090d20a8 100644 --- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -400,6 +405,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/index.html b/mk/student-welcome-guide/index.html index 17f4b501..0ee1fa87 100644 --- a/mk/student-welcome-guide/index.html +++ b/mk/student-welcome-guide/index.html @@ -204,6 +204,11 @@

Не претпоставува дека сите студираат во Љубљана. Истиот пат може да води кон Марибор, Копер, Нова Горица, Целје или друг словенечки студентски центар, а секој град носи различни потреби за сместување, превоз и секојдневие.

+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+

Создади го мојот личен пат

@@ -503,6 +508,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html index 72fb50c0..d9de585f 100644 --- a/mk/student-welcome-guide/master-application/index.html +++ b/mk/student-welcome-guide/master-application/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -351,6 +356,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html index 9a217b93..563e240a 100644 --- a/mk/student-welcome-guide/means-accommodation-address/index.html +++ b/mk/student-welcome-guide/means-accommodation-address/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -423,6 +428,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html index 30195dcd..baa0300f 100644 --- a/mk/student-welcome-guide/my-route/index.html +++ b/mk/student-welcome-guide/my-route/index.html @@ -251,6 +251,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 708bd101..44e00f4f 100644 --- a/mk/student-welcome-guide/official-sources-and-checklists/index.html +++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -378,6 +383,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/prepare-to-move/index.html b/mk/student-welcome-guide/prepare-to-move/index.html index 08261626..b6b6dee1 100644 --- a/mk/student-welcome-guide/prepare-to-move/index.html +++ b/mk/student-welcome-guide/prepare-to-move/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -395,6 +400,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/recognition-of-education/index.html b/mk/student-welcome-guide/recognition-of-education/index.html index b08c34f3..77879506 100644 --- a/mk/student-welcome-guide/recognition-of-education/index.html +++ b/mk/student-welcome-guide/recognition-of-education/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -340,6 +345,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/renew-change-graduate/index.html b/mk/student-welcome-guide/renew-change-graduate/index.html index b9822d8e..61824132 100644 --- a/mk/student-welcome-guide/renew-change-graduate/index.html +++ b/mk/student-welcome-guide/renew-change-graduate/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -349,6 +354,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 64b380ec..0966347e 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 @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -389,6 +394,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html index 6d7d378c..e29911e3 100644 --- a/mk/student-welcome-guide/student-accommodation/index.html +++ b/mk/student-welcome-guide/student-accommodation/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -389,6 +394,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html index 470aba1d..c06734de 100644 --- a/mk/student-welcome-guide/student-budget/index.html +++ b/mk/student-welcome-guide/student-budget/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -359,6 +364,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html index 20151c61..d6c3ab5d 100644 --- a/mk/student-welcome-guide/student-meals/index.html +++ b/mk/student-welcome-guide/student-meals/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -347,6 +352,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 37d9df44..caf916af 100644 --- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -384,6 +389,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html index e7a41acb..f749f344 100644 --- a/mk/student-welcome-guide/student-residence-permit/index.html +++ b/mk/student-welcome-guide/student-residence-permit/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -401,6 +406,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html index eb4ace15..31ad0114 100644 --- a/mk/student-welcome-guide/student-transport/index.html +++ b/mk/student-welcome-guide/student-transport/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -368,6 +373,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html index 31caf7d2..4615bb8b 100644 --- a/mk/student-welcome-guide/student-work/index.html +++ b/mk/student-welcome-guide/student-work/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -342,6 +347,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html index 8c11507a..31be17d7 100644 --- a/mk/student-welcome-guide/study-cities/index.html +++ b/mk/student-welcome-guide/study-cities/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -374,6 +379,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/tuition-and-scholarships/index.html b/mk/student-welcome-guide/tuition-and-scholarships/index.html index 206991fe..bfec8a3e 100644 --- a/mk/student-welcome-guide/tuition-and-scholarships/index.html +++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -344,6 +349,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 97a38999..6d6c221e 100644 --- a/mk/student-welcome-guide/visa-and-residence-explained/index.html +++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -371,6 +376,7 @@ Управувај со колачиња
+ diff --git a/mk/student-welcome-guide/wellbeing-and-community/index.html b/mk/student-welcome-guide/wellbeing-and-community/index.html index 4beef984..c10fedcd 100644 --- a/mk/student-welcome-guide/wellbeing-and-community/index.html +++ b/mk/student-welcome-guide/wellbeing-and-community/index.html @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -338,6 +343,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 930d63c0..98b5d91c 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 @@ -204,6 +204,11 @@
+
+ +
Добро е да се знаеОвој водич е составен од студенти, а не од професионалци или официјални тела. Наменет е да ви помогне вам и на вашите родители низ уписот и снаоѓањето во животот во Словенија. Некои податоци може да се променат или застарат, затоа секогаш проверувајте ги официјалните извори и потврдете го важното кај надлежните институции. Не преземаме одговорност за погрешни, застарени или погрешно разбрани информации — но секогаш со задоволство ќе помогнеме. Ако забележите нешто што не е точно, кажете ни во делот „Дали оваа страница беше корисна?“ на дното на страницата.
+
+
Се однесува на: студенти од Македонија Последна проверка: 30 јули 2026 @@ -409,6 +414,7 @@ Управувај со колачиња
+ diff --git a/mk/support/index.html b/mk/support/index.html index c0f5d193..19d17e63 100644 --- a/mk/support/index.html +++ b/mk/support/index.html @@ -412,6 +412,7 @@ Управувај со колачиња + diff --git a/mk/timeline-and-milestones/index.html b/mk/timeline-and-milestones/index.html index 79e0b654..2a3306d6 100644 --- a/mk/timeline-and-milestones/index.html +++ b/mk/timeline-and-milestones/index.html @@ -494,6 +494,7 @@ Управувај со колачиња + diff --git a/si/about-us/index.html b/si/about-us/index.html index a9270807..00993611 100644 --- a/si/about-us/index.html +++ b/si/about-us/index.html @@ -413,6 +413,7 @@ Upravljanje piškotkov + diff --git a/si/become-a-member/index.html b/si/become-a-member/index.html index 56aa868e..3c3f4898 100644 --- a/si/become-a-member/index.html +++ b/si/become-a-member/index.html @@ -609,6 +609,7 @@ Upravljanje piškotkov + diff --git a/si/blog/ad-futura-scholarship-slovenia-2026/index.html b/si/blog/ad-futura-scholarship-slovenia-2026/index.html index a0647001..22d7afa6 100644 --- a/si/blog/ad-futura-scholarship-slovenia-2026/index.html +++ b/si/blog/ad-futura-scholarship-slovenia-2026/index.html @@ -442,6 +442,7 @@ Upravljanje piškotkov + diff --git a/si/blog/how-to-open-slovenian-bank-account/index.html b/si/blog/how-to-open-slovenian-bank-account/index.html index 57916c0d..9a8a6be5 100644 --- a/si/blog/how-to-open-slovenian-bank-account/index.html +++ b/si/blog/how-to-open-slovenian-bank-account/index.html @@ -416,6 +416,7 @@ Upravljanje piškotkov + diff --git a/si/blog/index.html b/si/blog/index.html index 605e831c..dd9e188c 100644 --- a/si/blog/index.html +++ b/si/blog/index.html @@ -400,6 +400,7 @@ Upravljanje piškotkov + diff --git a/si/blog/learning-slovene-where-to-start/index.html b/si/blog/learning-slovene-where-to-start/index.html index b20bcd7d..3aa18e66 100644 --- a/si/blog/learning-slovene-where-to-start/index.html +++ b/si/blog/learning-slovene-where-to-start/index.html @@ -381,6 +381,7 @@ Upravljanje piškotkov + diff --git a/si/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html b/si/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html index 5c3ff2aa..209b518f 100644 --- a/si/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html +++ b/si/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html @@ -389,6 +389,7 @@ Upravljanje piškotkov + diff --git a/si/blog/welcome-days-slovenian-universities-2026-2027/index.html b/si/blog/welcome-days-slovenian-universities-2026-2027/index.html index 8f7cff12..449a4500 100644 --- a/si/blog/welcome-days-slovenian-universities-2026-2027/index.html +++ b/si/blog/welcome-days-slovenian-universities-2026-2027/index.html @@ -371,6 +371,7 @@ Upravljanje piškotkov + diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html index 34182d5e..466147ff 100644 --- a/si/cookie-policy/index.html +++ b/si/cookie-policy/index.html @@ -305,6 +305,7 @@ Upravljanje piškotkov + diff --git a/si/faq/index.html b/si/faq/index.html index 0107a947..2637f6ff 100644 --- a/si/faq/index.html +++ b/si/faq/index.html @@ -521,6 +521,7 @@ Upravljanje piškotkov + diff --git a/si/gallery/index.html b/si/gallery/index.html index b2b67733..666321ee 100644 --- a/si/gallery/index.html +++ b/si/gallery/index.html @@ -383,6 +383,7 @@ Upravljanje piškotkov + 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 50a40bd2..402546a3 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 @@ -382,6 +382,7 @@ Upravljanje piškotkov + 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 4bae02ea..0a9cfb88 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 @@ -388,6 +388,7 @@ Upravljanje piškotkov + diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html index 72a23fa3..cf493770 100644 --- a/si/get-to-know-macedonia/index.html +++ b/si/get-to-know-macedonia/index.html @@ -355,6 +355,7 @@ Upravljanje piškotkov + 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 02978017..cabc9ff8 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 @@ -388,6 +388,7 @@ Upravljanje piškotkov + 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 b3b9a12e..be1d34df 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 @@ -380,6 +380,7 @@ Upravljanje piškotkov + 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 b7f2ae35..3b215eb5 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 @@ -370,6 +370,7 @@ Upravljanje piškotkov + 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 d40dc146..4745bcc8 100644 --- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -367,6 +367,7 @@ Upravljanje piškotkov + 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 37381c30..53e7f884 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 @@ -372,6 +372,7 @@ Upravljanje piškotkov + diff --git a/si/get-to-know-slovenia/index.html b/si/get-to-know-slovenia/index.html index 719ebca9..350cb51f 100644 --- a/si/get-to-know-slovenia/index.html +++ b/si/get-to-know-slovenia/index.html @@ -355,6 +355,7 @@ Upravljanje piškotkov + 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 ac40038b..c080cc9c 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 @@ -368,6 +368,7 @@ Upravljanje piškotkov + 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 998eefba..0c92e07b 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 @@ -362,6 +362,7 @@ Upravljanje piškotkov + 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 cc8bc0c8..95472025 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 @@ -389,6 +389,7 @@ Upravljanje piškotkov + 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 611ccbaf..7593be96 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 @@ -374,6 +374,7 @@ Upravljanje piškotkov + 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 05fc3b58..7a270312 100644 --- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -345,6 +345,7 @@ Upravljanje piškotkov + diff --git a/si/index.html b/si/index.html index 9ed3c964..8cdfd24e 100644 --- a/si/index.html +++ b/si/index.html @@ -524,6 +524,7 @@ Upravljanje piškotkov + diff --git a/si/legal/index.html b/si/legal/index.html index 53d506b0..681d1245 100644 --- a/si/legal/index.html +++ b/si/legal/index.html @@ -222,6 +222,15 @@ + @@ -280,6 +289,7 @@ Upravljanje piškotkov + diff --git a/si/msos-hub/index.html b/si/msos-hub/index.html index 4e9472f5..e84c2ff1 100644 --- a/si/msos-hub/index.html +++ b/si/msos-hub/index.html @@ -395,6 +395,7 @@ Upravljanje piškotkov + diff --git a/si/news/index.html b/si/news/index.html index a2ddf106..bf515d9d 100644 --- a/si/news/index.html +++ b/si/news/index.html @@ -459,6 +459,7 @@ Upravljanje piškotkov + diff --git a/si/news/proof-of-means-updated-2026/index.html b/si/news/proof-of-means-updated-2026/index.html index 323af392..fccca2cb 100644 --- a/si/news/proof-of-means-updated-2026/index.html +++ b/si/news/proof-of-means-updated-2026/index.html @@ -285,6 +285,7 @@ Upravljanje piškotkov + diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html index 7715e486..beeecf47 100644 --- a/si/privacy-policy/index.html +++ b/si/privacy-policy/index.html @@ -348,6 +348,7 @@ Upravljanje piškotkov + diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html index e4c14d99..5da540a1 100644 --- a/si/projects/humanitarian-tournament-in-maribor/index.html +++ b/si/projects/humanitarian-tournament-in-maribor/index.html @@ -379,6 +379,7 @@ Upravljanje piškotkov + diff --git a/si/projects/in-memory-of-frosina-kulakova/index.html b/si/projects/in-memory-of-frosina-kulakova/index.html index 5bb18368..5dbeae5b 100644 --- a/si/projects/in-memory-of-frosina-kulakova/index.html +++ b/si/projects/in-memory-of-frosina-kulakova/index.html @@ -311,6 +311,7 @@ Upravljanje piškotkov + 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 01a95479..0f1863d1 100644 --- a/si/projects/in-memory-of-the-kochani-victims/index.html +++ b/si/projects/in-memory-of-the-kochani-victims/index.html @@ -322,6 +322,7 @@ Upravljanje piškotkov + diff --git a/si/projects/index.html b/si/projects/index.html index 75941010..fcda7438 100644 --- a/si/projects/index.html +++ b/si/projects/index.html @@ -416,6 +416,7 @@ Upravljanje piškotkov + diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html index bf4146c2..ca845ee3 100644 --- a/si/projects/macedonian-student-night-in-ljubljana/index.html +++ b/si/projects/macedonian-student-night-in-ljubljana/index.html @@ -364,6 +364,7 @@ Upravljanje piškotkov + diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html index 222c99ad..8357efac 100644 --- a/si/projects/meet-student-slovenia-2023/index.html +++ b/si/projects/meet-student-slovenia-2023/index.html @@ -405,6 +405,7 @@ Upravljanje piškotkov + diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html index b996e2b9..583c7895 100644 --- a/si/projects/meet-student-slovenia-2024/index.html +++ b/si/projects/meet-student-slovenia-2024/index.html @@ -384,6 +384,7 @@ Upravljanje piškotkov + 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 615a31b3..68c3c92d 100644 --- a/si/projects/morning-coffee-in-front-of-ctk/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk/index.html @@ -350,6 +350,7 @@ Upravljanje piškotkov + diff --git a/si/projects/paint-and-wine-at-sunset/index.html b/si/projects/paint-and-wine-at-sunset/index.html index 691ee86b..98864fe8 100644 --- a/si/projects/paint-and-wine-at-sunset/index.html +++ b/si/projects/paint-and-wine-at-sunset/index.html @@ -361,6 +361,7 @@ Upravljanje piškotkov + diff --git a/si/projects/watching-handball-together-in-slovenia/index.html b/si/projects/watching-handball-together-in-slovenia/index.html index 64ccb43e..4780e771 100644 --- a/si/projects/watching-handball-together-in-slovenia/index.html +++ b/si/projects/watching-handball-together-in-slovenia/index.html @@ -347,6 +347,7 @@ Upravljanje piškotkov + diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html index c582e9f2..10a7efab 100644 --- a/si/student-welcome-guide/academic-life/index.html +++ b/si/student-welcome-guide/academic-life/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -349,6 +354,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html index f5d996cd..94951ff0 100644 --- a/si/student-welcome-guide/administrative-basics/index.html +++ b/si/student-welcome-guide/administrative-basics/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -346,6 +351,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/admission-and-enrolment/index.html b/si/student-welcome-guide/admission-and-enrolment/index.html index b7a895cd..9ef21a4c 100644 --- a/si/student-welcome-guide/admission-and-enrolment/index.html +++ b/si/student-welcome-guide/admission-and-enrolment/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -347,6 +352,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html index 5f680119..cfc8a5c9 100644 --- a/si/student-welcome-guide/application-deadlines/index.html +++ b/si/student-welcome-guide/application-deadlines/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -344,6 +349,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html index d15457e5..0913dda1 100644 --- a/si/student-welcome-guide/arrival-checklist/index.html +++ b/si/student-welcome-guide/arrival-checklist/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -362,6 +367,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html index 85b510d2..96613525 100644 --- a/si/student-welcome-guide/bachelor-application/index.html +++ b/si/student-welcome-guide/bachelor-application/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -374,6 +379,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/choose-a-programme/index.html b/si/student-welcome-guide/choose-a-programme/index.html index 81f65486..129a7611 100644 --- a/si/student-welcome-guide/choose-a-programme/index.html +++ b/si/student-welcome-guide/choose-a-programme/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -365,6 +370,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/complete-student-journey/index.html b/si/student-welcome-guide/complete-student-journey/index.html index 77bf0019..1689e465 100644 --- a/si/student-welcome-guide/complete-student-journey/index.html +++ b/si/student-welcome-guide/complete-student-journey/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -390,6 +395,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html index b6b28617..408c6400 100644 --- a/si/student-welcome-guide/document-preparation/index.html +++ b/si/student-welcome-guide/document-preparation/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -339,6 +344,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/evs-application-guide/index.html b/si/student-welcome-guide/evs-application-guide/index.html index eca7f910..0fc079c3 100644 --- a/si/student-welcome-guide/evs-application-guide/index.html +++ b/si/student-welcome-guide/evs-application-guide/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -357,6 +362,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/healthcare-in-slovenia/index.html b/si/student-welcome-guide/healthcare-in-slovenia/index.html index eee6ab60..01fad529 100644 --- a/si/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -400,6 +405,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html index cf6a62a0..24a68e12 100644 --- a/si/student-welcome-guide/index.html +++ b/si/student-welcome-guide/index.html @@ -204,6 +204,11 @@

Ne predpostavlja, da vsi študirajo v Ljubljani. Ista pot lahko vodi v Maribor, Koper, Novo Gorico, Celje ali drugo slovensko študijsko središče, vsako mesto pa prinaša drugačne potrebe glede nastanitve, prevoza in vsakdana.

+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+

Ustvari mojo osebno pot

@@ -503,6 +508,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html index 01d9aa2c..4e259357 100644 --- a/si/student-welcome-guide/master-application/index.html +++ b/si/student-welcome-guide/master-application/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -351,6 +356,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html index 3ee8c310..16a0a490 100644 --- a/si/student-welcome-guide/means-accommodation-address/index.html +++ b/si/student-welcome-guide/means-accommodation-address/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -423,6 +428,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html index 3ec4a691..a7454ecd 100644 --- a/si/student-welcome-guide/my-route/index.html +++ b/si/student-welcome-guide/my-route/index.html @@ -251,6 +251,7 @@ Upravljanje piškotkov + 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 75edb5e9..f705a630 100644 --- a/si/student-welcome-guide/official-sources-and-checklists/index.html +++ b/si/student-welcome-guide/official-sources-and-checklists/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -378,6 +383,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/prepare-to-move/index.html b/si/student-welcome-guide/prepare-to-move/index.html index b5f8aa2e..13c7928f 100644 --- a/si/student-welcome-guide/prepare-to-move/index.html +++ b/si/student-welcome-guide/prepare-to-move/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -395,6 +400,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/recognition-of-education/index.html b/si/student-welcome-guide/recognition-of-education/index.html index 91eb744b..4c3fb31c 100644 --- a/si/student-welcome-guide/recognition-of-education/index.html +++ b/si/student-welcome-guide/recognition-of-education/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -340,6 +345,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/renew-change-graduate/index.html b/si/student-welcome-guide/renew-change-graduate/index.html index baf073c9..54b40ceb 100644 --- a/si/student-welcome-guide/renew-change-graduate/index.html +++ b/si/student-welcome-guide/renew-change-graduate/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -349,6 +354,7 @@ Upravljanje piškotkov
+ 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 0447be71..d8f162c6 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 @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -389,6 +394,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html index b1dd43a0..0b06dc2a 100644 --- a/si/student-welcome-guide/student-accommodation/index.html +++ b/si/student-welcome-guide/student-accommodation/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -389,6 +394,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html index b93edb43..a2ef54c2 100644 --- a/si/student-welcome-guide/student-budget/index.html +++ b/si/student-welcome-guide/student-budget/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -359,6 +364,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html index e44cad3c..19d60d54 100644 --- a/si/student-welcome-guide/student-meals/index.html +++ b/si/student-welcome-guide/student-meals/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -347,6 +352,7 @@ Upravljanje piškotkov
+ 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 79fca42a..2cc1fb67 100644 --- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -384,6 +389,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html index b8bb21c0..b59a43c2 100644 --- a/si/student-welcome-guide/student-residence-permit/index.html +++ b/si/student-welcome-guide/student-residence-permit/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -401,6 +406,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html index f2cfc16a..8a6032e1 100644 --- a/si/student-welcome-guide/student-transport/index.html +++ b/si/student-welcome-guide/student-transport/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -368,6 +373,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html index 62d29d0a..648276f9 100644 --- a/si/student-welcome-guide/student-work/index.html +++ b/si/student-welcome-guide/student-work/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -342,6 +347,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html index b741111d..e4ae1e8c 100644 --- a/si/student-welcome-guide/study-cities/index.html +++ b/si/student-welcome-guide/study-cities/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -374,6 +379,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/tuition-and-scholarships/index.html b/si/student-welcome-guide/tuition-and-scholarships/index.html index 8095a1f8..0bab3441 100644 --- a/si/student-welcome-guide/tuition-and-scholarships/index.html +++ b/si/student-welcome-guide/tuition-and-scholarships/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -344,6 +349,7 @@ Upravljanje piškotkov
+ 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 6f433f8f..3793e913 100644 --- a/si/student-welcome-guide/visa-and-residence-explained/index.html +++ b/si/student-welcome-guide/visa-and-residence-explained/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -371,6 +376,7 @@ Upravljanje piškotkov
+ diff --git a/si/student-welcome-guide/wellbeing-and-community/index.html b/si/student-welcome-guide/wellbeing-and-community/index.html index 887713c9..76c1fbb0 100644 --- a/si/student-welcome-guide/wellbeing-and-community/index.html +++ b/si/student-welcome-guide/wellbeing-and-community/index.html @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -338,6 +343,7 @@ Upravljanje piškotkov
+ 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 0c92e62c..936b60b4 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 @@ -204,6 +204,11 @@
+
+ +
Dobro je vedetiTa vodnik so pripravili študenti in ne strokovnjaki ali uradne ustanove. Namenjen je vam in vašim staršem v pomoč pri vpisu in ustalitvi v Sloveniji. Nekateri podatki se lahko spremenijo ali zastarajo, zato vedno preverite uradne vire in pomembne stvari potrdite pri pristojnih ustanovah. Ne prevzemamo odgovornosti za napačne, zastarele ali napačno razumljene informacije — vedno pa vam radi pomagamo. Če opazite kaj, kar ni pravilno, nam sporočite v razdelku »Je bila ta stran koristna?« na dnu strani.
+
+
Velja za: študente iz Makedonije Nazadnje preverjeno: 30. julij 2026 @@ -409,6 +414,7 @@ Upravljanje piškotkov
+ diff --git a/si/support/index.html b/si/support/index.html index ad77b694..70bafc11 100644 --- a/si/support/index.html +++ b/si/support/index.html @@ -414,6 +414,7 @@ Upravljanje piškotkov + diff --git a/si/timeline-and-milestones/index.html b/si/timeline-and-milestones/index.html index 089bc7b8..463464bc 100644 --- a/si/timeline-and-milestones/index.html +++ b/si/timeline-and-milestones/index.html @@ -494,6 +494,7 @@ Upravljanje piškotkov +