diff --git a/404.html b/404.html index 2496eb3e..8925ecab 100644 --- a/404.html +++ b/404.html @@ -25,7 +25,7 @@ - + @@ -70,7 +70,7 @@

- - + + diff --git a/consent.js b/consent.js index 606880fd..985c7049 100644 --- a/consent.js +++ b/consent.js @@ -11,12 +11,12 @@ var lang = docLang === 'sl' ? 'si' : (['en', 'mk', 'si'].indexOf(docLang) === -1 ? 'en' : docLang); var T = { - en: { text: 'We use cookies to measure how the site is used and improve it. You can accept or decline analytics cookies.', - accept: 'Accept', decline: 'Decline', policy: 'Cookie policy', aria: 'Cookie consent' }, - mk: { text: 'Користиме колачиња за да измериме како се користи страницата и да ја подобриме. Можете да ги прифатите или одбиете аналитичките колачиња.', - accept: 'Прифати', decline: 'Одбиј', policy: 'Политика за колачиња', aria: 'Согласност за колачиња' }, - si: { text: 'Uporabljamo piškotke, da izmerimo, kako se stran uporablja, in jo izboljšamo. Analitične piškotke lahko sprejmete ali zavrnete.', - accept: 'Sprejmi', decline: 'Zavrni', policy: 'Politika piškotkov', aria: 'Soglasje za piškotke' } + en: { text: 'Help us improve MSOS for students — allow anonymous analytics so we can see what students find useful. No ads, and we never sell your data.', + accept: 'Allow', decline: 'Decline', policy: 'Cookie policy', aria: 'Cookie consent' }, + mk: { text: 'Помогнете ни да го подобриме MSOS за студентите — дозволете анонимна аналитика за да видиме што им користи. Без реклами и никогаш не ги продаваме вашите податоци.', + accept: 'Дозволи', decline: 'Одбиј', policy: 'Политика за колачиња', aria: 'Согласност за колачиња' }, + si: { text: 'Pomagajte nam izboljšati MSOS za študente — dovolite anonimno analitiko, da vidimo, kaj je koristno. Brez oglasov, vaših podatkov pa nikoli ne prodajamo.', + accept: 'Dovoli', decline: 'Zavrni', policy: 'Politika piškotkov', aria: 'Soglasje za piškotke' } }; var t = T[lang]; var policyHref = '/' + lang + '/cookie-policy/'; @@ -25,10 +25,9 @@ function grant() { gtagSafe(); - window.gtag('consent', 'update', { - ad_storage: 'granted', ad_user_data: 'granted', - ad_personalization: 'granted', analytics_storage: 'granted' - }); + // Analytics only — MSOS runs no ads, so advertising consent stays denied + // (keeps what we switch on consistent with what the banner tells users). + window.gtag('consent', 'update', { analytics_storage: 'granted' }); } function injectStyles() { diff --git a/css/main.css b/css/main.css index 53311bfc..dfa62dac 100644 --- a/css/main.css +++ b/css/main.css @@ -15,36 +15,36 @@ */ /* 1. Base Styles */ -@import 'base/_base.css?v=f95de694'; -@import 'base/_typography.css?v=f95de694'; +@import 'base/_base.css?v=cd97d474'; +@import 'base/_typography.css?v=cd97d474'; /* 2. Layout Components */ -@import 'layout/_header.css?v=f95de694'; -@import 'layout/_footer.css?v=f95de694'; +@import 'layout/_header.css?v=cd97d474'; +@import 'layout/_footer.css?v=cd97d474'; /* 3. Reusable Components */ -@import 'components/_buttons.css?v=f95de694'; -@import 'components/_cards.css?v=f95de694'; -@import 'components/_lang-banner.css?v=f95de694'; -@import 'components/_lightbox.css?v=f95de694'; +@import 'components/_buttons.css?v=cd97d474'; +@import 'components/_cards.css?v=cd97d474'; +@import 'components/_lang-banner.css?v=cd97d474'; +@import 'components/_lightbox.css?v=cd97d474'; /* 4. Page-specific Styles */ -@import 'pages/_home.css?v=f95de694'; -@import 'pages/_projects.css?v=f95de694'; -@import 'pages/_article.css?v=f95de694'; -@import 'pages/_about.css?v=f95de694'; -@import 'pages/_timeline.css?v=f95de694'; -@import 'pages/_guide.css?v=f95de694'; -@import 'pages/_faq.css?v=f95de694'; -@import 'pages/_blog.css?v=f95de694'; -@import 'pages/_news.css?v=f95de694'; -@import 'pages/_member.css?v=f95de694'; -@import 'pages/_support.css?v=f95de694'; -@import 'pages/_hub.css?v=f95de694'; -@import 'pages/_legal.css?v=f95de694'; -@import 'pages/_gallery.css?v=f95de694'; -@import 'pages/_press.css?v=f95de694'; -@import 'pages/_event.css?v=f95de694'; +@import 'pages/_home.css?v=cd97d474'; +@import 'pages/_projects.css?v=cd97d474'; +@import 'pages/_article.css?v=cd97d474'; +@import 'pages/_about.css?v=cd97d474'; +@import 'pages/_timeline.css?v=cd97d474'; +@import 'pages/_guide.css?v=cd97d474'; +@import 'pages/_faq.css?v=cd97d474'; +@import 'pages/_blog.css?v=cd97d474'; +@import 'pages/_news.css?v=cd97d474'; +@import 'pages/_member.css?v=cd97d474'; +@import 'pages/_support.css?v=cd97d474'; +@import 'pages/_hub.css?v=cd97d474'; +@import 'pages/_legal.css?v=cd97d474'; +@import 'pages/_gallery.css?v=cd97d474'; +@import 'pages/_press.css?v=cd97d474'; +@import 'pages/_event.css?v=cd97d474'; /* Loaded last so the shared filter bar wins over per-page chip styles. */ -@import 'pages/_filterbar.css?v=f95de694'; \ No newline at end of file +@import 'pages/_filterbar.css?v=cd97d474'; \ No newline at end of file diff --git a/en/about-us/index.html b/en/about-us/index.html index 82896100..3ea2b78b 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -574,8 +575,8 @@ - - - + + + diff --git a/en/become-a-member/index.html b/en/become-a-member/index.html index 2f3f2e67..3ed871a8 100644 --- a/en/become-a-member/index.html +++ b/en/become-a-member/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -626,10 +627,10 @@ - - + + - - + + diff --git a/en/blog/ad-futura-scholarship-slovenia-2026/index.html b/en/blog/ad-futura-scholarship-slovenia-2026/index.html index 4ac32e30..4ae333e8 100644 --- a/en/blog/ad-futura-scholarship-slovenia-2026/index.html +++ b/en/blog/ad-futura-scholarship-slovenia-2026/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -446,9 +447,9 @@ - + - - + + diff --git a/en/blog/how-i-coped-with-leaving-home/index.html b/en/blog/how-i-coped-with-leaving-home/index.html index 3088cbee..aa7bacaf 100644 --- a/en/blog/how-i-coped-with-leaving-home/index.html +++ b/en/blog/how-i-coped-with-leaving-home/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -350,9 +351,9 @@ - + - - + + 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 7a4b8fce..7e834470 100644 --- a/en/blog/how-to-open-slovenian-bank-account/index.html +++ b/en/blog/how-to-open-slovenian-bank-account/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -424,9 +425,9 @@ - + - - + + diff --git a/en/blog/index.html b/en/blog/index.html index 6ba9ff2b..c69e4d5f 100644 --- a/en/blog/index.html +++ b/en/blog/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -436,11 +437,11 @@ - + - - - - + + + + diff --git a/en/blog/learning-slovene-where-to-start/index.html b/en/blog/learning-slovene-where-to-start/index.html index 5b84e2c7..b5f931af 100644 --- a/en/blog/learning-slovene-where-to-start/index.html +++ b/en/blog/learning-slovene-where-to-start/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -383,9 +384,9 @@ - + - - + + 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 7066d557..80837e57 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -395,9 +396,9 @@ - + - - + + 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 59207964..b1d0f0a1 100644 --- a/en/blog/welcome-days-slovenian-universities-2026-2027/index.html +++ b/en/blog/welcome-days-slovenian-universities-2026-2027/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -386,9 +387,9 @@ - + - - + + diff --git a/en/blog/where-to-search-for-accommodation-in-slovenia/index.html b/en/blog/where-to-search-for-accommodation-in-slovenia/index.html index 05ac2161..807d689f 100644 --- a/en/blog/where-to-search-for-accommodation-in-slovenia/index.html +++ b/en/blog/where-to-search-for-accommodation-in-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -439,9 +440,9 @@ - + - - + + diff --git a/en/cookie-policy/index.html b/en/cookie-policy/index.html index 5daae0b7..f8d78426 100644 --- a/en/cookie-policy/index.html +++ b/en/cookie-policy/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -324,8 +325,8 @@ - - - + + + diff --git a/en/faq/index.html b/en/faq/index.html index 22e74b32..9b0c87f7 100644 --- a/en/faq/index.html +++ b/en/faq/index.html @@ -24,6 +24,7 @@ + @@ -60,7 +61,7 @@ - + @@ -541,7 +542,7 @@ - - + + diff --git a/en/gallery/index.html b/en/gallery/index.html index 2d6e1076..a3054a6e 100644 --- a/en/gallery/index.html +++ b/en/gallery/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -650,8 +651,8 @@ - - - + + + 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 930ec9b1..1c0d0598 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -401,8 +402,8 @@ - - - + + + 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 edaf110f..3a8d1bc3 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -407,8 +408,8 @@ - - - + + + diff --git a/en/get-to-know-macedonia/index.html b/en/get-to-know-macedonia/index.html index 2d8a3de7..d3a73b67 100644 --- a/en/get-to-know-macedonia/index.html +++ b/en/get-to-know-macedonia/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -374,8 +375,8 @@ - - - + + + 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 7cdd0e95..db7e7d65 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -407,8 +408,8 @@ - - - + + + 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 81f58e41..c4da59a0 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -399,8 +400,8 @@ - - - + + + 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 b65c71a7..6942e29c 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -389,8 +390,8 @@ - - - + + + 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 dccbd62c..375db27f 100644 --- a/en/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/en/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -386,8 +387,8 @@ - - - + + + 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 6eda5595..6a9782c9 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -391,8 +392,8 @@ - - - + + + diff --git a/en/get-to-know-slovenia/index.html b/en/get-to-know-slovenia/index.html index 05e594fd..91c3d033 100644 --- a/en/get-to-know-slovenia/index.html +++ b/en/get-to-know-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -374,8 +375,8 @@ - - - + + + 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 e4c46fc4..9c3863f9 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -387,8 +388,8 @@ - - - + + + 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 81f45616..2f1846ae 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -381,8 +382,8 @@ - - - + + + 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 2fd29393..06427291 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -408,8 +409,8 @@ - - - + + + 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 6c649220..4645b778 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -393,8 +394,8 @@ - - - + + + 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 9a0c4a63..9d90d179 100644 --- a/en/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/en/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -364,8 +365,8 @@ - - - + + + diff --git a/en/index.html b/en/index.html index 69f12a2d..5a4b4b68 100644 --- a/en/index.html +++ b/en/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -554,8 +555,8 @@ - - - + + + \ No newline at end of file diff --git a/en/legal/index.html b/en/legal/index.html index f9cce4f2..cb024dc4 100644 --- a/en/legal/index.html +++ b/en/legal/index.html @@ -24,6 +24,7 @@ + @@ -57,7 +58,7 @@ - + @@ -319,8 +320,8 @@ - - - + + + diff --git a/en/msos-hub/index.html b/en/msos-hub/index.html index 56772525..178eb49b 100644 --- a/en/msos-hub/index.html +++ b/en/msos-hub/index.html @@ -24,6 +24,7 @@ + @@ -57,7 +58,7 @@ - + @@ -414,8 +415,8 @@ - - - + + + diff --git a/en/news/index.html b/en/news/index.html index 87cda9b7..1c8a6be7 100644 --- a/en/news/index.html +++ b/en/news/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -578,11 +579,11 @@ - - - + + + - - + + diff --git a/en/news/meet-student-slovenia-2026/index.html b/en/news/meet-student-slovenia-2026/index.html index 1b76f814..322d44a0 100644 --- a/en/news/meet-student-slovenia-2026/index.html +++ b/en/news/meet-student-slovenia-2026/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -431,10 +432,10 @@ - - + + - - + + diff --git a/en/news/proof-of-means-updated-2026/index.html b/en/news/proof-of-means-updated-2026/index.html index 78bb002d..7333d462 100644 --- a/en/news/proof-of-means-updated-2026/index.html +++ b/en/news/proof-of-means-updated-2026/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -304,9 +305,9 @@ - + - - + + diff --git a/en/press/index.html b/en/press/index.html index 71f7300a..8822d82f 100644 --- a/en/press/index.html +++ b/en/press/index.html @@ -24,6 +24,7 @@ + @@ -56,7 +57,7 @@ - + @@ -461,7 +462,7 @@ - - + + diff --git a/en/privacy-policy/index.html b/en/privacy-policy/index.html index c0eb97a8..723961a0 100644 --- a/en/privacy-policy/index.html +++ b/en/privacy-policy/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -370,8 +371,8 @@ - - - + + + diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html index da643132..397aff4d 100644 --- a/en/projects/humanitarian-tournament-in-maribor/index.html +++ b/en/projects/humanitarian-tournament-in-maribor/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -405,8 +406,8 @@ - - - + + + diff --git a/en/projects/in-memory-of-frosina-kulakova/index.html b/en/projects/in-memory-of-frosina-kulakova/index.html index 3811683d..1068dc32 100644 --- a/en/projects/in-memory-of-frosina-kulakova/index.html +++ b/en/projects/in-memory-of-frosina-kulakova/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -343,8 +344,8 @@ - - - + + + 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 b8d2f567..91ca1268 100644 --- a/en/projects/in-memory-of-the-kochani-victims/index.html +++ b/en/projects/in-memory-of-the-kochani-victims/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -351,8 +352,8 @@ - - - + + + diff --git a/en/projects/index.html b/en/projects/index.html index b2ebe68a..ae132d63 100644 --- a/en/projects/index.html +++ b/en/projects/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -513,9 +514,9 @@ - - - - + + + + \ No newline at end of file diff --git a/en/projects/joint-walk-path-around-the-wire/index.html b/en/projects/joint-walk-path-around-the-wire/index.html index cdc0dd58..8bb7f880 100644 --- a/en/projects/joint-walk-path-around-the-wire/index.html +++ b/en/projects/joint-walk-path-around-the-wire/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -381,8 +382,8 @@ - - - + + + diff --git a/en/projects/kafanska-vecher-2025/index.html b/en/projects/kafanska-vecher-2025/index.html index 3150799c..ef581c43 100644 --- a/en/projects/kafanska-vecher-2025/index.html +++ b/en/projects/kafanska-vecher-2025/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -407,8 +408,8 @@ - - - + + + diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html index c731a340..8a89178e 100644 --- a/en/projects/macedonian-student-night-in-ljubljana/index.html +++ b/en/projects/macedonian-student-night-in-ljubljana/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -421,8 +422,8 @@ - - - + + + \ No newline at end of file diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html index f025c5bb..cdfec616 100644 --- a/en/projects/meet-student-slovenia-2023/index.html +++ b/en/projects/meet-student-slovenia-2023/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -446,8 +447,8 @@ - - - + + + \ No newline at end of file diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html index e798f699..ce54d4fd 100644 --- a/en/projects/meet-student-slovenia-2024/index.html +++ b/en/projects/meet-student-slovenia-2024/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -445,8 +446,8 @@ - - - + + + \ No newline at end of file diff --git a/en/projects/morning-coffee-in-front-of-ctk-2026/index.html b/en/projects/morning-coffee-in-front-of-ctk-2026/index.html index c13e08eb..4173b30c 100644 --- a/en/projects/morning-coffee-in-front-of-ctk-2026/index.html +++ b/en/projects/morning-coffee-in-front-of-ctk-2026/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -401,8 +402,8 @@ - - - + + + 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 0ae2602a..0d98bdaf 100644 --- a/en/projects/morning-coffee-in-front-of-ctk/index.html +++ b/en/projects/morning-coffee-in-front-of-ctk/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -410,8 +411,8 @@ - - - + + + \ No newline at end of file diff --git a/en/projects/paint-and-wine-at-sunset/index.html b/en/projects/paint-and-wine-at-sunset/index.html index a0c0b4f8..afded491 100644 --- a/en/projects/paint-and-wine-at-sunset/index.html +++ b/en/projects/paint-and-wine-at-sunset/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -390,8 +391,8 @@ - - - + + + diff --git a/en/projects/president-siljanovska-davkova-lecture-2026/index.html b/en/projects/president-siljanovska-davkova-lecture-2026/index.html index 9d0ac323..0435f601 100644 --- a/en/projects/president-siljanovska-davkova-lecture-2026/index.html +++ b/en/projects/president-siljanovska-davkova-lecture-2026/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -404,8 +405,8 @@ - - - + + + diff --git a/en/projects/sepa-webinar-2026/index.html b/en/projects/sepa-webinar-2026/index.html index f30a0234..1ab7c390 100644 --- a/en/projects/sepa-webinar-2026/index.html +++ b/en/projects/sepa-webinar-2026/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -377,8 +378,8 @@ - - - + + + diff --git a/en/projects/teambuilding-hub-opening-2026/index.html b/en/projects/teambuilding-hub-opening-2026/index.html index a2bb18b2..8796e9bc 100644 --- a/en/projects/teambuilding-hub-opening-2026/index.html +++ b/en/projects/teambuilding-hub-opening-2026/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -414,8 +415,8 @@ - - - + + + diff --git a/en/projects/watching-handball-together-in-slovenia/index.html b/en/projects/watching-handball-together-in-slovenia/index.html index 19240c43..22b04a25 100644 --- a/en/projects/watching-handball-together-in-slovenia/index.html +++ b/en/projects/watching-handball-together-in-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -381,8 +382,8 @@ - - - + + + diff --git a/en/projects/watching-macedonia-wales-football-match/index.html b/en/projects/watching-macedonia-wales-football-match/index.html index b7ece057..3a083cfe 100644 --- a/en/projects/watching-macedonia-wales-football-match/index.html +++ b/en/projects/watching-macedonia-wales-football-match/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -390,8 +391,8 @@ - - - + + + diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html index 8d23cc0b..cdb4f7d9 100644 --- a/en/student-welcome-guide/academic-life/index.html +++ b/en/student-welcome-guide/academic-life/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -368,9 +369,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html index b77262ba..95e17cc7 100644 --- a/en/student-welcome-guide/administrative-basics/index.html +++ b/en/student-welcome-guide/administrative-basics/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -356,9 +357,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/admission-and-enrolment/index.html b/en/student-welcome-guide/admission-and-enrolment/index.html index 9e785610..6d084bc7 100644 --- a/en/student-welcome-guide/admission-and-enrolment/index.html +++ b/en/student-welcome-guide/admission-and-enrolment/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -366,9 +367,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/application-deadlines/index.html b/en/student-welcome-guide/application-deadlines/index.html index 9bb382b4..e2128a29 100644 --- a/en/student-welcome-guide/application-deadlines/index.html +++ b/en/student-welcome-guide/application-deadlines/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -363,9 +364,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/arrival-checklist/index.html b/en/student-welcome-guide/arrival-checklist/index.html index b5282960..b822d3d0 100644 --- a/en/student-welcome-guide/arrival-checklist/index.html +++ b/en/student-welcome-guide/arrival-checklist/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -381,9 +382,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/bachelor-application/index.html b/en/student-welcome-guide/bachelor-application/index.html index d871574e..cf856c50 100644 --- a/en/student-welcome-guide/bachelor-application/index.html +++ b/en/student-welcome-guide/bachelor-application/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -393,9 +394,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/choose-a-programme/index.html b/en/student-welcome-guide/choose-a-programme/index.html index 4f133b0a..6ac1ec2b 100644 --- a/en/student-welcome-guide/choose-a-programme/index.html +++ b/en/student-welcome-guide/choose-a-programme/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -384,9 +385,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/complete-student-journey/index.html b/en/student-welcome-guide/complete-student-journey/index.html index 20483272..aa094cc9 100644 --- a/en/student-welcome-guide/complete-student-journey/index.html +++ b/en/student-welcome-guide/complete-student-journey/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -409,9 +410,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/document-preparation/index.html b/en/student-welcome-guide/document-preparation/index.html index a846c53a..43b0009d 100644 --- a/en/student-welcome-guide/document-preparation/index.html +++ b/en/student-welcome-guide/document-preparation/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -358,9 +359,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/evs-application-guide/index.html b/en/student-welcome-guide/evs-application-guide/index.html index 183cd639..ea5d4de5 100644 --- a/en/student-welcome-guide/evs-application-guide/index.html +++ b/en/student-welcome-guide/evs-application-guide/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -376,9 +377,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/healthcare-in-slovenia/index.html b/en/student-welcome-guide/healthcare-in-slovenia/index.html index d0f8875b..2a60fc94 100644 --- a/en/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/en/student-welcome-guide/healthcare-in-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -419,9 +420,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/index.html b/en/student-welcome-guide/index.html index 66e4188d..fde4f3bb 100644 --- a/en/student-welcome-guide/index.html +++ b/en/student-welcome-guide/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -527,10 +528,10 @@ - - - - - + + + + + diff --git a/en/student-welcome-guide/master-application/index.html b/en/student-welcome-guide/master-application/index.html index 79f0355b..6cda0b48 100644 --- a/en/student-welcome-guide/master-application/index.html +++ b/en/student-welcome-guide/master-application/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -370,9 +371,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/means-accommodation-address/index.html b/en/student-welcome-guide/means-accommodation-address/index.html index 74d4b352..50257a31 100644 --- a/en/student-welcome-guide/means-accommodation-address/index.html +++ b/en/student-welcome-guide/means-accommodation-address/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -442,9 +443,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/my-route/index.html b/en/student-welcome-guide/my-route/index.html index 1bba1793..318651c5 100644 --- a/en/student-welcome-guide/my-route/index.html +++ b/en/student-welcome-guide/my-route/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - +

Your personal study route

@@ -270,9 +271,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/official-sources-and-checklists/index.html b/en/student-welcome-guide/official-sources-and-checklists/index.html index 542dfb0d..52b1f426 100644 --- a/en/student-welcome-guide/official-sources-and-checklists/index.html +++ b/en/student-welcome-guide/official-sources-and-checklists/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -387,9 +388,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/prepare-to-move/index.html b/en/student-welcome-guide/prepare-to-move/index.html index a3ca5e71..a4ab78d8 100644 --- a/en/student-welcome-guide/prepare-to-move/index.html +++ b/en/student-welcome-guide/prepare-to-move/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -414,9 +415,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/recognition-of-education/index.html b/en/student-welcome-guide/recognition-of-education/index.html index ad8625ed..d12acbec 100644 --- a/en/student-welcome-guide/recognition-of-education/index.html +++ b/en/student-welcome-guide/recognition-of-education/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -359,9 +360,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/renew-change-graduate/index.html b/en/student-welcome-guide/renew-change-graduate/index.html index ad69d87b..304c3110 100644 --- a/en/student-welcome-guide/renew-change-graduate/index.html +++ b/en/student-welcome-guide/renew-change-graduate/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -368,9 +369,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/rm-si-3-health-insurance/index.html b/en/student-welcome-guide/rm-si-3-health-insurance/index.html index 71d39d94..4d9df53c 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -408,9 +409,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html index 68796fbc..1950ca5b 100644 --- a/en/student-welcome-guide/student-accommodation/index.html +++ b/en/student-welcome-guide/student-accommodation/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -409,9 +410,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html index 3b4cd0d0..1af39c64 100644 --- a/en/student-welcome-guide/student-budget/index.html +++ b/en/student-welcome-guide/student-budget/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -378,9 +379,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html index 29357539..13307a3e 100644 --- a/en/student-welcome-guide/student-meals/index.html +++ b/en/student-welcome-guide/student-meals/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -366,9 +367,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html index 3e0c5b08..98cbd4ba 100644 --- a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -403,9 +404,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/student-residence-permit/index.html b/en/student-welcome-guide/student-residence-permit/index.html index 01aeb1ae..2d430860 100644 --- a/en/student-welcome-guide/student-residence-permit/index.html +++ b/en/student-welcome-guide/student-residence-permit/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -420,9 +421,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html index 51223df8..1bf87944 100644 --- a/en/student-welcome-guide/student-transport/index.html +++ b/en/student-welcome-guide/student-transport/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -387,9 +388,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html index 03a60c51..c6b856e5 100644 --- a/en/student-welcome-guide/student-work/index.html +++ b/en/student-welcome-guide/student-work/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -361,9 +362,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html index 1f361d70..03d4f1cf 100644 --- a/en/student-welcome-guide/study-cities/index.html +++ b/en/student-welcome-guide/study-cities/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -421,9 +422,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html index 17ae3190..221ddb6d 100644 --- a/en/student-welcome-guide/tuition-and-scholarships/index.html +++ b/en/student-welcome-guide/tuition-and-scholarships/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -365,9 +366,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/visa-and-residence-explained/index.html b/en/student-welcome-guide/visa-and-residence-explained/index.html index 6849b314..001f6651 100644 --- a/en/student-welcome-guide/visa-and-residence-explained/index.html +++ b/en/student-welcome-guide/visa-and-residence-explained/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -392,9 +393,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/wellbeing-and-community/index.html b/en/student-welcome-guide/wellbeing-and-community/index.html index d487bd65..d175cd20 100644 --- a/en/student-welcome-guide/wellbeing-and-community/index.html +++ b/en/student-welcome-guide/wellbeing-and-community/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -357,9 +358,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/where-to-apply-for-residence/index.html b/en/student-welcome-guide/where-to-apply-for-residence/index.html index a59de1d3..71d88a6e 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -427,9 +428,9 @@ - - - - + + + + diff --git a/en/support/index.html b/en/support/index.html index 5228168a..fbf8cb6d 100644 --- a/en/support/index.html +++ b/en/support/index.html @@ -24,6 +24,7 @@ + @@ -57,7 +58,7 @@ - + @@ -598,9 +599,9 @@ - - - - + + + + diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index 71b9cd51..6aef49bb 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -513,8 +514,8 @@ - - - + + + \ No newline at end of file diff --git a/mk/about-us/index.html b/mk/about-us/index.html index af29e078..99b2ca4a 100644 --- a/mk/about-us/index.html +++ b/mk/about-us/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -574,8 +575,8 @@ - - - + + + diff --git a/mk/become-a-member/index.html b/mk/become-a-member/index.html index c953539f..a0539e67 100644 --- a/mk/become-a-member/index.html +++ b/mk/become-a-member/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -626,10 +627,10 @@ - - + + - - + + diff --git a/mk/blog/ad-futura-scholarship-slovenia-2026/index.html b/mk/blog/ad-futura-scholarship-slovenia-2026/index.html index 7080048e..88ab89d5 100644 --- a/mk/blog/ad-futura-scholarship-slovenia-2026/index.html +++ b/mk/blog/ad-futura-scholarship-slovenia-2026/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -446,9 +447,9 @@ - + - - + + diff --git a/mk/blog/how-i-coped-with-leaving-home/index.html b/mk/blog/how-i-coped-with-leaving-home/index.html index 455d7643..f0c1cac7 100644 --- a/mk/blog/how-i-coped-with-leaving-home/index.html +++ b/mk/blog/how-i-coped-with-leaving-home/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -350,9 +351,9 @@ - + - - + + 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 9e536d73..0b643571 100644 --- a/mk/blog/how-to-open-slovenian-bank-account/index.html +++ b/mk/blog/how-to-open-slovenian-bank-account/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -424,9 +425,9 @@ - + - - + + diff --git a/mk/blog/index.html b/mk/blog/index.html index bd63e0c0..7b7447bb 100644 --- a/mk/blog/index.html +++ b/mk/blog/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -436,11 +437,11 @@ - + - - - - + + + + diff --git a/mk/blog/learning-slovene-where-to-start/index.html b/mk/blog/learning-slovene-where-to-start/index.html index 25f2baae..887499e4 100644 --- a/mk/blog/learning-slovene-where-to-start/index.html +++ b/mk/blog/learning-slovene-where-to-start/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -383,9 +384,9 @@ - + - - + + 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 c6de319e..18af8849 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -395,9 +396,9 @@ - + - - + + 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 9725ddd3..d6726237 100644 --- a/mk/blog/welcome-days-slovenian-universities-2026-2027/index.html +++ b/mk/blog/welcome-days-slovenian-universities-2026-2027/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -386,9 +387,9 @@ - + - - + + diff --git a/mk/blog/where-to-search-for-accommodation-in-slovenia/index.html b/mk/blog/where-to-search-for-accommodation-in-slovenia/index.html index fe2e20f3..21373106 100644 --- a/mk/blog/where-to-search-for-accommodation-in-slovenia/index.html +++ b/mk/blog/where-to-search-for-accommodation-in-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -433,9 +434,9 @@ - + - - + + diff --git a/mk/cookie-policy/index.html b/mk/cookie-policy/index.html index 02dd35d0..c85e931e 100644 --- a/mk/cookie-policy/index.html +++ b/mk/cookie-policy/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -324,8 +325,8 @@ - - - + + + diff --git a/mk/faq/index.html b/mk/faq/index.html index 48a1ac9d..f354c452 100644 --- a/mk/faq/index.html +++ b/mk/faq/index.html @@ -24,6 +24,7 @@ + @@ -60,7 +61,7 @@ - + @@ -541,7 +542,7 @@ - - + + diff --git a/mk/gallery/index.html b/mk/gallery/index.html index 5741b3b8..73fc199c 100644 --- a/mk/gallery/index.html +++ b/mk/gallery/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -650,8 +651,8 @@ - - - + + + 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 5d6a25c5..fd8ee15e 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -401,8 +402,8 @@ - - - + + + 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 71779a9d..7cfe3584 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -407,8 +408,8 @@ - - - + + + diff --git a/mk/get-to-know-macedonia/index.html b/mk/get-to-know-macedonia/index.html index b1983571..63ca62c4 100644 --- a/mk/get-to-know-macedonia/index.html +++ b/mk/get-to-know-macedonia/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -374,8 +375,8 @@ - - - + + + 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 a94eaeba..e3b96349 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -407,8 +408,8 @@ - - - + + + 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 1f7d4ae6..befd7b20 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -399,8 +400,8 @@ - - - + + + 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 d5dfd993..50275c71 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -389,8 +390,8 @@ - - - + + + 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 83390301..b9568cae 100644 --- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -386,8 +387,8 @@ - - - + + + 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 e58fd422..e71532f0 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -391,8 +392,8 @@ - - - + + + diff --git a/mk/get-to-know-slovenia/index.html b/mk/get-to-know-slovenia/index.html index c1b442af..725ff53f 100644 --- a/mk/get-to-know-slovenia/index.html +++ b/mk/get-to-know-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -373,8 +374,8 @@ - - - + + + 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 09aa53ba..af3dd201 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -387,8 +388,8 @@ - - - + + + 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 23ec8b5e..33b0d559 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -377,8 +378,8 @@ - - - + + + 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 0fa639af..dba7449b 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -408,8 +409,8 @@ - - - + + + 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 ddd15382..244ea393 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -393,8 +394,8 @@ - - - + + + 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 d4b40d46..ff7107f8 100644 --- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -364,8 +365,8 @@ - - - + + + diff --git a/mk/index.html b/mk/index.html index e68f8a11..d926e249 100644 --- a/mk/index.html +++ b/mk/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -557,8 +558,8 @@ - - - + + + \ No newline at end of file diff --git a/mk/legal/index.html b/mk/legal/index.html index 8959ec33..9bfc273b 100644 --- a/mk/legal/index.html +++ b/mk/legal/index.html @@ -24,6 +24,7 @@ + @@ -57,7 +58,7 @@ - + @@ -319,8 +320,8 @@ - - - + + + diff --git a/mk/msos-hub/index.html b/mk/msos-hub/index.html index 29a3b85f..43b3ed7f 100644 --- a/mk/msos-hub/index.html +++ b/mk/msos-hub/index.html @@ -24,6 +24,7 @@ + @@ -57,7 +58,7 @@ - + @@ -414,8 +415,8 @@ - - - + + + diff --git a/mk/news/index.html b/mk/news/index.html index 3b0a16fc..371cd309 100644 --- a/mk/news/index.html +++ b/mk/news/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -578,11 +579,11 @@ - - - + + + - - + + diff --git a/mk/news/meet-student-slovenia-2026/index.html b/mk/news/meet-student-slovenia-2026/index.html index 8e7b074f..b0372ec8 100644 --- a/mk/news/meet-student-slovenia-2026/index.html +++ b/mk/news/meet-student-slovenia-2026/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -433,10 +434,10 @@ - - + + - - + + diff --git a/mk/news/proof-of-means-updated-2026/index.html b/mk/news/proof-of-means-updated-2026/index.html index 8d645f2a..163d7d93 100644 --- a/mk/news/proof-of-means-updated-2026/index.html +++ b/mk/news/proof-of-means-updated-2026/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -304,9 +305,9 @@ - + - - + + diff --git a/mk/press/index.html b/mk/press/index.html index f7d2f876..2fa44d8a 100644 --- a/mk/press/index.html +++ b/mk/press/index.html @@ -24,6 +24,7 @@ + @@ -56,7 +57,7 @@ - + @@ -461,7 +462,7 @@ - - + + diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html index 1bcf5eb9..d0e8da9c 100644 --- a/mk/privacy-policy/index.html +++ b/mk/privacy-policy/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -370,8 +371,8 @@ - - - + + + diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html index cf4add51..b19e106d 100644 --- a/mk/projects/humanitarian-tournament-in-maribor/index.html +++ b/mk/projects/humanitarian-tournament-in-maribor/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -405,8 +406,8 @@ - - - + + + diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html index b63408a6..afe3fa32 100644 --- a/mk/projects/in-memory-of-frosina-kulakova/index.html +++ b/mk/projects/in-memory-of-frosina-kulakova/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -343,8 +344,8 @@ - - - + + + 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 a36b49a8..a2ff1629 100644 --- a/mk/projects/in-memory-of-the-kochani-victims/index.html +++ b/mk/projects/in-memory-of-the-kochani-victims/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -351,8 +352,8 @@ - - - + + + diff --git a/mk/projects/index.html b/mk/projects/index.html index e5c3169c..c291f867 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -515,9 +516,9 @@ - - - - + + + + \ No newline at end of file diff --git a/mk/projects/joint-walk-path-around-the-wire/index.html b/mk/projects/joint-walk-path-around-the-wire/index.html index 45147f3c..46901977 100644 --- a/mk/projects/joint-walk-path-around-the-wire/index.html +++ b/mk/projects/joint-walk-path-around-the-wire/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -381,8 +382,8 @@ - - - + + + diff --git a/mk/projects/kafanska-vecher-2025/index.html b/mk/projects/kafanska-vecher-2025/index.html index a58d2fe4..9e5f1b94 100644 --- a/mk/projects/kafanska-vecher-2025/index.html +++ b/mk/projects/kafanska-vecher-2025/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -407,8 +408,8 @@ - - - + + + diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index a0ea89e1..4c9ed270 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -416,8 +417,8 @@ - - - + + + \ No newline at end of file diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html index 4df7ce47..398bf31b 100644 --- a/mk/projects/meet-student-slovenia-2023/index.html +++ b/mk/projects/meet-student-slovenia-2023/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -441,8 +442,8 @@ - - - + + + \ No newline at end of file diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html index b750d9c0..48ae70da 100644 --- a/mk/projects/meet-student-slovenia-2024/index.html +++ b/mk/projects/meet-student-slovenia-2024/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -440,8 +441,8 @@ - - - + + + \ No newline at end of file diff --git a/mk/projects/morning-coffee-in-front-of-ctk-2026/index.html b/mk/projects/morning-coffee-in-front-of-ctk-2026/index.html index 8f76ac10..8c1654fd 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk-2026/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk-2026/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -401,8 +402,8 @@ - - - + + + 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 26043d49..0f7d42ba 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -403,8 +404,8 @@ - - - + + + \ No newline at end of file diff --git a/mk/projects/paint-and-wine-at-sunset/index.html b/mk/projects/paint-and-wine-at-sunset/index.html index e392b9b3..ac986c38 100644 --- a/mk/projects/paint-and-wine-at-sunset/index.html +++ b/mk/projects/paint-and-wine-at-sunset/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -390,8 +391,8 @@ - - - + + + diff --git a/mk/projects/president-siljanovska-davkova-lecture-2026/index.html b/mk/projects/president-siljanovska-davkova-lecture-2026/index.html index 03601c65..cd60735b 100644 --- a/mk/projects/president-siljanovska-davkova-lecture-2026/index.html +++ b/mk/projects/president-siljanovska-davkova-lecture-2026/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -404,8 +405,8 @@ - - - + + + diff --git a/mk/projects/sepa-webinar-2026/index.html b/mk/projects/sepa-webinar-2026/index.html index 3985775a..c08252bd 100644 --- a/mk/projects/sepa-webinar-2026/index.html +++ b/mk/projects/sepa-webinar-2026/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -377,8 +378,8 @@ - - - + + + diff --git a/mk/projects/teambuilding-hub-opening-2026/index.html b/mk/projects/teambuilding-hub-opening-2026/index.html index bd8a0fd9..aa8b34d1 100644 --- a/mk/projects/teambuilding-hub-opening-2026/index.html +++ b/mk/projects/teambuilding-hub-opening-2026/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -414,8 +415,8 @@ - - - + + + diff --git a/mk/projects/watching-handball-together-in-slovenia/index.html b/mk/projects/watching-handball-together-in-slovenia/index.html index 8ae2a9eb..76d292fd 100644 --- a/mk/projects/watching-handball-together-in-slovenia/index.html +++ b/mk/projects/watching-handball-together-in-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -381,8 +382,8 @@ - - - + + + diff --git a/mk/projects/watching-macedonia-wales-football-match/index.html b/mk/projects/watching-macedonia-wales-football-match/index.html index 83a7665d..cf9877bb 100644 --- a/mk/projects/watching-macedonia-wales-football-match/index.html +++ b/mk/projects/watching-macedonia-wales-football-match/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -390,8 +391,8 @@ - - - + + + diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html index afe78117..2e3952cc 100644 --- a/mk/student-welcome-guide/academic-life/index.html +++ b/mk/student-welcome-guide/academic-life/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -368,9 +369,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html index 083b5b47..30390f57 100644 --- a/mk/student-welcome-guide/administrative-basics/index.html +++ b/mk/student-welcome-guide/administrative-basics/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -356,9 +357,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/admission-and-enrolment/index.html b/mk/student-welcome-guide/admission-and-enrolment/index.html index 042fc93a..f5ec1e22 100644 --- a/mk/student-welcome-guide/admission-and-enrolment/index.html +++ b/mk/student-welcome-guide/admission-and-enrolment/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -366,9 +367,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html index b9569905..32137b5d 100644 --- a/mk/student-welcome-guide/application-deadlines/index.html +++ b/mk/student-welcome-guide/application-deadlines/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -363,9 +364,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html index 5c974b2b..888f1810 100644 --- a/mk/student-welcome-guide/arrival-checklist/index.html +++ b/mk/student-welcome-guide/arrival-checklist/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -381,9 +382,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html index 02dce586..8ced510a 100644 --- a/mk/student-welcome-guide/bachelor-application/index.html +++ b/mk/student-welcome-guide/bachelor-application/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -393,9 +394,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/choose-a-programme/index.html b/mk/student-welcome-guide/choose-a-programme/index.html index 3ddc9c5e..b1ba5d79 100644 --- a/mk/student-welcome-guide/choose-a-programme/index.html +++ b/mk/student-welcome-guide/choose-a-programme/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -384,9 +385,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/complete-student-journey/index.html b/mk/student-welcome-guide/complete-student-journey/index.html index c4d13cb3..d0e15612 100644 --- a/mk/student-welcome-guide/complete-student-journey/index.html +++ b/mk/student-welcome-guide/complete-student-journey/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -409,9 +410,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html index aab958c7..accdf291 100644 --- a/mk/student-welcome-guide/document-preparation/index.html +++ b/mk/student-welcome-guide/document-preparation/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -358,9 +359,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/evs-application-guide/index.html b/mk/student-welcome-guide/evs-application-guide/index.html index f9526b0c..433d0053 100644 --- a/mk/student-welcome-guide/evs-application-guide/index.html +++ b/mk/student-welcome-guide/evs-application-guide/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -376,9 +377,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/healthcare-in-slovenia/index.html b/mk/student-welcome-guide/healthcare-in-slovenia/index.html index 395a3642..e3d9e3b0 100644 --- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -419,9 +420,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/index.html b/mk/student-welcome-guide/index.html index 18894f7b..9b494cd6 100644 --- a/mk/student-welcome-guide/index.html +++ b/mk/student-welcome-guide/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -527,10 +528,10 @@ - - - - - + + + + + diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html index e60c1ea5..c5277a01 100644 --- a/mk/student-welcome-guide/master-application/index.html +++ b/mk/student-welcome-guide/master-application/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -370,9 +371,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html index cf151a6f..968700b1 100644 --- a/mk/student-welcome-guide/means-accommodation-address/index.html +++ b/mk/student-welcome-guide/means-accommodation-address/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -442,9 +443,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html index 9e6883f0..d4ed3b18 100644 --- a/mk/student-welcome-guide/my-route/index.html +++ b/mk/student-welcome-guide/my-route/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - +

Вашиот личен студиски пат

@@ -270,9 +271,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/official-sources-and-checklists/index.html b/mk/student-welcome-guide/official-sources-and-checklists/index.html index ff2aedf8..345eab6e 100644 --- a/mk/student-welcome-guide/official-sources-and-checklists/index.html +++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -387,9 +388,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/prepare-to-move/index.html b/mk/student-welcome-guide/prepare-to-move/index.html index f91b932f..2a09a8e8 100644 --- a/mk/student-welcome-guide/prepare-to-move/index.html +++ b/mk/student-welcome-guide/prepare-to-move/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -414,9 +415,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/recognition-of-education/index.html b/mk/student-welcome-guide/recognition-of-education/index.html index 19f44960..ee66feb3 100644 --- a/mk/student-welcome-guide/recognition-of-education/index.html +++ b/mk/student-welcome-guide/recognition-of-education/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -359,9 +360,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/renew-change-graduate/index.html b/mk/student-welcome-guide/renew-change-graduate/index.html index 5de0530a..a833e8a4 100644 --- a/mk/student-welcome-guide/renew-change-graduate/index.html +++ b/mk/student-welcome-guide/renew-change-graduate/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -368,9 +369,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/rm-si-3-health-insurance/index.html b/mk/student-welcome-guide/rm-si-3-health-insurance/index.html index 0b7b041f..d407c07d 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -408,9 +409,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html index 98cecfcd..63b68959 100644 --- a/mk/student-welcome-guide/student-accommodation/index.html +++ b/mk/student-welcome-guide/student-accommodation/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -409,9 +410,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html index 28ccb454..efc92a4c 100644 --- a/mk/student-welcome-guide/student-budget/index.html +++ b/mk/student-welcome-guide/student-budget/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -378,9 +379,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html index 3536263b..3890be16 100644 --- a/mk/student-welcome-guide/student-meals/index.html +++ b/mk/student-welcome-guide/student-meals/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -366,9 +367,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html index 811c07ed..6ce43ee8 100644 --- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -403,9 +404,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html index 759c1c46..8c84d59e 100644 --- a/mk/student-welcome-guide/student-residence-permit/index.html +++ b/mk/student-welcome-guide/student-residence-permit/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -420,9 +421,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html index 837ed998..7d788402 100644 --- a/mk/student-welcome-guide/student-transport/index.html +++ b/mk/student-welcome-guide/student-transport/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -387,9 +388,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html index 9fe5f3b6..9eb1dc9b 100644 --- a/mk/student-welcome-guide/student-work/index.html +++ b/mk/student-welcome-guide/student-work/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -361,9 +362,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html index 90f36278..011511cc 100644 --- a/mk/student-welcome-guide/study-cities/index.html +++ b/mk/student-welcome-guide/study-cities/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -421,9 +422,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/tuition-and-scholarships/index.html b/mk/student-welcome-guide/tuition-and-scholarships/index.html index cf7be3e2..de8ce1a8 100644 --- a/mk/student-welcome-guide/tuition-and-scholarships/index.html +++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -365,9 +366,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/visa-and-residence-explained/index.html b/mk/student-welcome-guide/visa-and-residence-explained/index.html index 7b9e738c..1a6a72cf 100644 --- a/mk/student-welcome-guide/visa-and-residence-explained/index.html +++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -392,9 +393,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/wellbeing-and-community/index.html b/mk/student-welcome-guide/wellbeing-and-community/index.html index c4d1ebaf..72a52a9a 100644 --- a/mk/student-welcome-guide/wellbeing-and-community/index.html +++ b/mk/student-welcome-guide/wellbeing-and-community/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -357,9 +358,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/where-to-apply-for-residence/index.html b/mk/student-welcome-guide/where-to-apply-for-residence/index.html index 88bbb082..1a95dc31 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -427,9 +428,9 @@ - - - - + + + + diff --git a/mk/support/index.html b/mk/support/index.html index 5f2d564a..790bbc01 100644 --- a/mk/support/index.html +++ b/mk/support/index.html @@ -24,6 +24,7 @@ + @@ -57,7 +58,7 @@ - + @@ -596,9 +597,9 @@ - - - - + + + + diff --git a/mk/timeline-and-milestones/index.html b/mk/timeline-and-milestones/index.html index 05f0e5b3..3dbbd53a 100644 --- a/mk/timeline-and-milestones/index.html +++ b/mk/timeline-and-milestones/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -513,8 +514,8 @@ - - - + + + \ No newline at end of file diff --git a/preferred-source.js b/preferred-source.js new file mode 100644 index 00000000..374d1dec --- /dev/null +++ b/preferred-source.js @@ -0,0 +1,64 @@ +/* MSOS — "Add as a preferred source on Google". + * (1) A small text link in the footer (.legal-links) on every page. + * (2) An interactive pill button on the homepage, News hub and Blog hub + * (Google's official button via publisher.js; renders any element with + * the google-add-preferred-source-btn attribute). + * Self-contained, no dependencies. Domain-level deeplink works everywhere; + * the pill needs Google's library, loaded only on the hub pages. */ +(function () { + var DEEPLINK = 'https://www.google.com/preferences/source?q=msosorg.com'; + + var docLang = (document.documentElement.getAttribute('lang') || 'en').toLowerCase(); + var lang = docLang === 'sl' ? 'si' : (['en', 'mk', 'si'].indexOf(docLang) === -1 ? 'en' : docLang); + var btnLang = lang === 'si' ? 'sl' : lang; // Google button uses ISO code (sl) + + var L = { + en: { footer: 'Add us on Google', full: 'Add MSOS as a preferred source on Google' }, + mk: { footer: 'Додади нè на Google', full: 'Додади нè како префериран извор на Google' }, + si: { footer: 'Dodaj nas na Google', full: 'Dodajte nas kot prednostni vir na Googlu' } + }[lang]; + + // (1) Footer link — appended once into .legal-links. + function addFooterLink() { + var box = document.querySelector('.legal-links'); + if (!box || box.querySelector('.js-preferred-source')) return; + var a = document.createElement('a'); + a.className = 'js-preferred-source'; + a.href = DEEPLINK; + a.target = '_blank'; + a.rel = 'noopener'; + a.title = L.full; + a.textContent = L.footer; + box.appendChild(a); + } + + // (2) Interactive pill — only on homepage / news hub / blog hub. + function isHub() { + var p = location.pathname; + if (p.charAt(p.length - 1) !== '/') p += '/'; + return /^\/(en|mk|si)\/$/.test(p) || /^\/(en|mk|si)\/(news|blog)\/$/.test(p); + } + + function addPill() { + if (!isHub() || document.getElementById('msos-prefsrc')) return; + var anchor = document.querySelector('main h1') || document.querySelector('h1'); + if (!anchor) return; + var wrap = document.createElement('div'); + wrap.id = 'msos-prefsrc'; + wrap.className = 'msos-prefsrc'; + wrap.style.margin = '14px 0 4px'; + var btn = document.createElement('div'); + btn.setAttribute('google-add-preferred-source-btn', ''); + btn.setAttribute('data-lang', btnLang); + wrap.appendChild(btn); + anchor.insertAdjacentElement('afterend', wrap); + var s = document.createElement('script'); + s.async = true; + s.src = 'https://news.google.com/swg/js/v1/publisher.js'; + document.head.appendChild(s); + } + + function init() { addFooterLink(); addPill(); } + if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', init); + else init(); +})(); diff --git a/si/about-us/index.html b/si/about-us/index.html index 6f05d442..fff0a551 100644 --- a/si/about-us/index.html +++ b/si/about-us/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -574,8 +575,8 @@ - - - + + + diff --git a/si/become-a-member/index.html b/si/become-a-member/index.html index d97f4929..5bd50428 100644 --- a/si/become-a-member/index.html +++ b/si/become-a-member/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -626,10 +627,10 @@ - - + + - - + + diff --git a/si/blog/ad-futura-scholarship-slovenia-2026/index.html b/si/blog/ad-futura-scholarship-slovenia-2026/index.html index 7346baba..38cc51e0 100644 --- a/si/blog/ad-futura-scholarship-slovenia-2026/index.html +++ b/si/blog/ad-futura-scholarship-slovenia-2026/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -446,9 +447,9 @@ - + - - + + diff --git a/si/blog/how-i-coped-with-leaving-home/index.html b/si/blog/how-i-coped-with-leaving-home/index.html index 444b1fac..a9b87eef 100644 --- a/si/blog/how-i-coped-with-leaving-home/index.html +++ b/si/blog/how-i-coped-with-leaving-home/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -350,9 +351,9 @@ - + - - + + 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 8f8ce29c..3fbfca94 100644 --- a/si/blog/how-to-open-slovenian-bank-account/index.html +++ b/si/blog/how-to-open-slovenian-bank-account/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -424,9 +425,9 @@ - + - - + + diff --git a/si/blog/index.html b/si/blog/index.html index 548aa7cd..e1a1b270 100644 --- a/si/blog/index.html +++ b/si/blog/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -436,11 +437,11 @@ - + - - - - + + + + diff --git a/si/blog/learning-slovene-where-to-start/index.html b/si/blog/learning-slovene-where-to-start/index.html index f9703409..a73c344b 100644 --- a/si/blog/learning-slovene-where-to-start/index.html +++ b/si/blog/learning-slovene-where-to-start/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -383,9 +384,9 @@ - + - - + + 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 d600341b..34393b88 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -395,9 +396,9 @@ - + - - + + 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 f5bd02b0..1062e686 100644 --- a/si/blog/welcome-days-slovenian-universities-2026-2027/index.html +++ b/si/blog/welcome-days-slovenian-universities-2026-2027/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -386,9 +387,9 @@ - + - - + + diff --git a/si/blog/where-to-search-for-accommodation-in-slovenia/index.html b/si/blog/where-to-search-for-accommodation-in-slovenia/index.html index 88a7a224..41baedb4 100644 --- a/si/blog/where-to-search-for-accommodation-in-slovenia/index.html +++ b/si/blog/where-to-search-for-accommodation-in-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -433,9 +434,9 @@ - + - - + + diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html index 194ccae2..ffcee79b 100644 --- a/si/cookie-policy/index.html +++ b/si/cookie-policy/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -324,8 +325,8 @@ - - - + + + diff --git a/si/faq/index.html b/si/faq/index.html index 03ee1fa1..b649f972 100644 --- a/si/faq/index.html +++ b/si/faq/index.html @@ -24,6 +24,7 @@ + @@ -60,7 +61,7 @@ - + @@ -541,7 +542,7 @@ - - + + diff --git a/si/gallery/index.html b/si/gallery/index.html index 5e2e2e25..ed86da5c 100644 --- a/si/gallery/index.html +++ b/si/gallery/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -650,8 +651,8 @@ - - - + + + 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 3b4fd617..185449f9 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -401,8 +402,8 @@ - - - + + + 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 e9fafbce..777457a5 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -407,8 +408,8 @@ - - - + + + diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html index 53e9de89..ae896441 100644 --- a/si/get-to-know-macedonia/index.html +++ b/si/get-to-know-macedonia/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -374,8 +375,8 @@ - - - + + + 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 c5884bdd..47a574eb 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -407,8 +408,8 @@ - - - + + + 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 5d9dfaac..a5ee4dcc 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -399,8 +400,8 @@ - - - + + + 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 3af3014d..fd0606a3 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -389,8 +390,8 @@ - - - + + + 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 659b418d..0a93194f 100644 --- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -386,8 +387,8 @@ - - - + + + 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 463b90ff..c74ccd8d 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -391,8 +392,8 @@ - - - + + + diff --git a/si/get-to-know-slovenia/index.html b/si/get-to-know-slovenia/index.html index f3357345..09a9fb78 100644 --- a/si/get-to-know-slovenia/index.html +++ b/si/get-to-know-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -373,8 +374,8 @@ - - - + + + 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 ab341d98..de0c57e4 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -387,8 +388,8 @@ - - - + + + 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 70fb5406..08301ab5 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -381,8 +382,8 @@ - - - + + + 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 ddffe2a4..4fea9f09 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -408,8 +409,8 @@ - - - + + + 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 6b7de1b7..93e3ed11 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -393,8 +394,8 @@ - - - + + + 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 fcb02e42..1af8560e 100644 --- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -364,8 +365,8 @@ - - - + + + diff --git a/si/index.html b/si/index.html index 7447630c..66618ce9 100644 --- a/si/index.html +++ b/si/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -557,8 +558,8 @@ - - - + + + \ No newline at end of file diff --git a/si/legal/index.html b/si/legal/index.html index c6a57703..b4e3816d 100644 --- a/si/legal/index.html +++ b/si/legal/index.html @@ -24,6 +24,7 @@ + @@ -57,7 +58,7 @@ - + @@ -319,8 +320,8 @@ - - - + + + diff --git a/si/msos-hub/index.html b/si/msos-hub/index.html index 8648d523..5e1790a2 100644 --- a/si/msos-hub/index.html +++ b/si/msos-hub/index.html @@ -24,6 +24,7 @@ + @@ -57,7 +58,7 @@ - + @@ -414,8 +415,8 @@ - - - + + + diff --git a/si/news/index.html b/si/news/index.html index 646368ce..d6046cc9 100644 --- a/si/news/index.html +++ b/si/news/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -578,11 +579,11 @@ - - - + + + - - + + diff --git a/si/news/meet-student-slovenia-2026/index.html b/si/news/meet-student-slovenia-2026/index.html index 44963aa7..83595118 100644 --- a/si/news/meet-student-slovenia-2026/index.html +++ b/si/news/meet-student-slovenia-2026/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -433,10 +434,10 @@ - - + + - - + + diff --git a/si/news/proof-of-means-updated-2026/index.html b/si/news/proof-of-means-updated-2026/index.html index d0dbe6b7..60fadedc 100644 --- a/si/news/proof-of-means-updated-2026/index.html +++ b/si/news/proof-of-means-updated-2026/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -304,9 +305,9 @@ - + - - + + diff --git a/si/press/index.html b/si/press/index.html index ad402982..20c5a82b 100644 --- a/si/press/index.html +++ b/si/press/index.html @@ -24,6 +24,7 @@ + @@ -56,7 +57,7 @@ - + @@ -461,7 +462,7 @@ - - + + diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html index aaf3be25..650e1956 100644 --- a/si/privacy-policy/index.html +++ b/si/privacy-policy/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -370,8 +371,8 @@ - - - + + + diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html index 0344a777..b4965d5a 100644 --- a/si/projects/humanitarian-tournament-in-maribor/index.html +++ b/si/projects/humanitarian-tournament-in-maribor/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -405,8 +406,8 @@ - - - + + + diff --git a/si/projects/in-memory-of-frosina-kulakova/index.html b/si/projects/in-memory-of-frosina-kulakova/index.html index 3f6583a2..adfd334b 100644 --- a/si/projects/in-memory-of-frosina-kulakova/index.html +++ b/si/projects/in-memory-of-frosina-kulakova/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -343,8 +344,8 @@ - - - + + + 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 37ef0c09..9c18d999 100644 --- a/si/projects/in-memory-of-the-kochani-victims/index.html +++ b/si/projects/in-memory-of-the-kochani-victims/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -351,8 +352,8 @@ - - - + + + diff --git a/si/projects/index.html b/si/projects/index.html index 96659623..55c1c8fc 100644 --- a/si/projects/index.html +++ b/si/projects/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -515,9 +516,9 @@ - - - - + + + + \ No newline at end of file diff --git a/si/projects/joint-walk-path-around-the-wire/index.html b/si/projects/joint-walk-path-around-the-wire/index.html index bedd2795..615679da 100644 --- a/si/projects/joint-walk-path-around-the-wire/index.html +++ b/si/projects/joint-walk-path-around-the-wire/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -381,8 +382,8 @@ - - - + + + diff --git a/si/projects/kafanska-vecher-2025/index.html b/si/projects/kafanska-vecher-2025/index.html index c7bad496..de89ad8a 100644 --- a/si/projects/kafanska-vecher-2025/index.html +++ b/si/projects/kafanska-vecher-2025/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -407,8 +408,8 @@ - - - + + + diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html index b20787c6..c2d64dc8 100644 --- a/si/projects/macedonian-student-night-in-ljubljana/index.html +++ b/si/projects/macedonian-student-night-in-ljubljana/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -396,8 +397,8 @@ - - - + + + \ No newline at end of file diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html index 76366c14..0ba2f70c 100644 --- a/si/projects/meet-student-slovenia-2023/index.html +++ b/si/projects/meet-student-slovenia-2023/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -441,8 +442,8 @@ - - - + + + \ No newline at end of file diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html index 2365ac93..03356ee2 100644 --- a/si/projects/meet-student-slovenia-2024/index.html +++ b/si/projects/meet-student-slovenia-2024/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -420,8 +421,8 @@ - - - + + + \ No newline at end of file diff --git a/si/projects/morning-coffee-in-front-of-ctk-2026/index.html b/si/projects/morning-coffee-in-front-of-ctk-2026/index.html index a09c3cd1..1901bf8a 100644 --- a/si/projects/morning-coffee-in-front-of-ctk-2026/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk-2026/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -401,8 +402,8 @@ - - - + + + 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 6f12d0c1..51e44441 100644 --- a/si/projects/morning-coffee-in-front-of-ctk/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -385,8 +386,8 @@ - - - + + + \ No newline at end of file diff --git a/si/projects/paint-and-wine-at-sunset/index.html b/si/projects/paint-and-wine-at-sunset/index.html index fa662ee3..e195eaf2 100644 --- a/si/projects/paint-and-wine-at-sunset/index.html +++ b/si/projects/paint-and-wine-at-sunset/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -390,8 +391,8 @@ - - - + + + diff --git a/si/projects/president-siljanovska-davkova-lecture-2026/index.html b/si/projects/president-siljanovska-davkova-lecture-2026/index.html index 8930cc6f..14957914 100644 --- a/si/projects/president-siljanovska-davkova-lecture-2026/index.html +++ b/si/projects/president-siljanovska-davkova-lecture-2026/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -404,8 +405,8 @@ - - - + + + diff --git a/si/projects/sepa-webinar-2026/index.html b/si/projects/sepa-webinar-2026/index.html index 218d4a58..f2077195 100644 --- a/si/projects/sepa-webinar-2026/index.html +++ b/si/projects/sepa-webinar-2026/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -377,8 +378,8 @@ - - - + + + diff --git a/si/projects/teambuilding-hub-opening-2026/index.html b/si/projects/teambuilding-hub-opening-2026/index.html index 3c8731ba..0ea72d1a 100644 --- a/si/projects/teambuilding-hub-opening-2026/index.html +++ b/si/projects/teambuilding-hub-opening-2026/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -414,8 +415,8 @@ - - - + + + diff --git a/si/projects/watching-handball-together-in-slovenia/index.html b/si/projects/watching-handball-together-in-slovenia/index.html index 27a36462..214b8fb2 100644 --- a/si/projects/watching-handball-together-in-slovenia/index.html +++ b/si/projects/watching-handball-together-in-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -381,8 +382,8 @@ - - - + + + diff --git a/si/projects/watching-macedonia-wales-football-match/index.html b/si/projects/watching-macedonia-wales-football-match/index.html index 15121904..b4038cdc 100644 --- a/si/projects/watching-macedonia-wales-football-match/index.html +++ b/si/projects/watching-macedonia-wales-football-match/index.html @@ -24,6 +24,7 @@ + @@ -62,7 +63,7 @@ - + @@ -390,8 +391,8 @@ - - - + + + diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html index 4e8d6119..0a5b2f65 100644 --- a/si/student-welcome-guide/academic-life/index.html +++ b/si/student-welcome-guide/academic-life/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -368,9 +369,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html index 1b594ae2..49c3ec47 100644 --- a/si/student-welcome-guide/administrative-basics/index.html +++ b/si/student-welcome-guide/administrative-basics/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -356,9 +357,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/admission-and-enrolment/index.html b/si/student-welcome-guide/admission-and-enrolment/index.html index 4982c8c3..01a658c9 100644 --- a/si/student-welcome-guide/admission-and-enrolment/index.html +++ b/si/student-welcome-guide/admission-and-enrolment/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -366,9 +367,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html index e5b07b8d..be6b87d6 100644 --- a/si/student-welcome-guide/application-deadlines/index.html +++ b/si/student-welcome-guide/application-deadlines/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -363,9 +364,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html index 192b671b..2de75131 100644 --- a/si/student-welcome-guide/arrival-checklist/index.html +++ b/si/student-welcome-guide/arrival-checklist/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -381,9 +382,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html index bcfcd8d6..8968738a 100644 --- a/si/student-welcome-guide/bachelor-application/index.html +++ b/si/student-welcome-guide/bachelor-application/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -393,9 +394,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/choose-a-programme/index.html b/si/student-welcome-guide/choose-a-programme/index.html index 007b608b..01a4769a 100644 --- a/si/student-welcome-guide/choose-a-programme/index.html +++ b/si/student-welcome-guide/choose-a-programme/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -384,9 +385,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/complete-student-journey/index.html b/si/student-welcome-guide/complete-student-journey/index.html index afdf8f9c..8f37bf92 100644 --- a/si/student-welcome-guide/complete-student-journey/index.html +++ b/si/student-welcome-guide/complete-student-journey/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -409,9 +410,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html index cd0d7f05..d8e258ea 100644 --- a/si/student-welcome-guide/document-preparation/index.html +++ b/si/student-welcome-guide/document-preparation/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -358,9 +359,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/evs-application-guide/index.html b/si/student-welcome-guide/evs-application-guide/index.html index 8df5c8e5..b5972f8a 100644 --- a/si/student-welcome-guide/evs-application-guide/index.html +++ b/si/student-welcome-guide/evs-application-guide/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -376,9 +377,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/healthcare-in-slovenia/index.html b/si/student-welcome-guide/healthcare-in-slovenia/index.html index 07ddc0c3..120a9fe6 100644 --- a/si/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -419,9 +420,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html index 8355a69b..b5cad2bc 100644 --- a/si/student-welcome-guide/index.html +++ b/si/student-welcome-guide/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -527,10 +528,10 @@ - - - - - + + + + + diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html index 5423c841..caa3f49f 100644 --- a/si/student-welcome-guide/master-application/index.html +++ b/si/student-welcome-guide/master-application/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -370,9 +371,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html index b4588b40..0d4e56ba 100644 --- a/si/student-welcome-guide/means-accommodation-address/index.html +++ b/si/student-welcome-guide/means-accommodation-address/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -442,9 +443,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html index 9214517c..d51ea731 100644 --- a/si/student-welcome-guide/my-route/index.html +++ b/si/student-welcome-guide/my-route/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - +

Vaša osebna študijska pot

@@ -270,9 +271,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/official-sources-and-checklists/index.html b/si/student-welcome-guide/official-sources-and-checklists/index.html index 030c6cef..793f3549 100644 --- a/si/student-welcome-guide/official-sources-and-checklists/index.html +++ b/si/student-welcome-guide/official-sources-and-checklists/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -387,9 +388,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/prepare-to-move/index.html b/si/student-welcome-guide/prepare-to-move/index.html index b7810345..bd0759b6 100644 --- a/si/student-welcome-guide/prepare-to-move/index.html +++ b/si/student-welcome-guide/prepare-to-move/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -414,9 +415,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/recognition-of-education/index.html b/si/student-welcome-guide/recognition-of-education/index.html index 4579c20b..3fb25f1d 100644 --- a/si/student-welcome-guide/recognition-of-education/index.html +++ b/si/student-welcome-guide/recognition-of-education/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -359,9 +360,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/renew-change-graduate/index.html b/si/student-welcome-guide/renew-change-graduate/index.html index 6cc622f1..0a8ae21f 100644 --- a/si/student-welcome-guide/renew-change-graduate/index.html +++ b/si/student-welcome-guide/renew-change-graduate/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -368,9 +369,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/rm-si-3-health-insurance/index.html b/si/student-welcome-guide/rm-si-3-health-insurance/index.html index 2ec00e4c..78850ba0 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -408,9 +409,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html index 639d4f9b..847be817 100644 --- a/si/student-welcome-guide/student-accommodation/index.html +++ b/si/student-welcome-guide/student-accommodation/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -409,9 +410,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html index 53e79e90..669abab9 100644 --- a/si/student-welcome-guide/student-budget/index.html +++ b/si/student-welcome-guide/student-budget/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -378,9 +379,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html index 74e19983..2c3b101e 100644 --- a/si/student-welcome-guide/student-meals/index.html +++ b/si/student-welcome-guide/student-meals/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -366,9 +367,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html index 7fa8e07d..7f2b55e2 100644 --- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -403,9 +404,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html index 54da93f1..57b09b67 100644 --- a/si/student-welcome-guide/student-residence-permit/index.html +++ b/si/student-welcome-guide/student-residence-permit/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -420,9 +421,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html index 2451eee3..cc8c9e72 100644 --- a/si/student-welcome-guide/student-transport/index.html +++ b/si/student-welcome-guide/student-transport/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -387,9 +388,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html index e4641b15..d69340c6 100644 --- a/si/student-welcome-guide/student-work/index.html +++ b/si/student-welcome-guide/student-work/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -361,9 +362,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html index 8db4c974..bb099b31 100644 --- a/si/student-welcome-guide/study-cities/index.html +++ b/si/student-welcome-guide/study-cities/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -421,9 +422,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/tuition-and-scholarships/index.html b/si/student-welcome-guide/tuition-and-scholarships/index.html index 649a4a9f..c5c57ca5 100644 --- a/si/student-welcome-guide/tuition-and-scholarships/index.html +++ b/si/student-welcome-guide/tuition-and-scholarships/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -365,9 +366,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/visa-and-residence-explained/index.html b/si/student-welcome-guide/visa-and-residence-explained/index.html index e65e9ebf..269c1514 100644 --- a/si/student-welcome-guide/visa-and-residence-explained/index.html +++ b/si/student-welcome-guide/visa-and-residence-explained/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -392,9 +393,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/wellbeing-and-community/index.html b/si/student-welcome-guide/wellbeing-and-community/index.html index c164b373..aaa35f56 100644 --- a/si/student-welcome-guide/wellbeing-and-community/index.html +++ b/si/student-welcome-guide/wellbeing-and-community/index.html @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -357,9 +358,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/where-to-apply-for-residence/index.html b/si/student-welcome-guide/where-to-apply-for-residence/index.html index fd960198..1e2239df 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 @@ -24,6 +24,7 @@ + @@ -61,7 +62,7 @@ - + @@ -427,9 +428,9 @@ - - - - + + + + diff --git a/si/support/index.html b/si/support/index.html index 3e4003e9..3a8befe0 100644 --- a/si/support/index.html +++ b/si/support/index.html @@ -24,6 +24,7 @@ + @@ -57,7 +58,7 @@ - + @@ -598,9 +599,9 @@ - - - - + + + + diff --git a/si/timeline-and-milestones/index.html b/si/timeline-and-milestones/index.html index 98d25e45..00f61c77 100644 --- a/si/timeline-and-milestones/index.html +++ b/si/timeline-and-milestones/index.html @@ -24,6 +24,7 @@ + @@ -59,7 +60,7 @@ - + @@ -513,8 +514,8 @@ - - - + + + \ No newline at end of file diff --git a/tools/seo_inject.py b/tools/seo_inject.py index 6ac3f250..7116fef7 100644 --- a/tools/seo_inject.py +++ b/tools/seo_inject.py @@ -196,6 +196,7 @@ GA_LINES = [ ' ', ' ', " ", + ' ', ] # ---- page trees (for hreflang parity) ----