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

- - + + diff --git a/css/main.css b/css/main.css index dfa62dac..30be9166 100644 --- a/css/main.css +++ b/css/main.css @@ -15,36 +15,36 @@ */ /* 1. Base Styles */ -@import 'base/_base.css?v=cd97d474'; -@import 'base/_typography.css?v=cd97d474'; +@import 'base/_base.css?v=54203d0c'; +@import 'base/_typography.css?v=54203d0c'; /* 2. Layout Components */ -@import 'layout/_header.css?v=cd97d474'; -@import 'layout/_footer.css?v=cd97d474'; +@import 'layout/_header.css?v=54203d0c'; +@import 'layout/_footer.css?v=54203d0c'; /* 3. Reusable Components */ -@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'; +@import 'components/_buttons.css?v=54203d0c'; +@import 'components/_cards.css?v=54203d0c'; +@import 'components/_lang-banner.css?v=54203d0c'; +@import 'components/_lightbox.css?v=54203d0c'; /* 4. Page-specific Styles */ -@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'; +@import 'pages/_home.css?v=54203d0c'; +@import 'pages/_projects.css?v=54203d0c'; +@import 'pages/_article.css?v=54203d0c'; +@import 'pages/_about.css?v=54203d0c'; +@import 'pages/_timeline.css?v=54203d0c'; +@import 'pages/_guide.css?v=54203d0c'; +@import 'pages/_faq.css?v=54203d0c'; +@import 'pages/_blog.css?v=54203d0c'; +@import 'pages/_news.css?v=54203d0c'; +@import 'pages/_member.css?v=54203d0c'; +@import 'pages/_support.css?v=54203d0c'; +@import 'pages/_hub.css?v=54203d0c'; +@import 'pages/_legal.css?v=54203d0c'; +@import 'pages/_gallery.css?v=54203d0c'; +@import 'pages/_press.css?v=54203d0c'; +@import 'pages/_event.css?v=54203d0c'; /* Loaded last so the shared filter bar wins over per-page chip styles. */ -@import 'pages/_filterbar.css?v=cd97d474'; \ No newline at end of file +@import 'pages/_filterbar.css?v=54203d0c'; \ No newline at end of file diff --git a/css/pages/_home.css b/css/pages/_home.css index b6ed7ff0..4c401d65 100644 --- a/css/pages/_home.css +++ b/css/pages/_home.css @@ -264,6 +264,14 @@ gap: 12px; } +/* Tablist wrapper — holds only the tabs (the CTA sits outside it so the + role="tablist" contains only role="tab" children, per ARIA). */ +.activities-tabs { + display: flex; + flex-direction: column; + gap: 12px; +} + /* Tab buttons — card style with icon + active highlight */ .activity-tab { display: flex; @@ -780,6 +788,9 @@ width: 100%; gap: 10px; } + .activities-tabs { + gap: 10px; + } .activity-tab { padding: 14px 16px; gap: 14px; diff --git a/css/pages/_press.css b/css/pages/_press.css index dbbc97a3..41c94b96 100644 --- a/css/pages/_press.css +++ b/css/pages/_press.css @@ -136,8 +136,164 @@ line-height: 26px; } +/* ========================================================================== + Event press kit (link-only page): /mk/press/meet-student-slovenia-2026/ + Builds on the shared press styles above; same tokens. + ========================================================================== */ + +/* Keep the hero title on a single line; scale the font so it never overflows. + Title is ~19.8x its font-size wide; dividing the available width by 20 keeps + it on one line with a little slack, capped at the 40px base size. */ +.press-kit-page .faq-hero h1 { max-width: none; } +@media (min-width: 700px) { + .press-kit-page .faq-hero h1 { + white-space: nowrap; + font-size: min(40px, calc((100vw - 48px) / 20)); + } +} + +/* Hero action buttons + usage line (centered under the centered hero) */ +.press-kit-actions { + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 12px; + margin: 24px 0 14px; +} +.press-kit-embargo { + max-width: 680px; + margin: 0 auto; + text-align: center; + color: #475467; + font-size: 14px; + line-height: 22px; +} +.press-kit-embargo i { color: #2D738C; margin-right: 6px; } + +/* Small fact sheet reused inside the contact card */ +.press-kit-page .press-logos .press-facts { margin-top: 4px; } + +/* Tighter key/value columns in the press-kit fact sheets */ +.press-kit-page .press-facts .k { flex: 0 0 32%; } + +/* Ready-to-quote boilerplate block */ +.press-story { + background: #F5FAFB; + border: 1px solid #EAECF0; + border-radius: 16px; + padding: 8px 28px 24px; + margin: 0 0 40px; +} +.press-story p { + color: #344054; + font-size: 15px; + line-height: 27px; + margin: 0 0 16px; +} +.press-story p:last-child { margin-bottom: 0; } + +/* Key messages list */ +.press-messages { + list-style: none; + margin: 0 0 40px; + padding: 0; + display: grid; + gap: 12px; +} +.press-messages li { + position: relative; + padding: 2px 0 0 32px; + color: #344054; + font-size: 15px; + line-height: 26px; +} +.press-messages li::before { + content: "\f00c"; /* fa-check */ + font-family: "Font Awesome 6 Free"; + font-weight: 900; + position: absolute; + left: 0; + top: 2px; + color: #2D738C; + font-size: 14px; +} + +/* Pull-quote for the ready-made statement */ +.press-quote { + margin: 0 0 16px; + padding: 20px 26px; + border-left: 4px solid #FA7850; + background: #FFF5F0; + border-radius: 0 12px 12px 0; +} +.press-quote p { + margin: 0 0 10px; + color: #101828; + font-size: 18px; + line-height: 30px; + font-style: italic; +} +.press-quote cite { + color: #667085; + font-size: 14px; + font-style: normal; + font-weight: 600; +} + +/* Downloadable photo grid */ +.press-photos { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 14px; + margin: 0 0 20px; +} +.photo-dl { + display: flex; + flex-direction: column; + text-decoration: none; + border: 1px solid #EAECF0; + border-radius: 12px; + overflow: hidden; + background: #FFFFFF; + transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease; +} +.photo-dl:hover { + border-color: #D0DEE3; + box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06); + transform: translateY(-1px); +} +.photo-shot { + display: block; + aspect-ratio: 3 / 2; + background: #F5FAFB; + overflow: hidden; +} +.photo-shot img { + width: 100%; + height: 100%; + object-fit: cover; + display: block; +} +.photo-cap { + display: flex; + align-items: center; + justify-content: space-between; + gap: 10px; + padding: 12px 14px; +} +.photo-name { color: #101828; font-size: 14px; font-weight: 600; } +.photo-cap i { color: #2D738C; font-size: 14px; } + @media (max-width: 768px) { .press-grid { grid-template-columns: 1fr; gap: 16px; } .press-card { padding: 22px; } .press-facts .k { flex-basis: 48%; } + .press-photos { grid-template-columns: repeat(2, 1fr); } + .press-story { padding: 8px 20px 20px; } + .press-quote p { font-size: 16px; line-height: 27px; } +} + +@media (max-width: 460px) { + .press-photos { grid-template-columns: 1fr; } + .press-kit-actions .btn { width: 100%; text-align: center; } } diff --git a/en/about-us/index.html b/en/about-us/index.html index 3ea2b78b..86294b49 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -60,7 +60,7 @@ - + @@ -575,8 +575,8 @@ - - - + + + diff --git a/en/become-a-member/index.html b/en/become-a-member/index.html index 3ed871a8..a3224cea 100644 --- a/en/become-a-member/index.html +++ b/en/become-a-member/index.html @@ -60,7 +60,7 @@ - + @@ -627,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 4ae333e8..5015dc55 100644 --- a/en/blog/ad-futura-scholarship-slovenia-2026/index.html +++ b/en/blog/ad-futura-scholarship-slovenia-2026/index.html @@ -62,7 +62,7 @@ - + @@ -447,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 aa7bacaf..8e1260f5 100644 --- a/en/blog/how-i-coped-with-leaving-home/index.html +++ b/en/blog/how-i-coped-with-leaving-home/index.html @@ -62,7 +62,7 @@ - + @@ -351,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 7e834470..8db2880c 100644 --- a/en/blog/how-to-open-slovenian-bank-account/index.html +++ b/en/blog/how-to-open-slovenian-bank-account/index.html @@ -62,7 +62,7 @@ - + @@ -425,9 +425,9 @@ - + - - + + diff --git a/en/blog/index.html b/en/blog/index.html index c69e4d5f..68eef1a9 100644 --- a/en/blog/index.html +++ b/en/blog/index.html @@ -60,7 +60,7 @@ - + @@ -437,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 b5f931af..3d1c5ab3 100644 --- a/en/blog/learning-slovene-where-to-start/index.html +++ b/en/blog/learning-slovene-where-to-start/index.html @@ -62,7 +62,7 @@ - + @@ -384,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 80837e57..fe6b91eb 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 @@ -62,7 +62,7 @@ - + @@ -396,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 b1d0f0a1..15173f2d 100644 --- a/en/blog/welcome-days-slovenian-universities-2026-2027/index.html +++ b/en/blog/welcome-days-slovenian-universities-2026-2027/index.html @@ -62,7 +62,7 @@ - + @@ -387,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 807d689f..3979aa4a 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 @@ -62,7 +62,7 @@ - + @@ -440,9 +440,9 @@ - + - - + + diff --git a/en/cookie-policy/index.html b/en/cookie-policy/index.html index f8d78426..2f584374 100644 --- a/en/cookie-policy/index.html +++ b/en/cookie-policy/index.html @@ -60,7 +60,7 @@ - + @@ -325,8 +325,8 @@ - - - + + + diff --git a/en/faq/index.html b/en/faq/index.html index 9b0c87f7..8cf2f007 100644 --- a/en/faq/index.html +++ b/en/faq/index.html @@ -61,7 +61,7 @@ - + @@ -542,7 +542,7 @@ - - + + diff --git a/en/gallery/index.html b/en/gallery/index.html index 8a5bc26c..7bb8231e 100644 --- a/en/gallery/index.html +++ b/en/gallery/index.html @@ -60,7 +60,7 @@ - + @@ -650,8 +650,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 1c0d0598..2683c61b 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 @@ -62,7 +62,7 @@ - + @@ -402,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 3a8d1bc3..7319a7f4 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 @@ -62,7 +62,7 @@ - + @@ -408,8 +408,8 @@ - - - + + + diff --git a/en/get-to-know-macedonia/index.html b/en/get-to-know-macedonia/index.html index d3a73b67..8c6149ea 100644 --- a/en/get-to-know-macedonia/index.html +++ b/en/get-to-know-macedonia/index.html @@ -60,7 +60,7 @@ - + @@ -375,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 db7e7d65..b6991337 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 @@ -62,7 +62,7 @@ - + @@ -408,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 c4da59a0..ebaa1c6a 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 @@ -62,7 +62,7 @@ - + @@ -400,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 6942e29c..f7f9823f 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 @@ -62,7 +62,7 @@ - + @@ -390,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 375db27f..aa0b4240 100644 --- a/en/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/en/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -62,7 +62,7 @@ - + @@ -387,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 6a9782c9..f41a2352 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 @@ -62,7 +62,7 @@ - + @@ -392,8 +392,8 @@ - - - + + + diff --git a/en/get-to-know-slovenia/index.html b/en/get-to-know-slovenia/index.html index 91c3d033..7530aa1b 100644 --- a/en/get-to-know-slovenia/index.html +++ b/en/get-to-know-slovenia/index.html @@ -60,7 +60,7 @@ - + @@ -375,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 9c3863f9..279b3f82 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 @@ -62,7 +62,7 @@ - + @@ -388,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 2f1846ae..5189d15d 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 @@ -62,7 +62,7 @@ - + @@ -382,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 06427291..bd2c29ed 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 @@ -62,7 +62,7 @@ - + @@ -409,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 4645b778..0dfc51ed 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 @@ -62,7 +62,7 @@ - + @@ -394,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 9d90d179..cdf4a23c 100644 --- a/en/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/en/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -62,7 +62,7 @@ - + @@ -365,8 +365,8 @@ - - - + + + diff --git a/en/index.html b/en/index.html index 7ed43a33..41cbd907 100644 --- a/en/index.html +++ b/en/index.html @@ -60,7 +60,7 @@ - + @@ -208,7 +208,7 @@

Empowering young people with skills to change the world

Be part of our exciting journey; Become a part of our student organization today!

- Become a member + Become a member @@ -265,7 +265,7 @@

Every Student Has a Story, Here’s Ours

Curious about what MSOS is all about? This video tells our story, fast, fun, and from the heart. See what makes MSOS special in our video, and hit “Learn more” to be part of the story.

- Learn more + Learn more about MSOS
@@ -276,7 +276,8 @@

From your first application to graduation, we’re by your side, support, friendships, culture, and a voice that speaks up for Macedonian students in Slovenia.

-
+
+
- Become a member +
+ Become a member
@@ -412,7 +414,7 @@

Find your people in Slovenia

Meet people, join events, get support, create projects and become part of the Macedonian student community across Slovenia.

@@ -546,8 +548,8 @@ - - - + + + \ No newline at end of file diff --git a/en/legal/index.html b/en/legal/index.html index cb024dc4..cc4c7a9f 100644 --- a/en/legal/index.html +++ b/en/legal/index.html @@ -58,7 +58,7 @@ - + @@ -320,8 +320,8 @@ - - - + + + diff --git a/en/msos-hub/index.html b/en/msos-hub/index.html index 178eb49b..f8c269bf 100644 --- a/en/msos-hub/index.html +++ b/en/msos-hub/index.html @@ -58,7 +58,7 @@ - + @@ -415,8 +415,8 @@ - - - + + + diff --git a/en/news/index.html b/en/news/index.html index 1c8a6be7..430e1c76 100644 --- a/en/news/index.html +++ b/en/news/index.html @@ -60,7 +60,7 @@ - + @@ -579,11 +579,11 @@
- - - + + + - - + + diff --git a/en/news/meet-student-slovenia-2026/index.html b/en/news/meet-student-slovenia-2026/index.html index 322d44a0..3dcf4df6 100644 --- a/en/news/meet-student-slovenia-2026/index.html +++ b/en/news/meet-student-slovenia-2026/index.html @@ -62,7 +62,7 @@ - + @@ -432,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 7333d462..1e7efb2f 100644 --- a/en/news/proof-of-means-updated-2026/index.html +++ b/en/news/proof-of-means-updated-2026/index.html @@ -62,7 +62,7 @@ - + @@ -305,9 +305,9 @@ - + - - + + diff --git a/en/press/index.html b/en/press/index.html index 8822d82f..08b039b1 100644 --- a/en/press/index.html +++ b/en/press/index.html @@ -57,7 +57,7 @@ - + @@ -462,7 +462,7 @@ - - + + diff --git a/en/privacy-policy/index.html b/en/privacy-policy/index.html index 723961a0..376548ed 100644 --- a/en/privacy-policy/index.html +++ b/en/privacy-policy/index.html @@ -60,7 +60,7 @@ - + @@ -371,8 +371,8 @@ - - - + + + diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html index 397aff4d..2129fd5e 100644 --- a/en/projects/humanitarian-tournament-in-maribor/index.html +++ b/en/projects/humanitarian-tournament-in-maribor/index.html @@ -63,7 +63,7 @@ - + @@ -222,7 +222,7 @@ @@ -312,7 +312,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

@@ -406,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 1068dc32..c3a8d7a3 100644 --- a/en/projects/in-memory-of-frosina-kulakova/index.html +++ b/en/projects/in-memory-of-frosina-kulakova/index.html @@ -63,7 +63,7 @@ - + @@ -344,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 91ca1268..450832d1 100644 --- a/en/projects/in-memory-of-the-kochani-victims/index.html +++ b/en/projects/in-memory-of-the-kochani-victims/index.html @@ -63,7 +63,7 @@ - + @@ -352,8 +352,8 @@ - - - + + + diff --git a/en/projects/index.html b/en/projects/index.html index ae132d63..086318f9 100644 --- a/en/projects/index.html +++ b/en/projects/index.html @@ -60,7 +60,7 @@ - + @@ -514,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 8bb7f880..0e33ff30 100644 --- a/en/projects/joint-walk-path-around-the-wire/index.html +++ b/en/projects/joint-walk-path-around-the-wire/index.html @@ -63,7 +63,7 @@ - + @@ -222,7 +222,7 @@ @@ -288,7 +288,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -382,8 +382,8 @@ - - - + + + diff --git a/en/projects/kafanska-vecher-2025/index.html b/en/projects/kafanska-vecher-2025/index.html index b6927e99..4a2de4b2 100644 --- a/en/projects/kafanska-vecher-2025/index.html +++ b/en/projects/kafanska-vecher-2025/index.html @@ -63,7 +63,7 @@ - + @@ -223,7 +223,7 @@ @@ -313,7 +313,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -407,8 +407,8 @@ - - - + + + diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html index 8a89178e..81349eca 100644 --- a/en/projects/macedonian-student-night-in-ljubljana/index.html +++ b/en/projects/macedonian-student-night-in-ljubljana/index.html @@ -63,7 +63,7 @@ - + @@ -225,7 +225,7 @@ @@ -328,7 +328,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -422,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 cdfec616..42d13c84 100644 --- a/en/projects/meet-student-slovenia-2023/index.html +++ b/en/projects/meet-student-slovenia-2023/index.html @@ -63,7 +63,7 @@ - + @@ -228,7 +228,7 @@ @@ -353,7 +353,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -447,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 ce54d4fd..063ee605 100644 --- a/en/projects/meet-student-slovenia-2024/index.html +++ b/en/projects/meet-student-slovenia-2024/index.html @@ -63,7 +63,7 @@ - + @@ -227,7 +227,7 @@ @@ -352,7 +352,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -446,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 4173b30c..8b449601 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 @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -308,7 +308,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -402,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 0d98bdaf..76a45a29 100644 --- a/en/projects/morning-coffee-in-front-of-ctk/index.html +++ b/en/projects/morning-coffee-in-front-of-ctk/index.html @@ -63,7 +63,7 @@ - + @@ -225,7 +225,7 @@ @@ -317,7 +317,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -411,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 afded491..72e9c537 100644 --- a/en/projects/paint-and-wine-at-sunset/index.html +++ b/en/projects/paint-and-wine-at-sunset/index.html @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -297,7 +297,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -391,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 0435f601..22654959 100644 --- a/en/projects/president-siljanovska-davkova-lecture-2026/index.html +++ b/en/projects/president-siljanovska-davkova-lecture-2026/index.html @@ -63,7 +63,7 @@ - + @@ -224,7 +224,7 @@ @@ -311,7 +311,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -405,8 +405,8 @@ - - - + + + diff --git a/en/projects/sepa-webinar-2026/index.html b/en/projects/sepa-webinar-2026/index.html index 1ab7c390..87f5c998 100644 --- a/en/projects/sepa-webinar-2026/index.html +++ b/en/projects/sepa-webinar-2026/index.html @@ -63,7 +63,7 @@ - + @@ -222,7 +222,7 @@ @@ -284,7 +284,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -378,8 +378,8 @@ - - - + + + diff --git a/en/projects/teambuilding-hub-opening-2026/index.html b/en/projects/teambuilding-hub-opening-2026/index.html index 8796e9bc..1cc20046 100644 --- a/en/projects/teambuilding-hub-opening-2026/index.html +++ b/en/projects/teambuilding-hub-opening-2026/index.html @@ -63,7 +63,7 @@ - + @@ -223,7 +223,7 @@ @@ -321,7 +321,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -415,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 22b04a25..4a45e060 100644 --- a/en/projects/watching-handball-together-in-slovenia/index.html +++ b/en/projects/watching-handball-together-in-slovenia/index.html @@ -63,7 +63,7 @@ - + @@ -220,7 +220,7 @@ @@ -288,7 +288,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -382,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 3a083cfe..c3f62306 100644 --- a/en/projects/watching-macedonia-wales-football-match/index.html +++ b/en/projects/watching-macedonia-wales-football-match/index.html @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -297,7 +297,7 @@

Like what we do?

Become a member or support MSOS so we can create even more moments like this.

- Become a member + Become a member Support MSOS
@@ -391,8 +391,8 @@ - - - + + + diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html index cdb4f7d9..b9655bd9 100644 --- a/en/student-welcome-guide/academic-life/index.html +++ b/en/student-welcome-guide/academic-life/index.html @@ -62,7 +62,7 @@ - + @@ -369,9 +369,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html index 95e17cc7..c03bb4af 100644 --- a/en/student-welcome-guide/administrative-basics/index.html +++ b/en/student-welcome-guide/administrative-basics/index.html @@ -62,7 +62,7 @@ - + @@ -357,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 6d084bc7..5f3ed39a 100644 --- a/en/student-welcome-guide/admission-and-enrolment/index.html +++ b/en/student-welcome-guide/admission-and-enrolment/index.html @@ -62,7 +62,7 @@ - + @@ -367,9 +367,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/application-deadlines/index.html b/en/student-welcome-guide/application-deadlines/index.html index e2128a29..b6244b3d 100644 --- a/en/student-welcome-guide/application-deadlines/index.html +++ b/en/student-welcome-guide/application-deadlines/index.html @@ -62,7 +62,7 @@ - + @@ -364,9 +364,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/arrival-checklist/index.html b/en/student-welcome-guide/arrival-checklist/index.html index b822d3d0..05d31974 100644 --- a/en/student-welcome-guide/arrival-checklist/index.html +++ b/en/student-welcome-guide/arrival-checklist/index.html @@ -62,7 +62,7 @@ - + @@ -382,9 +382,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/bachelor-application/index.html b/en/student-welcome-guide/bachelor-application/index.html index cf856c50..5cd587a5 100644 --- a/en/student-welcome-guide/bachelor-application/index.html +++ b/en/student-welcome-guide/bachelor-application/index.html @@ -62,7 +62,7 @@ - + @@ -394,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 6ac1ec2b..874f7a17 100644 --- a/en/student-welcome-guide/choose-a-programme/index.html +++ b/en/student-welcome-guide/choose-a-programme/index.html @@ -62,7 +62,7 @@ - + @@ -385,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 aa094cc9..a21f4b1e 100644 --- a/en/student-welcome-guide/complete-student-journey/index.html +++ b/en/student-welcome-guide/complete-student-journey/index.html @@ -62,7 +62,7 @@ - + @@ -410,9 +410,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/document-preparation/index.html b/en/student-welcome-guide/document-preparation/index.html index 43b0009d..6efa0a1a 100644 --- a/en/student-welcome-guide/document-preparation/index.html +++ b/en/student-welcome-guide/document-preparation/index.html @@ -62,7 +62,7 @@ - + @@ -359,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 ea5d4de5..440252f1 100644 --- a/en/student-welcome-guide/evs-application-guide/index.html +++ b/en/student-welcome-guide/evs-application-guide/index.html @@ -62,7 +62,7 @@ - + @@ -377,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 2a60fc94..49b0926d 100644 --- a/en/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/en/student-welcome-guide/healthcare-in-slovenia/index.html @@ -62,7 +62,7 @@ - + @@ -420,9 +420,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/index.html b/en/student-welcome-guide/index.html index fde4f3bb..3df6dbf2 100644 --- a/en/student-welcome-guide/index.html +++ b/en/student-welcome-guide/index.html @@ -60,7 +60,7 @@ - + @@ -528,10 +528,10 @@ - - - - - + + + + + diff --git a/en/student-welcome-guide/master-application/index.html b/en/student-welcome-guide/master-application/index.html index 6cda0b48..7157ba50 100644 --- a/en/student-welcome-guide/master-application/index.html +++ b/en/student-welcome-guide/master-application/index.html @@ -62,7 +62,7 @@ - + @@ -371,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 50257a31..c230a647 100644 --- a/en/student-welcome-guide/means-accommodation-address/index.html +++ b/en/student-welcome-guide/means-accommodation-address/index.html @@ -62,7 +62,7 @@ - + @@ -443,9 +443,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/my-route/index.html b/en/student-welcome-guide/my-route/index.html index 318651c5..ca5a61a6 100644 --- a/en/student-welcome-guide/my-route/index.html +++ b/en/student-welcome-guide/my-route/index.html @@ -62,7 +62,7 @@ - +

Your personal study route

@@ -271,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 52b1f426..ac6432a8 100644 --- a/en/student-welcome-guide/official-sources-and-checklists/index.html +++ b/en/student-welcome-guide/official-sources-and-checklists/index.html @@ -62,7 +62,7 @@ - + @@ -388,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 a4ab78d8..325d9dd4 100644 --- a/en/student-welcome-guide/prepare-to-move/index.html +++ b/en/student-welcome-guide/prepare-to-move/index.html @@ -62,7 +62,7 @@ - + @@ -415,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 d12acbec..2d58d0dc 100644 --- a/en/student-welcome-guide/recognition-of-education/index.html +++ b/en/student-welcome-guide/recognition-of-education/index.html @@ -62,7 +62,7 @@ - + @@ -360,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 304c3110..96426946 100644 --- a/en/student-welcome-guide/renew-change-graduate/index.html +++ b/en/student-welcome-guide/renew-change-graduate/index.html @@ -62,7 +62,7 @@ - + @@ -369,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 4d9df53c..2df658eb 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 @@ -62,7 +62,7 @@ - + @@ -409,9 +409,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html index 1950ca5b..98667dca 100644 --- a/en/student-welcome-guide/student-accommodation/index.html +++ b/en/student-welcome-guide/student-accommodation/index.html @@ -62,7 +62,7 @@ - + @@ -410,9 +410,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html index 1af39c64..8587567d 100644 --- a/en/student-welcome-guide/student-budget/index.html +++ b/en/student-welcome-guide/student-budget/index.html @@ -62,7 +62,7 @@ - + @@ -379,9 +379,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html index 13307a3e..37cd098a 100644 --- a/en/student-welcome-guide/student-meals/index.html +++ b/en/student-welcome-guide/student-meals/index.html @@ -62,7 +62,7 @@ - + @@ -367,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 98cbd4ba..83314180 100644 --- a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -62,7 +62,7 @@ - + @@ -404,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 2d430860..de611367 100644 --- a/en/student-welcome-guide/student-residence-permit/index.html +++ b/en/student-welcome-guide/student-residence-permit/index.html @@ -62,7 +62,7 @@ - + @@ -421,9 +421,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html index 1bf87944..4566a271 100644 --- a/en/student-welcome-guide/student-transport/index.html +++ b/en/student-welcome-guide/student-transport/index.html @@ -62,7 +62,7 @@ - + @@ -388,9 +388,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html index c6b856e5..93bc1fd0 100644 --- a/en/student-welcome-guide/student-work/index.html +++ b/en/student-welcome-guide/student-work/index.html @@ -62,7 +62,7 @@ - + @@ -362,9 +362,9 @@ - - - - + + + + diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html index 03d4f1cf..9660e058 100644 --- a/en/student-welcome-guide/study-cities/index.html +++ b/en/student-welcome-guide/study-cities/index.html @@ -62,7 +62,7 @@ - + @@ -422,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 221ddb6d..bb28fb11 100644 --- a/en/student-welcome-guide/tuition-and-scholarships/index.html +++ b/en/student-welcome-guide/tuition-and-scholarships/index.html @@ -62,7 +62,7 @@ - + @@ -366,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 001f6651..d73f33d1 100644 --- a/en/student-welcome-guide/visa-and-residence-explained/index.html +++ b/en/student-welcome-guide/visa-and-residence-explained/index.html @@ -62,7 +62,7 @@ - + @@ -393,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 d175cd20..75da88df 100644 --- a/en/student-welcome-guide/wellbeing-and-community/index.html +++ b/en/student-welcome-guide/wellbeing-and-community/index.html @@ -62,7 +62,7 @@ - + @@ -358,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 71d88a6e..719a7a5f 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 @@ -62,7 +62,7 @@ - + @@ -428,9 +428,9 @@ - - - - + + + + diff --git a/en/support/index.html b/en/support/index.html index fbf8cb6d..aa089bc1 100644 --- a/en/support/index.html +++ b/en/support/index.html @@ -58,7 +58,7 @@ - + @@ -599,9 +599,9 @@ - - - - + + + + diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html index 6aef49bb..70bea663 100644 --- a/en/timeline-and-milestones/index.html +++ b/en/timeline-and-milestones/index.html @@ -60,7 +60,7 @@ - + @@ -514,8 +514,8 @@ - - - + + + \ No newline at end of file diff --git a/mk/about-us/index.html b/mk/about-us/index.html index 99b2ca4a..42819eea 100644 --- a/mk/about-us/index.html +++ b/mk/about-us/index.html @@ -60,7 +60,7 @@ - + @@ -575,8 +575,8 @@ - - - + + + diff --git a/mk/become-a-member/index.html b/mk/become-a-member/index.html index a0539e67..f15ab46d 100644 --- a/mk/become-a-member/index.html +++ b/mk/become-a-member/index.html @@ -60,7 +60,7 @@ - + @@ -627,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 88ab89d5..919561b1 100644 --- a/mk/blog/ad-futura-scholarship-slovenia-2026/index.html +++ b/mk/blog/ad-futura-scholarship-slovenia-2026/index.html @@ -62,7 +62,7 @@ - + @@ -447,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 f0c1cac7..34167dcb 100644 --- a/mk/blog/how-i-coped-with-leaving-home/index.html +++ b/mk/blog/how-i-coped-with-leaving-home/index.html @@ -62,7 +62,7 @@ - + @@ -351,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 0b643571..24aec296 100644 --- a/mk/blog/how-to-open-slovenian-bank-account/index.html +++ b/mk/blog/how-to-open-slovenian-bank-account/index.html @@ -62,7 +62,7 @@ - + @@ -425,9 +425,9 @@ - + - - + + diff --git a/mk/blog/index.html b/mk/blog/index.html index 7b7447bb..8dae7a08 100644 --- a/mk/blog/index.html +++ b/mk/blog/index.html @@ -60,7 +60,7 @@ - + @@ -437,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 887499e4..4272ed5e 100644 --- a/mk/blog/learning-slovene-where-to-start/index.html +++ b/mk/blog/learning-slovene-where-to-start/index.html @@ -62,7 +62,7 @@ - + @@ -384,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 18af8849..5fd2fa23 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 @@ -62,7 +62,7 @@ - + @@ -396,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 d6726237..ac0aaa64 100644 --- a/mk/blog/welcome-days-slovenian-universities-2026-2027/index.html +++ b/mk/blog/welcome-days-slovenian-universities-2026-2027/index.html @@ -62,7 +62,7 @@ - + @@ -387,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 21373106..ae38b4b3 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 @@ -62,7 +62,7 @@ - + @@ -434,9 +434,9 @@ - + - - + + diff --git a/mk/cookie-policy/index.html b/mk/cookie-policy/index.html index c85e931e..f7fbb33c 100644 --- a/mk/cookie-policy/index.html +++ b/mk/cookie-policy/index.html @@ -60,7 +60,7 @@ - + @@ -325,8 +325,8 @@ - - - + + + diff --git a/mk/faq/index.html b/mk/faq/index.html index f354c452..2852dc95 100644 --- a/mk/faq/index.html +++ b/mk/faq/index.html @@ -61,7 +61,7 @@ - + @@ -542,7 +542,7 @@ - - + + diff --git a/mk/gallery/index.html b/mk/gallery/index.html index c64868f3..66dbe72f 100644 --- a/mk/gallery/index.html +++ b/mk/gallery/index.html @@ -60,7 +60,7 @@ - + @@ -650,8 +650,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 fd8ee15e..e5ba0342 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 @@ -62,7 +62,7 @@ - + @@ -402,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 7cfe3584..1e3b6bd8 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 @@ -62,7 +62,7 @@ - + @@ -408,8 +408,8 @@ - - - + + + diff --git a/mk/get-to-know-macedonia/index.html b/mk/get-to-know-macedonia/index.html index 63ca62c4..b146a6b4 100644 --- a/mk/get-to-know-macedonia/index.html +++ b/mk/get-to-know-macedonia/index.html @@ -60,7 +60,7 @@ - + @@ -375,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 e3b96349..c56983c1 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 @@ -62,7 +62,7 @@ - + @@ -408,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 befd7b20..7c5646e6 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 @@ -62,7 +62,7 @@ - + @@ -400,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 50275c71..42985d19 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 @@ -62,7 +62,7 @@ - + @@ -390,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 b9568cae..9e774f63 100644 --- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -62,7 +62,7 @@ - + @@ -387,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 e71532f0..246ed907 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 @@ -62,7 +62,7 @@ - + @@ -392,8 +392,8 @@ - - - + + + diff --git a/mk/get-to-know-slovenia/index.html b/mk/get-to-know-slovenia/index.html index 725ff53f..7c058f30 100644 --- a/mk/get-to-know-slovenia/index.html +++ b/mk/get-to-know-slovenia/index.html @@ -60,7 +60,7 @@ - + @@ -374,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 af3dd201..cff485a2 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 @@ -62,7 +62,7 @@ - + @@ -388,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 33b0d559..ba5b0012 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 @@ -62,7 +62,7 @@ - + @@ -378,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 dba7449b..49e5ed2f 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 @@ -62,7 +62,7 @@ - + @@ -409,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 244ea393..e4971249 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 @@ -62,7 +62,7 @@ - + @@ -394,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 ff7107f8..a0d1e3e7 100644 --- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -62,7 +62,7 @@ - + @@ -365,8 +365,8 @@ - - - + + + diff --git a/mk/index.html b/mk/index.html index 7b674516..9831a664 100644 --- a/mk/index.html +++ b/mk/index.html @@ -60,7 +60,7 @@ - + @@ -211,7 +211,7 @@

Ги зајакнуваме младите со вештини за да го променат светот

Биди дел од нашето возбудливо патување. Приклучи се на нашата студентска организација уште денес!

- Стани член + Стани член @@ -268,7 +268,7 @@

Секој студент има своја приказна, а ова е нашата!

Сакате да дознаете што претставува МСОС? Ова видео ја раскажува нашата приказна, брзо, забавно и од срце. Погледнете што го прави МСОС посебен и кликнете „Дознај повеќе“ за да станете дел од приказната.

- + Дознај повеќе за МСОС
@@ -279,7 +279,8 @@

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

-
+
+
- Стани член +
+ Стани член
@@ -415,7 +417,7 @@

Најди ги своите луѓе во Словенија

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

@@ -549,8 +551,8 @@ - - - + + + \ No newline at end of file diff --git a/mk/legal/index.html b/mk/legal/index.html index 9bfc273b..5f9012cc 100644 --- a/mk/legal/index.html +++ b/mk/legal/index.html @@ -58,7 +58,7 @@ - + @@ -320,8 +320,8 @@ - - - + + + diff --git a/mk/msos-hub/index.html b/mk/msos-hub/index.html index 9363fc83..68bc862e 100644 --- a/mk/msos-hub/index.html +++ b/mk/msos-hub/index.html @@ -58,7 +58,7 @@ - + @@ -415,8 +415,8 @@ - - - + + + diff --git a/mk/news/index.html b/mk/news/index.html index 371cd309..86369c0f 100644 --- a/mk/news/index.html +++ b/mk/news/index.html @@ -60,7 +60,7 @@ - + @@ -579,11 +579,11 @@
- - - + + + - - + + diff --git a/mk/news/meet-student-slovenia-2026/index.html b/mk/news/meet-student-slovenia-2026/index.html index b0372ec8..bac4fb53 100644 --- a/mk/news/meet-student-slovenia-2026/index.html +++ b/mk/news/meet-student-slovenia-2026/index.html @@ -62,7 +62,7 @@ - + @@ -434,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 163d7d93..90413e3e 100644 --- a/mk/news/proof-of-means-updated-2026/index.html +++ b/mk/news/proof-of-means-updated-2026/index.html @@ -62,7 +62,7 @@ - + @@ -305,9 +305,9 @@ - + - - + + diff --git a/mk/press/index.html b/mk/press/index.html index 2fa44d8a..0c895dc4 100644 --- a/mk/press/index.html +++ b/mk/press/index.html @@ -57,7 +57,7 @@ - + @@ -462,7 +462,7 @@ - - + + diff --git a/mk/press/meet-student-slovenia-2026/index.html b/mk/press/meet-student-slovenia-2026/index.html new file mode 100644 index 00000000..ed0c982c --- /dev/null +++ b/mk/press/meet-student-slovenia-2026/index.html @@ -0,0 +1,400 @@ + + + + + + Медиумски пакет: Запознај ја студентска Словенија 2026 | МСОС + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+

Избери јазик

+ +
+ +
+
+ + +
+
+ Медиумски пакет +

Запознај ја студентска Словенија 2026

+

Сè што ѝ треба на редакцијата за да известува за настанот, на едно место: факти, готов текст за цитирање, фотографии, логоа и директен контакт. Материјалите се слободни за медиумска употреба.

+ +

Слободно за објавување веднаш. За интервјуа, изјави и оригинални фотографии во висока резолуција, контактирајте нè.

+
+ +
+ + +
+
+

Контакт за медиуми

+

За изјави, интервјуа, најава на присуство на новинарска екипа или дополнителни материјали, стапете во контакт на info@msosorg.com. Одговараме на македонски, словенечки и англиски.

+
+

Организатор

+
    +
  • МСОС, Македонска студентска организација во Словенија
  • +
  • Веб-страницаmsosorg.com
  • +
  • Е-поштаinfo@msosorg.com
  • +
+
+
+
+

Настанот накратко

+
    +
  • Настан„Запознај ја студентска Словенија 2026“, 4. издание
  • +
  • Когапеток, 4 септември 2026, во 18:00
  • +
  • КадеНЛБ експозитура, East Gate Mall, Скопје
  • +
  • Форматво живо на локацијата + пренос во живо (онлајн)
  • +
  • За когоидни студенти и нивните родители
  • +
  • Влезслободен; за присуство на локацијата потребна претходна пријава
  • +
  • Јазикмакедонски
  • +
  • Пријава / инфостраница на настанот
  • +
+
+
+ + +

Готов текст за објава

+

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

+
+

За настанот

+

Четврта година по ред, Македонската студентска организација во Словенија (МСОС) го организира „Запознај ја студентска Словенија“, настан на кој идните студенти и нивните родители директно разговараат со македонски студенти кои веќе студираат и живеат во Словенија. Наместо информации само од интернет или брошури, посетителите добиваат вистински искуства, совети и одговори од прва рака за изборот на факултет, аплицирањето, студентските домови и сместувањето, трошоците и секојдневниот студентски живот.

+

Изданието за 2026 година се одржува во петок, 4 септември 2026, со почеток во 18:00 часот, во НЛБ експозитурата во East Gate Mall во Скопје, со пренос во живо за оние што не можат да присуствуваат лично. Настанот е бесплатен, а за присуство на локацијата е потребна претходна пријава.

+

За МСОС (кратка биографија)

+

МСОС (Македонска студентска организација во Словенија) е заедница на студенти од Македонија што студираат и живеат во Словенија. Организацијата нуди поддршка, настани, заедница и застапување за македонските студенти, од првата пријава до дипломирањето. МСОС е основана како студентска иницијатива на 5 март 2023 година и е официјално регистрирана на 9 септември 2024 година, со седиште во Љубљана, Словенија. Работи на македонски, словенечки и англиски јазик.

+
+ + +

Клучни пораки

+
    +
  • Настанот е разговор, а не класична презентација; идните студенти директно ги поставуваат прашањата што им се важни.
  • +
  • Наменет е и за родителите, кои често имаат свои грижи пред заминувањето на детето во странство.
  • +
  • Панелисти се македонски студенти што веќе го поминале истиот пат во Словенија.
  • +
  • Достапен е и онлајн пренос, така што настанот е отворен и надвор од Скопје.
  • +
  • Целта е првиот чекор кон студирање во Словенија да не се прави сам.
  • +
+ + +

Изјава за медиумите

+
+

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

+ Тимот на МСОС +
+

Достапни сме и за именувана изјава од претставник на МСОС, контактирајте нè.

+ + +

Фотографии за преземање

+

Официјална графика и фотографии од претходни изданија на настанот. Слободни за медиумска употреба со наведување „Фото: МСОС“. Кликнете за преземање.

+ +

За оригинали во висока резолуција или дополнителни фотографии, пишете ни.

+ + +

Логоа

+ + +

Услови за користење: материјалите на оваа страница се слободни за новинарска и уредничка употреба во контекст на известување за МСОС и настанот. Ве молиме наведувајте „Фото: МСОС“ кај фотографиите и не менувајте ги логоата (боја, пропорции, елементи). За секаква друга употреба или прашања, пишете ни.

+
+
+ + + + + + + + + diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html index d0e8da9c..2c983caf 100644 --- a/mk/privacy-policy/index.html +++ b/mk/privacy-policy/index.html @@ -60,7 +60,7 @@ - + @@ -371,8 +371,8 @@ - - - + + + diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html index b19e106d..003f902d 100644 --- a/mk/projects/humanitarian-tournament-in-maribor/index.html +++ b/mk/projects/humanitarian-tournament-in-maribor/index.html @@ -63,7 +63,7 @@ - + @@ -222,7 +222,7 @@ @@ -312,7 +312,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

@@ -406,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 afe3fa32..84c0b882 100644 --- a/mk/projects/in-memory-of-frosina-kulakova/index.html +++ b/mk/projects/in-memory-of-frosina-kulakova/index.html @@ -63,7 +63,7 @@ - + @@ -344,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 a2ff1629..24fc3ef1 100644 --- a/mk/projects/in-memory-of-the-kochani-victims/index.html +++ b/mk/projects/in-memory-of-the-kochani-victims/index.html @@ -63,7 +63,7 @@ - + @@ -352,8 +352,8 @@ - - - + + + diff --git a/mk/projects/index.html b/mk/projects/index.html index c291f867..ce0401c1 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -60,7 +60,7 @@ - + @@ -516,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 46901977..dd00457c 100644 --- a/mk/projects/joint-walk-path-around-the-wire/index.html +++ b/mk/projects/joint-walk-path-around-the-wire/index.html @@ -63,7 +63,7 @@ - + @@ -222,7 +222,7 @@ @@ -288,7 +288,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -382,8 +382,8 @@ - - - + + + diff --git a/mk/projects/kafanska-vecher-2025/index.html b/mk/projects/kafanska-vecher-2025/index.html index 453461b0..0e4c0b99 100644 --- a/mk/projects/kafanska-vecher-2025/index.html +++ b/mk/projects/kafanska-vecher-2025/index.html @@ -63,7 +63,7 @@ - + @@ -223,7 +223,7 @@ @@ -313,7 +313,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -407,8 +407,8 @@ - - - + + + diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index 4c9ed270..db9c47c9 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -323,7 +323,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -417,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 398bf31b..eb1b9ead 100644 --- a/mk/projects/meet-student-slovenia-2023/index.html +++ b/mk/projects/meet-student-slovenia-2023/index.html @@ -63,7 +63,7 @@ - + @@ -224,7 +224,7 @@ @@ -348,7 +348,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -442,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 48ae70da..b65f8ebd 100644 --- a/mk/projects/meet-student-slovenia-2024/index.html +++ b/mk/projects/meet-student-slovenia-2024/index.html @@ -63,7 +63,7 @@ - + @@ -223,7 +223,7 @@ @@ -347,7 +347,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -441,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 8c1654fd..182a6de8 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 @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -308,7 +308,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -402,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 0f7d42ba..fdeb53da 100644 --- a/mk/projects/morning-coffee-in-front-of-ctk/index.html +++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -312,7 +312,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -404,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 ac986c38..239af885 100644 --- a/mk/projects/paint-and-wine-at-sunset/index.html +++ b/mk/projects/paint-and-wine-at-sunset/index.html @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -297,7 +297,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -391,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 cd60735b..55f5c34c 100644 --- a/mk/projects/president-siljanovska-davkova-lecture-2026/index.html +++ b/mk/projects/president-siljanovska-davkova-lecture-2026/index.html @@ -63,7 +63,7 @@ - + @@ -224,7 +224,7 @@ @@ -311,7 +311,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -405,8 +405,8 @@ - - - + + + diff --git a/mk/projects/sepa-webinar-2026/index.html b/mk/projects/sepa-webinar-2026/index.html index c08252bd..1aabf75f 100644 --- a/mk/projects/sepa-webinar-2026/index.html +++ b/mk/projects/sepa-webinar-2026/index.html @@ -63,7 +63,7 @@ - + @@ -222,7 +222,7 @@ @@ -284,7 +284,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -378,8 +378,8 @@ - - - + + + diff --git a/mk/projects/teambuilding-hub-opening-2026/index.html b/mk/projects/teambuilding-hub-opening-2026/index.html index aa8b34d1..6e6ca829 100644 --- a/mk/projects/teambuilding-hub-opening-2026/index.html +++ b/mk/projects/teambuilding-hub-opening-2026/index.html @@ -63,7 +63,7 @@ - + @@ -223,7 +223,7 @@ @@ -321,7 +321,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -415,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 76d292fd..95cb65a4 100644 --- a/mk/projects/watching-handball-together-in-slovenia/index.html +++ b/mk/projects/watching-handball-together-in-slovenia/index.html @@ -63,7 +63,7 @@ - + @@ -220,7 +220,7 @@ @@ -288,7 +288,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -382,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 cf9877bb..c8f6f4e9 100644 --- a/mk/projects/watching-macedonia-wales-football-match/index.html +++ b/mk/projects/watching-macedonia-wales-football-match/index.html @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -297,7 +297,7 @@

Ти се допаѓа тоа што го правиме?

Стани член или поддржи го МСОС за да создаваме уште повеќе вакви моменти.

- Стани член + Стани член Поддржи го МСОС
@@ -391,8 +391,8 @@ - - - + + + diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html index 2e3952cc..0dec7198 100644 --- a/mk/student-welcome-guide/academic-life/index.html +++ b/mk/student-welcome-guide/academic-life/index.html @@ -62,7 +62,7 @@ - + @@ -369,9 +369,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html index 30390f57..17c0d782 100644 --- a/mk/student-welcome-guide/administrative-basics/index.html +++ b/mk/student-welcome-guide/administrative-basics/index.html @@ -62,7 +62,7 @@ - + @@ -357,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 f5ec1e22..c249aeee 100644 --- a/mk/student-welcome-guide/admission-and-enrolment/index.html +++ b/mk/student-welcome-guide/admission-and-enrolment/index.html @@ -62,7 +62,7 @@ - + @@ -367,9 +367,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html index 32137b5d..5487454a 100644 --- a/mk/student-welcome-guide/application-deadlines/index.html +++ b/mk/student-welcome-guide/application-deadlines/index.html @@ -62,7 +62,7 @@ - + @@ -364,9 +364,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html index 888f1810..d5f2d1c0 100644 --- a/mk/student-welcome-guide/arrival-checklist/index.html +++ b/mk/student-welcome-guide/arrival-checklist/index.html @@ -62,7 +62,7 @@ - + @@ -382,9 +382,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html index 8ced510a..3a648963 100644 --- a/mk/student-welcome-guide/bachelor-application/index.html +++ b/mk/student-welcome-guide/bachelor-application/index.html @@ -62,7 +62,7 @@ - + @@ -394,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 b1ba5d79..20e6aa8e 100644 --- a/mk/student-welcome-guide/choose-a-programme/index.html +++ b/mk/student-welcome-guide/choose-a-programme/index.html @@ -62,7 +62,7 @@ - + @@ -385,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 d0e15612..ee79af74 100644 --- a/mk/student-welcome-guide/complete-student-journey/index.html +++ b/mk/student-welcome-guide/complete-student-journey/index.html @@ -62,7 +62,7 @@ - + @@ -410,9 +410,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html index accdf291..aac89d99 100644 --- a/mk/student-welcome-guide/document-preparation/index.html +++ b/mk/student-welcome-guide/document-preparation/index.html @@ -62,7 +62,7 @@ - + @@ -359,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 433d0053..630acf23 100644 --- a/mk/student-welcome-guide/evs-application-guide/index.html +++ b/mk/student-welcome-guide/evs-application-guide/index.html @@ -62,7 +62,7 @@ - + @@ -377,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 e3d9e3b0..bfa639d8 100644 --- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html @@ -62,7 +62,7 @@ - + @@ -420,9 +420,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/index.html b/mk/student-welcome-guide/index.html index 9b494cd6..73d0d6b0 100644 --- a/mk/student-welcome-guide/index.html +++ b/mk/student-welcome-guide/index.html @@ -60,7 +60,7 @@ - + @@ -528,10 +528,10 @@ - - - - - + + + + + diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html index c5277a01..d0470d42 100644 --- a/mk/student-welcome-guide/master-application/index.html +++ b/mk/student-welcome-guide/master-application/index.html @@ -62,7 +62,7 @@ - + @@ -371,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 968700b1..808b4bb2 100644 --- a/mk/student-welcome-guide/means-accommodation-address/index.html +++ b/mk/student-welcome-guide/means-accommodation-address/index.html @@ -62,7 +62,7 @@ - + @@ -443,9 +443,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html index d4ed3b18..b699ba33 100644 --- a/mk/student-welcome-guide/my-route/index.html +++ b/mk/student-welcome-guide/my-route/index.html @@ -62,7 +62,7 @@ - +

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

@@ -271,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 345eab6e..fe70dfad 100644 --- a/mk/student-welcome-guide/official-sources-and-checklists/index.html +++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html @@ -62,7 +62,7 @@ - + @@ -388,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 2a09a8e8..ead34c22 100644 --- a/mk/student-welcome-guide/prepare-to-move/index.html +++ b/mk/student-welcome-guide/prepare-to-move/index.html @@ -62,7 +62,7 @@ - + @@ -415,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 ee66feb3..a650fe8d 100644 --- a/mk/student-welcome-guide/recognition-of-education/index.html +++ b/mk/student-welcome-guide/recognition-of-education/index.html @@ -62,7 +62,7 @@ - + @@ -360,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 a833e8a4..74082955 100644 --- a/mk/student-welcome-guide/renew-change-graduate/index.html +++ b/mk/student-welcome-guide/renew-change-graduate/index.html @@ -62,7 +62,7 @@ - + @@ -369,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 d407c07d..518085ce 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 @@ -62,7 +62,7 @@ - + @@ -409,9 +409,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html index 63b68959..130cba6c 100644 --- a/mk/student-welcome-guide/student-accommodation/index.html +++ b/mk/student-welcome-guide/student-accommodation/index.html @@ -62,7 +62,7 @@ - + @@ -410,9 +410,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html index efc92a4c..1c483eb6 100644 --- a/mk/student-welcome-guide/student-budget/index.html +++ b/mk/student-welcome-guide/student-budget/index.html @@ -62,7 +62,7 @@ - + @@ -379,9 +379,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html index 3890be16..cc87c3be 100644 --- a/mk/student-welcome-guide/student-meals/index.html +++ b/mk/student-welcome-guide/student-meals/index.html @@ -62,7 +62,7 @@ - + @@ -367,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 6ce43ee8..9ec8de5a 100644 --- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -62,7 +62,7 @@ - + @@ -404,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 8c84d59e..2de0a183 100644 --- a/mk/student-welcome-guide/student-residence-permit/index.html +++ b/mk/student-welcome-guide/student-residence-permit/index.html @@ -62,7 +62,7 @@ - + @@ -421,9 +421,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html index 7d788402..db92a66a 100644 --- a/mk/student-welcome-guide/student-transport/index.html +++ b/mk/student-welcome-guide/student-transport/index.html @@ -62,7 +62,7 @@ - + @@ -388,9 +388,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html index 9eb1dc9b..a2afb2f4 100644 --- a/mk/student-welcome-guide/student-work/index.html +++ b/mk/student-welcome-guide/student-work/index.html @@ -62,7 +62,7 @@ - + @@ -362,9 +362,9 @@ - - - - + + + + diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html index 011511cc..6501ccb1 100644 --- a/mk/student-welcome-guide/study-cities/index.html +++ b/mk/student-welcome-guide/study-cities/index.html @@ -62,7 +62,7 @@ - + @@ -422,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 de8ce1a8..c90a27ef 100644 --- a/mk/student-welcome-guide/tuition-and-scholarships/index.html +++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html @@ -62,7 +62,7 @@ - + @@ -366,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 1a6a72cf..bae2cdc3 100644 --- a/mk/student-welcome-guide/visa-and-residence-explained/index.html +++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html @@ -62,7 +62,7 @@ - + @@ -393,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 72a52a9a..b020a6ed 100644 --- a/mk/student-welcome-guide/wellbeing-and-community/index.html +++ b/mk/student-welcome-guide/wellbeing-and-community/index.html @@ -62,7 +62,7 @@ - + @@ -358,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 1a95dc31..b83463c4 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 @@ -62,7 +62,7 @@ - + @@ -428,9 +428,9 @@ - - - - + + + + diff --git a/mk/support/index.html b/mk/support/index.html index 790bbc01..463e23af 100644 --- a/mk/support/index.html +++ b/mk/support/index.html @@ -58,7 +58,7 @@ - + @@ -597,9 +597,9 @@ - - - - + + + + diff --git a/mk/timeline-and-milestones/index.html b/mk/timeline-and-milestones/index.html index 3dbbd53a..73b1dd56 100644 --- a/mk/timeline-and-milestones/index.html +++ b/mk/timeline-and-milestones/index.html @@ -60,7 +60,7 @@ - + @@ -514,8 +514,8 @@ - - - + + + \ No newline at end of file diff --git a/si/about-us/index.html b/si/about-us/index.html index fff0a551..bb8be232 100644 --- a/si/about-us/index.html +++ b/si/about-us/index.html @@ -60,7 +60,7 @@ - + @@ -575,8 +575,8 @@ - - - + + + diff --git a/si/become-a-member/index.html b/si/become-a-member/index.html index 5bd50428..c545ba34 100644 --- a/si/become-a-member/index.html +++ b/si/become-a-member/index.html @@ -60,7 +60,7 @@ - + @@ -627,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 38cc51e0..3fcc0a1a 100644 --- a/si/blog/ad-futura-scholarship-slovenia-2026/index.html +++ b/si/blog/ad-futura-scholarship-slovenia-2026/index.html @@ -62,7 +62,7 @@ - + @@ -447,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 a9b87eef..07137c27 100644 --- a/si/blog/how-i-coped-with-leaving-home/index.html +++ b/si/blog/how-i-coped-with-leaving-home/index.html @@ -62,7 +62,7 @@ - + @@ -351,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 3fbfca94..519565b7 100644 --- a/si/blog/how-to-open-slovenian-bank-account/index.html +++ b/si/blog/how-to-open-slovenian-bank-account/index.html @@ -62,7 +62,7 @@ - + @@ -425,9 +425,9 @@ - + - - + + diff --git a/si/blog/index.html b/si/blog/index.html index e1a1b270..97da2ea6 100644 --- a/si/blog/index.html +++ b/si/blog/index.html @@ -60,7 +60,7 @@ - + @@ -437,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 a73c344b..ff7f45f0 100644 --- a/si/blog/learning-slovene-where-to-start/index.html +++ b/si/blog/learning-slovene-where-to-start/index.html @@ -62,7 +62,7 @@ - + @@ -384,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 34393b88..59fe4e89 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 @@ -62,7 +62,7 @@ - + @@ -396,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 1062e686..b7f7a91b 100644 --- a/si/blog/welcome-days-slovenian-universities-2026-2027/index.html +++ b/si/blog/welcome-days-slovenian-universities-2026-2027/index.html @@ -62,7 +62,7 @@ - + @@ -387,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 41baedb4..724fa681 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 @@ -62,7 +62,7 @@ - + @@ -434,9 +434,9 @@ - + - - + + diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html index ffcee79b..e3c8eb3f 100644 --- a/si/cookie-policy/index.html +++ b/si/cookie-policy/index.html @@ -60,7 +60,7 @@ - + @@ -325,8 +325,8 @@ - - - + + + diff --git a/si/faq/index.html b/si/faq/index.html index b649f972..5b14e0f2 100644 --- a/si/faq/index.html +++ b/si/faq/index.html @@ -61,7 +61,7 @@ - + @@ -542,7 +542,7 @@ - - + + diff --git a/si/gallery/index.html b/si/gallery/index.html index cf14f389..da656f66 100644 --- a/si/gallery/index.html +++ b/si/gallery/index.html @@ -60,7 +60,7 @@ - + @@ -650,8 +650,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 185449f9..94877166 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 @@ -62,7 +62,7 @@ - + @@ -402,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 777457a5..410fdc67 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 @@ -62,7 +62,7 @@ - + @@ -408,8 +408,8 @@ - - - + + + diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html index ae896441..a6ea3571 100644 --- a/si/get-to-know-macedonia/index.html +++ b/si/get-to-know-macedonia/index.html @@ -60,7 +60,7 @@ - + @@ -375,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 47a574eb..a1b3fa58 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 @@ -62,7 +62,7 @@ - + @@ -408,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 a5ee4dcc..223362f7 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 @@ -62,7 +62,7 @@ - + @@ -400,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 fd0606a3..6c598b37 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 @@ -62,7 +62,7 @@ - + @@ -390,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 0a93194f..7df610d9 100644 --- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -62,7 +62,7 @@ - + @@ -387,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 c74ccd8d..12941de2 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 @@ -62,7 +62,7 @@ - + @@ -392,8 +392,8 @@ - - - + + + diff --git a/si/get-to-know-slovenia/index.html b/si/get-to-know-slovenia/index.html index 09a9fb78..4c6ff41c 100644 --- a/si/get-to-know-slovenia/index.html +++ b/si/get-to-know-slovenia/index.html @@ -60,7 +60,7 @@ - + @@ -374,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 de0c57e4..83f30083 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 @@ -62,7 +62,7 @@ - + @@ -388,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 08301ab5..82e62c89 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 @@ -62,7 +62,7 @@ - + @@ -382,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 4fea9f09..35902e67 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 @@ -62,7 +62,7 @@ - + @@ -409,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 93e3ed11..7766c899 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 @@ -62,7 +62,7 @@ - + @@ -394,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 1af8560e..5c752229 100644 --- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -62,7 +62,7 @@ - + @@ -365,8 +365,8 @@ - - - + + + diff --git a/si/index.html b/si/index.html index d2ebf78c..632a1399 100644 --- a/si/index.html +++ b/si/index.html @@ -60,7 +60,7 @@ - + @@ -211,7 +211,7 @@

Opolnomočimo mlade z veščinami za spreminjanje sveta

Bodi del naše razburljive poti. Pridruži se naši študentski organizaciji še danes!

- Postani član + Postani član @@ -268,7 +268,7 @@

Spoznajte našo izjemno ekipo!

Naša filozofija je preprosta, zaposliti ekipo raznolikih, strastnih ljudi in gojiti kulturo, ki vas opolnomoči, da opravite svoje najboljše delo.

- + Več o MSOS
@@ -279,7 +279,8 @@

Od prve prijave do diplome smo ob tebi, podpora, prijateljstva, kultura in glas, ki zastopa makedonske študente v Sloveniji.

-
+
+
- Postani član +
+ Postani član
@@ -415,7 +417,7 @@

Najdi svoje ljudi v Sloveniji

Spoznaj ljudi, obišči dogodke, dobi podporo, ustvarjaj projekte in postani del makedonske študentske skupnosti po vsej Sloveniji.

@@ -549,8 +551,8 @@ - - - + + + \ No newline at end of file diff --git a/si/legal/index.html b/si/legal/index.html index b4e3816d..495e54d9 100644 --- a/si/legal/index.html +++ b/si/legal/index.html @@ -58,7 +58,7 @@ - + @@ -320,8 +320,8 @@ - - - + + + diff --git a/si/msos-hub/index.html b/si/msos-hub/index.html index 5e1790a2..a04e986c 100644 --- a/si/msos-hub/index.html +++ b/si/msos-hub/index.html @@ -58,7 +58,7 @@ - + @@ -415,8 +415,8 @@ - - - + + + diff --git a/si/news/index.html b/si/news/index.html index d6046cc9..37fd9aa8 100644 --- a/si/news/index.html +++ b/si/news/index.html @@ -60,7 +60,7 @@ - + @@ -579,11 +579,11 @@
- - - + + + - - + + diff --git a/si/news/meet-student-slovenia-2026/index.html b/si/news/meet-student-slovenia-2026/index.html index 83595118..e3574893 100644 --- a/si/news/meet-student-slovenia-2026/index.html +++ b/si/news/meet-student-slovenia-2026/index.html @@ -62,7 +62,7 @@ - + @@ -434,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 60fadedc..88e0731b 100644 --- a/si/news/proof-of-means-updated-2026/index.html +++ b/si/news/proof-of-means-updated-2026/index.html @@ -62,7 +62,7 @@ - + @@ -305,9 +305,9 @@ - + - - + + diff --git a/si/press/index.html b/si/press/index.html index 20c5a82b..2e993154 100644 --- a/si/press/index.html +++ b/si/press/index.html @@ -57,7 +57,7 @@ - + @@ -462,7 +462,7 @@ - - + + diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html index 650e1956..614f3024 100644 --- a/si/privacy-policy/index.html +++ b/si/privacy-policy/index.html @@ -60,7 +60,7 @@ - + @@ -371,8 +371,8 @@ - - - + + + diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html index b4965d5a..2e803293 100644 --- a/si/projects/humanitarian-tournament-in-maribor/index.html +++ b/si/projects/humanitarian-tournament-in-maribor/index.html @@ -63,7 +63,7 @@ - + @@ -222,7 +222,7 @@ @@ -312,7 +312,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

@@ -406,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 adfd334b..30fded99 100644 --- a/si/projects/in-memory-of-frosina-kulakova/index.html +++ b/si/projects/in-memory-of-frosina-kulakova/index.html @@ -63,7 +63,7 @@ - + @@ -344,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 9c18d999..167b0984 100644 --- a/si/projects/in-memory-of-the-kochani-victims/index.html +++ b/si/projects/in-memory-of-the-kochani-victims/index.html @@ -63,7 +63,7 @@ - + @@ -352,8 +352,8 @@ - - - + + + diff --git a/si/projects/index.html b/si/projects/index.html index 55c1c8fc..fb8e6bde 100644 --- a/si/projects/index.html +++ b/si/projects/index.html @@ -60,7 +60,7 @@ - + @@ -516,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 615679da..b996a8ff 100644 --- a/si/projects/joint-walk-path-around-the-wire/index.html +++ b/si/projects/joint-walk-path-around-the-wire/index.html @@ -63,7 +63,7 @@ - + @@ -222,7 +222,7 @@ @@ -288,7 +288,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -382,8 +382,8 @@ - - - + + + diff --git a/si/projects/kafanska-vecher-2025/index.html b/si/projects/kafanska-vecher-2025/index.html index 37d7a191..f0cd4034 100644 --- a/si/projects/kafanska-vecher-2025/index.html +++ b/si/projects/kafanska-vecher-2025/index.html @@ -63,7 +63,7 @@ - + @@ -223,7 +223,7 @@ @@ -313,7 +313,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -407,8 +407,8 @@ - - - + + + diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html index c2d64dc8..724c8f36 100644 --- a/si/projects/macedonian-student-night-in-ljubljana/index.html +++ b/si/projects/macedonian-student-night-in-ljubljana/index.html @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -304,7 +304,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -397,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 0ba2f70c..9ef28a5c 100644 --- a/si/projects/meet-student-slovenia-2023/index.html +++ b/si/projects/meet-student-slovenia-2023/index.html @@ -63,7 +63,7 @@ - + @@ -224,7 +224,7 @@ @@ -348,7 +348,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -442,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 03356ee2..78aa6d00 100644 --- a/si/projects/meet-student-slovenia-2024/index.html +++ b/si/projects/meet-student-slovenia-2024/index.html @@ -63,7 +63,7 @@ - + @@ -223,7 +223,7 @@ @@ -328,7 +328,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -421,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 1901bf8a..9210deb0 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 @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -308,7 +308,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -402,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 51e44441..0fc4b76f 100644 --- a/si/projects/morning-coffee-in-front-of-ctk/index.html +++ b/si/projects/morning-coffee-in-front-of-ctk/index.html @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -293,7 +293,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -386,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 e195eaf2..04b71cdc 100644 --- a/si/projects/paint-and-wine-at-sunset/index.html +++ b/si/projects/paint-and-wine-at-sunset/index.html @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -297,7 +297,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -391,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 14957914..a023518e 100644 --- a/si/projects/president-siljanovska-davkova-lecture-2026/index.html +++ b/si/projects/president-siljanovska-davkova-lecture-2026/index.html @@ -63,7 +63,7 @@ - + @@ -224,7 +224,7 @@ @@ -311,7 +311,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -405,8 +405,8 @@ - - - + + + diff --git a/si/projects/sepa-webinar-2026/index.html b/si/projects/sepa-webinar-2026/index.html index f2077195..d6cf1d68 100644 --- a/si/projects/sepa-webinar-2026/index.html +++ b/si/projects/sepa-webinar-2026/index.html @@ -63,7 +63,7 @@ - + @@ -222,7 +222,7 @@ @@ -284,7 +284,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -378,8 +378,8 @@ - - - + + + diff --git a/si/projects/teambuilding-hub-opening-2026/index.html b/si/projects/teambuilding-hub-opening-2026/index.html index 0ea72d1a..e884b071 100644 --- a/si/projects/teambuilding-hub-opening-2026/index.html +++ b/si/projects/teambuilding-hub-opening-2026/index.html @@ -63,7 +63,7 @@ - + @@ -223,7 +223,7 @@ @@ -321,7 +321,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -415,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 214b8fb2..d153b4f0 100644 --- a/si/projects/watching-handball-together-in-slovenia/index.html +++ b/si/projects/watching-handball-together-in-slovenia/index.html @@ -63,7 +63,7 @@ - + @@ -220,7 +220,7 @@ @@ -288,7 +288,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -382,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 b4038cdc..b72017f3 100644 --- a/si/projects/watching-macedonia-wales-football-match/index.html +++ b/si/projects/watching-macedonia-wales-football-match/index.html @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ @@ -297,7 +297,7 @@

Vam je všeč, kar počnemo?

Postani član ali podpri MSOS, da bomo ustvarili še več takšnih trenutkov.

- Postani član + Postani član Podpri MSOS
@@ -391,8 +391,8 @@ - - - + + + diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html index 0a5b2f65..32357265 100644 --- a/si/student-welcome-guide/academic-life/index.html +++ b/si/student-welcome-guide/academic-life/index.html @@ -62,7 +62,7 @@ - + @@ -369,9 +369,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html index 49c3ec47..a62f24b3 100644 --- a/si/student-welcome-guide/administrative-basics/index.html +++ b/si/student-welcome-guide/administrative-basics/index.html @@ -62,7 +62,7 @@ - + @@ -357,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 01a658c9..22f08848 100644 --- a/si/student-welcome-guide/admission-and-enrolment/index.html +++ b/si/student-welcome-guide/admission-and-enrolment/index.html @@ -62,7 +62,7 @@ - + @@ -367,9 +367,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html index be6b87d6..9976b51f 100644 --- a/si/student-welcome-guide/application-deadlines/index.html +++ b/si/student-welcome-guide/application-deadlines/index.html @@ -62,7 +62,7 @@ - + @@ -364,9 +364,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html index 2de75131..c21e3138 100644 --- a/si/student-welcome-guide/arrival-checklist/index.html +++ b/si/student-welcome-guide/arrival-checklist/index.html @@ -62,7 +62,7 @@ - + @@ -382,9 +382,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html index 8968738a..65c02cf1 100644 --- a/si/student-welcome-guide/bachelor-application/index.html +++ b/si/student-welcome-guide/bachelor-application/index.html @@ -62,7 +62,7 @@ - + @@ -394,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 01a4769a..e3f5c993 100644 --- a/si/student-welcome-guide/choose-a-programme/index.html +++ b/si/student-welcome-guide/choose-a-programme/index.html @@ -62,7 +62,7 @@ - + @@ -385,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 8f37bf92..c80dd0a3 100644 --- a/si/student-welcome-guide/complete-student-journey/index.html +++ b/si/student-welcome-guide/complete-student-journey/index.html @@ -62,7 +62,7 @@ - + @@ -410,9 +410,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html index d8e258ea..2b3e232c 100644 --- a/si/student-welcome-guide/document-preparation/index.html +++ b/si/student-welcome-guide/document-preparation/index.html @@ -62,7 +62,7 @@ - + @@ -359,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 b5972f8a..f376f216 100644 --- a/si/student-welcome-guide/evs-application-guide/index.html +++ b/si/student-welcome-guide/evs-application-guide/index.html @@ -62,7 +62,7 @@ - + @@ -377,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 120a9fe6..116435f9 100644 --- a/si/student-welcome-guide/healthcare-in-slovenia/index.html +++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html @@ -62,7 +62,7 @@ - + @@ -420,9 +420,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html index b5cad2bc..94a9a916 100644 --- a/si/student-welcome-guide/index.html +++ b/si/student-welcome-guide/index.html @@ -60,7 +60,7 @@ - + @@ -528,10 +528,10 @@ - - - - - + + + + + diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html index caa3f49f..19685a84 100644 --- a/si/student-welcome-guide/master-application/index.html +++ b/si/student-welcome-guide/master-application/index.html @@ -62,7 +62,7 @@ - + @@ -371,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 0d4e56ba..1933657f 100644 --- a/si/student-welcome-guide/means-accommodation-address/index.html +++ b/si/student-welcome-guide/means-accommodation-address/index.html @@ -62,7 +62,7 @@ - + @@ -443,9 +443,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html index d51ea731..f3956440 100644 --- a/si/student-welcome-guide/my-route/index.html +++ b/si/student-welcome-guide/my-route/index.html @@ -62,7 +62,7 @@ - +

Vaša osebna študijska pot

@@ -271,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 793f3549..bbb1b1ca 100644 --- a/si/student-welcome-guide/official-sources-and-checklists/index.html +++ b/si/student-welcome-guide/official-sources-and-checklists/index.html @@ -62,7 +62,7 @@ - + @@ -388,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 bd0759b6..93144e02 100644 --- a/si/student-welcome-guide/prepare-to-move/index.html +++ b/si/student-welcome-guide/prepare-to-move/index.html @@ -62,7 +62,7 @@ - + @@ -415,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 3fb25f1d..38398345 100644 --- a/si/student-welcome-guide/recognition-of-education/index.html +++ b/si/student-welcome-guide/recognition-of-education/index.html @@ -62,7 +62,7 @@ - + @@ -360,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 0a8ae21f..b7c79e41 100644 --- a/si/student-welcome-guide/renew-change-graduate/index.html +++ b/si/student-welcome-guide/renew-change-graduate/index.html @@ -62,7 +62,7 @@ - + @@ -369,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 78850ba0..64558c63 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 @@ -62,7 +62,7 @@ - + @@ -409,9 +409,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html index 847be817..85dda9af 100644 --- a/si/student-welcome-guide/student-accommodation/index.html +++ b/si/student-welcome-guide/student-accommodation/index.html @@ -62,7 +62,7 @@ - + @@ -410,9 +410,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html index 669abab9..d25cfe4e 100644 --- a/si/student-welcome-guide/student-budget/index.html +++ b/si/student-welcome-guide/student-budget/index.html @@ -62,7 +62,7 @@ - + @@ -379,9 +379,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html index 2c3b101e..d5667175 100644 --- a/si/student-welcome-guide/student-meals/index.html +++ b/si/student-welcome-guide/student-meals/index.html @@ -62,7 +62,7 @@ - + @@ -367,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 7f2b55e2..89c707ff 100644 --- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html +++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html @@ -62,7 +62,7 @@ - + @@ -404,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 57b09b67..f7c0bd5e 100644 --- a/si/student-welcome-guide/student-residence-permit/index.html +++ b/si/student-welcome-guide/student-residence-permit/index.html @@ -62,7 +62,7 @@ - + @@ -421,9 +421,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html index cc8c9e72..88c81969 100644 --- a/si/student-welcome-guide/student-transport/index.html +++ b/si/student-welcome-guide/student-transport/index.html @@ -62,7 +62,7 @@ - + @@ -388,9 +388,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html index d69340c6..6799a200 100644 --- a/si/student-welcome-guide/student-work/index.html +++ b/si/student-welcome-guide/student-work/index.html @@ -62,7 +62,7 @@ - + @@ -362,9 +362,9 @@ - - - - + + + + diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html index bb099b31..d7c38d43 100644 --- a/si/student-welcome-guide/study-cities/index.html +++ b/si/student-welcome-guide/study-cities/index.html @@ -62,7 +62,7 @@ - + @@ -422,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 c5c57ca5..753e1c10 100644 --- a/si/student-welcome-guide/tuition-and-scholarships/index.html +++ b/si/student-welcome-guide/tuition-and-scholarships/index.html @@ -62,7 +62,7 @@ - + @@ -366,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 269c1514..f7449ceb 100644 --- a/si/student-welcome-guide/visa-and-residence-explained/index.html +++ b/si/student-welcome-guide/visa-and-residence-explained/index.html @@ -62,7 +62,7 @@ - + @@ -393,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 aaa35f56..574a2750 100644 --- a/si/student-welcome-guide/wellbeing-and-community/index.html +++ b/si/student-welcome-guide/wellbeing-and-community/index.html @@ -62,7 +62,7 @@ - + @@ -358,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 1e2239df..afe28564 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 @@ -62,7 +62,7 @@ - + @@ -428,9 +428,9 @@ - - - - + + + + diff --git a/si/support/index.html b/si/support/index.html index 3a8befe0..c4767ecb 100644 --- a/si/support/index.html +++ b/si/support/index.html @@ -58,7 +58,7 @@ - + @@ -599,9 +599,9 @@ - - - - + + + + diff --git a/si/timeline-and-milestones/index.html b/si/timeline-and-milestones/index.html index 00f61c77..42133e87 100644 --- a/si/timeline-and-milestones/index.html +++ b/si/timeline-and-milestones/index.html @@ -60,7 +60,7 @@ - + @@ -514,8 +514,8 @@ - - - + + + \ No newline at end of file diff --git a/tools/seo_inject.py b/tools/seo_inject.py index 7116fef7..f4ab1af8 100644 --- a/tools/seo_inject.py +++ b/tools/seo_inject.py @@ -29,6 +29,15 @@ LANGS = ["en", "mk", "si"] HREF = {"en": "en", "mk": "mk", "si": "sl"} OG_LOCALE = {"en": "en_GB", "mk": "mk_MK", "si": "sl_SI"} +# Unlisted / link-only pages, keyed by (lang, path). These get a +# `robots: noindex, nofollow` meta on every run and are kept OUT of sitemap.xml, +# so they are reachable only by someone who has the direct URL (e.g. a press kit +# shared privately with journalists). They are deliberately NOT added to +# robots.txt — a Disallow line there would publicly advertise the secret path. +UNLISTED = { + ("mk", "press/meet-student-slovenia-2026"), +} + # Section (first path segment) display names, for Article breadcrumbs. # Any 2-segment path "section/slug" whose section is here is treated as an article. SECTION_NAMES = { @@ -458,6 +467,8 @@ def build_block(lang, path, content): ogimg = extract_og_image(content) lines = [START] + if (lang, path) in UNLISTED: + lines.append(' ') lines.extend(GA_LINES) if desc: lines.append(f' ') @@ -555,6 +566,8 @@ def write_sitemap(): urls = [] for L, fp in all_pages(): path = page_path_of(fp, L) + if (L, path) in UNLISTED: + continue # link-only page: keep it out of the public sitemap urls.append((L, path)) # group by path so we can emit xhtml:link alternates from collections import defaultdict