Compare commits

...

5 Commits

Author SHA1 Message Date
popovskik c14a227ac7 changes.txt #2: AI/crawler discovery files (llms.txt + links-for-bots)
Add tools/build_botlinks.py which regenerates, from the pages already on disk:
- /llms.txt          llmstxt.org-style Markdown index (English, with descriptions)
- /links-for-bots/   a lightweight fully-linked crawl hub covering EN/MK/SI

Re-run `python tools/build_botlinks.py` after adding or removing pages; it only
reads each page's <title> and meta description, so it stays current automatically.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-05 16:10:38 +02:00
popovskik 5abda945ed changes.txt #10: informative disclaimers (footer, guide, legal)
- Footer disclaimer on every page (informative-only, verify with official sources)
- "Good to know" callout across all Student Welcome Guide pages, pointing to
  the "Was this page helpful?" box for reporting errors
- "Website content & liability" disclaimer card on the Official information page
All three languages (EN/MK/SI).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-05 16:04:30 +02:00
popovskik 5e18020066 changes.txt Batch 1: nav, hero, gallery, project CTA, discl. groundwork
- #9.1 Reorder "Who We Are" nav to Our team, Timeline, MSOS Hub (all 225 pages)
- #4  Fix MK "Ask MSOS" label to "Прашај го МСОС"
- #11 Landing hero overlay -> radial blue vignette (lighter centre)
- #3  Gallery cards show the event date under the title (DD.MM.YYYY)
- #1  Membership/support CTA at the end of project pages (memorials excluded)
- #8  "Illustrative image" tag on blog/news photo captions
- #9.3 Mission & Vision: full-width gradient band + more space above title

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-05 15:54:33 +02:00
popovskik bec7e26dd4 Add four new blog articles + blog listing/styling updates
New posts (Ad futura scholarship, learning Slovene, welcome days,
study in North Macedonia) across EN/MK/SI, plus blog index and _blog.css
updates. (Also carries the site-wide nav reorder and the illustrative-image
caption tag on the bank-account post.)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-05 15:54:17 +02:00
popovskik 4c27ebb105 Carousels: drag + position dots, and real Become-a-member photos
Convert the Hub / Become-a-member carousels from a pure-CSS marquee to a
JS-driven scroller with click-and-drag, touch swipe, and progress dots
(setupHubCarousel). Turn the "ways to be part of MSOS" cards into hub-style
photo cards and add the final Become-a-member photos (WebP).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-05 15:54:06 +02:00
250 changed files with 7431 additions and 534 deletions

View File

@ -19,7 +19,7 @@
found: "Here's what I found:", also: "You might also like:", more: "Read more",
none: "I couldn't find a clear answer for that. These might help:", tryLabel: "Popular questions:",
guideUrl: "/en/student-welcome-guide/", disclaimer: "Answers come straight from this website." },
mk: { title: "Прашај MSOS", open: "Прашај MSOS", placeholder: "Постави прашање…", send: "Испрати", close: "Затвори",
mk: { title: "Прашај го МСОС", open: "Прашај го МСОС", placeholder: "Постави прашање…", send: "Испрати", close: "Затвори",
greeting: "Здраво! 👋 Прашај ме било што за студирање во Словенија или за MSOS — ќе те упатам до вистинската страница. Можеш да прашаш на македонски, англиски или словенечки.",
disc: "Јас сум автоматски водич и можам да згрешам — за официјални чекори, рокови и износи, секогаш провери ја поврзаната страница.",
found: "Еве што најдов:", also: "Можеби ќе ти користи и:", more: "Прочитај повеќе",

View File

@ -152,6 +152,16 @@ footer hr {
.footer-credit a { color: rgba(255, 255, 255, 0.8); text-decoration: underline; text-underline-offset: 2px; }
.footer-credit a:hover { color: #FFFFFF; }
/* Site-wide informative disclaimer (present on every page's footer) */
.footer-disclaimer {
max-width: 980px; margin: 26px auto 0; padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.14);
font-size: 12px; line-height: 18px;
color: rgba(255, 255, 255, 0.6); text-align: center;
}
.footer-disclaimer a { color: rgba(255, 255, 255, 0.85); text-decoration: underline; text-underline-offset: 2px; }
.footer-disclaimer a:hover { color: #FFFFFF; }
/* ==========================================================================
Mobile Footer Styles

View File

@ -249,13 +249,15 @@
========================================================================== */
.mission-vision-section {
padding: 96px 80px;
background-color: #FFFFFF;
/* Extra top padding so the title never looks like it touches the band above.
Full-width soft gradient band (spans edge-to-edge, never "cut on the sides"). */
padding: 116px 80px 100px;
background: linear-gradient(180deg, #EAF3F6 0%, #F6FBFC 62%, #FFFFFF 100%);
}
.mission-vision-section .page-header-section {
margin-bottom: 48px;
padding: 0;
padding-top: 8px;
}
.mission-vision-section .page-header-section h2 {
@ -278,7 +280,9 @@
position: relative;
flex: 1;
height: 200px;
background: #F9FAFB;
background: #FFFFFF;
border: 1px solid #E4EEF2;
box-shadow: 0 6px 18px rgba(16, 24, 40, 0.05);
border-radius: 12px;
cursor: pointer;
overflow: hidden;

View File

@ -723,4 +723,20 @@
font-size: 12px;
font-weight: 600;
color: #667085;
}
}
/* ==========================================================================
Membership / support CTA at the end of project & event articles
========================================================================== */
.article-support-cta { max-width: 760px; margin: 8px auto 0; padding: 0 24px; }
.asc-card {
background: linear-gradient(135deg, #EAF2F5 0%, #F3F8FA 100%);
border: 1px solid #E4EEF2; border-radius: 16px;
padding: 30px 26px; text-align: center;
}
.asc-card h3 { font-size: 22px; line-height: 1.25; margin: 0 0 8px; color: #101828; font-weight: 700; }
.asc-card p { font-size: 15px; line-height: 24px; color: #475467; margin: 0 0 20px; }
.asc-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
/* Small "illustrative image" tag prepended to symbolic blog/news photo captions */
.fig-illustrative { font-weight: 600; color: #667085; }
.fig-illustrative i { font-size: 11px; color: #98A2B3; margin-right: 3px; }

View File

@ -172,6 +172,8 @@
}
.blog-card[hidden] { display: none; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(16, 24, 40, 0.10); }
/* Whole-card link variant for published posts */
a.blog-card { text-decoration: none; color: inherit; }
.blog-thumb {
background: linear-gradient(135deg, #F2F4F7 0%, #E4E7EC 100%);
display: flex;

View File

@ -79,6 +79,8 @@
.album-info { padding: 14px 16px 16px; }
.album-info h3 { font-size: 17px; line-height: 1.3; margin: 0 0 3px; font-weight: 700; color: #101828; transition: color 0.2s ease; }
.album-card:hover .album-info h3 { color: #2D738C; }
.album-date { font-size: 12.5px; color: #98A2B3; margin: 0 0 7px; display: flex; align-items: center; gap: 6px; }
.album-date i { font-size: 12px; color: #2D738C; }
.album-meta {
font-size: 13px; color: #667085; margin: 0;
display: flex; align-items: center; gap: 8px; flex-wrap: wrap;

View File

@ -1025,3 +1025,13 @@
.route-links a { padding: 5px 9px; font-size: 11px; }
.route-disclaimer { margin: 14px 0 0; padding: 11px 13px; font-size: 10.5px; line-height: 15px; page-break-inside: avoid; }
}
/* Informative disclaimer callout shown across the Student Welcome Guide */
.guide-disclaimer {
display: flex; gap: 12px; align-items: flex-start;
background: #FFF7ED; border: 1px solid #FED7AA; border-left: 4px solid #FB923C;
border-radius: 12px; padding: 15px 18px; margin: 8px 0 30px;
}
.guide-disclaimer > i { color: #EA7317; font-size: 18px; margin-top: 2px; flex: 0 0 auto; }
.guide-disclaimer .gd-body { font-size: 13.5px; line-height: 21px; color: #7C4A21; }
.guide-disclaimer .gd-body strong { display: block; color: #9A3412; font-size: 14px; margin-bottom: 3px; }

View File

@ -47,7 +47,12 @@
left: 0;
height: 100%;
width: 100%;
background: rgba(45, 115, 140, 0.64);
/* Radial vignette: lighter blue in the centre (over the CTA) fading to a
deeper blue at the edges, so the eye is drawn to the middle. */
background: radial-gradient(ellipse 90% 95% at 50% 50%,
rgba(60, 142, 170, 0.46) 0%,
rgba(45, 115, 140, 0.64) 44%,
rgba(16, 50, 70, 0.88) 100%);
z-index: 2;
}

View File

@ -76,21 +76,27 @@
.hub-story-text p { font-size: 17px; line-height: 28px; color: rgba(255, 255, 255, 0.9); margin: 0 0 16px; }
.hub-story-text p:last-child { margin-bottom: 0; }
/* ---------- Use cases (image cards, continuous auto-scrolling marquee) ---------- */
/* ---------- Use cases (image cards, auto-scrolling + drag + dots) ---------- */
.hub-carousel { position: relative; }
/* masked viewport: cards fade out at both edges instead of being hard-cut */
/* masked, scrollable viewport: cards fade out at both edges instead of being
hard-cut. Auto-scroll, click-and-drag and touch swiping are driven by JS
(setupHubCarousel); the native scrollbar is hidden. */
.hub-uses {
overflow: hidden;
overflow-x: auto; overflow-y: hidden;
padding: 6px 0 10px;
-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 2.5%, #000 97.5%, transparent 100%);
mask-image: linear-gradient(90deg, transparent 0, #000 2.5%, #000 97.5%, transparent 100%);
cursor: grab;
-webkit-user-select: none; user-select: none;
scrollbar-width: none; -ms-overflow-style: none;
scroll-behavior: auto;
}
/* the moving track = two identical groups; translateX(-50%) loops seamlessly */
.hub-uses::-webkit-scrollbar { display: none; }
.hub-uses.is-dragging { cursor: grabbing; }
/* the track = three identical groups so the JS loop is seamless in both directions */
.hub-track {
display: flex; width: max-content;
animation: hub-marquee 55s linear infinite;
}
.hub-carousel:hover .hub-track { animation-play-state: paused; }
.hub-group {
display: flex; gap: 18px; padding-right: 18px; flex: 0 0 auto;
}
@ -106,17 +112,11 @@
.hub-use:nth-child(3n+2) { background: linear-gradient(135deg, #FA7850 0%, #E8613B 100%); }
.hub-use:nth-child(3n+3) { background: linear-gradient(135deg, #3B82C4 0%, #2C6BA6 100%); }
.hub-use:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(16, 24, 40, 0.18); }
@keyframes hub-marquee {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
.hub-track { animation: none; }
}
.hub-use-img {
position: absolute; inset: 0; width: 100%; height: 100%;
object-fit: cover; display: block;
transition: transform 0.4s ease;
-webkit-user-drag: none; user-select: none; pointer-events: none;
}
.hub-use:hover .hub-use-img { transform: scale(1.05); }
/* gradient rising from the bottom for text legibility */
@ -138,6 +138,25 @@
.hub-use-body h3 { font-size: 18px; line-height: 1.25; color: #fff; margin: 0; font-weight: 700; }
.hub-use-body p { font-size: 13px; line-height: 19px; color: rgba(255, 255, 255, 0.9); margin: 0; }
/* ---------- Scroll-position dots ---------- */
.hub-dots {
display: flex; justify-content: center; align-items: center;
gap: 9px; margin-top: 18px;
}
.hub-dot {
width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%;
background: #CBD5DE; cursor: pointer; flex: 0 0 auto;
transition: width 0.25s ease, background-color 0.25s ease,
opacity 0.25s ease, transform 0.25s ease;
}
.hub-dot:hover { background: #9AA9B7; }
.hub-dot.is-near { width: 7px; height: 7px; }
.hub-dot.is-far { width: 6px; height: 6px; opacity: 0.6; }
.hub-dot.is-active {
width: 24px; height: 8px; border-radius: 6px;
background: #2D738C; opacity: 1;
}
/* ---------- Amenities ---------- */
.hub-amenities {
display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;

View File

@ -47,3 +47,9 @@
.legal-row { flex-direction: column; gap: 2px; }
.legal-row .v { text-align: left; }
}
/* Prose card (website content & liability disclaimer) */
.legal-prose { padding: 18px 24px 20px; }
.legal-prose p { font-size: 14px; line-height: 22px; color: #475467; margin: 0 0 12px; }
.legal-prose p:last-child { margin-bottom: 0; }
.legal-prose a { color: #2D738C; font-weight: 500; }

View File

@ -77,27 +77,22 @@
.mm-numbers-section .mm-note { color: rgba(255,255,255,0.6); margin-top: 24px; }
/* ---- ways (hub-style auto-scrolling slider) ---- */
/* Mechanics (.hub-carousel/.hub-uses/.hub-track/.hub-group) and the marquee
animation are reused from _hub.css; the JS clone step (setupHubCarousel) runs
on every page and picks up the .hub-track here. These rules only restyle the
card body for icon-based cards (no photo). */
/* Mechanics (.hub-carousel/.hub-uses/.hub-track/.hub-group), the marquee
animation, the photo (.hub-use-img), the legibility gradient (::after) and
the bottom-anchored body are all reused from _hub.css; the JS clone step
(setupHubCarousel) runs on every page and picks up the .hub-track here.
These rules only tweak card size and add a small icon badge over the photo. */
.mm-ways-carousel { margin-top: 4px; }
.mm-use {
display: flex; flex-direction: column; justify-content: space-between;
gap: 18px; padding: 24px 22px;
width: clamp(240px, 24vw, 300px);
aspect-ratio: 5 / 6;
}
/* No photo here, so drop the hub image-legibility overlay. */
.mm-use::after { display: none; }
.mm-use { width: clamp(240px, 24vw, 300px); aspect-ratio: 5 / 6; }
/* Brand icon as a subtle glass badge floating over the photo. */
.mm-use-ico {
position: absolute; top: 14px; left: 14px; z-index: 3;
display: inline-flex; align-items: center; justify-content: center;
width: 54px; height: 54px; border-radius: 14px;
background: rgba(255, 255, 255, 0.18);
color: #fff; font-size: 23px; flex: 0 0 auto;
width: 44px; height: 44px; border-radius: 12px;
background: rgba(10, 18, 26, 0.42);
-webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
color: #fff; font-size: 19px;
}
/* Body is absolute-positioned for photo cards in _hub.css; here it flows normally. */
.mm-use .hub-use-body { position: static; padding: 0; gap: 6px; }
.mm-use .hub-use-body h3 { font-size: 19px; line-height: 1.25; }
.mm-use .hub-use-body p { font-size: 14px; line-height: 21px; }

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -413,6 +413,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -209,7 +209,7 @@
<h2 class="mm-h2">Why become a member?</h2>
<div class="mm-benefits">
<figure class="mm-benefit-photo">
<img width="1425" height="950" src="../../images/event4-image2.webp" alt="Macedonian students gathered together in Ljubljana" loading="lazy">
<img width="1200" height="1600" src="../../images/mm-benefit-real-events.webp" alt="Macedonian students gathered together in Ljubljana" loading="lazy">
<figcaption>Real events, real friendships</figcaption>
</figure>
<article class="mm-benefit">
@ -241,7 +241,7 @@
<h3>Feel at home away from home</h3><p>Belong to a community where you never have to explain where you come from.</p>
</article>
<figure class="mm-benefit-photo">
<img width="1087" height="586" src="../../images/msnl-3.webp" alt="Students writing their names in Cyrillic at Macedonian Student Night" loading="lazy">
<img width="1600" height="1067" src="../../images/mm-benefit-piece-of-home.webp" alt="Students writing their names in Cyrillic at Macedonian Student Night" loading="lazy">
<figcaption>A piece of home in Slovenia</figcaption>
</figure>
</div>
@ -266,26 +266,32 @@
<div class="hub-track">
<div class="hub-group">
<article class="hub-use mm-use">
<img width="1200" height="1600" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-stay-connected.webp" alt="Stay connected">
<div class="mm-use-ico"><i class="fas fa-envelope-open-text" aria-hidden="true"></i></div>
<div class="hub-use-body"><h3>Stay connected</h3><p>Receive updates and know what is happening.</p></div>
</article>
<article class="hub-use mm-use">
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-community.webp" alt="Join the community">
<div class="mm-use-ico"><i class="fas fa-mug-hot" aria-hidden="true"></i></div>
<div class="hub-use-body"><h3>Join the community</h3><p>Come to events, meet people and take part when it suits you.</p></div>
</article>
<article class="hub-use mm-use">
<img width="1600" height="1200" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-volunteer.webp" alt="Volunteer sometimes">
<div class="mm-use-ico"><i class="fas fa-hands-helping" aria-hidden="true"></i></div>
<div class="hub-use-body"><h3>Volunteer sometimes</h3><p>Help with selected activities without a long-term commitment.</p></div>
</article>
<article class="hub-use mm-use">
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-projects.webp" alt="Join projects">
<div class="mm-use-ico"><i class="fas fa-diagram-project" aria-hidden="true"></i></div>
<div class="hub-use-body"><h3>Join projects</h3><p>Contribute to specific initiatives, campaigns, guides or collaborations.</p></div>
</article>
<article class="hub-use mm-use">
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-events.webp" alt="Organise events">
<div class="mm-use-ico"><i class="fas fa-calendar-check" aria-hidden="true"></i></div>
<div class="hub-use-body"><h3>Organise events</h3><p>Help plan, coordinate, promote and deliver activities.</p></div>
</article>
<article class="hub-use mm-use">
<img width="1600" height="900" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-responsibility.webp" alt="Take responsibility">
<div class="mm-use-ico"><i class="fas fa-star" aria-hidden="true"></i></div>
<div class="hub-use-body"><h3>Take responsibility</h3><p>Explore leadership, governance, representation or local team roles.</p></div>
</article>
@ -603,6 +609,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -0,0 +1,459 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Study in Slovenia with an Ad futura scholarship: 2026 guide - MSOS</title>
<!-- SEO:START -->
<!-- Google tag (gtag.js) with Consent Mode v2 (default: denied) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WVYV807VSS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
ad_storage: 'denied', ad_user_data: 'denied', ad_personalization: 'denied',
analytics_storage: 'denied', wait_for_update: 500
});
// Restore a returning visitor's prior choice before the first hit.
try { if (localStorage.getItem('msos-consent') === 'granted') {
gtag('consent', 'update', { ad_storage:'granted', ad_user_data:'granted',
ad_personalization:'granted', analytics_storage:'granted' }); } } catch(e){}
gtag('js', new Date());
gtag('config', 'G-WVYV807VSS');
</script>
<script src="/consent.js" defer></script>
<meta name="description" content="Ad futura offers €800 per month for selected master's programmes in Slovenia for Western Balkan students in 2026/2027. Who can apply, eligible study areas, conditions, documents and the 2 September 2026 deadline.">
<link rel="canonical" href="https://msosorg.com/en/blog/ad-futura-scholarship-slovenia-2026/">
<link rel="alternate" hreflang="en" href="https://msosorg.com/en/blog/ad-futura-scholarship-slovenia-2026/">
<link rel="alternate" hreflang="mk" href="https://msosorg.com/mk/blog/ad-futura-scholarship-slovenia-2026/">
<link rel="alternate" hreflang="sl" href="https://msosorg.com/si/blog/ad-futura-scholarship-slovenia-2026/">
<link rel="alternate" hreflang="x-default" href="https://msosorg.com/en/blog/ad-futura-scholarship-slovenia-2026/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Macedonian Student Organisation in Slovenia">
<meta property="og:title" content="Study in Slovenia with an Ad futura scholarship: 2026 guide - MSOS">
<meta property="og:description" content="Ad futura offers €800 per month for selected master's programmes in Slovenia for Western Balkan students in 2026/2027. Who can apply, eligible study areas, conditions, documents and the 2 September 2026 deadline.">
<meta property="og:url" content="https://msosorg.com/en/blog/ad-futura-scholarship-slovenia-2026/">
<meta property="og:image" content="https://msosorg.com/images/og-default.jpg">
<meta property="og:locale" content="en_GB">
<meta property="og:locale:alternate" content="mk_MK">
<meta property="og:locale:alternate" content="sl_SI">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Study in Slovenia with an Ad futura scholarship: 2026 guide - MSOS">
<meta name="twitter:description" content="Ad futura offers €800 per month for selected master's programmes in Slovenia for Western Balkan students in 2026/2027. Who can apply, eligible study areas, conditions, documents and the 2 September 2026 deadline.">
<meta name="twitter:image" content="https://msosorg.com/images/og-default.jpg">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Macedonian Student Organisation in Slovenia","alternateName":"MSOS","url":"https://msosorg.com/en/","logo":"https://msosorg.com/images/1-logo.png","email":"info@msosorg.com","address":{"@type":"PostalAddress","streetAddress":"Masarykova cesta 24","postalCode":"1000","addressLocality":"Ljubljana","addressCountry":"SI"},"sameAs":["https://www.facebook.com/msos.org","https://www.instagram.com/msosorg_com","https://www.linkedin.com/company/msos-org","https://www.youtube.com/@msosorg"]}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Article","headline":"Study in Slovenia with an Ad futura scholarship: guide for Western Balkan students in 2026","description":"Ad futura offers €800 per month for selected master's programmes in Slovenia for Western Balkan students in 2026/2027. Who can apply, eligible study areas, conditions, documents and the 2 September 2026 deadline.","image":"https://msosorg.com/images/og-default.jpg","inLanguage":"en","author":{"@type":"Organization","name":"Macedonian Student Organisation in Slovenia","url":"https://msosorg.com/en/"},"publisher":{"@type":"Organization","name":"Macedonian Student Organisation in Slovenia","logo":{"@type":"ImageObject","url":"https://msosorg.com/images/1-logo.png"}},"mainEntityOfPage":"https://msosorg.com/en/blog/ad-futura-scholarship-slovenia-2026/","datePublished":"2026-08-03","dateModified":"2026-08-03"}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://msosorg.com/en/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://msosorg.com/en/blog/"},{"@type":"ListItem","position":3,"name":"Study in Slovenia with an Ad futura scholarship: 2026 guide","item":"https://msosorg.com/en/blog/ad-futura-scholarship-slovenia-2026/"}]}</script>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<!-- SEO:END -->
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome (for icons) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" media="print" onload="this.media=&#39;all&#39;" /><noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /></noscript>
<!-- Correct path to the main CSS file -->
<link rel="stylesheet" href="../../../css/main.css">
</head>
<body>
<!-- START_HEADER -->
<header class="dropdown-header-navigation">
<div class="container">
<!-- Logotip je zdaj samostojen element na levi strani -->
<a href="../../../en/" class="logo-link">
<img src="../../../images/msos-logo-en.svg" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
</a>
<!-- Nov ovoj za vse elemente na desni strani -->
<div class="header-right-wrapper">
<nav>
<ul class="navigation desktop-nav">
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">What We Do</a>
<ul class="dropdown-menu">
<li><a href="../../../en/projects/">Events & Projects</a></li>
<li><a href="../../../en/gallery/">Gallery</a></li>
<li><a href="../../../en/blog/">Blog</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">For Students</a>
<ul class="dropdown-menu">
<li><a href="../../../en/student-welcome-guide/">Student Welcome Guide</a></li>
<li><a href="../../../en/faq/">FAQs</a></li>
<li><a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
<li><a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
</ul>
</li>
<li class="menu-item"><a href="../../../en/news/">News</a></li>
</ul>
</nav>
<div class="navigation-actions">
<a href="../../../en/become-a-member/" class="btn btn-secondary">Become a member</a>
<a href="../../../en/support/" class="btn btn-primary">Support MSOS ❤️</a>
<div class="language-selector">
<div class="current-lang">
<i class="fas fa-globe"></i>
<span id="current-lang-code">EN</span>
<i class="fas fa-chevron-down"></i>
</div>
<div class="lang-dropdown">
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
</div>
</div>
</div>
</div>
<!-- Ikona za mobilni meni ostaja ločena za lažje upravljanje -->
<div class="mobile-menu-icon">
<i class="fas fa-bars"></i>
<i class="fas fa-times"></i>
</div>
</div>
</header>
<!-- Panel za mobilno navigacijo (struktura ostaja enaka) -->
<div class="mobile-nav-panel">
<nav>
<ul class="navigation mobile-nav">
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">What We Do</a>
<ul class="dropdown-menu">
<li><a href="../../../en/projects/">Events & Projects</a></li>
<li><a href="../../../en/gallery/">Gallery</a></li>
<li><a href="../../../en/blog/">Blog</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">For Students</a>
<ul class="dropdown-menu">
<li><a href="../../../en/student-welcome-guide/">Student Welcome Guide</a></li>
<li><a href="../../../en/faq/">FAQs</a></li>
<li><a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
<li><a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
</ul>
</li>
<li class="menu-item"><a href="../../../en/news/">News</a></li>
</ul>
</nav>
<div class="navigation-actions">
<a href="../../../en/become-a-member/" class="btn btn-secondary">Become a member</a>
<a href="../../../en/support/" class="btn btn-primary">Support MSOS ❤️</a>
<div class="language-selector">
<button class="current-lang" id="mobile-lang-trigger">
<i class="fas fa-globe"></i>
<span>EN</span>
<i class="fas fa-chevron-right"></i>
</button>
</div>
</div>
</div>
<!-- Modalno okno za izbiro jezika (ostaja enako) -->
<div id="language-modal-overlay">
<div class="language-modal-content">
<div class="language-modal-header">
<h3>Select Language</h3>
<button id="language-modal-close" aria-label="Close language selection">&times;</button>
</div>
<div class="language-modal-body">
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
</div>
</div>
</div>
<!-- END_HEADER -->
<main class="article-page">
<!-- Sticky Mobile Header -->
<div class="mobile-article-header">
<span id="mobile-article-title">Ad futura scholarship in Slovenia 2026</span>
<i class="fas fa-chevron-down"></i>
<div class="progress-bar-container">
<div class="progress-bar"></div>
</div>
<!-- Dropdown Menu for Mobile -->
<div class="mobile-scrollspy-dropdown">
<ul id="mobile-scrollspy-links">
<!-- Links will be dynamically inserted here by JavaScript -->
</ul>
</div>
</div>
<div class="article-layout-container">
<!-- Desktop Scrollspy Sidebar -->
<aside class="article-sidebar">
<nav class="scrollspy-nav">
<ul>
<li><a href="#who" class="active">Who can apply</a></li>
<li><a href="#areas">Eligible study areas</a></li>
<li><a href="#covers">What it covers</a></li>
<li><a href="#conditions">Main conditions</a></li>
<li><a href="#residence">Residence &amp; representative</a></li>
<li><a href="#documents">Required documents</a></li>
<li><a href="#selection">How candidates are selected</a></li>
<li><a href="#apply">How and when to apply</a></li>
<li><a href="#after">After you receive it</a></li>
</ul>
</nav>
</aside>
<article class="article-container">
<header class="article-header">
<p class="article-publish-date">Guides · Last checked 3 August 2026</p>
<h1>Study in Slovenia with an Ad futura scholarship: guide for Western Balkan students in 2026</h1>
<p class="article-subtitle">Citizens of North Macedonia and several other Western Balkan countries can apply for an Ad futura scholarship for selected second-cycle master's programmes in Slovenia during the 2026/2027 academic year.</p>
</header>
<div class="article-body">
<p><strong>Planning to continue your studies in Slovenia?</strong> The scholarship provides <strong>€800 per month, or €9,600 per academic year</strong>, for living expenses.</p>
<aside class="guide-box guide-box--macedonia">
<p class="guide-box-title"><i class="fas fa-calendar-day" aria-hidden="true"></i>Deadline: 2 September 2026</p>
<p>Applications are open until Wednesday, 2 September 2026, and must be submitted in physical form to the Public Scholarship Fund of Slovenia. Applications sent by email are not accepted.</p>
</aside>
<aside class="guide-box guide-box--warning">
<p class="guide-box-title"><i class="fas fa-triangle-exclamation" aria-hidden="true"></i>Please verify the latest information</p>
<p>This guide is based on the official 380th Public Call for 2026. Requirements may change in future years, so always read the complete official call before applying.</p>
</aside>
<h2 id="who">1. Who can apply?</h2>
<p>The scholarship is open to citizens of <strong>North Macedonia, Bosnia and Herzegovina, Montenegro, Kosovo and Serbia</strong>.</p>
<p>Applicants must have permanent residence outside Slovenia and must not be Slovenian citizens or long-term residents of Slovenia. They must have completed, or be completing, their undergraduate degree at a higher-education institution in one of the eligible Western Balkan countries.</p>
<p>The scholarship is intended only for <strong>second-cycle master's programmes</strong>. It is not available for undergraduate studies, doctoral studies, exchange programmes or integrated master's programmes.</p>
<p>Applicants must also:</p>
<ul>
<li>be younger than 28 on <strong>1 October 2026</strong>;</li>
<li>have an undergraduate average grade of at least <strong>8.0</strong>, after conversion to the Slovenian grading system;</li>
<li>enrol in an eligible master's programme in Slovenia for 2026/2027;</li>
<li>begin studying during the 2026 calendar year;</li>
<li>live in Slovenia during the scholarship period.</li>
</ul>
<h2 id="areas">2. Which study areas are eligible?</h2>
<p>The scholarship is available only for master's programmes classified in the following areas:</p>
<ol>
<li>Natural sciences, mathematics and statistics</li>
<li>Information and communication technologies</li>
<li>Engineering, manufacturing technologies and construction</li>
<li>Agriculture, forestry, fisheries and veterinary medicine</li>
<li>Health and social welfare</li>
</ol>
<p>The Scholarship Fund decides whether a particular programme belongs to an eligible category by checking Slovenia's official higher-education records. Applicants should confirm their programme's classification before applying.</p>
<p>The scholarship can be used at an accredited higher-education institution anywhere in Slovenia, not only at the University of Ljubljana.</p>
<h2 id="covers">3. What does the scholarship cover?</h2>
<p>Successful applicants receive <strong>€800 per month</strong>, equivalent to <strong>€9,600 for one academic year</strong>. The scholarship covers 12 months and is generally transferred as one payment for the full academic year. It may continue for the minimum duration of the study programme, provided the student meets the conditions for progression.</p>
<p>The official call provides support specifically for <strong>living expenses</strong>. It does not state that tuition fees, accommodation, health insurance, travel, residence-permit costs or study materials are covered. Applicants should therefore check whether tuition applies and prepare a realistic budget.</p>
<p>The scholarship is paid into the student's personal bank account, which must be opened with a bank in Slovenia or another country in the European Economic Area.</p>
<h2 id="conditions">4. What are the main conditions?</h2>
<p>Recipients must have student status and live in Slovenia from <strong>1 October 2026</strong> onward. The programme cannot be conducted entirely through distance learning or only through occasional consultations in Slovenia.</p>
<p>During the funded period, recipients generally cannot:</p>
<ul>
<li>receive a Slovenian state or Zois scholarship;</li>
<li>receive another scholarship or financial support intended for studying in Slovenia;</li>
<li>be employed or self-employed in Slovenia or abroad;</li>
<li>be registered as unemployed;</li>
<li>serve as the manager of a company or director of a private institution.</li>
</ul>
<p>Study exchanges abroad may be possible with the Scholarship Fund's prior approval, but they cannot take place in the student's country of origin. Applicants may submit only one application for one study programme.</p>
<h2 id="residence">5. Residence and the required representative in Slovenia</h2>
<p>By the application deadline, applicants must either have registered temporary residence in Slovenia or appoint a representative who legally resides in Slovenia.</p>
<p>The representative receives official correspondence, helps the applicant understand documents issued in Slovenian and represents them during the scholarship procedure. The official power-of-attorney form must be signed by both the applicant and the representative.</p>
<p>Applicants must also apply for a Slovenian temporary residence permit for study purposes before <strong>1 October 2026</strong>. The application can be submitted at a Slovenian embassy or consulate abroad or at the competent administrative unit in Slovenia.</p>
<p>Candidates who do not yet live in Slovenia should find a reliable person with residence in Slovenia who is willing to act as their representative.</p>
<h2 id="documents">6. Which documents are required?</h2>
<p>The application package includes an original, fully completed and handwritten signed application form, together with documentation proving that all conditions are met. The main documents include:</p>
<ol>
<li>The official application form</li>
<li>A completed power of attorney or proof of registered temporary residence in Slovenia</li>
<li>Proof of citizenship</li>
<li>Proof of permanent residence abroad</li>
<li>Proof that an application for a study residence permit has been submitted</li>
<li>Proof of enrolment and information about the study programme</li>
<li>A bachelor's diploma or official proof of completion</li>
<li>An official transcript containing all undergraduate grades</li>
<li>An explanation of the grading scale when it differs from the Slovenian system</li>
<li>Documentation about any previous postgraduate enrolment, when applicable</li>
</ol>
<p>Candidates who completed their undergraduate degree after 31 December 2025 must submit an updated transcript issued after 1 January 2026, showing their grades and the dates on which they were obtained.</p>
<p>Documents may be submitted in a foreign language using the <strong>Latin alphabet</strong>, but the Fund may request a certified translation into Slovenian. Documents written in Cyrillic should not be submitted without an appropriate official translation. Originals and certified copies submitted to the Fund may not be returned.</p>
<p>Applicants who wish to receive additional selection points for scientific publications or relevant work experience must submit the prescribed supporting documents. Publications must be properly registered and classified in COBISS, while work experience must be confirmed by the relevant employer.</p>
<h2 id="selection">7. How are candidates selected?</h2>
<p>The minimum required undergraduate average is <strong>8.0</strong>. If the total amount requested by eligible applicants exceeds the available funding, applications are ranked according to:</p>
<ul>
<li>undergraduate academic performance;</li>
<li>scientific publications and conference participation;</li>
<li>relevant professional experience.</li>
</ul>
<p>Academic performance can provide up to 40 points, while publications can provide up to 30 points. Relevant work experience from 2023, 2024 and 2025 may also be considered when connected to the applicant's field of study and lasting at least six months.</p>
<aside class="guide-box guide-box--warning">
<p class="guide-box-title"><i class="fas fa-circle-question" aria-hidden="true"></i>A point to clarify with the Fund</p>
<p>The official call contains an apparent inconsistency in this section: the heading states that work experience is worth up to 20 points, while the displayed scoring table lists awards of 5 or 10 points. Applicants relying on these points should request clarification directly from the Scholarship Fund.</p>
</aside>
<h2 id="apply">8. How and when do you apply?</h2>
<p>The complete application must be submitted in physical form to:</p>
<p><strong>Javni štipendijski, razvojni, invalidski in preživninski sklad Republike Slovenije</strong><br>
Dunajska cesta 20<br>
1000 Ljubljana<br>
Slovenia</p>
<p>The envelope must be marked: <strong>“prijava na 380. javni razpis”</strong>.</p>
<p>Applications can be delivered personally during the Fund's business hours or sent by post. Applications sent by email are not accepted.</p>
<p>The deadline is <strong>Wednesday, 2 September 2026</strong>. When sent by registered post, the date of posting is considered the submission date. For ordinary mail or personal delivery, the application must be received by the Fund before the deadline.</p>
<p>Because the application requires documents from universities, public authorities, employers and potentially a certified translator, candidates should start preparing well in advance.</p>
<h2 id="after">9. What happens after receiving the scholarship?</h2>
<p>The Fund issues an official decision to every applicant. Successful candidates then sign a scholarship agreement that defines the payment schedule and their obligations.</p>
<p>Recipients must regularly progress to the next study year, complete the programme within the contractual period and submit proof of successful completion to the Fund. Failure to meet the scholarship conditions can end the scholarship relationship and may create repayment obligations, depending on the agreement and applicable scholarship rules.</p>
<p>For students from North Macedonia, this scholarship can provide significant support for living expenses during a master's degree in Slovenia. However, it applies only to selected study areas, has strict residence and employment conditions and requires a detailed physical application.</p>
<p>Start by confirming that your programme is eligible, checking whether tuition applies, finding a representative in Slovenia when necessary and collecting the documents well before <strong>2 September 2026</strong>.</p>
<ul class="guide-linklist">
<li><a href="https://www.srips-rs.si/vsi-razpisi/razpis/javni-razpis-za-dodelitev-stipendij-tujim-drzavljanom-za-studij-v-sloveniji-za-leto-2026-380-javni-razpis" target="_blank" rel="noopener">Public Scholarship Fund of Slovenia: official 380th Public Call and application documents</a></li>
<li><a href="https://www.uni-lj.si/novice/2026-02-04-javni-razpis-za-dodelitev-stipendij-tujim-drzavljanom-zahodnega-balkana-za-studij-v-sloveniji-za-leto-2026" target="_blank" rel="noopener">University of Ljubljana: scholarship announcement for Western Balkan students</a></li>
</ul>
<p class="guide-last-checked">Last checked: 3 August 2026</p>
</div>
<footer class="article-footer">
<hr>
<div class="author-share-section">
<div class="author-details">
<img width="150" height="150" loading="lazy" decoding="async" src="../../../images/msos-emblem-avatar.png" alt="MSOS emblem">
<div class="author-text">
<p class="author-name">MSOS Team</p>
<p class="author-title">Macedonian Student Organisation in Slovenia</p>
</div>
</div>
<div class="share-buttons">
<button class="btn btn-secondary"><i class="fas fa-link"></i> Copy link</button>
<a href="#" class="social-icon-btn" aria-label="Share on Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social-icon-btn" aria-label="Share on LinkedIn"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</footer>
</article>
</div>
<section class="newsletter-cta">
<div class="container">
<div class="cta-content">
<h2>Never miss an MSOS update</h2>
<p>News, announcements and open calls, straight to your inbox.</p>
<form class="subscribe-form-bottom">
<div class="input-wrapper">
<input type="email" placeholder="Enter your email" aria-label="Email address">
</div>
<button type="submit" class="btn btn-primary-orange">Subscribe</button>
</form>
<p class="privacy-note">We care about your data in our <a href="../../../en/privacy-policy/">privacy policy</a></p>
</div>
</div>
</section>
</main>
<!-- START_FOOTER -->
<footer>
<div class="footer-container">
<div class="footer-main">
<div class="footer-info">
<div class="footer-logo">
<img loading="lazy" decoding="async" src="../../../images/msos-logo-white-en.svg" alt="Macedonian Student Organisation in Slovenia Logo">
</div>
<p class="footer-legal-name">Društvo Makedonska Študentska Organizacija v Sloveniji za študentsko podporo in kulturno sodelovanje</p>
<p>
Masarykova cesta 24<br>
1000 Ljubljana, Slovenia<br>
<a href="mailto:info@msosorg.com">info@msosorg.com</a>
</p>
<div class="social-icons">
<a href="https://www.facebook.com/msos.org" aria-label="Facebook" target="_blank" rel="noopener"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/msosorg_com" aria-label="Instagram" target="_blank" rel="noopener"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/msos-org" aria-label="LinkedIn" target="_blank" rel="noopener"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.youtube.com/@msosorg" aria-label="YouTube" target="_blank" rel="noopener"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="footer-links">
<div class="links-column">
<h4>Student guide</h4>
<a href="../../../en/student-welcome-guide/">Student welcome guide</a>
<a href="../../../en/student-welcome-guide/complete-student-journey/">The whole journey</a>
<a href="../../../en/student-welcome-guide/application-deadlines/">Application deadlines</a>
<a href="../../../en/student-welcome-guide/evs-application-guide/">Apply through eVŠ</a>
<a href="../../../en/student-welcome-guide/student-residence-permit/">Residence permit</a>
<a href="../../../en/student-welcome-guide/student-accommodation/">Accommodation</a>
</div>
<div class="links-column">
<h4>Explore</h4>
<a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a>
<a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a>
<a href="../../../en/projects/">Projects and events</a>
</div>
<div class="links-column">
<h4>Organisation</h4>
<a href="../../../en/about-us/">About us</a>
<a href="../../../en/timeline-and-milestones/">Timeline and milestones</a>
<a href="mailto:info@msosorg.com">Contact us</a>
</div>
</div>
</div>
<hr>
<div class="footer-bottom">
<p>© 2026 MSOS. All rights reserved.</p>
<div class="legal-links">
<a href="../../../en/privacy-policy/">Privacy policy</a>
<a href="../../../en/cookie-policy/">Cookie policy</a>
<a href="../../../en/legal/">Official information</a>
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>
</div>
</footer>
<!-- END_FOOTER -->
<script src="../../../main.js"></script>
<link rel="stylesheet" href="/assistant.css">
<script src="/assistant.js" defer></script>
</body>
</html>

View File

@ -56,7 +56,7 @@
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome (for icons) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" media="print" onload="this.media=&#39;all&#39;" /><noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /></noscript>
<!-- Correct path to the main CSS file -->
<link rel="stylesheet" href="../../../css/main.css">
@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -233,8 +233,8 @@
</header>
<figure class="article-main-image">
<img fetchpriority="high" src="../../../images/blog-slovenian-bank-account.webp" alt="International student using mobile banking after opening a Slovenian bank account">
<figcaption>Photo by <a href="https://www.pexels.com/photo/4691474/" target="_blank" rel="noopener">Aukid Phumsirichat</a> on <a href="https://www.pexels.com/" target="_blank" rel="noopener">Pexels</a></figcaption>
<img width="6048" height="4024" fetchpriority="high" src="../../../images/blog-slovenian-bank-account.webp" alt="International student using mobile banking after opening a Slovenian bank account">
<figcaption><span class="fig-illustrative"><i class="fas fa-circle-info" aria-hidden="true"></i> Illustrative image</span> &middot; Photo by <a href="https://www.pexels.com/photo/4691474/" target="_blank" rel="noopener">Aukid Phumsirichat</a> on <a href="https://www.pexels.com/" target="_blank" rel="noopener">Pexels</a></figcaption>
</figure>
<div class="article-body">
@ -328,7 +328,7 @@
<hr>
<div class="author-share-section">
<div class="author-details">
<img loading="lazy" decoding="async" src="../../../images/msos-emblem-avatar.png" alt="MSOS emblem">
<img width="150" height="150" loading="lazy" decoding="async" src="../../../images/msos-emblem-avatar.png" alt="MSOS emblem">
<div class="author-text">
<p class="author-name">MSOS Team</p>
<p class="author-title">Macedonian Student Organisation in Slovenia</p>
@ -351,7 +351,7 @@
<p>News, announcements and open calls, straight to your inbox.</p>
<form class="subscribe-form-bottom">
<div class="input-wrapper">
<input type="email" placeholder="Enter your email">
<input type="email" placeholder="Enter your email" aria-label="Email address">
</div>
<button type="submit" class="btn btn-primary-orange">Subscribe</button>
</form>
@ -416,6 +416,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>
@ -426,5 +427,7 @@
<script src="../../../main.js"></script>
<link rel="stylesheet" href="/assistant.css">
<script src="/assistant.js" defer></script>
</body>
</html>

View File

@ -54,7 +54,7 @@
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome (for icons) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" media="print" onload="this.media=&#39;all&#39;" /><noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /></noscript>
<!-- Link to the main CSS file -->
<link rel="stylesheet" href="../../css/main.css">
@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -209,7 +209,7 @@
</article>
<div class="blog-feat-side">
<a class="blog-feat " data-topic="guides" href="how-to-open-slovenian-bank-account/">
<div class="blog-feat-thumb blog-feat-thumb--image"><img loading="lazy" decoding="async" src="../../images/blog-slovenian-bank-account.webp" alt="International student using mobile banking after opening a Slovenian bank account"></div>
<div class="blog-feat-thumb blog-feat-thumb--image"><img width="6048" height="4024" loading="lazy" decoding="async" src="../../images/blog-slovenian-bank-account.webp" alt="International student using mobile banking after opening a Slovenian bank account"></div>
<div class="blog-feat-body">
<span class="blog-tag blog-tag--guides"><i class="fas fa-signs-post" aria-hidden="true"></i> Guides</span>
<h3>How to open a Slovenian bank account</h3>
@ -237,6 +237,42 @@
<button type="button" class="blog-chip" data-topic="guides"><i class="fas fa-signs-post" aria-hidden="true"></i> Guides</button>
</div>
<div class="blog-grid">
<a class="blog-card" data-topic="guides" href="ad-futura-scholarship-slovenia-2026/">
<div class="blog-thumb"><i class="fas fa-hand-holding-dollar" aria-hidden="true"></i></div>
<div class="blog-card-body">
<span class="blog-tag blog-tag--guides"><i class="fas fa-signs-post" aria-hidden="true"></i> Guides</span>
<h3>Study in Slovenia with an Ad futura scholarship</h3>
<p>€800 per month for selected master's programmes in Slovenia for Western Balkan students — eligibility, study areas, conditions and the 2 September 2026 deadline.</p>
<span class="blog-read-time"><i class="fas fa-clock" aria-hidden="true"></i> 8 min read</span>
</div>
</a>
<a class="blog-card" data-topic="student-life" href="welcome-days-slovenian-universities-2026-2027/">
<div class="blog-thumb"><i class="fas fa-people-roof" aria-hidden="true"></i></div>
<div class="blog-card-body">
<span class="blog-tag blog-tag--student-life"><i class="fas fa-mug-hot" aria-hidden="true"></i> Student life</span>
<h3>Welcome Days at Slovenia's four main universities</h3>
<p>What to expect during welcome and orientation at Ljubljana, Maribor, Primorska and Nova Gorica, with dates and how to prepare for your first days.</p>
<span class="blog-read-time"><i class="fas fa-clock" aria-hidden="true"></i> 6 min read</span>
</div>
</a>
<a class="blog-card" data-topic="guides" href="study-in-north-macedonia-government-scholarship-2026-2027/">
<div class="blog-thumb"><i class="fas fa-graduation-cap" aria-hidden="true"></i></div>
<div class="blog-card-body">
<span class="blog-tag blog-tag--guides"><i class="fas fa-signs-post" aria-hidden="true"></i> Guides</span>
<h3>Study in North Macedonia with a government scholarship</h3>
<p>50 government scholarships for undergraduate studies at public universities in North Macedonia — who can apply, what is covered, and the 31 August 2026 deadline.</p>
<span class="blog-read-time"><i class="fas fa-clock" aria-hidden="true"></i> 6 min read</span>
</div>
</a>
<a class="blog-card" data-topic="study-tips" href="learning-slovene-where-to-start/">
<div class="blog-thumb"><i class="fas fa-lightbulb" aria-hidden="true"></i></div>
<div class="blog-card-body">
<span class="blog-tag blog-tag--study-tips"><i class="fas fa-lightbulb" aria-hidden="true"></i> Study tips</span>
<h3>Learning Slovene: where to start</h3>
<p>How to set a language goal, free online courses, university options such as Leto plus, and the difference between a course and an official exam.</p>
<span class="blog-read-time"><i class="fas fa-clock" aria-hidden="true"></i> 6 min read</span>
</div>
</a>
<article class="blog-card" data-topic="slovenia">
<div class="blog-thumb"><i class="fas fa-mountain-sun" aria-hidden="true"></i></div>
<div class="blog-card-body">
@ -300,15 +336,6 @@
<span class="blog-soon">Coming soon</span>
</div>
</article>
<article class="blog-card" data-topic="study-tips">
<div class="blog-thumb"><i class="fas fa-lightbulb" aria-hidden="true"></i></div>
<div class="blog-card-body">
<span class="blog-tag blog-tag--study-tips"><i class="fas fa-lightbulb" aria-hidden="true"></i> Study tips</span>
<h3>Learning Slovene: where to start</h3>
<p>This story is on the way. We are preparing helpful, first-hand tips for Macedonian students in Slovenia.</p>
<span class="blog-soon">Coming soon</span>
</div>
</article>
</div>
<nav class="pagination blog-pagination" data-page-size="6" hidden>
<button type="button" class="pagination-arrow" data-nav="prev"><i class="fas fa-arrow-left" aria-hidden="true"></i> Previous</button>
@ -373,6 +400,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>
@ -383,5 +411,7 @@
<script src="../../blog-filter.js"></script>
<script src="../../main.js"></script>
<link rel="stylesheet" href="/assistant.css">
<script src="/assistant.js" defer></script>
</body>
</html>

View File

@ -0,0 +1,398 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Learning Slovene: where to start - MSOS</title>
<!-- SEO:START -->
<!-- Google tag (gtag.js) with Consent Mode v2 (default: denied) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WVYV807VSS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
ad_storage: 'denied', ad_user_data: 'denied', ad_personalization: 'denied',
analytics_storage: 'denied', wait_for_update: 500
});
// Restore a returning visitor's prior choice before the first hit.
try { if (localStorage.getItem('msos-consent') === 'granted') {
gtag('consent', 'update', { ad_storage:'granted', ad_user_data:'granted',
ad_personalization:'granted', analytics_storage:'granted' }); } } catch(e){}
gtag('js', new Date());
gtag('config', 'G-WVYV807VSS');
</script>
<script src="/consent.js" defer></script>
<meta name="description" content="A practical guide for Macedonian students: how to set a language goal, free online courses, university options such as Leto plus, learning before you move, and courses versus official exams.">
<link rel="canonical" href="https://msosorg.com/en/blog/learning-slovene-where-to-start/">
<link rel="alternate" hreflang="en" href="https://msosorg.com/en/blog/learning-slovene-where-to-start/">
<link rel="alternate" hreflang="mk" href="https://msosorg.com/mk/blog/learning-slovene-where-to-start/">
<link rel="alternate" hreflang="sl" href="https://msosorg.com/si/blog/learning-slovene-where-to-start/">
<link rel="alternate" hreflang="x-default" href="https://msosorg.com/en/blog/learning-slovene-where-to-start/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Macedonian Student Organisation in Slovenia">
<meta property="og:title" content="Learning Slovene: where to start - MSOS">
<meta property="og:description" content="A practical guide for Macedonian students: how to set a language goal, free online courses, university options such as Leto plus, learning before you move, and courses versus official exams.">
<meta property="og:url" content="https://msosorg.com/en/blog/learning-slovene-where-to-start/">
<meta property="og:image" content="https://msosorg.com/images/og-default.jpg">
<meta property="og:locale" content="en_GB">
<meta property="og:locale:alternate" content="mk_MK">
<meta property="og:locale:alternate" content="sl_SI">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Learning Slovene: where to start - MSOS">
<meta name="twitter:description" content="A practical guide for Macedonian students: how to set a language goal, free online courses, university options such as Leto plus, learning before you move, and courses versus official exams.">
<meta name="twitter:image" content="https://msosorg.com/images/og-default.jpg">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Macedonian Student Organisation in Slovenia","alternateName":"MSOS","url":"https://msosorg.com/en/","logo":"https://msosorg.com/images/1-logo.png","email":"info@msosorg.com","address":{"@type":"PostalAddress","streetAddress":"Masarykova cesta 24","postalCode":"1000","addressLocality":"Ljubljana","addressCountry":"SI"},"sameAs":["https://www.facebook.com/msos.org","https://www.instagram.com/msosorg_com","https://www.linkedin.com/company/msos-org","https://www.youtube.com/@msosorg"]}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Article","headline":"Learning Slovene: where to start","description":"A practical guide for Macedonian students: how to set a language goal, free online courses, university options such as Leto plus, learning before you move, and courses versus official exams.","image":"https://msosorg.com/images/og-default.jpg","inLanguage":"en","author":{"@type":"Organization","name":"Macedonian Student Organisation in Slovenia","url":"https://msosorg.com/en/"},"publisher":{"@type":"Organization","name":"Macedonian Student Organisation in Slovenia","logo":{"@type":"ImageObject","url":"https://msosorg.com/images/1-logo.png"}},"mainEntityOfPage":"https://msosorg.com/en/blog/learning-slovene-where-to-start/","datePublished":"2026-08-03","dateModified":"2026-08-03"}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://msosorg.com/en/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://msosorg.com/en/blog/"},{"@type":"ListItem","position":3,"name":"Learning Slovene: where to start","item":"https://msosorg.com/en/blog/learning-slovene-where-to-start/"}]}</script>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<!-- SEO:END -->
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome (for icons) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" media="print" onload="this.media=&#39;all&#39;" /><noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /></noscript>
<!-- Correct path to the main CSS file -->
<link rel="stylesheet" href="../../../css/main.css">
</head>
<body>
<!-- START_HEADER -->
<header class="dropdown-header-navigation">
<div class="container">
<!-- Logotip je zdaj samostojen element na levi strani -->
<a href="../../../en/" class="logo-link">
<img src="../../../images/msos-logo-en.svg" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
</a>
<!-- Nov ovoj za vse elemente na desni strani -->
<div class="header-right-wrapper">
<nav>
<ul class="navigation desktop-nav">
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">What We Do</a>
<ul class="dropdown-menu">
<li><a href="../../../en/projects/">Events & Projects</a></li>
<li><a href="../../../en/gallery/">Gallery</a></li>
<li><a href="../../../en/blog/">Blog</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">For Students</a>
<ul class="dropdown-menu">
<li><a href="../../../en/student-welcome-guide/">Student Welcome Guide</a></li>
<li><a href="../../../en/faq/">FAQs</a></li>
<li><a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
<li><a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
</ul>
</li>
<li class="menu-item"><a href="../../../en/news/">News</a></li>
</ul>
</nav>
<div class="navigation-actions">
<a href="../../../en/become-a-member/" class="btn btn-secondary">Become a member</a>
<a href="../../../en/support/" class="btn btn-primary">Support MSOS ❤️</a>
<div class="language-selector">
<div class="current-lang">
<i class="fas fa-globe"></i>
<span id="current-lang-code">EN</span>
<i class="fas fa-chevron-down"></i>
</div>
<div class="lang-dropdown">
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
</div>
</div>
</div>
</div>
<!-- Ikona za mobilni meni ostaja ločena za lažje upravljanje -->
<div class="mobile-menu-icon">
<i class="fas fa-bars"></i>
<i class="fas fa-times"></i>
</div>
</div>
</header>
<!-- Panel za mobilno navigacijo (struktura ostaja enaka) -->
<div class="mobile-nav-panel">
<nav>
<ul class="navigation mobile-nav">
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">What We Do</a>
<ul class="dropdown-menu">
<li><a href="../../../en/projects/">Events & Projects</a></li>
<li><a href="../../../en/gallery/">Gallery</a></li>
<li><a href="../../../en/blog/">Blog</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">For Students</a>
<ul class="dropdown-menu">
<li><a href="../../../en/student-welcome-guide/">Student Welcome Guide</a></li>
<li><a href="../../../en/faq/">FAQs</a></li>
<li><a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
<li><a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
</ul>
</li>
<li class="menu-item"><a href="../../../en/news/">News</a></li>
</ul>
</nav>
<div class="navigation-actions">
<a href="../../../en/become-a-member/" class="btn btn-secondary">Become a member</a>
<a href="../../../en/support/" class="btn btn-primary">Support MSOS ❤️</a>
<div class="language-selector">
<button class="current-lang" id="mobile-lang-trigger">
<i class="fas fa-globe"></i>
<span>EN</span>
<i class="fas fa-chevron-right"></i>
</button>
</div>
</div>
</div>
<!-- Modalno okno za izbiro jezika (ostaja enako) -->
<div id="language-modal-overlay">
<div class="language-modal-content">
<div class="language-modal-header">
<h3>Select Language</h3>
<button id="language-modal-close" aria-label="Close language selection">&times;</button>
</div>
<div class="language-modal-body">
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
</div>
</div>
</div>
<!-- END_HEADER -->
<main class="article-page">
<!-- Sticky Mobile Header -->
<div class="mobile-article-header">
<span id="mobile-article-title">Learning Slovene: where to start</span>
<i class="fas fa-chevron-down"></i>
<div class="progress-bar-container">
<div class="progress-bar"></div>
</div>
<!-- Dropdown Menu for Mobile -->
<div class="mobile-scrollspy-dropdown">
<ul id="mobile-scrollspy-links">
<!-- Links will be dynamically inserted here by JavaScript -->
</ul>
</div>
</div>
<div class="article-layout-container">
<!-- Desktop Scrollspy Sidebar -->
<aside class="article-sidebar">
<nav class="scrollspy-nav">
<ul>
<li><a href="#goal" class="active">Set a clear language goal</a></li>
<li><a href="#free-course">Begin with a free online course</a></li>
<li><a href="#university">Options at your university</a></li>
<li><a href="#before-moving">Learn before you move</a></li>
<li><a href="#course-vs-exam">Course versus official exam</a></li>
<li><a href="#plan">A realistic learning plan</a></li>
</ul>
</nav>
</aside>
<article class="article-container">
<header class="article-header">
<p class="article-publish-date">Study tips · Last checked 3 August 2026</p>
<h1>Learning Slovene: where to start</h1>
<p class="article-subtitle">Moving to Slovenia for your studies? You do not need perfect Slovene before you arrive, but learning the basics early makes university, administration and everyday life much easier.</p>
</header>
<div class="article-body">
<p>For Macedonian speakers, Slovene can initially feel familiar because the languages share many words and grammatical features. However, pronunciation, cases, formal writing and the Slovene dual still require practice. The most effective approach is to combine free self-study, regular speaking and, when possible, a course offered by your university.</p>
<aside class="guide-box guide-box--warning">
<p class="guide-box-title"><i class="fas fa-triangle-exclamation" aria-hidden="true"></i>Please verify the latest information</p>
<p>Course dates, prices and requirements may change. Always confirm the latest information directly with the provider before registering.</p>
</aside>
<h2 id="goal">1. Set a clear language goal</h2>
<p>Start by deciding why you need Slovene. Basic everyday communication may require only an A1 or A2 level, while some university programmes, professions or administrative procedures may require B1 or B2.</p>
<p>Always check the official requirements of your study programme. Some faculties require proof of Slovene before enrolment, while others allow international students to improve their language skills during their studies.</p>
<p>Do not pay for an examination only because it provides a certificate. First confirm which level, examination and issuing institution your faculty or the relevant Slovenian authority accepts.</p>
<h2 id="free-course">2. Begin with a free online course</h2>
<p>A practical first step is <a href="https://www.slonline.si/" target="_blank" rel="noopener">Slovene Learning Online</a>, a free self-paced course developed by the Centre for Slovene as a Second and Foreign Language at the University of Ljubljana.</p>
<p>The platform covers basic vocabulary, grammar, reading and listening. During your first weeks, focus on introductions, numbers, time, directions, accommodation, transport, food and phrases used at faculties and administrative offices.</p>
<p>Short, regular sessions are usually more effective than occasional long lessons. Try studying for around 20 minutes per day and learn complete phrases instead of isolated words. Repeating the recordings aloud will also help you become more comfortable with Slovene pronunciation.</p>
<h2 id="university">3. Check the options at your university</h2>
<p>University language courses are usually among the most affordable options and are often adapted to the needs of international students.</p>
<p>At the University of Ljubljana, <a href="https://www.uni-lj.si/en/study/bachelors-and-single-cycle-masters-study/year-plus" target="_blank" rel="noopener">Leto plus, or Year Plus</a>, is available to eligible international students who are enrolled for the first time in a bachelors or masters programme. It includes two Slovene courses with 60 hours of group work and 3 ECTS each. Under the current conditions, students who complete both courses and obtain at least 30 ECTS during their first year may qualify for a one-year extension of their student status.</p>
<p>Leto plus is not intended for exchange students or students enrolled in programmes that already require B2 Slovene before admission. Recognition of the courses as electives depends on the individual faculty. Students who are not eligible can also check the Centres separate Slovene courses for students.</p>
<p>The University of Maribor offers a free online beginner course through Moodle. The University of Primorska offers free Slovene courses from A1 to B1 for enrolled international students and staff, while the University of Nova Gorica offers courses from A1 to B2 and a Leto PLUS option for eligible first-year international students.</p>
<h2 id="before-moving">4. Learn Slovene before moving to Slovenia</h2>
<p>Starting while you are still in North Macedonia can make your first months in Slovenia significantly easier.</p>
<p>The Faculty of Philology “Blaže Koneski” at Ss. Cyril and Methodius University in Skopje has offered an A1 lifelong-learning programme in Slovene. The published programme includes 48 teaching hours over approximately three months, usually with classes twice per week. Current dates, format and fees should be checked directly with the Faculty.</p>
<aside class="guide-box guide-box--msos">
<p class="guide-box-title"><i class="fas fa-circle-info" aria-hidden="true"></i>Institution and contact</p>
<p><strong>Location:</strong> Ss. Cyril and Methodius University in Skopje, Faculty of Philology “Blaže Koneski”, Bul. “Krste Misirkov” b.b., Skopje</p>
<p><strong>Department / contact person:</strong> Department of Slavic Studies, Prof. Dr. Lidija Arizankovska</p>
<p><strong>General contact for the Centre for Slovene as a Second and Foreign Language:</strong> <a href="mailto:admin@centerslo.net">admin@centerslo.net</a></p>
</aside>
<p>Private language schools and education centres in North Macedonia and Slovenia also provide online and in-person Slovene courses. These can be useful for students who prefer structured lessons, regular speaking practice or preparation for a specific CEFR level.</p>
<p>Before registering, compare the total number of teaching hours, group size, teacher qualifications, course format and whether the programme prepares students for a recognised level or examination. Prices and schedules vary, so always confirm the latest information directly with the provider.</p>
<h2 id="course-vs-exam">5. Understand the difference between a course and an official examination</h2>
<p>Completing a language course is not automatically the same as receiving a publicly recognised certificate.</p>
<p>A Slovene language examination can be taken in North Macedonia at the Department of Slavic Studies of the Faculty of Philology “Blaže Koneski” in Skopje. According to the information provided for this article, the examination is connected with the Centre for Slovene as a Second and Foreign Language. Because arrangements and recognition rules can change, verify this directly with the institutions involved and ask your Slovenian faculty, employer or administrative authority to confirm in writing whether the resulting certificate will be accepted for your specific purpose.</p>
<p>Official Slovene examinations are also available through the Centre for Slovene as a Second and Foreign Language and its recognised providers in Slovenia. The required level and accepted certificate depend on the institution or procedure for which you need proof of language knowledge.</p>
<h2 id="plan">6. Follow a realistic learning plan</h2>
<p>Before arriving, complete the introductory lessons on slonline.si and learn vocabulary related to accommodation, transport, studies and administrative procedures.</p>
<p>After arriving, enrol in the Slovene course offered by your university and use the language in everyday situations. Start with greetings, ordering food, asking for directions and speaking with classmates. Even when someone replies in English, continue trying to use simple Slovene phrases.</p>
<p>By the end of your first semester, aim to understand basic announcements, write simple emails and explain practical problems. It is also useful to create a separate vocabulary list for terminology connected to your study programme.</p>
<p>For most Macedonian students, the most practical route is to begin with <strong>slonline.si</strong>, check whether their university offers a free course or Leto plus, use a structured course in North Macedonia when they need additional support, and pay for an examination only after confirming which certificate is accepted.</p>
<p>You do not need to know everything before arriving. A basic foundation, regular practice and the confidence to speak will already make your transition to student life in Slovenia much easier.</p>
<ul class="guide-linklist">
<li><a href="https://www.slonline.si/" target="_blank" rel="noopener">Slovene Learning Online (slonline.si)</a></li>
<li><a href="https://www.uni-lj.si/en/study/bachelors-and-single-cycle-masters-study/year-plus" target="_blank" rel="noopener">University of Ljubljana: Leto plus / Year Plus</a></li>
<li><a href="mailto:admin@centerslo.net">Centre for Slovene as a Second and Foreign Language: admin@centerslo.net</a></li>
</ul>
<p class="guide-last-checked">Last checked: 3 August 2026</p>
</div>
<footer class="article-footer">
<hr>
<div class="author-share-section">
<div class="author-details">
<img width="150" height="150" loading="lazy" decoding="async" src="../../../images/msos-emblem-avatar.png" alt="MSOS emblem">
<div class="author-text">
<p class="author-name">MSOS Team</p>
<p class="author-title">Macedonian Student Organisation in Slovenia</p>
</div>
</div>
<div class="share-buttons">
<button class="btn btn-secondary"><i class="fas fa-link"></i> Copy link</button>
<a href="#" class="social-icon-btn" aria-label="Share on Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social-icon-btn" aria-label="Share on LinkedIn"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</footer>
</article>
</div>
<section class="newsletter-cta">
<div class="container">
<div class="cta-content">
<h2>Never miss an MSOS update</h2>
<p>News, announcements and open calls, straight to your inbox.</p>
<form class="subscribe-form-bottom">
<div class="input-wrapper">
<input type="email" placeholder="Enter your email" aria-label="Email address">
</div>
<button type="submit" class="btn btn-primary-orange">Subscribe</button>
</form>
<p class="privacy-note">We care about your data in our <a href="../../../en/privacy-policy/">privacy policy</a></p>
</div>
</div>
</section>
</main>
<!-- START_FOOTER -->
<footer>
<div class="footer-container">
<div class="footer-main">
<div class="footer-info">
<div class="footer-logo">
<img loading="lazy" decoding="async" src="../../../images/msos-logo-white-en.svg" alt="Macedonian Student Organisation in Slovenia Logo">
</div>
<p class="footer-legal-name">Društvo Makedonska Študentska Organizacija v Sloveniji za študentsko podporo in kulturno sodelovanje</p>
<p>
Masarykova cesta 24<br>
1000 Ljubljana, Slovenia<br>
<a href="mailto:info@msosorg.com">info@msosorg.com</a>
</p>
<div class="social-icons">
<a href="https://www.facebook.com/msos.org" aria-label="Facebook" target="_blank" rel="noopener"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/msosorg_com" aria-label="Instagram" target="_blank" rel="noopener"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/msos-org" aria-label="LinkedIn" target="_blank" rel="noopener"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.youtube.com/@msosorg" aria-label="YouTube" target="_blank" rel="noopener"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="footer-links">
<div class="links-column">
<h4>Student guide</h4>
<a href="../../../en/student-welcome-guide/">Student welcome guide</a>
<a href="../../../en/student-welcome-guide/complete-student-journey/">The whole journey</a>
<a href="../../../en/student-welcome-guide/application-deadlines/">Application deadlines</a>
<a href="../../../en/student-welcome-guide/evs-application-guide/">Apply through eVŠ</a>
<a href="../../../en/student-welcome-guide/student-residence-permit/">Residence permit</a>
<a href="../../../en/student-welcome-guide/student-accommodation/">Accommodation</a>
</div>
<div class="links-column">
<h4>Explore</h4>
<a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a>
<a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a>
<a href="../../../en/projects/">Projects and events</a>
</div>
<div class="links-column">
<h4>Organisation</h4>
<a href="../../../en/about-us/">About us</a>
<a href="../../../en/timeline-and-milestones/">Timeline and milestones</a>
<a href="mailto:info@msosorg.com">Contact us</a>
</div>
</div>
</div>
<hr>
<div class="footer-bottom">
<p>© 2026 MSOS. All rights reserved.</p>
<div class="legal-links">
<a href="../../../en/privacy-policy/">Privacy policy</a>
<a href="../../../en/cookie-policy/">Cookie policy</a>
<a href="../../../en/legal/">Official information</a>
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>
</div>
</footer>
<!-- END_FOOTER -->
<script src="../../../main.js"></script>
<link rel="stylesheet" href="/assistant.css">
<script src="/assistant.js" defer></script>
</body>
</html>

View File

@ -0,0 +1,406 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Study in North Macedonia with a government scholarship: 2026/2027 guide - MSOS</title>
<!-- SEO:START -->
<!-- Google tag (gtag.js) with Consent Mode v2 (default: denied) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WVYV807VSS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
ad_storage: 'denied', ad_user_data: 'denied', ad_personalization: 'denied',
analytics_storage: 'denied', wait_for_update: 500
});
// Restore a returning visitor's prior choice before the first hit.
try { if (localStorage.getItem('msos-consent') === 'granted') {
gtag('consent', 'update', { ad_storage:'granted', ad_user_data:'granted',
ad_personalization:'granted', analytics_storage:'granted' }); } } catch(e){}
gtag('js', new Date());
gtag('config', 'G-WVYV807VSS');
</script>
<script src="/consent.js" defer></script>
<meta name="description" content="The Ministry of Education and Science of North Macedonia offers 50 undergraduate scholarships at public universities for 2026/2027. Who can apply, what is covered, required documents and deadlines.">
<link rel="canonical" href="https://msosorg.com/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/">
<link rel="alternate" hreflang="en" href="https://msosorg.com/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/">
<link rel="alternate" hreflang="mk" href="https://msosorg.com/mk/blog/study-in-north-macedonia-government-scholarship-2026-2027/">
<link rel="alternate" hreflang="sl" href="https://msosorg.com/si/blog/study-in-north-macedonia-government-scholarship-2026-2027/">
<link rel="alternate" hreflang="x-default" href="https://msosorg.com/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Macedonian Student Organisation in Slovenia">
<meta property="og:title" content="Study in North Macedonia with a government scholarship: 2026/2027 guide - MSOS">
<meta property="og:description" content="The Ministry of Education and Science of North Macedonia offers 50 undergraduate scholarships at public universities for 2026/2027. Who can apply, what is covered, required documents and deadlines.">
<meta property="og:url" content="https://msosorg.com/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/">
<meta property="og:image" content="https://msosorg.com/images/og-default.jpg">
<meta property="og:locale" content="en_GB">
<meta property="og:locale:alternate" content="mk_MK">
<meta property="og:locale:alternate" content="sl_SI">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Study in North Macedonia with a government scholarship: 2026/2027 guide - MSOS">
<meta name="twitter:description" content="The Ministry of Education and Science of North Macedonia offers 50 undergraduate scholarships at public universities for 2026/2027. Who can apply, what is covered, required documents and deadlines.">
<meta name="twitter:image" content="https://msosorg.com/images/og-default.jpg">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Macedonian Student Organisation in Slovenia","alternateName":"MSOS","url":"https://msosorg.com/en/","logo":"https://msosorg.com/images/1-logo.png","email":"info@msosorg.com","address":{"@type":"PostalAddress","streetAddress":"Masarykova cesta 24","postalCode":"1000","addressLocality":"Ljubljana","addressCountry":"SI"},"sameAs":["https://www.facebook.com/msos.org","https://www.instagram.com/msosorg_com","https://www.linkedin.com/company/msos-org","https://www.youtube.com/@msosorg"]}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Article","headline":"Study in North Macedonia with a government scholarship: 2026/2027 guide","description":"The Ministry of Education and Science of North Macedonia offers 50 undergraduate scholarships at public universities for 2026/2027. Who can apply, what is covered, required documents and deadlines.","image":"https://msosorg.com/images/og-default.jpg","inLanguage":"en","author":{"@type":"Organization","name":"Macedonian Student Organisation in Slovenia","url":"https://msosorg.com/en/"},"publisher":{"@type":"Organization","name":"Macedonian Student Organisation in Slovenia","logo":{"@type":"ImageObject","url":"https://msosorg.com/images/1-logo.png"}},"mainEntityOfPage":"https://msosorg.com/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/","datePublished":"2026-08-03","dateModified":"2026-08-03"}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://msosorg.com/en/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://msosorg.com/en/blog/"},{"@type":"ListItem","position":3,"name":"Study in North Macedonia with a government scholarship: 2026/2027 guide","item":"https://msosorg.com/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/"}]}</script>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<!-- SEO:END -->
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome (for icons) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" media="print" onload="this.media=&#39;all&#39;" /><noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /></noscript>
<!-- Correct path to the main CSS file -->
<link rel="stylesheet" href="../../../css/main.css">
</head>
<body>
<!-- START_HEADER -->
<header class="dropdown-header-navigation">
<div class="container">
<!-- Logotip je zdaj samostojen element na levi strani -->
<a href="../../../en/" class="logo-link">
<img src="../../../images/msos-logo-en.svg" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
</a>
<!-- Nov ovoj za vse elemente na desni strani -->
<div class="header-right-wrapper">
<nav>
<ul class="navigation desktop-nav">
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">What We Do</a>
<ul class="dropdown-menu">
<li><a href="../../../en/projects/">Events & Projects</a></li>
<li><a href="../../../en/gallery/">Gallery</a></li>
<li><a href="../../../en/blog/">Blog</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">For Students</a>
<ul class="dropdown-menu">
<li><a href="../../../en/student-welcome-guide/">Student Welcome Guide</a></li>
<li><a href="../../../en/faq/">FAQs</a></li>
<li><a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
<li><a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
</ul>
</li>
<li class="menu-item"><a href="../../../en/news/">News</a></li>
</ul>
</nav>
<div class="navigation-actions">
<a href="../../../en/become-a-member/" class="btn btn-secondary">Become a member</a>
<a href="../../../en/support/" class="btn btn-primary">Support MSOS ❤️</a>
<div class="language-selector">
<div class="current-lang">
<i class="fas fa-globe"></i>
<span id="current-lang-code">EN</span>
<i class="fas fa-chevron-down"></i>
</div>
<div class="lang-dropdown">
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
</div>
</div>
</div>
</div>
<!-- Ikona za mobilni meni ostaja ločena za lažje upravljanje -->
<div class="mobile-menu-icon">
<i class="fas fa-bars"></i>
<i class="fas fa-times"></i>
</div>
</div>
</header>
<!-- Panel za mobilno navigacijo (struktura ostaja enaka) -->
<div class="mobile-nav-panel">
<nav>
<ul class="navigation mobile-nav">
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">What We Do</a>
<ul class="dropdown-menu">
<li><a href="../../../en/projects/">Events & Projects</a></li>
<li><a href="../../../en/gallery/">Gallery</a></li>
<li><a href="../../../en/blog/">Blog</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">For Students</a>
<ul class="dropdown-menu">
<li><a href="../../../en/student-welcome-guide/">Student Welcome Guide</a></li>
<li><a href="../../../en/faq/">FAQs</a></li>
<li><a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
<li><a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
</ul>
</li>
<li class="menu-item"><a href="../../../en/news/">News</a></li>
</ul>
</nav>
<div class="navigation-actions">
<a href="../../../en/become-a-member/" class="btn btn-secondary">Become a member</a>
<a href="../../../en/support/" class="btn btn-primary">Support MSOS ❤️</a>
<div class="language-selector">
<button class="current-lang" id="mobile-lang-trigger">
<i class="fas fa-globe"></i>
<span>EN</span>
<i class="fas fa-chevron-right"></i>
</button>
</div>
</div>
</div>
<!-- Modalno okno za izbiro jezika (ostaja enako) -->
<div id="language-modal-overlay">
<div class="language-modal-content">
<div class="language-modal-header">
<h3>Select Language</h3>
<button id="language-modal-close" aria-label="Close language selection">&times;</button>
</div>
<div class="language-modal-body">
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
</div>
</div>
</div>
<!-- END_HEADER -->
<main class="article-page">
<!-- Sticky Mobile Header -->
<div class="mobile-article-header">
<span id="mobile-article-title">Study in North Macedonia: 2026/2027 scholarship</span>
<i class="fas fa-chevron-down"></i>
<div class="progress-bar-container">
<div class="progress-bar"></div>
</div>
<!-- Dropdown Menu for Mobile -->
<div class="mobile-scrollspy-dropdown">
<ul id="mobile-scrollspy-links">
<!-- Links will be dynamically inserted here by JavaScript -->
</ul>
</div>
</div>
<div class="article-layout-container">
<!-- Desktop Scrollspy Sidebar -->
<aside class="article-sidebar">
<nav class="scrollspy-nav">
<ul>
<li><a href="#who" class="active">Who can apply</a></li>
<li><a href="#covers">What the scholarship covers</a></li>
<li><a href="#documents">Required documents</a></li>
<li><a href="#apply">How to apply</a></li>
<li><a href="#after-selection">After selection</a></li>
<li><a href="#keep">Keeping the scholarship</a></li>
<li><a href="#consider">Before you apply</a></li>
</ul>
</nav>
</aside>
<article class="article-container">
<header class="article-header">
<p class="article-publish-date">Guides · Last checked 3 August 2026</p>
<h1>Study in North Macedonia with a government scholarship: 2026/2027 guide</h1>
<p class="article-subtitle">The Ministry of Education and Science of North Macedonia is offering 50 undergraduate scholarships at public universities for the 2026/2027 academic year. Here is who can apply, what is covered and how.</p>
</header>
<div class="article-body">
<p><strong>Are you a foreign citizen of Macedonian origin living in Slovenia or another eligible country?</strong> This programme supports first-cycle undergraduate studies at public universities in North Macedonia, with a total of 50 scholarships available.</p>
<aside class="guide-box guide-box--macedonia">
<p class="guide-box-title"><i class="fas fa-calendar-day" aria-hidden="true"></i>Deadline: 31 August 2026</p>
<p>Applications must be submitted through the diplomatic or consular mission of North Macedonia in the country where the candidate lives. Late or incomplete applications will not be considered.</p>
</aside>
<aside class="guide-box guide-box--warning">
<p class="guide-box-title"><i class="fas fa-triangle-exclamation" aria-hidden="true"></i>Please verify the latest information</p>
<p>This guide is based on the official 2026/2027 call. Requirements and deadlines may change in future academic years, so always check the latest information before applying.</p>
</aside>
<h2 id="who">1. Who can apply?</h2>
<p>The scholarships are intended for foreign citizens of Macedonian origin who live in <strong>Albania, Bulgaria, Serbia, Bosnia and Herzegovina, Croatia, Slovenia, Kosovo, Türkiye, Romania, Montenegro or Greece</strong>.</p>
<p>Candidates must have completed four years of secondary education and apply for a first-cycle undergraduate programme. A total of 50 scholarships are available.</p>
<p>Candidates indicate one preferred faculty and two alternatives in the application. The Ministry reserves the right to make the final placement from the three listed choices.</p>
<h2 id="covers">2. What does the scholarship cover?</h2>
<p>The scholarship supports students during the regular duration of their undergraduate programme and covers:</p>
<ul>
<li>university tuition or participation fees;</li>
<li>a monthly scholarship;</li>
<li>accommodation and meals in a student residence selected by the Ministry;</li>
<li>primary health insurance;</li>
<li>the costs of issuing and renewing the temporary residence permit.</li>
</ul>
<p>The scholarship does <strong>not</strong> cover programmes taught in English or preparatory Macedonian-language classes. Students must also cover the cost of recognising, or nostrifying, their secondary-school documents.</p>
<h2 id="documents">3. Which documents are required?</h2>
<p>Candidates must complete the official application form and submit:</p>
<ol>
<li><strong>A CV and motivation letter</strong>, explaining why they want to study in North Macedonia and naming one preferred faculty and two alternatives.</li>
<li><strong>Proof of Macedonian origin</strong>, usually a birth certificate stating Macedonian ethnicity or another appropriate document proving Macedonian origin.</li>
<li><strong>A copy of the certificate for completed four-year secondary education</strong>, accompanied by a translation and an explanation of how the grades correspond to the Macedonian grading system.</li>
</ol>
<p>Only a photocopy of the secondary-school certificate is initially requested, allowing candidates to apply elsewhere at the same time.</p>
<h2 id="apply">4. How do you apply?</h2>
<p>The completed application and supporting documents must be submitted to the diplomatic or consular mission of North Macedonia in the country where the candidate lives.</p>
<p>For applicants living in Slovenia, this means contacting the Embassy of North Macedonia in Ljubljana. Candidates should confirm the opening hours, submission method and any additional translation or document-certification requirements before applying.</p>
<p>The final deadline is <strong>31 August 2026</strong>.</p>
<h2 id="after-selection">5. What happens after selection?</h2>
<p>Selected students must act quickly after the final results are published.</p>
<p>Within <strong>five days</strong>, they must submit a request for recognition of their educational documents to the relevant department of the Ministry of Education and Science. The student covers the related costs.</p>
<p>Selected candidates must arrive in North Macedonia no later than <strong>ten days after publication of the final list</strong>. Candidates who do not arrive within this period will be considered to have withdrawn.</p>
<p>Because these deadlines are strict, applicants should prepare translations, travel plans and the documents required for recognition in advance.</p>
<h2 id="keep">6. How do you keep the scholarship?</h2>
<p>From the second academic year onward, students must submit proof of regular enrolment and show that they passed at least <strong>60% of the examinations planned for the previous academic year</strong>.</p>
<p>These documents must be submitted personally to the Ministry by <strong>30 October</strong> each year. Students who do not meet the academic and administrative requirements may lose the scholarship.</p>
<h2 id="consider">7. What should you consider before applying?</h2>
<p>This opportunity can significantly reduce the cost of studying in North Macedonia, but candidates should research their preferred study programmes carefully.</p>
<p>Because English-language programmes and preparatory Macedonian classes are not covered, applicants should confirm the language of instruction and make sure they can follow the programme. They should also plan for costs not covered by the scholarship, including document recognition, travel and other personal expenses.</p>
<p>The most important first steps are to research suitable programmes, contact the diplomatic or consular mission in your country of residence and prepare the required documents well before <strong>31 August 2026</strong>.</p>
<p>For students of Macedonian origin living in Slovenia, this programme offers an opportunity to complete undergraduate studies in North Macedonia with support for tuition, accommodation, meals, health insurance and temporary residence.</p>
<ul class="guide-linklist">
<li><a href="https://mon.gov.mk/mk-MK/konkursi-i-stipendii/stipendii-mon/konkurs-za-dodeluvanje-na-studentskite-stipendii-za-stranski-drzavjani-koi-se-od-interes-za-republika-severna-makedonija-za-studiskata-20262027godina" target="_blank" rel="noopener">Official call — Ministry of Education and Science of North Macedonia</a></li>
</ul>
<p class="guide-last-checked">Last checked: 3 August 2026</p>
</div>
<footer class="article-footer">
<hr>
<div class="author-share-section">
<div class="author-details">
<img width="150" height="150" loading="lazy" decoding="async" src="../../../images/msos-emblem-avatar.png" alt="MSOS emblem">
<div class="author-text">
<p class="author-name">MSOS Team</p>
<p class="author-title">Macedonian Student Organisation in Slovenia</p>
</div>
</div>
<div class="share-buttons">
<button class="btn btn-secondary"><i class="fas fa-link"></i> Copy link</button>
<a href="#" class="social-icon-btn" aria-label="Share on Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social-icon-btn" aria-label="Share on LinkedIn"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</footer>
</article>
</div>
<section class="newsletter-cta">
<div class="container">
<div class="cta-content">
<h2>Never miss an MSOS update</h2>
<p>News, announcements and open calls, straight to your inbox.</p>
<form class="subscribe-form-bottom">
<div class="input-wrapper">
<input type="email" placeholder="Enter your email" aria-label="Email address">
</div>
<button type="submit" class="btn btn-primary-orange">Subscribe</button>
</form>
<p class="privacy-note">We care about your data in our <a href="../../../en/privacy-policy/">privacy policy</a></p>
</div>
</div>
</section>
</main>
<!-- START_FOOTER -->
<footer>
<div class="footer-container">
<div class="footer-main">
<div class="footer-info">
<div class="footer-logo">
<img loading="lazy" decoding="async" src="../../../images/msos-logo-white-en.svg" alt="Macedonian Student Organisation in Slovenia Logo">
</div>
<p class="footer-legal-name">Društvo Makedonska Študentska Organizacija v Sloveniji za študentsko podporo in kulturno sodelovanje</p>
<p>
Masarykova cesta 24<br>
1000 Ljubljana, Slovenia<br>
<a href="mailto:info@msosorg.com">info@msosorg.com</a>
</p>
<div class="social-icons">
<a href="https://www.facebook.com/msos.org" aria-label="Facebook" target="_blank" rel="noopener"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/msosorg_com" aria-label="Instagram" target="_blank" rel="noopener"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/msos-org" aria-label="LinkedIn" target="_blank" rel="noopener"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.youtube.com/@msosorg" aria-label="YouTube" target="_blank" rel="noopener"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="footer-links">
<div class="links-column">
<h4>Student guide</h4>
<a href="../../../en/student-welcome-guide/">Student welcome guide</a>
<a href="../../../en/student-welcome-guide/complete-student-journey/">The whole journey</a>
<a href="../../../en/student-welcome-guide/application-deadlines/">Application deadlines</a>
<a href="../../../en/student-welcome-guide/evs-application-guide/">Apply through eVŠ</a>
<a href="../../../en/student-welcome-guide/student-residence-permit/">Residence permit</a>
<a href="../../../en/student-welcome-guide/student-accommodation/">Accommodation</a>
</div>
<div class="links-column">
<h4>Explore</h4>
<a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a>
<a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a>
<a href="../../../en/projects/">Projects and events</a>
</div>
<div class="links-column">
<h4>Organisation</h4>
<a href="../../../en/about-us/">About us</a>
<a href="../../../en/timeline-and-milestones/">Timeline and milestones</a>
<a href="mailto:info@msosorg.com">Contact us</a>
</div>
</div>
</div>
<hr>
<div class="footer-bottom">
<p>© 2026 MSOS. All rights reserved.</p>
<div class="legal-links">
<a href="../../../en/privacy-policy/">Privacy policy</a>
<a href="../../../en/cookie-policy/">Cookie policy</a>
<a href="../../../en/legal/">Official information</a>
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>
</div>
</footer>
<!-- END_FOOTER -->
<script src="../../../main.js"></script>
<link rel="stylesheet" href="/assistant.css">
<script src="/assistant.js" defer></script>
</body>
</html>

View File

@ -0,0 +1,388 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome Days for new students at Slovenia's universities 2026/2027 - MSOS</title>
<!-- SEO:START -->
<!-- Google tag (gtag.js) with Consent Mode v2 (default: denied) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WVYV807VSS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
ad_storage: 'denied', ad_user_data: 'denied', ad_personalization: 'denied',
analytics_storage: 'denied', wait_for_update: 500
});
// Restore a returning visitor's prior choice before the first hit.
try { if (localStorage.getItem('msos-consent') === 'granted') {
gtag('consent', 'update', { ad_storage:'granted', ad_user_data:'granted',
ad_personalization:'granted', analytics_storage:'granted' }); } } catch(e){}
gtag('js', new Date());
gtag('config', 'G-WVYV807VSS');
</script>
<script src="/consent.js" defer></script>
<meta name="description" content="Welcome and orientation activities at the University of Ljubljana, Maribor, Primorska and Nova Gorica for bachelor's, master's and Erasmus students in 2026/2027, with dates and what to prepare.">
<link rel="canonical" href="https://msosorg.com/en/blog/welcome-days-slovenian-universities-2026-2027/">
<link rel="alternate" hreflang="en" href="https://msosorg.com/en/blog/welcome-days-slovenian-universities-2026-2027/">
<link rel="alternate" hreflang="mk" href="https://msosorg.com/mk/blog/welcome-days-slovenian-universities-2026-2027/">
<link rel="alternate" hreflang="sl" href="https://msosorg.com/si/blog/welcome-days-slovenian-universities-2026-2027/">
<link rel="alternate" hreflang="x-default" href="https://msosorg.com/en/blog/welcome-days-slovenian-universities-2026-2027/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Macedonian Student Organisation in Slovenia">
<meta property="og:title" content="Welcome Days for new students at Slovenia's universities 2026/2027 - MSOS">
<meta property="og:description" content="Welcome and orientation activities at the University of Ljubljana, Maribor, Primorska and Nova Gorica for bachelor's, master's and Erasmus students in 2026/2027, with dates and what to prepare.">
<meta property="og:url" content="https://msosorg.com/en/blog/welcome-days-slovenian-universities-2026-2027/">
<meta property="og:image" content="https://msosorg.com/images/og-default.jpg">
<meta property="og:locale" content="en_GB">
<meta property="og:locale:alternate" content="mk_MK">
<meta property="og:locale:alternate" content="sl_SI">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Welcome Days for new students at Slovenia's universities 2026/2027 - MSOS">
<meta name="twitter:description" content="Welcome and orientation activities at the University of Ljubljana, Maribor, Primorska and Nova Gorica for bachelor's, master's and Erasmus students in 2026/2027, with dates and what to prepare.">
<meta name="twitter:image" content="https://msosorg.com/images/og-default.jpg">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Macedonian Student Organisation in Slovenia","alternateName":"MSOS","url":"https://msosorg.com/en/","logo":"https://msosorg.com/images/1-logo.png","email":"info@msosorg.com","address":{"@type":"PostalAddress","streetAddress":"Masarykova cesta 24","postalCode":"1000","addressLocality":"Ljubljana","addressCountry":"SI"},"sameAs":["https://www.facebook.com/msos.org","https://www.instagram.com/msosorg_com","https://www.linkedin.com/company/msos-org","https://www.youtube.com/@msosorg"]}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Article","headline":"Welcome Days for Bachelor's, Master's and Erasmus Students in Slovenia","description":"Welcome and orientation activities at the University of Ljubljana, Maribor, Primorska and Nova Gorica for bachelor's, master's and Erasmus students in 2026/2027, with dates and what to prepare.","image":"https://msosorg.com/images/og-default.jpg","inLanguage":"en","author":{"@type":"Organization","name":"Macedonian Student Organisation in Slovenia","url":"https://msosorg.com/en/"},"publisher":{"@type":"Organization","name":"Macedonian Student Organisation in Slovenia","logo":{"@type":"ImageObject","url":"https://msosorg.com/images/1-logo.png"}},"mainEntityOfPage":"https://msosorg.com/en/blog/welcome-days-slovenian-universities-2026-2027/","datePublished":"2026-08-03","dateModified":"2026-08-03"}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://msosorg.com/en/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://msosorg.com/en/blog/"},{"@type":"ListItem","position":3,"name":"Welcome Days for new students at Slovenia's universities","item":"https://msosorg.com/en/blog/welcome-days-slovenian-universities-2026-2027/"}]}</script>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<!-- SEO:END -->
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome (for icons) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" media="print" onload="this.media=&#39;all&#39;" /><noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /></noscript>
<!-- Correct path to the main CSS file -->
<link rel="stylesheet" href="../../../css/main.css">
</head>
<body>
<!-- START_HEADER -->
<header class="dropdown-header-navigation">
<div class="container">
<!-- Logotip je zdaj samostojen element na levi strani -->
<a href="../../../en/" class="logo-link">
<img src="../../../images/msos-logo-en.svg" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
</a>
<!-- Nov ovoj za vse elemente na desni strani -->
<div class="header-right-wrapper">
<nav>
<ul class="navigation desktop-nav">
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">What We Do</a>
<ul class="dropdown-menu">
<li><a href="../../../en/projects/">Events & Projects</a></li>
<li><a href="../../../en/gallery/">Gallery</a></li>
<li><a href="../../../en/blog/">Blog</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">For Students</a>
<ul class="dropdown-menu">
<li><a href="../../../en/student-welcome-guide/">Student Welcome Guide</a></li>
<li><a href="../../../en/faq/">FAQs</a></li>
<li><a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
<li><a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
</ul>
</li>
<li class="menu-item"><a href="../../../en/news/">News</a></li>
</ul>
</nav>
<div class="navigation-actions">
<a href="../../../en/become-a-member/" class="btn btn-secondary">Become a member</a>
<a href="../../../en/support/" class="btn btn-primary">Support MSOS ❤️</a>
<div class="language-selector">
<div class="current-lang">
<i class="fas fa-globe"></i>
<span id="current-lang-code">EN</span>
<i class="fas fa-chevron-down"></i>
</div>
<div class="lang-dropdown">
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
</div>
</div>
</div>
</div>
<!-- Ikona za mobilni meni ostaja ločena za lažje upravljanje -->
<div class="mobile-menu-icon">
<i class="fas fa-bars"></i>
<i class="fas fa-times"></i>
</div>
</div>
</header>
<!-- Panel za mobilno navigacijo (struktura ostaja enaka) -->
<div class="mobile-nav-panel">
<nav>
<ul class="navigation mobile-nav">
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">What We Do</a>
<ul class="dropdown-menu">
<li><a href="../../../en/projects/">Events & Projects</a></li>
<li><a href="../../../en/gallery/">Gallery</a></li>
<li><a href="../../../en/blog/">Blog</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">For Students</a>
<ul class="dropdown-menu">
<li><a href="../../../en/student-welcome-guide/">Student Welcome Guide</a></li>
<li><a href="../../../en/faq/">FAQs</a></li>
<li><a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
<li><a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
</ul>
</li>
<li class="menu-item"><a href="../../../en/news/">News</a></li>
</ul>
</nav>
<div class="navigation-actions">
<a href="../../../en/become-a-member/" class="btn btn-secondary">Become a member</a>
<a href="../../../en/support/" class="btn btn-primary">Support MSOS ❤️</a>
<div class="language-selector">
<button class="current-lang" id="mobile-lang-trigger">
<i class="fas fa-globe"></i>
<span>EN</span>
<i class="fas fa-chevron-right"></i>
</button>
</div>
</div>
</div>
<!-- Modalno okno za izbiro jezika (ostaja enako) -->
<div id="language-modal-overlay">
<div class="language-modal-content">
<div class="language-modal-header">
<h3>Select Language</h3>
<button id="language-modal-close" aria-label="Close language selection">&times;</button>
</div>
<div class="language-modal-body">
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
</div>
</div>
</div>
<!-- END_HEADER -->
<main class="article-page">
<!-- Sticky Mobile Header -->
<div class="mobile-article-header">
<span id="mobile-article-title">Welcome Days at Slovenia's universities</span>
<i class="fas fa-chevron-down"></i>
<div class="progress-bar-container">
<div class="progress-bar"></div>
</div>
<!-- Dropdown Menu for Mobile -->
<div class="mobile-scrollspy-dropdown">
<ul id="mobile-scrollspy-links">
<!-- Links will be dynamically inserted here by JavaScript -->
</ul>
</div>
</div>
<div class="article-layout-container">
<!-- Desktop Scrollspy Sidebar -->
<aside class="article-sidebar">
<nav class="scrollspy-nav">
<ul>
<li><a href="#ljubljana" class="active">University of Ljubljana</a></li>
<li><a href="#maribor">University of Maribor</a></li>
<li><a href="#primorska">University of Primorska</a></li>
<li><a href="#nova-gorica">University of Nova Gorica</a></li>
<li><a href="#before">Before your first day</a></li>
<li><a href="#sources">Sources and further information</a></li>
</ul>
</nav>
</aside>
<article class="article-container">
<header class="article-header">
<p class="article-publish-date">Student life · Last checked 3 August 2026</p>
<h1>Welcome Days for Bachelor's, Master's and Erasmus Students in Slovenia</h1>
<p class="article-subtitle">Slovenia's four main universities each run welcome and orientation activities for new students, but the structure differs. Here is what to expect at each one and how to prepare.</p>
</header>
<div class="article-body">
<p>Starting university in another country is easier when you know where to go, who to ask, and what happens during the first days. Slovenia's main universities organise welcome and orientation activities for new students, but the structure differs. Some events are university-wide, while others are organised separately by faculties or international offices.</p>
<aside class="guide-box guide-box--warning">
<p class="guide-box-title"><i class="fas fa-triangle-exclamation" aria-hidden="true"></i>Please check the latest programme</p>
<p>Universities often organise one central welcome event, while individual faculties, schools, departments, and Erasmus offices may organise additional sessions. Check both the university website and the messages sent by your faculty before arrival.</p>
</aside>
<h2 id="ljubljana">1. University of Ljubljana</h2>
<p>The University of Ljubljana will hold its central <strong>Welcome Day for International Students</strong> online on <strong>16 September 2026, from 13:00 to 16:00</strong>. The programme is in English and covers practical topics such as residence permits, health insurance, accommodation, student meals, public transport, Year Plus, tutoring, career services, and extracurricular activities. Registration is mandatory.</p>
<p>Bachelor's and master's students should also check the website and email of their own faculty. Many UL faculties organise separate first-year welcomes, programme introductions, tutor meetings, or Erasmus sessions around the end of September and the first day of classes. These faculty events may contain the most important information about timetables, student systems, course selection, and the physical location of classes.</p>
<p><strong>For more information:</strong> Check the central international-student page and the website of your faculty.</p>
<h2 id="maribor">2. University of Maribor</h2>
<p>The University of Maribor's central <strong>Orientation Week for Freshmen</strong> will take place from <strong>21 to 25 September 2026</strong>. It includes shared online presentations about university IT services, student life, libraries, career support, international opportunities, and support for foreign degree students.</p>
<p>The university also publishes separate programmes for its faculties. Some faculties organise preparatory courses, campus tours, tutor meetings, and official receptions on different dates, often between 21 September and 1 October. New master's students should therefore check whether their faculty has a separate introduction for their programme.</p>
<p>Erasmus students receive information from the UM International Relations Office and their faculty coordinators. The autumn 2026 Erasmus welcome reception had not yet been published when this article was checked, so incoming exchange students should follow the official Erasmus+ news page and their email.</p>
<p><strong>For more information:</strong> Check the UM Orientation Week programme, your faculty page, and the UM Erasmus+ portal.</p>
<h2 id="primorska">3. University of Primorska</h2>
<p>The University of Primorska offers one of the most complete central welcome programmes. Its online <strong>Preparatory Days</strong> are planned from <strong>14 to 25 September 2026</strong> for admitted and enrolled students. The programme includes practical information about life on the Slovenian coast, the university, residence documents, student benefits, mobility opportunities, and a free introductory Slovenian course.</p>
<p>The main in-person <strong>Orientation Days</strong> will take place from <strong>28 to 30 September 2026</strong>. These days are designed to introduce students to university facilities, faculties, student services, organisations, and other students. The programme is relevant to international degree students and exchange students, although individual faculties may also send separate instructions about enrolment, courses, and first meetings.</p>
<p><strong>For more information:</strong> Register through the UP Welcome portal and check messages from your faculty's student or international office.</p>
<h2 id="nova-gorica">4. University of Nova Gorica</h2>
<p>The University of Nova Gorica starts the winter semester on <strong>1 October 2026</strong>, but its central Orientation Day programme for 2026/2027 had not yet been published when this article was checked.</p>
<p>UNG usually combines activities organised by individual schools with a shared university welcome. Because teaching takes place across Nova Gorica, Rožna Dolina, Vipava, Ajdovščina, and other locations, students should confirm exactly where their first meeting will be held. Bachelor's, master's, and Erasmus students may receive different instructions from their school, student office, or international office.</p>
<p>Students who are still finalising their study choice can also attend UNG's online international Info Day on <strong>10 September 2026 at 14:00</strong>, but this is an admissions information event rather than the final welcome programme for enrolled students.</p>
<p><strong>For more information:</strong> Follow UNG notices and contact the secretariat of your school if the orientation details have not arrived by email.</p>
<h2 id="before">Before your first day</h2>
<p>Save every welcome email and check whether registration is required. Central events usually explain student life and administrative procedures, while faculty sessions explain your timetable, course registration, student portal, tutors, and programme expectations. Attend both whenever possible.</p>
<h2 id="sources">Sources and further information</h2>
<p>Dates and programmes can change, and faculty-level events are often published later than central university events. Recheck all four universities in September 2026, and follow the official pages below and any messages from your faculty.</p>
<ul class="guide-linklist">
<li><a href="https://www.uni-lj.si/en/events/2026-09-16-welcome-day-for-international-students-2026" target="_blank" rel="noopener">University of Ljubljana: Welcome Day for International Students 2026</a></li>
<li><a href="https://www.uni-lj.si/en/study/international-students" target="_blank" rel="noopener">University of Ljubljana: international students</a></li>
<li><a href="https://moja.um.si/uvajalni-teden/Strani/default.aspx" target="_blank" rel="noopener">University of Maribor: Orientation Week 2026/2027</a></li>
<li><a href="https://www.erasmusplus.um.si/international-students/" target="_blank" rel="noopener">University of Maribor: Erasmus+ information for international students</a></li>
<li><a href="https://welcome.upr.si/student/prepare/preparatory-days/" target="_blank" rel="noopener">University of Primorska: Preparatory Days 2026</a></li>
<li><a href="https://welcome.upr.si/student/arrive/orientation-days/" target="_blank" rel="noopener">University of Primorska: Orientation Days 2026</a></li>
<li><a href="https://ung.si/en/education/academic-calendar/" target="_blank" rel="noopener">University of Nova Gorica: academic calendar 2026/2027</a></li>
<li><a href="https://ung.si/en/education/info-days/" target="_blank" rel="noopener">University of Nova Gorica: Info Days for international candidates</a></li>
</ul>
<p class="guide-last-checked">Last checked: 3 August 2026</p>
</div>
<footer class="article-footer">
<hr>
<div class="author-share-section">
<div class="author-details">
<img width="150" height="150" loading="lazy" decoding="async" src="../../../images/msos-emblem-avatar.png" alt="MSOS emblem">
<div class="author-text">
<p class="author-name">MSOS Team</p>
<p class="author-title">Macedonian Student Organisation in Slovenia</p>
</div>
</div>
<div class="share-buttons">
<button class="btn btn-secondary"><i class="fas fa-link"></i> Copy link</button>
<a href="#" class="social-icon-btn" aria-label="Share on Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social-icon-btn" aria-label="Share on LinkedIn"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</footer>
</article>
</div>
<section class="newsletter-cta">
<div class="container">
<div class="cta-content">
<h2>Never miss an MSOS update</h2>
<p>News, announcements and open calls, straight to your inbox.</p>
<form class="subscribe-form-bottom">
<div class="input-wrapper">
<input type="email" placeholder="Enter your email" aria-label="Email address">
</div>
<button type="submit" class="btn btn-primary-orange">Subscribe</button>
</form>
<p class="privacy-note">We care about your data in our <a href="../../../en/privacy-policy/">privacy policy</a></p>
</div>
</div>
</section>
</main>
<!-- START_FOOTER -->
<footer>
<div class="footer-container">
<div class="footer-main">
<div class="footer-info">
<div class="footer-logo">
<img loading="lazy" decoding="async" src="../../../images/msos-logo-white-en.svg" alt="Macedonian Student Organisation in Slovenia Logo">
</div>
<p class="footer-legal-name">Društvo Makedonska Študentska Organizacija v Sloveniji za študentsko podporo in kulturno sodelovanje</p>
<p>
Masarykova cesta 24<br>
1000 Ljubljana, Slovenia<br>
<a href="mailto:info@msosorg.com">info@msosorg.com</a>
</p>
<div class="social-icons">
<a href="https://www.facebook.com/msos.org" aria-label="Facebook" target="_blank" rel="noopener"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/msosorg_com" aria-label="Instagram" target="_blank" rel="noopener"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/msos-org" aria-label="LinkedIn" target="_blank" rel="noopener"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.youtube.com/@msosorg" aria-label="YouTube" target="_blank" rel="noopener"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="footer-links">
<div class="links-column">
<h4>Student guide</h4>
<a href="../../../en/student-welcome-guide/">Student welcome guide</a>
<a href="../../../en/student-welcome-guide/complete-student-journey/">The whole journey</a>
<a href="../../../en/student-welcome-guide/application-deadlines/">Application deadlines</a>
<a href="../../../en/student-welcome-guide/evs-application-guide/">Apply through eVŠ</a>
<a href="../../../en/student-welcome-guide/student-residence-permit/">Residence permit</a>
<a href="../../../en/student-welcome-guide/student-accommodation/">Accommodation</a>
</div>
<div class="links-column">
<h4>Explore</h4>
<a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a>
<a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a>
<a href="../../../en/projects/">Projects and events</a>
</div>
<div class="links-column">
<h4>Organisation</h4>
<a href="../../../en/about-us/">About us</a>
<a href="../../../en/timeline-and-milestones/">Timeline and milestones</a>
<a href="mailto:info@msosorg.com">Contact us</a>
</div>
</div>
</div>
<hr>
<div class="footer-bottom">
<p>© 2026 MSOS. All rights reserved.</p>
<div class="legal-links">
<a href="../../../en/privacy-policy/">Privacy policy</a>
<a href="../../../en/cookie-policy/">Cookie policy</a>
<a href="../../../en/legal/">Official information</a>
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>
</div>
</footer>
<!-- END_FOOTER -->
<script src="../../../main.js"></script>
<link rel="stylesheet" href="/assistant.css">
<script src="/assistant.js" defer></script>
</body>
</html>

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -305,6 +305,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -521,6 +521,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -208,6 +208,7 @@
</div>
<div class="album-info">
<h3>Meet Student Slovenia 2024</h3>
<p class="album-date"><i class="far fa-calendar" aria-hidden="true"></i> 16.09.2024</p>
<p class="album-meta"><span>12 photos</span><span class="dot" aria-hidden="true"></span><span class="read-link">Read the story</span></p>
</div>
</a>
@ -221,6 +222,7 @@
</div>
<div class="album-info">
<h3>Meet Student Slovenia 2023</h3>
<p class="album-date"><i class="far fa-calendar" aria-hidden="true"></i> 18.09.2023</p>
<p class="album-meta"><span>10 photos</span><span class="dot" aria-hidden="true"></span><span class="read-link">Read the story</span></p>
</div>
</a>
@ -234,6 +236,7 @@
</div>
<div class="album-info">
<h3>Humanitarian Tournament in Maribor</h3>
<p class="album-date"><i class="far fa-calendar" aria-hidden="true"></i> 05.04.2025</p>
<p class="album-meta"><span>10 photos</span><span class="dot" aria-hidden="true"></span><span class="read-link">Read the story</span></p>
</div>
</a>
@ -247,6 +250,7 @@
</div>
<div class="album-info">
<h3>Macedonian Student Night in Ljubljana</h3>
<p class="album-date"><i class="far fa-calendar" aria-hidden="true"></i> 08.10.2022</p>
<p class="album-meta"><span>7 photos</span><span class="dot" aria-hidden="true"></span><span class="read-link">Read the story</span></p>
</div>
</a>
@ -260,6 +264,7 @@
</div>
<div class="album-info">
<h3>Paint &amp; Wine at Sunset</h3>
<p class="album-date"><i class="far fa-calendar" aria-hidden="true"></i> 08.03.2025</p>
<p class="album-meta"><span>9 photos</span><span class="dot" aria-hidden="true"></span><span class="read-link">Read the story</span></p>
</div>
</a>
@ -273,6 +278,7 @@
</div>
<div class="album-info">
<h3>Watching Handball Together in Slovenia</h3>
<p class="album-date"><i class="far fa-calendar" aria-hidden="true"></i> 25.01.2025</p>
<p class="album-meta"><span>7 photos</span><span class="dot" aria-hidden="true"></span><span class="read-link">Read the story</span></p>
</div>
</a>
@ -286,6 +292,7 @@
</div>
<div class="album-info">
<h3>Morning Coffee in front of CTK</h3>
<p class="album-date"><i class="far fa-calendar" aria-hidden="true"></i> 08.06.2024</p>
<p class="album-meta"><span>7 photos</span><span class="dot" aria-hidden="true"></span><span class="read-link">Read the story</span></p>
</div>
</a>
@ -299,6 +306,7 @@
</div>
<div class="album-info">
<h3>In Memory of Frosina Kulakova</h3>
<p class="album-date"><i class="far fa-calendar" aria-hidden="true"></i> 08.02.2025</p>
<p class="album-meta"><span>3 photos</span><span class="dot" aria-hidden="true"></span><span class="read-link">Read the story</span></p>
</div>
</a>
@ -312,6 +320,7 @@
</div>
<div class="album-info">
<h3>In Memory of the Kochani Victims</h3>
<p class="album-date"><i class="far fa-calendar" aria-hidden="true"></i> 21.03.2025</p>
<p class="album-meta"><span>4 photos</span><span class="dot" aria-hidden="true"></span><span class="read-link">Read the story</span></p>
</div>
</a>
@ -374,6 +383,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -382,6 +382,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -388,6 +388,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -355,6 +355,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -388,6 +388,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -380,6 +380,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -370,6 +370,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -367,6 +367,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -372,6 +372,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -355,6 +355,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -368,6 +368,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -362,6 +362,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -389,6 +389,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -374,6 +374,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -345,6 +345,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -77,8 +77,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../en/about-us/">Our team</a></li>
<li><a href="../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -136,8 +136,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../en/about-us/">Our team</a></li>
<li><a href="../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -521,6 +521,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -75,8 +75,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -134,8 +134,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -222,6 +222,15 @@
<div class="legal-row"><span class="k">Email</span><span class="v"><a href="mailto:info@msosorg.com">info@msosorg.com</a></span></div>
<div class="legal-row"><span class="k">Website</span><span class="v"><a href="https://msosorg.com" target="_blank" rel="noopener">www.msosorg.com</a></span></div>
</div>
<div class="legal-card">
<h2>Website content &amp; liability</h2>
<div class="legal-prose">
<p>The information published on this website is provided by MSOS volunteers and students for general information and guidance only. While we try to keep it accurate and current, it may be incomplete, simplified, or out of date, and it does not constitute legal, financial, immigration, medical, or other professional advice.</p>
<p>For binding and up-to-date information you must always check the official sources and the competent institutions (for example universities, eVŠ, the administrative units, ministries, and the health and tax authorities). Decisions should not be based solely on this website.</p>
<p>MSOS accepts no liability for any loss, damage, misunderstanding, or consequence arising from the use of, or reliance on, information on this website, including any errors, omissions, or outdated content. By using this website you accept this.</p>
<p>We are, however, always glad to help. If you notice anything that is wrong or outdated, please tell us through the &ldquo;Was this page helpful?&rdquo; section at the bottom of our guide pages, or email <a href="mailto:info@msosorg.com">info@msosorg.com</a>.</p>
</div>
</div>
<p class="legal-note">MSOS is a registered non-profit association in Slovenia. For invoices, sponsorship agreements or official correspondence, contact us at <a href="mailto:info@msosorg.com">info@msosorg.com</a>.</p>
</div>
</main>
@ -280,6 +289,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -74,8 +74,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -133,8 +133,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -395,6 +395,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -459,6 +459,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -200,7 +200,7 @@
<p class="news-article-date">Published 1 August 2026</p>
<figure class="news-article-hero">
<img width="1600" height="1067" fetchpriority="high" src="../../../images/news-proof-of-means.webp" alt="A cash box filled with euro coins and banknotes">
<figcaption>Image by <a href="https://pixabay.com/users/alexas_fotos-686414/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=1642989" target="_blank" rel="noopener">Alexa</a> from <a href="https://pixabay.com/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=1642989" target="_blank" rel="noopener">Pixabay</a></figcaption>
<figcaption><span class="fig-illustrative"><i class="fas fa-circle-info" aria-hidden="true"></i> Illustrative image</span> &middot; Image by <a href="https://pixabay.com/users/alexas_fotos-686414/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=1642989" target="_blank" rel="noopener">Alexa</a> from <a href="https://pixabay.com/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=1642989" target="_blank" rel="noopener">Pixabay</a></figcaption>
</figure>
<div class="news-article-body">
<p>If you are applying for or renewing a student residence permit in Slovenia, you must prove you have enough money to support yourself. That requirement is tied to Slovenias basic minimum income (osnovni znesek minimalnega dohodka).</p>
@ -285,6 +285,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -348,6 +348,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -297,6 +297,16 @@
</div>
</section>
</article>
<section class="article-support-cta">
<div class="asc-card">
<h3>Like what we do?</h3>
<p>Become a member or support MSOS so we can create even more moments like this.</p>
<div class="asc-actions">
<a class="btn btn-primary-orange" href="../../../en/become-a-member/">Become a member</a>
<a class="btn btn-secondary" href="../../../en/support/">Support MSOS</a>
</div>
</div>
</section>
<section class="newsletter-cta">
<div class="container">
<div class="cta-content">
@ -369,6 +379,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -311,6 +311,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -322,6 +322,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -416,6 +416,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -331,6 +331,16 @@
</article>
</div>
<section class="article-support-cta">
<div class="asc-card">
<h3>Like what we do?</h3>
<p>Become a member or support MSOS so we can create even more moments like this.</p>
<div class="asc-actions">
<a class="btn btn-primary-orange" href="../../../en/become-a-member/">Become a member</a>
<a class="btn btn-secondary" href="../../../en/support/">Support MSOS</a>
</div>
</div>
</section>
<section class="newsletter-cta">
<div class="container">
<div class="cta-content">
@ -403,6 +413,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -355,6 +355,16 @@
</article>
</div>
<section class="article-support-cta">
<div class="asc-card">
<h3>Like what we do?</h3>
<p>Become a member or support MSOS so we can create even more moments like this.</p>
<div class="asc-actions">
<a class="btn btn-primary-orange" href="../../../en/become-a-member/">Become a member</a>
<a class="btn btn-secondary" href="../../../en/support/">Support MSOS</a>
</div>
</div>
</section>
<section class="newsletter-cta">
<div class="container">
<div class="cta-content">
@ -427,6 +437,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -358,6 +358,16 @@
</article>
</div>
<section class="article-support-cta">
<div class="asc-card">
<h3>Like what we do?</h3>
<p>Become a member or support MSOS so we can create even more moments like this.</p>
<div class="asc-actions">
<a class="btn btn-primary-orange" href="../../../en/become-a-member/">Become a member</a>
<a class="btn btn-secondary" href="../../../en/support/">Support MSOS</a>
</div>
</div>
</section>
<section class="newsletter-cta">
<div class="container">
<div class="cta-content">
@ -430,6 +440,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -317,6 +317,16 @@
</article>
</div>
<section class="article-support-cta">
<div class="asc-card">
<h3>Like what we do?</h3>
<p>Become a member or support MSOS so we can create even more moments like this.</p>
<div class="asc-actions">
<a class="btn btn-primary-orange" href="../../../en/become-a-member/">Become a member</a>
<a class="btn btn-secondary" href="../../../en/support/">Support MSOS</a>
</div>
</div>
</section>
<section class="newsletter-cta">
<div class="container">
<div class="cta-content">
@ -389,6 +399,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -279,6 +279,16 @@
</div>
</section>
</article>
<section class="article-support-cta">
<div class="asc-card">
<h3>Like what we do?</h3>
<p>Become a member or support MSOS so we can create even more moments like this.</p>
<div class="asc-actions">
<a class="btn btn-primary-orange" href="../../../en/become-a-member/">Become a member</a>
<a class="btn btn-secondary" href="../../../en/support/">Support MSOS</a>
</div>
</div>
</section>
<section class="newsletter-cta">
<div class="container">
<div class="cta-content">
@ -351,6 +361,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -265,6 +265,16 @@
</div>
</section>
</article>
<section class="article-support-cta">
<div class="asc-card">
<h3>Like what we do?</h3>
<p>Become a member or support MSOS so we can create even more moments like this.</p>
<div class="asc-actions">
<a class="btn btn-primary-orange" href="../../../en/become-a-member/">Become a member</a>
<a class="btn btn-secondary" href="../../../en/support/">Support MSOS</a>
</div>
</div>
</section>
<section class="newsletter-cta">
<div class="container">
<div class="cta-content">
@ -337,6 +347,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -349,6 +354,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -346,6 +351,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -347,6 +352,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -344,6 +349,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -362,6 +367,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -374,6 +379,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -365,6 +370,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -390,6 +395,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -339,6 +344,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -357,6 +362,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -400,6 +405,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
<p>It does not assume that everyone studies in Ljubljana. The same journey may lead to Maribor, Koper, Nova Gorica, Celje, or another Slovenian study centre, and each city creates different housing, transport, and everyday-life needs.</p>
</section>
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-section" style="margin-top:0;">
<div class="guide-route" data-lang="en">
<h2>Build my personal route</h2>
@ -503,6 +508,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -351,6 +356,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -423,6 +428,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -79,8 +79,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -138,8 +138,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -251,6 +251,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -378,6 +383,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -395,6 +400,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -340,6 +345,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -349,6 +354,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -389,6 +394,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -389,6 +394,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -359,6 +364,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -347,6 +352,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -384,6 +389,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -401,6 +406,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -368,6 +373,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -342,6 +347,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -374,6 +379,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -344,6 +349,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -371,6 +376,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -338,6 +343,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -78,8 +78,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -137,8 +137,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/about-us/">Our team</a></li>
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -204,6 +204,11 @@
</figure>
<div class="article-body">
<div class="guide-disclaimer">
<i class="fas fa-circle-info" aria-hidden="true"></i>
<div class="gd-body"><strong>Good to know</strong>This guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information &mdash; but we are always glad to help. If you spot something that is not right, please tell us in the &ldquo;Was this page helpful?&rdquo; box at the bottom of the page.</div>
</div>
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
@ -409,6 +414,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -74,8 +74,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -133,8 +133,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -414,6 +414,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">Who We Are</a>
<ul class="dropdown-menu">
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/about-us/">Our team</a></li>
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
<li><a href="../../en/msos-hub/">MSOS Hub</a></li>
</ul>
</li>
@ -494,6 +494,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Manage cookies</a>
</div>
</div>
<div class="footer-disclaimer"><p>The information on this website is shared by students for general guidance only. It may be incomplete or out of date and is not legal or professional advice — always verify important details with the relevant official institutions. MSOS accepts no liability for errors, omissions, or decisions made based on this content.</p></div>
<div class="footer-credit">
<span>Built with the help of Mark and Domen from <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Spletni Mojster</a> and Kristijan from MSOS. Big thanks to them!</span>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
images/mm-way-events.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

BIN
images/mm-way-projects.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

326
links-for-bots/index.html Normal file
View File

@ -0,0 +1,326 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Links for bots — MSOS</title>
<meta name="description" content="A plain, fully-linked index of every page on msosorg.com in English, Macedonian and Slovenian, for search engines and AI crawlers.">
<link rel="canonical" href="https://msosorg.com/links-for-bots/">
<meta name="robots" content="index, follow">
<style>
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
max-width: 860px; margin: 0 auto; padding: 32px 20px 64px; color: #1d2939; line-height: 1.5; }
h1 { font-size: 26px; margin: 0 0 8px; }
p.intro { color: #475467; }
nav.langs a { margin-right: 14px; font-weight: 600; }
h2 { margin-top: 40px; border-bottom: 1px solid #e4e7ec; padding-bottom: 6px; }
h3 { margin: 22px 0 6px; font-size: 15px; text-transform: uppercase; letter-spacing: .04em; color: #667085; }
ul { margin: 0 0 8px; padding-left: 20px; }
li { margin: 3px 0; }
a { color: #2d738c; }
</style>
</head>
<body>
<h1>Links for bots</h1>
<p class="intro">A plain, fully-linked index of every page on msosorg.com, for search engines and AI crawlers.
See also <a href="https://msosorg.com/llms.txt">/llms.txt</a> and <a href="https://msosorg.com/sitemap.xml">/sitemap.xml</a>.</p>
<nav class="langs"><a href="#en">English</a> <a href="#mk">Македонски</a> <a href="#si">Slovenščina</a></nav>
<section>
<h2 id="en">English (en)</h2>
<h3>Main pages</h3>
<ul>
<li><a href="https://msosorg.com/en/">Macedonian Student Organisation in Slovenia</a> — The first official Macedonian student organisation in Slovenia, support, events, community and a voice for Macedonian students from application to graduation.</li>
<li><a href="https://msosorg.com/en/about-us/">Our Team, Mission, Vision &amp; Core Values</a> — MSOS is more than an organization - it is the energy of the team behind it. Our members are the heart and driving force that inspires us, writing this story…</li>
<li><a href="https://msosorg.com/en/msos-hub/">MSOS Hub</a> — Discover the MSOS Hub in Ljubljana — the community space of the Macedonian Student Organisation in Slovenia for events, gatherings and student life.</li>
<li><a href="https://msosorg.com/en/become-a-member/">Become a member</a> — Join MSOS and find your people in Slovenia. Meet students, attend events, get support and help create projects across the Macedonian student community.</li>
<li><a href="https://msosorg.com/en/support/">Support MSOS</a> — Support the Macedonian Student Organisation in Slovenia (MSOS) through a donation or partnership and help fund student events, guidance and community programs.</li>
<li><a href="https://msosorg.com/en/gallery/">Gallery</a> — Short answers to the questions Macedonian students ask most about studying and living in Slovenia, applications, residence, work, housing and more.</li>
<li><a href="https://msosorg.com/en/faq/">Frequently asked questions</a> — Short answers to the questions Macedonian students ask most about studying and living in Slovenia, applications, residence, work, housing and more.</li>
<li><a href="https://msosorg.com/en/timeline-and-milestones/">Timeline &amp; Milestones</a> — Learn more about the company and the team behind it.</li>
<li><a href="https://msosorg.com/en/legal/">Official information</a> — Official information about the Macedonian Student Organisation in Slovenia (MSOS): legal registration data, tax number, IBAN and contact details.</li>
<li><a href="https://msosorg.com/en/privacy-policy/">Privacy Policy</a> — How the Macedonian Student Organisation in Slovenia collects, uses, and protects your personal data.</li>
<li><a href="https://msosorg.com/en/cookie-policy/">Cookie Policy</a> — How this website uses cookies and similar technologies, and how you can control them.</li>
</ul>
<h3>Student guide</h3>
<ul>
<li><a href="https://msosorg.com/en/student-welcome-guide/">From Macedonia to Slovenia, step by step</a> — Your complete route from a Macedonian secondary school or first degree to enrolled student life in Slovenia.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/academic-life/">How university study works</a> — The academic year, ECTS, grades, exam registration, the referat, learning Slovenian, tutoring, and extracurricular ECTS.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/administrative-basics/">Essential administrative tools</a> — EMŠO, a tax number, SI-PASS, a bank account, and a phone plan unlock almost every other service.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/admission-and-enrolment/">You have been accepted, what happens next?</a> — Admission is not always enrolment. Read the decision, complete enrolment, get your certificate of enrolment, and check any charges.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/application-deadlines/">Current application deadlines</a> — The 2026/2027 bachelor and master periods for Macedonian citizens, by university. Always open the exact current call.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/arrival-checklist/">Your arrival checklist</a> — What to do in the first 72 hours, the first week, and the first month after you reach Slovenia.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/bachelor-application/">Applying for a bachelor degree</a> — The eVŠ process, the document package, the 2026/2027 rounds by university, and why you should apply early.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/choose-a-programme/">How to choose the right programme</a> — Compare the programme first, then the city. Use information days well, and confirm language and aptitude-test requirements early.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/complete-student-journey/">Your complete journey to Slovenia</a> — Nine stages from researching a programme to your first year, with residence, health, and housing handled in parallel.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/document-preparation/">Prepare your documents correctly</a> — One master folder, clear filenames, the difference between original, copy, translation, and legalisation, and basic data protection.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/evs-application-guide/">How to apply through eVŠ</a> — Prepare, log in, enter your previous education, order preferences, upload, and press Submit. A draft is not an application.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/healthcare-in-slovenia/">Healthcare after you arrive</a> — Emergency numbers, what to bring, and student health contacts city by city.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/master-application/">Applying for a master degree</a> — Master admission is faculty-driven. Check field compatibility early, and remember there is no single national deadline.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/means-accommodation-address/">Proving that you can live in Slovenia</a> — How to prove sufficient means, accommodation, and a registered address for your residence permit.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/my-route/">Your personal study route</a> — Your personal study route to Slovenia, follow the Student Welcome Guide steps for Macedonian students, from choosing a programme to enrolment and residence.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/official-sources-and-checklists/">Official sources and checklists</a> — The primary official links behind this guide, grouped by topic, plus the checklists to build and how to manage sources.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/prepare-to-move/">Preparing to move from Macedonia</a> — A month-by-month plan, the documents to keep in your hand luggage, how to travel, and a detailed packing list.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/recognition-of-education/">Recognition of Macedonian education</a> — Recognition decides whether your prior education gives access to the Slovenian programme. For applicants educated abroad, it is part of admission.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/renew-change-graduate/">What happens after the first year?</a> — Annual renewal, repeat and transfer rights, losing status, the post-study route, and leaving Slovenia are all connected.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/rm-si-3-health-insurance/">Health insurance from Macedonia</a> — How the bilateral RM/SI 3 route gives you healthcare access in Slovenia, and what it does not cover.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/student-accommodation/">Finding accommodation as a Macedonian degree student</a> — Subsidised public dorms are usually closed to you on temporary residence. Plan for economic-rate or private housing, and avoid scams.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/student-budget/">Plan a realistic student budget</a> — There is no single national figure. Build a city-based budget, plan for a much larger first month, and use student discounts.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/student-meals/">How to activate student meals</a> — Subsidised meals are open to eligible foreign degree students and exist across Slovenian study centres, not only in Ljubljana.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/student-organisations-and-extracurriculars/">How students are organised in Slovenia</a> — Student organisations, student councils, local clubs, professional societies, university extracurricular programmes, ESN, and communities from home.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/student-residence-permit/">Temporary residence permit, step by step</a> — The documents, the six steps, the one-year validity, and how to renew the temporary residence permit for study.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/student-transport/">Student public transport</a> — National IJPP tickets, city transport, and bicycle sharing. Eligibility does not depend on the distance to your faculty.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/student-work/">Working through a student service</a> — Student work is allowed on the student permit through a napotnica. Regular employment is a different route that needs a work permit.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/study-cities/">Choose and understand your study city</a> — Ljubljana is not the only option. Compare each Slovenian study centre and build your life around the real teaching location.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/tuition-and-scholarships/">Tuition rules for Macedonian students</a> — Full-time public study is generally tuition-free for Macedonian citizens, but this is not a promise that every programme is free.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/visa-and-residence-explained/">Entry is not the same as residence</a> — Short visa-free entry, visa D, and the study residence permit are three different things. Know which one keeps you here legally.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/wellbeing-and-community/">Support while living abroad</a> — Culture shock is normal. Build support in several places, use university counselling, and know your emergency numbers.</li>
<li><a href="https://msosorg.com/en/student-welcome-guide/where-to-apply-for-residence/">Where to submit the residence application</a> — The embassy in Skopje or a Slovenian administrative unit: where to submit, and the lawful-stay risk to manage.</li>
</ul>
<h3>Blog</h3>
<ul>
<li><a href="https://msosorg.com/en/blog/">Blog</a> — Real experiences and practical advice from Macedonian students in Slovenia. New stories are on the way.</li>
<li><a href="https://msosorg.com/en/blog/ad-futura-scholarship-slovenia-2026/">Study in Slovenia with an Ad futura scholarship: 2026 guide</a> — Ad futura offers €800 per month for selected master's programmes in Slovenia for Western Balkan students in 2026/2027. Who can apply, eligible study areas, conditions, documents and the 2 September 2026 deadline.</li>
<li><a href="https://msosorg.com/en/blog/how-to-open-slovenian-bank-account/">How to open a Slovenian bank account as an international student</a> — A practical guide for Macedonian students: the documents you need, how to choose a bank, using Flik, and keeping your details up to date after you open the account.</li>
<li><a href="https://msosorg.com/en/blog/learning-slovene-where-to-start/">Learning Slovene: where to start</a> — A practical guide for Macedonian students: how to set a language goal, free online courses, university options such as Leto plus, learning before you move, and courses versus official exams.</li>
<li><a href="https://msosorg.com/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/">Study in North Macedonia with a government scholarship: 2026/2027 guide</a> — The Ministry of Education and Science of North Macedonia offers 50 undergraduate scholarships at public universities for 2026/2027. Who can apply, what is covered, required documents and deadlines.</li>
<li><a href="https://msosorg.com/en/blog/welcome-days-slovenian-universities-2026-2027/">Welcome Days for new students at Slovenia's universities 2026/2027</a> — Welcome and orientation activities at the University of Ljubljana, Maribor, Primorska and Nova Gorica for bachelor's, master's and Erasmus students in 2026/2027, with dates and what to prepare.</li>
</ul>
<h3>News</h3>
<ul>
<li><a href="https://msosorg.com/en/news/">News and updates</a> — Everything new at MSOS in one place, events and projects, blog stories, announcements and official updates for Macedonian students in Slovenia.</li>
<li><a href="https://msosorg.com/en/news/proof-of-means-updated-2026/">Proof-of-means amount updated to €507,43 per month</a> — If you are applying for or renewing a student residence permit in Slovenia, you must prove you have enough money to support yourself. That requirement is tied…</li>
</ul>
<h3>Events &amp; projects</h3>
<ul>
<li><a href="https://msosorg.com/en/projects/">Projects</a> — The events, projects and moments that bring the Macedonian student community in Slovenia together.</li>
<li><a href="https://msosorg.com/en/projects/humanitarian-tournament-in-maribor/">Humanitarian Sports Tournament: Playing with Heart, Together for Kočani</a> — Over 200 students gathered in Maribor, raising €1.000 through sport to support families hit by the Kočani tragedy.</li>
<li><a href="https://msosorg.com/en/projects/in-memory-of-frosina-kulakova/">In Memory of Frosina Kulakova</a> — On February 8, 2025, Macedonian students in Ljubljana gathered for a peaceful public event to honor the memory of Frosina Kulakova, who tragically lost her…</li>
<li><a href="https://msosorg.com/en/projects/in-memory-of-the-kochani-victims/">In Memory of the Victims of the Kochani Tragedy</a> — On March 21, 2025, more than 600 people gathered at Kongresni trg in Ljubljana for a peaceful public gathering to honor the victims of the tragic fire in Kochani.</li>
<li><a href="https://msosorg.com/en/projects/macedonian-student-night-in-ljubljana/">Macedonian Student Night in Ljubljana</a> — From an idea to a party with 500 students, that&amp;#x27;s how our story began!</li>
<li><a href="https://msosorg.com/en/projects/meet-student-slovenia-2023/">Meet Student Slovenia 2023</a> — Through honest first-hand stories, future students received support for their first step towards their new home.</li>
<li><a href="https://msosorg.com/en/projects/meet-student-slovenia-2024/">Meet Student Slovenia 2024</a> — When student stories turn into the first step towards a new home.</li>
<li><a href="https://msosorg.com/en/projects/morning-coffee-in-front-of-ctk/">Morning Coffee in front of CTK, 2024: Coffee, burek, and lots of smiles</a> — When exams somehow become easier with Saturday morning coffee, burek, and good company in at CTK!</li>
<li><a href="https://msosorg.com/en/projects/paint-and-wine-at-sunset/">Paint &amp;amp; Wine at Sunset, Celebrating Womens Day with Art &amp;amp; Music</a> — Paint, wine, and music brought students together in Gorizia to celebrate Womens Day and mark the first MSOS Nova Gorica event.</li>
<li><a href="https://msosorg.com/en/projects/watching-handball-together-in-slovenia/">Cheering for Macedonia, Watching Handball Together in Slovenia</a> — From Ljubljana to Maribor, Macedonian students filled cafés with chants, flags, and laughter while watching the national handball team.</li>
</ul>
<h3>Get to know Slovenia</h3>
<ul>
<li><a href="https://msosorg.com/en/get-to-know-slovenia/">Get to know Slovenia</a> — Slovenia may be small on the map, but there is a lot to discover between the Alps, the Adriatic coast, green rivers, old towns, and quiet places that quickly…</li>
<li><a href="https://msosorg.com/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/">A First Taste of Slovenian Food</a> — Start with štruklji, jota, žlikrofi, frika, bograč, and potica. Together they reveal a cuisine shaped by regions rather than one fixed menu.</li>
<li><a href="https://msosorg.com/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/">Lake Bled Beyond the Famous View</a> — The island is the image everyone knows. The full character of Bled appears when you walk around the lake and let the view keep changing.</li>
<li><a href="https://msosorg.com/en/get-to-know-slovenia/ljubljana-through-our-eyes/">Ljubljana Through Our Eyes</a> — Not a complete guide to the city, but a collection of places and routines through which many of us began to feel at home.</li>
<li><a href="https://msosorg.com/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/">Slovenian Habits That May Surprise You</a> — Not rules that describe every person, but small patterns many of us noticed while learning how everyday life works.</li>
<li><a href="https://msosorg.com/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/">Slovenia's Stories in Stone and Tradition</a> — Heritage is not one castle or museum. It can be a bridge used every day, a river disappearing underground, a mining town shaped by mercury, or knowledge passed…</li>
<li><a href="https://msosorg.com/en/get-to-know-slovenia/welcome-to-slovenia/">Welcome to Slovenia</a> — A small country of many landscapes, quiet discoveries, and places that slowly begin to feel like home.</li>
</ul>
<h3>Get to know Macedonia</h3>
<ul>
<li><a href="https://msosorg.com/en/get-to-know-macedonia/">Get to know Macedonia</a> — Macedonia is not only a place on the map. It is a table that always has room for one more person, music that brings everyone closer, mountains on the horizon…</li>
<li><a href="https://msosorg.com/en/get-to-know-macedonia/a-table-full-of-macedonia/">A Table Full of Macedonia</a> — The food matters, but so do the order of the plates, the people around them, and the fact that nobody leaves after the first course.</li>
<li><a href="https://msosorg.com/en/get-to-know-macedonia/history-you-can-still-walk-through/">History You Can Still Walk Through</a> — Stobi, Heraclea, Kokino, and Krusevo do not belong to the same century or tell the same story. That is exactly why they belong in the same journey.</li>
<li><a href="https://msosorg.com/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/">Music, Dance and the Moments That Bring Us Together</a> — In Macedonia, music is often not something performed in front of a room. It is what changes the room and brings people into the same rhythm.</li>
<li><a href="https://msosorg.com/en/get-to-know-macedonia/ohrid-more-than-a-postcard/">Ohrid, More Than a Postcard</a> — The lake attracts the first look. The old streets, wooden houses, churches, neighbourhoods, and evening conversations are what make people return.</li>
<li><a href="https://msosorg.com/en/get-to-know-macedonia/skopje-a-city-of-many-layers/">Skopje, A City of Many Layers</a> — A city best understood by crossing the river, changing neighbourhoods, and noticing what each period left behind.</li>
<li><a href="https://msosorg.com/en/get-to-know-macedonia/welcome-to-macedonia/">Welcome to Macedonia</a> — A country of mountains, open tables, long conversations, and stories that remain close wherever we go.</li>
</ul>
</section>
<section>
<h2 id="mk">Македонски (mk)</h2>
<h3>Main pages</h3>
<ul>
<li><a href="https://msosorg.com/mk/">Македонска Студентска Организација во Словенија</a> — Првата официјална македонска студентска организација во Словенија, поддршка, настани, заедница и глас за македонските студенти од пријава до дипломирање.</li>
<li><a href="https://msosorg.com/mk/about-us/">Нашиот тим - МСОС</a>МСОС е повеќе од организација, тоа е енергијата на тимот зад неа. Нашите членови се срцето и движечката сила што нè инспирира, пишувајќи ја оваа приказна и…</li>
<li><a href="https://msosorg.com/mk/msos-hub/">МСОС Хаб - Македонска студентска организација во Словенија</a> — Запознајте го MSOS Hub во Љубљана — просторот на заедницата на Македонската студентска организација во Словенија за настани и студентски живот.</li>
<li><a href="https://msosorg.com/mk/become-a-member/">Стани член</a> — Придружете се на МСОС и најдете ги вашите луѓе во Словенија. Запознајте студенти, посетувајте настани, добијте поддршка и создавајте проекти во македонската студентска заедница.</li>
<li><a href="https://msosorg.com/mk/support/">Поддржи го МСОС - Македонска студентска организација во Словенија</a> — Поддржете ја Македонската студентска организација во Словенија (МСОС) со донација или партнерство и помогнете во финансирањето на студентските активности.</li>
<li><a href="https://msosorg.com/mk/gallery/">Галерија</a> — Кратки одговори на прашањата што најчесто ги поставуваат македонските студенти за студирање и живеење во Словенија, пријави, престој, работа, сместување и повеќе.</li>
<li><a href="https://msosorg.com/mk/faq/">Често поставувани прашања</a> — Кратки одговори на прашањата што најчесто ги поставуваат македонските студенти за студирање и живеење во Словенија, пријави, престој, работа, сместување и повеќе.</li>
<li><a href="https://msosorg.com/mk/timeline-and-milestones/">Времеплов и достигнувања - МСОС</a> — Дознајте повеќе за организацијата и тимот зад неа.</li>
<li><a href="https://msosorg.com/mk/legal/">Официјални информации - Македонска студентска организација во Словенија</a> — Официјални информации за Македонската студентска организација во Словенија (МСОС): регистрациски податоци, даночен број, IBAN и контакт.</li>
<li><a href="https://msosorg.com/mk/privacy-policy/">Политика за приватност</a> — Како Македонската студентска организација во Словенија ги собира, користи и штити вашите лични податоци.</li>
<li><a href="https://msosorg.com/mk/cookie-policy/">Политика за колачиња</a> — Како оваа веб-страница користи колачиња и слични технологии и како можете да ги контролирате.</li>
</ul>
<h3>Student guide</h3>
<ul>
<li><a href="https://msosorg.com/mk/student-welcome-guide/">Од Македонија до Словенија, чекор по чекор</a> — Вашиот целосен пат од македонско средно училиште или прв циклус до запишан студентски живот во Словенија.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/academic-life/">Како функционира универзитетското студирање</a> — Академската година, ECTS, оцените, пријавата на испити, референтот, учењето словенечки, туторството и вонстудиските ECTS.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/administrative-basics/">Основни административни алатки</a> — EMŠO, даночен број, SI-PASS, банкарска сметка и телефонски пакет ги отклучуваат речиси сите други услуги.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/admission-and-enrolment/">Примени сте, што следува?</a> — Приемот не е секогаш запишување. Прочитајте ја одлуката, завршете го запишувањето, земете потврда за запишување и проверете какви било трошоци.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/application-deadlines/">Тековни рокови за пријавување</a> — Роковите 2026/2027 за додипломски и магистерски студии за македонски граѓани, по универзитети. Секогаш отворете го точниот тековен конкурс.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/arrival-checklist/">Листа за проверка по пристигнувањето</a> — Што да направите во првите 72 часа, првата недела и првиот месец по пристигнувањето во Словенија.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/bachelor-application/">Пријавување на додипломски студии</a> — Процесот преку eVŠ, пакетот документи, роковите 2026/2027 по универзитети и зошто да се пријавите рано.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/choose-a-programme/">Како да ја изберете вистинската студиска програма</a> — Прво споредете ја програмата, потоа градот. Искористете ги информативните денови и рано проверете ги јазичните услови и тестовите за надареност.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/complete-student-journey/">Целосниот пат до студирање во Словенија</a> — Девет фази од истражување програма до првата година, со престој, здравство и сместување средени паралелно.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/document-preparation/">Правилна подготовка на документите</a> — Една главна папка, јасни имиња на датотеки, разликата меѓу оригинал, копија, превод и легализација и основна заштита на податоци.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/evs-application-guide/">Како да поднесете пријава преку eVŠ</a> — Подгответе се, најавете се, внесете го претходното образование, рангирајте ги програмите, прикачете и притиснете Поднеси. Нацртот не е пријава.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/healthcare-in-slovenia/">Здравствена заштита по пристигнувањето</a> — Броеви за итни случаи, што да носите и студентски здравствени контакти по градови.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/master-application/">Пријавување на магистерски студии</a> — Магистерскиот прием го водат факултетите. Проверете ја компатибилноста на полето рано и запомнете дека нема единствен национален рок.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/means-accommodation-address/">Докажување средства, сместување и адреса</a> — Како да докажете доволно средства, сместување и пријавена адреса за вашата дозвола за престој.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/my-route/">Вашиот личен студиски пат</a> — Вашиот личен студиски пат до Словенија, следете ги чекорите од Водичот за добредојде за македонските студенти, од избор на програма до упис и престој.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/official-sources-and-checklists/">Официјални извори и листи за проверка</a> — Главните официјални линкови зад овој водич, групирани по теми, плус листите за проверка и како да се управуваат изворите.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/prepare-to-move/">Подготовка за преселба од Македонија</a> — План по месеци, документите за рачен багаж, како да патувате и детална листа за пакување.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/recognition-of-education/">Признавање на образованието од Македонија</a> — Признавањето одлучува дали вашето претходно образование дава пристап до словенечката програма. За кандидатите образувани во странство, тоа е дел од приемот.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/renew-change-graduate/">Што следува по првата година?</a> — Годишната обнова, правата за повторување и трансфер, губењето статус, патот по студии и напуштањето на Словенија се поврзани.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/rm-si-3-health-insurance/">Здравствено осигурување од Македонија</a> — Како билатералниот пат RM/SI 3 ви дава пристап до здравство во Словенија и што не покрива.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/student-accommodation/">Наоѓање сместување за македонски редовни студенти</a> — Субвенционираните јавни домови обично не ви се достапни со привремен престој. Планирајте економско или приватно сместување и избегнувајте измами.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/student-budget/">Планирање реален студентски буџет</a>Не постои единствена национална бројка. Направете буџет по градови, планирајте многу поголем прв месец и користете студентски попусти.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/student-meals/">Како да ја активирате субвенционираната студентска исхрана</a> — Субвенционираната исхрана е достапна за подобните странски редовни студенти и постои низ словенечките студентски центри, не само во Љубљана.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/student-organisations-and-extracurriculars/">Како се организирани студентите во Словенија</a> — Студентски организации, студентски совети, локални клубови, стручни друштва, универзитетски вонстудиски програми, ESN и заедници од дома.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/student-residence-permit/">Дозвола за привремен престој, чекор по чекор</a> — Документите, шесте чекори, едногодишната важност и како да ја обновите дозволата за привремен престој заради студии.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/student-transport/">Субвенциониран јавен превоз за студенти</a> — Национални IJPP билети, градски превоз и изнајмување велосипеди. Подобноста не зависи од растојанието до факултетот.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/student-work/">Работа преку студентски сервис</a> — Студентската работа е дозволена на студентската дозвола преку napotnica. Редовното вработување е друг пат што бара работна дозвола.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/study-cities/">Запознајте го вашиот студентски град</a> — Љубљана не е единствената опција. Споредете го секој словенечки студентски центар и градете го животот околу вистинската локација на настава.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/tuition-and-scholarships/">Школарина за македонски студенти</a> — Редовните јавни студии генерално се без школарина за македонските граѓани, но тоа не е ветување дека секоја програма е бесплатна.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/visa-and-residence-explained/">Влезот не е исто што и престојот</a> — Краткиот безвизен влез, визата Д и дозволата за престој заради студии се три различни работи. Знајте која ве држи тука законски.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/wellbeing-and-community/">Поддршка за време на животот во странство</a> — Културниот шок е нормален. Изградете поддршка на неколку места, користете универзитетско советување и знајте ги броевите за итни случаи.</li>
<li><a href="https://msosorg.com/mk/student-welcome-guide/where-to-apply-for-residence/">Каде да ја поднесете пријавата за престој</a> — Амбасадата во Скопје или словенечка управна единица: каде да поднесете и кој ризик за законски престој да управувате.</li>
</ul>
<h3>Blog</h3>
<ul>
<li><a href="https://msosorg.com/mk/blog/">Блог</a> — Вистински искуства и практични совети од македонски студенти во Словенија. Нови приказни се на пат.</li>
<li><a href="https://msosorg.com/mk/blog/ad-futura-scholarship-slovenia-2026/">Студирајте во Словенија со стипендијата Ad futura: Водич за 2026</a> — Ad futura нуди 800 евра месечно за избрани магистерски програми во Словенија за студенти од Западен Балкан во 2026/2027. Кој може да аплицира, прифатливи области, услови, документи и рокот 2 септември 2026.</li>
<li><a href="https://msosorg.com/mk/blog/how-to-open-slovenian-bank-account/">Како да отворите словенечка банкарска сметка како меѓународен студент</a> — Практичен водич за македонските студенти: документите што ви требаат, како да изберете банка, користење на Flik и ажурирање на вашите податоци откако ќе ја отворите сметката.</li>
<li><a href="https://msosorg.com/mk/blog/learning-slovene-where-to-start/">Учење словенечки: од каде да започнете</a> — Практичен водич за македонските студенти: како да поставите јазична цел, бесплатни онлајн курсеви, можности на универзитетот како Leto plus, учење пред преселбата и разликата меѓу курс и официјален испит.</li>
<li><a href="https://msosorg.com/mk/blog/study-in-north-macedonia-government-scholarship-2026-2027/">Студирајте во Северна Македонија со владина стипендија: Водич за 2026/2027</a> — Министерството за образование и наука на Северна Македонија доделува 50 стипендии за додипломски студии на државните универзитети за 2026/2027. Кој може да аплицира, што покрива, потребни документи и рокови.</li>
<li><a href="https://msosorg.com/mk/blog/welcome-days-slovenian-universities-2026-2027/">Денови за добредојде на универзитетите во Словенија 2026/2027</a> — Активности за добредојде и ориентација на Универзитетите во Љубљана, Марибор, Приморска и Нова Горица за додипломски, магистерски и Erasmus студенти во 2026/2027, со датуми и што да подготвите.</li>
</ul>
<h3>News</h3>
<ul>
<li><a href="https://msosorg.com/mk/news/">Вести и новости</a> — Сè ново кај МСОС на едно место, настани и проекти, блог приказни, соопштенија и официјални новости за македонските студенти во Словенија.</li>
<li><a href="https://msosorg.com/mk/news/proof-of-means-updated-2026/">Износот за доказ за средства ажуриран на 507,43 € месечно</a> — Ако аплицирате за студентска дозвола за престој во Словенија или ја продолжувате, мора да докажете дека имате доволно средства за издршка. Тој услов е врзан за…</li>
</ul>
<h3>Events &amp; projects</h3>
<ul>
<li><a href="https://msosorg.com/mk/projects/">Проекти - Македонска Студентска Организација во Словенија</a> — Настаните, проектите и моментите што ја зближуваат македонската студентска заедница во Словенија.</li>
<li><a href="https://msosorg.com/mk/projects/humanitarian-tournament-in-maribor/">Хуманитарен спортски турнир: Играме со срце, заедно за Кочани</a> — Повеќе од 200 студенти се собраа во Марибор и преку спорт собраа 1.000 € за поддршка на семејствата погодени од трагедијата во Кочани.</li>
<li><a href="https://msosorg.com/mk/projects/in-memory-of-frosina-kulakova/">Во спомен на Фросина Кулакова</a>На 8 февруари 2025 година, македонските студенти во Љубљана се собраа на мирен јавен настан за да ја почестат меморијата на Фросина Кулакова, која трагично го…</li>
<li><a href="https://msosorg.com/mk/projects/in-memory-of-the-kochani-victims/">Во спомен на жртвите од трагедијата во Кочани</a>На 21 март 2025 година, повеќе од 600 луѓе се собраа на Конгресниот плоштад во Љубљана на мирен јавен собир за да ги почестат жртвите од трагичниот пожар во Кочани.</li>
<li><a href="https://msosorg.com/mk/projects/macedonian-student-night-in-ljubljana/">Македонска студентска вечер во Љубљана - МСОС</a> — Од идеја до журка со 500 студенти, вака започна нашата приказна!</li>
<li><a href="https://msosorg.com/mk/projects/meet-student-slovenia-2023/">Запознај ја студентска Словенија 2023 - МСОС</a> — Преку искрени приказни од прва рака, идните студентите добија поддршка за првиот чекор кон нивниот нов дом.</li>
<li><a href="https://msosorg.com/mk/projects/meet-student-slovenia-2024/">Запознај ја студентска Словенија 2024 - МСОС</a>Кога студентските приказни се претвораат во првиот чекор кон новиот дом.</li>
<li><a href="https://msosorg.com/mk/projects/morning-coffee-in-front-of-ctk/">Утринско кафе пред ЦТК, 2024: Кафе, бурек и многу насмевки</a>Кога испитите некако ти стануваат полесни со саботно утринско кафе, бурек и добро друштво пред ЦТК!</li>
<li><a href="https://msosorg.com/mk/projects/paint-and-wine-at-sunset/">Сликање и вино на зајдисонце, славење на Денот на жената со уметност и музика</a> — Сликање, вино и музика ги собраа студентите во Горица за да го одбележат Денот на жената и првиот настан на МСОС Нова Горица.</li>
<li><a href="https://msosorg.com/mk/projects/watching-handball-together-in-slovenia/">Навивање за Македонија, заедничко гледање ракомет во Словенија</a> — Од Љубљана до Марибор, македонските студенти ги наполнија кафулињата со навивачки извици, знамиња и смеа додека ја гледаа ракометната репрезентација.</li>
</ul>
<h3>Get to know Slovenia</h3>
<ul>
<li><a href="https://msosorg.com/mk/get-to-know-slovenia/">Запознај ја Словенија</a> — Словенија можеби е мала на картата, но меѓу Алпите, Јадранското Море, зелените реки, старите градови и мирните места има многу што да се открие. Преку овие…</li>
<li><a href="https://msosorg.com/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/">Првиот вкус на словенечката кујна</a> — Започнете со штрукљи, јота, жликрофи, фрика, бограч и потица. Заедно тие покажуваат кујна обликувана од региони, а не од едно фиксно мени.</li>
<li><a href="https://msosorg.com/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/">Блед, повеќе од познатата глетка</a> — Островот е сликата што сите ја знаат. Вистинскиот карактер на Блед се појавува кога ќе го обиколиме езерото и ќе дозволиме погледот постојано да се менува.</li>
<li><a href="https://msosorg.com/mk/get-to-know-slovenia/ljubljana-through-our-eyes/">Љубљана низ нашите очи</a>Не целосен водич низ градот, туку збирка од места и навики преку кои многумина од нас почнаа да се чувствуваат како дома.</li>
<li><a href="https://msosorg.com/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/">Словенечки навики што можеби ќе ве изненадат</a>Не правила што го опишуваат секој човек, туку мали обрасци што многумина од нас ги забележаа додека го учеа секојдневниот ритам.</li>
<li><a href="https://msosorg.com/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/">Приказните на Словенија во камен и традиција</a> — Наследството не е само замок или музеј. Може да биде мост што се користи секој ден, река што исчезнува под земја, рударски град обликуван од жива или знаење…</li>
<li><a href="https://msosorg.com/mk/get-to-know-slovenia/welcome-to-slovenia/">Добредојдовте во Словенија</a> — Мала земја со многу различни предели, тивки откритија и места што полека почнуваат да се чувствуваат како дом.</li>
</ul>
<h3>Get to know Macedonia</h3>
<ul>
<li><a href="https://msosorg.com/mk/get-to-know-macedonia/">Запознај ја Македонија</a> — Македонија не е само место на картата. Таа е трпеза на која секогаш има место за уште еден човек, музика што нè зближува, планини на хоризонтот и разговори што…</li>
<li><a href="https://msosorg.com/mk/get-to-know-macedonia/a-table-full-of-macedonia/">Македонија на полна трпеза</a> — Храната е важна, но важни се и редоследот на чиниите, луѓето околу нив и фактот дека никој не си оди по првото јадење.</li>
<li><a href="https://msosorg.com/mk/get-to-know-macedonia/history-you-can-still-walk-through/">Историја низ која сè уште можеме да чекориме</a> — Стоби, Хераклеа, Кокино и Крушево не му припаѓаат на истиот век и не ја раскажуваат истата приказна. Токму затоа припаѓаат на исто патување.</li>
<li><a href="https://msosorg.com/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/">Музика, оро и моментите што нè спојуваат</a>Во Македонија, музиката често не е нешто што се изведува пред просторијата. Таа е она што ја менува просторијата и ги внесува луѓето во ист ритам.</li>
<li><a href="https://msosorg.com/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/">Охрид, повеќе од разгледница</a> — Езерото го привлекува првиот поглед. Старите улици, куќите, црквите, маалата и вечерните разговори се причината луѓето повторно да се враќаат.</li>
<li><a href="https://msosorg.com/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/">Скопје, град со многу слоеви</a> — Град што најдобро се разбира кога ќе ја преминеме реката, ќе смениме маало и ќе забележиме што оставил зад себе секој период.</li>
<li><a href="https://msosorg.com/mk/get-to-know-macedonia/welcome-to-macedonia/">Добредојдовте во Македонија</a> — Земја на планини, отворени трпези, долги разговори и приказни што остануваат блиску каде и да одиме.</li>
</ul>
</section>
<section>
<h2 id="si">Slovenščina (si)</h2>
<h3>Main pages</h3>
<ul>
<li><a href="https://msosorg.com/si/">Makedonska Študentska Organizacija v Sloveniji</a> — Prva uradna makedonska študentska organizacija v Sloveniji, podpora, dogodki, skupnost in glas makedonskih študentov od prijave do diplome.</li>
<li><a href="https://msosorg.com/si/about-us/">Naša ekipa, poslanstvo, vizija in vrednote</a> — MSOS je več kot le organizacija - je energija ekipe, ki stoji za njo. Naši člani so srce in gonilna sila, ki nas navdihuje, piše to zgodbo in oblikuje…</li>
<li><a href="https://msosorg.com/si/msos-hub/">MSOS Hub - Makedonska študentska organizacija v Sloveniji</a> — Spoznajte MSOS Hub v Ljubljani — prostor skupnosti Makedonske študentske organizacije v Sloveniji za dogodke in študentsko življenje.</li>
<li><a href="https://msosorg.com/si/become-a-member/">Postani član</a> — Pridružite se MSOS in najdite svoje ljudi v Sloveniji. Spoznajte študente, obiskujte dogodke, prejmite podporo in soustvarjajte projekte makedonske študentske skupnosti.</li>
<li><a href="https://msosorg.com/si/support/">Podpri MSOS - Makedonska študentska organizacija v Sloveniji</a> — Podprite Makedonsko študentsko organizacijo v Sloveniji (MSOS) z donacijo ali partnerstvom in pomagajte financirati študentske dogodke in programe.</li>
<li><a href="https://msosorg.com/si/gallery/">Galerija</a> — Kratki odgovori na vprašanja, ki jih makedonski študenti najpogosteje postavljajo o študiju in življenju v Sloveniji, prijave, prebivanje, delo, nastanitev in več.</li>
<li><a href="https://msosorg.com/si/faq/">Pogosta vprašanja</a> — Kratki odgovori na vprašanja, ki jih makedonski študenti najpogosteje postavljajo o študiju in življenju v Sloveniji, prijave, prebivanje, delo, nastanitev in več.</li>
<li><a href="https://msosorg.com/si/timeline-and-milestones/">Časovnica in dosežki</a> — Spoznajte več o organizaciji in ekipi, ki stoji za njo.</li>
<li><a href="https://msosorg.com/si/legal/">Uradni podatki - Makedonska študentska organizacija v Sloveniji</a> — Uradni podatki o Makedonski študentski organizaciji v Sloveniji (MSOS): registracijski podatki, davčna številka, IBAN in kontakt.</li>
<li><a href="https://msosorg.com/si/privacy-policy/">Politika zasebnosti</a> — Kako Makedonska študentska organizacija v Sloveniji zbira, uporablja in varuje vaše osebne podatke.</li>
<li><a href="https://msosorg.com/si/cookie-policy/">Politika piškotkov</a> — Kako to spletno mesto uporablja piškotke in podobne tehnologije ter kako jih lahko nadzorujete.</li>
</ul>
<h3>Student guide</h3>
<ul>
<li><a href="https://msosorg.com/si/student-welcome-guide/">Iz Makedonije v Slovenijo, korak za korakom</a> — Vaša celotna pot od makedonske srednje šole ali prve stopnje do vpisanega študentskega življenja v Sloveniji.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/academic-life/">Kako poteka študij na univerzi</a> — Študijsko leto, ECTS, ocene, prijava na izpite, referat, učenje slovenščine, tutorstvo in obštudijske ECTS.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/administrative-basics/">Osnovna administrativna orodja</a> — EMŠO, davčna številka, SI-PASS, bančni račun in telefonski paket odklenejo skoraj vse druge storitve.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/admission-and-enrolment/">Sprejeti ste, kaj sledi?</a> — Sprejem ni vedno vpis. Preberite odločbo, opravite vpis, pridobite potrdilo o vpisu in preverite morebitne stroške.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/application-deadlines/">Trenutni prijavni roki</a> — Roki 2026/2027 za dodiplomski in magistrski študij za makedonske državljane, po univerzah. Vedno odprite točen aktualni razpis.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/arrival-checklist/">Kontrolni seznam ob prihodu</a> — Kaj storiti v prvih 72 urah, prvem tednu in prvem mesecu po prihodu v Slovenijo.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/bachelor-application/">Prijava na dodiplomski študij</a> — Postopek eVŠ, sklop dokumentov, roki 2026/2027 po univerzah in zakaj se prijaviti zgodaj.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/choose-a-programme/">Kako izbrati pravi študijski program</a> — Najprej primerjajte program, nato mesto. Dobro izkoristite informativne dneve in zgodaj preverite jezikovne pogoje in preizkuse nadarjenosti.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/complete-student-journey/">Celotna pot do študija v Sloveniji</a> — Devet stopenj od raziskovanja programa do prvega leta, s prebivanjem, zdravstvom in nastanitvijo, urejenimi vzporedno.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/document-preparation/">Pravilna priprava dokumentov</a> — Ena glavna mapa, jasna imena datotek, razlika med izvirnikom, kopijo, prevodom in legalizacijo ter osnovno varstvo podatkov.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/evs-application-guide/">Kako oddati prijavo prek eVŠ</a> — Pripravite se, prijavite se, vnesite predhodno izobraževanje, razvrstite programe, naložite in pritisnite Oddaj. Osnutek ni prijava.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/healthcare-in-slovenia/">Zdravstvena oskrba po prihodu</a> — Klici v sili, kaj vzeti s seboj in študentski zdravstveni kontakti po mestih.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/master-application/">Prijava na magistrski študij</a> — Magistrski sprejem vodijo fakultete. Zgodaj preverite ustreznost področja in ne pozabite, da enotnega nacionalnega roka ni.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/means-accommodation-address/">Dokazovanje sredstev, nastanitve in naslova</a> — Kako dokazati zadostna sredstva, nastanitev in prijavljen naslov za dovoljenje za prebivanje.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/my-route/">Vaša osebna študijska pot</a> — Vaša osebna študijska pot v Slovenijo, sledite korakom Vodnika za bruce za makedonske študente, od izbire programa do vpisa in prebivanja.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/official-sources-and-checklists/">Uradni viri in kontrolni seznami</a> — Glavne uradne povezave, na katerih temelji ta vodnik, razvrščene po temah, ter kontrolni seznami in navodila za upravljanje virov.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/prepare-to-move/">Priprava na selitev iz Makedonije</a> — Načrt po mesecih, dokumenti za ročno prtljago, kako potovati in podroben seznam za pakiranje.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/recognition-of-education/">Priznavanje izobraževanja iz Makedonije</a> — Priznavanje odloči, ali vam predhodno izobraževanje omogoča dostop do slovenskega programa. Za prijavitelje iz tujine je del sprejema.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/renew-change-graduate/">Kaj sledi po prvem letu?</a> — Letno podaljšanje, pravice do ponavljanja in prepisa, izguba statusa, pot po študiju in odhod iz Slovenije so povezani.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/rm-si-3-health-insurance/">Zdravstveno zavarovanje iz Makedonije</a> — Kako vam dvostranska pot RM/SI 3 omogoča dostop do zdravstva v Sloveniji in česa ne krije.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/student-accommodation/">Iskanje nastanitve za makedonske redne študente</a> — Subvencionirani javni domovi vam ob začasnem prebivanju običajno niso na voljo. Načrtujte ekonomsko ali zasebno nastanitev in se izogibajte prevaram.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/student-budget/">Načrtovanje realnega študentskega proračuna</a> — Enotne nacionalne številke ni. Pripravite proračun po mestih, načrtujte precej dražji prvi mesec in izkoristite študentske popuste.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/student-meals/">Kako urediti subvencionirano študentsko prehrano</a> — Subvencionirana prehrana je na voljo upravičenim tujim rednim študentom in obstaja po slovenskih študijskih središčih, ne le v Ljubljani.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/student-organisations-and-extracurriculars/">Kako so študenti organizirani v Sloveniji</a> — Študentske organizacije, študentski sveti, lokalni klubi, strokovna društva, univerzitetni obštudijski programi, ESN in skupnosti iz domovine.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/student-residence-permit/">Dovoljenje za začasno prebivanje, korak za korakom</a> — Dokumenti, šest korakov, enoletna veljavnost in kako podaljšati dovoljenje za začasno prebivanje zaradi študija.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/student-transport/">Subvencioniran javni prevoz za študente</a> — Nacionalne vozovnice IJPP, mestni prevoz in izposoja koles. Upravičenost ni odvisna od razdalje do fakultete.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/student-work/">Delo prek študentskega servisa</a> — Študentsko delo je z napotnico dovoljeno na študentskem dovoljenju. Redna zaposlitev je druga pot, ki zahteva delovno dovoljenje.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/study-cities/">Spoznajte svoje študijsko mesto</a> — Ljubljana ni edina možnost. Primerjajte vsako slovensko študijsko središče in življenje gradite okoli dejanske lokacije predavanj.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/tuition-and-scholarships/">Šolnina za makedonske študente</a> — Redni javni študij je za makedonske državljane običajno brez šolnine, kar pa ni obljuba, da je vsak program brezplačen.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/visa-and-residence-explained/">Vstop ni enako prebivanju</a> — Kratek brezvizumski vstop, vizum D in dovoljenje za prebivanje zaradi študija so tri različne stvari. Vedite, katera vas ohranja tu zakonito.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/wellbeing-and-community/">Podpora med življenjem v tujini</a> — Kulturni šok je običajen. Podporo si zgradite na več mestih, uporabite univerzitetno svetovanje in poznajte klice v sili.</li>
<li><a href="https://msosorg.com/si/student-welcome-guide/where-to-apply-for-residence/">Kje oddati prošnjo za prebivanje</a> — Veleposlaništvo v Skopju ali slovenska upravna enota: kje oddati in katero tveganje glede zakonitega bivanja upravljati.</li>
</ul>
<h3>Blog</h3>
<ul>
<li><a href="https://msosorg.com/si/blog/">Blog</a> — Resnične izkušnje in praktični nasveti makedonskih študentov v Sloveniji. Nove zgodbe so na poti.</li>
<li><a href="https://msosorg.com/si/blog/ad-futura-scholarship-slovenia-2026/">Študij v Sloveniji s štipendijo Ad futura: Vodnik za 2026</a> — Ad futura ponuja 800 evrov mesečno za izbrane magistrske programe v Sloveniji za študente z Zahodnega Balkana v letu 2026/2027. Kdo se lahko prijavi, upravičena področja, pogoji, dokumenti in rok 2. september 2026.</li>
<li><a href="https://msosorg.com/si/blog/how-to-open-slovenian-bank-account/">Kako odpreti slovenski bančni račun kot mednarodni študent</a> — Praktičen vodnik za makedonske študente: dokumenti, ki jih potrebujete, kako izbrati banko, uporaba Flik in posodabljanje podatkov po odprtju računa.</li>
<li><a href="https://msosorg.com/si/blog/learning-slovene-where-to-start/">Učenje slovenščine: kje začeti</a> — Praktičen vodnik za makedonske študente: kako določiti jezikovni cilj, brezplačni spletni tečaji, možnosti na univerzi, kot je Leto plus, učenje pred selitvijo in razlika med tečajem in uradnim izpitom.</li>
<li><a href="https://msosorg.com/si/blog/study-in-north-macedonia-government-scholarship-2026-2027/">Študij v Severni Makedoniji z državno štipendijo: Vodnik za 2026/2027</a> — Ministrstvo za izobraževanje in znanost Severne Makedonije razpisuje 50 štipendij za dodiplomski študij na javnih univerzah za 2026/2027. Kdo se lahko prijavi, kaj krije, zahtevani dokumenti in roki.</li>
<li><a href="https://msosorg.com/si/blog/welcome-days-slovenian-universities-2026-2027/">Uvajalni dnevi na slovenskih univerzah 2026/2027</a> — Uvajalne aktivnosti na Univerzi v Ljubljani, Mariboru, na Primorskem in v Novi Gorici za dodiplomske, magistrske in Erasmus študente v letu 2026/2027, z datumi in nasveti za pripravo.</li>
</ul>
<h3>News</h3>
<ul>
<li><a href="https://msosorg.com/si/news/">Novice in obvestila</a> — Vse novo pri MSOS na enem mestu, dogodki in projekti, blog zgodbe, obvestila in uradne novice za makedonske študente v Sloveniji.</li>
<li><a href="https://msosorg.com/si/news/proof-of-means-updated-2026/">Znesek dokazila o sredstvih posodobljen na 507,43 € na mesec</a> — Če zaprošate za študentsko dovoljenje za prebivanje v Sloveniji ali ga podaljšujete, morate dokazati, da imate dovolj sredstev za preživljanje. Ta pogoj je…</li>
</ul>
<h3>Events &amp; projects</h3>
<ul>
<li><a href="https://msosorg.com/si/projects/">Projekti - Makedonska Študentska Organizacija v Sloveniji</a> — Dogodki, projekti in trenutki, ki povezujejo makedonsko študentsko skupnost v Sloveniji.</li>
<li><a href="https://msosorg.com/si/projects/humanitarian-tournament-in-maribor/">Humanitarni športni turnir: Igramo s srcem, skupaj za Kočane</a> — Več kot 200 študentov se je zbralo v Mariboru in s športom zbralo 1.000 € za podporo družinam, ki jih je prizadela tragedija v Kočanih.</li>
<li><a href="https://msosorg.com/si/projects/in-memory-of-frosina-kulakova/">V spomin na Frosino Kulakovo</a> — 8. februarja 2025 so se makedonski študenti v Ljubljani zbrali na mirnem javnem dogodku v počastitev spomina na Frosino Kulakovo, ki je le nekaj dni prej…</li>
<li><a href="https://msosorg.com/si/projects/in-memory-of-the-kochani-victims/">V spomin na žrtve tragedije v Kočanih</a> — 21. marca 2025 se je na Kongresnem trgu v Ljubljani zbralo več kot 600 ljudi na mirnem javnem zboru v počastitev žrtev tragičnega požara v Kočanih.</li>
<li><a href="https://msosorg.com/si/projects/macedonian-student-night-in-ljubljana/">Makedonska študentska noč v Ljubljani - MŠOS</a> — Od ideje do zabave s 500 študenti, tako se je začela naša zgodba!</li>
<li><a href="https://msosorg.com/si/projects/meet-student-slovenia-2023/">Spoznaj študentsko Slovenijo 2023 - MŠOS</a> — Preko iskrenih izkušenj iz prve roke so bodoči študenti prejeli podporo za prvi korak v njihov novi dom.</li>
<li><a href="https://msosorg.com/si/projects/meet-student-slovenia-2024/">Spoznaj študentsko Slovenijo 2024 - MŠOS</a> — Ko se študentske zgodbe spremenijo v prvi korak proti novemu domu.</li>
<li><a href="https://msosorg.com/si/projects/morning-coffee-in-front-of-ctk/">Jutranja kava pred CTK, 2024: Kava, burek in obilo nasmehov</a> — Ko izpiti postanejo lažji ob sobotni jutranji kavi, bureku in dobri družbi pred CTK!</li>
<li><a href="https://msosorg.com/si/projects/paint-and-wine-at-sunset/">Slikanje in vino ob sončnem zahodu, praznovanje dneva žena z umetnostjo in glasbo</a> — Slikanje, vino in glasba so v Gorici združili študente ob praznovanju dneva žena in prvem dogodku MŠOS Nova Gorica.</li>
<li><a href="https://msosorg.com/si/projects/watching-handball-together-in-slovenia/">Navijanje za Makedonijo, skupno gledanje rokometa v Sloveniji</a> — Od Ljubljane do Maribora so makedonski študenti napolnili kavarne z navijaškimi vzkliki, zastavami in smehom med gledanjem rokometne reprezentance.</li>
</ul>
<h3>Get to know Slovenia</h3>
<ul>
<li><a href="https://msosorg.com/si/get-to-know-slovenia/">Spoznaj Slovenijo</a> — Slovenija je na zemljevidu morda majhna, vendar se med Alpami, Jadransko obalo, zelenimi rekami, starimi mesti in mirnimi kotički skriva veliko. V teh zgodbah…</li>
<li><a href="https://msosorg.com/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/">Prvi okus slovenske kuhinje</a> — Začnimo s štruklji, joto, žlikrofi, friko, bogračem in potico. Skupaj pokažejo kuhinjo, ki jo oblikujejo pokrajine in ne en sam jedilnik.</li>
<li><a href="https://msosorg.com/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/">Bled, več kot znameniti razgled</a> — Otok je podoba, ki jo poznajo vsi. Pravi značaj Bleda se pokaže, ko obhodimo jezero in pustimo, da se razgled ves čas spreminja.</li>
<li><a href="https://msosorg.com/si/get-to-know-slovenia/ljubljana-through-our-eyes/">Ljubljana skozi naše oči</a> — Ne popoln vodnik po mestu, ampak zbirka krajev in navad, skozi katere smo se mnogi začeli počutiti domače.</li>
<li><a href="https://msosorg.com/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/">Slovenske navade, ki vas lahko presenetijo</a> — Ne pravila, ki bi opisovala vse ljudi, ampak drobni vzorci, ki smo jih mnogi opazili med spoznavanjem vsakdanjega življenja.</li>
<li><a href="https://msosorg.com/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/">Zgodbe Slovenije v kamnu in tradiciji</a> — Dediščina ni le grad ali muzej. Lahko je most, ki ga uporabljamo vsak dan, reka, ki izgine pod zemljo, rudarsko mesto, oblikovano z živim srebrom, ali znanje…</li>
<li><a href="https://msosorg.com/si/get-to-know-slovenia/welcome-to-slovenia/">Dobrodošli v Sloveniji</a> — Majhna dežela številnih pokrajin, tihih odkritij in krajev, ki sčasoma postanejo domači.</li>
</ul>
<h3>Get to know Macedonia</h3>
<ul>
<li><a href="https://msosorg.com/si/get-to-know-macedonia/">Spoznaj Makedonijo</a> — Makedonija ni le kraj na zemljevidu. Je miza, za katero se vedno najde prostor še za enega človeka, glasba, ki nas povezuje, gore na obzorju in pogovori, ki se…</li>
<li><a href="https://msosorg.com/si/get-to-know-macedonia/a-table-full-of-macedonia/">Okusi Makedonije za skupno mizo</a> — Hrana je pomembna, prav tako pa vrstni red krožnikov, ljudje okoli njih in dejstvo, da po prvi jedi nihče ne odide.</li>
<li><a href="https://msosorg.com/si/get-to-know-macedonia/history-you-can-still-walk-through/">Zgodovina, skozi katero se lahko sprehodimo</a> — Stobi, Herakleja, Kokino in Kruševo ne pripadajo istemu stoletju in ne pripovedujejo iste zgodbe. Prav zato sodijo na isto pot.</li>
<li><a href="https://msosorg.com/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/">Glasba, ples in trenutki, ki nas povezujejo</a> — V Makedoniji glasba pogosto ni nekaj, kar se izvaja pred občinstvom. Je nekaj, kar spremeni prostor in ljudi združi v istem ritmu.</li>
<li><a href="https://msosorg.com/si/get-to-know-macedonia/ohrid-more-than-a-postcard/">Ohrid, več kot razglednica</a> — Jezero pritegne prvi pogled. Stare ulice, lesene hiše, cerkve, soseske in večerni pogovori so razlog, da se ljudje vračajo.</li>
<li><a href="https://msosorg.com/si/get-to-know-macedonia/skopje-a-city-of-many-layers/">Skopje, mesto mnogih plasti</a> — Mesto najlažje razumemo, ko prečkamo reko, zamenjamo sosesko in opazimo, kaj je za seboj pustilo vsako obdobje.</li>
<li><a href="https://msosorg.com/si/get-to-know-macedonia/welcome-to-macedonia/">Dobrodošli v Makedoniji</a> — Dežela gora, odprtih miz, dolgih pogovorov in zgodb, ki ostanejo blizu, kamorkoli gremo.</li>
</ul>
</section>
</body>
</html>

94
llms.txt Normal file
View File

@ -0,0 +1,94 @@
# MSOS — Macedonian Student Organisation in Slovenia
> MSOS is the first official Macedonian student organisation in Slovenia. This site helps Macedonian students move to and study in Slovenia — enrolment guides, events, community news and support. Content is student-written and informative; official sources should always be verified.
Full multilingual crawl index (EN/MK/SI): https://msosorg.com/links-for-bots/
## Main pages
- [Macedonian Student Organisation in Slovenia](https://msosorg.com/en/): The first official Macedonian student organisation in Slovenia, support, events, community and a voice for Macedonian students from application to graduation.
- [Our Team, Mission, Vision & Core Values](https://msosorg.com/en/about-us/): MSOS is more than an organization - it is the energy of the team behind it. Our members are the heart and driving force that inspires us, writing this story…
- [MSOS Hub](https://msosorg.com/en/msos-hub/): Discover the MSOS Hub in Ljubljana — the community space of the Macedonian Student Organisation in Slovenia for events, gatherings and student life.
- [Become a member](https://msosorg.com/en/become-a-member/): Join MSOS and find your people in Slovenia. Meet students, attend events, get support and help create projects across the Macedonian student community.
- [Support MSOS](https://msosorg.com/en/support/): Support the Macedonian Student Organisation in Slovenia (MSOS) through a donation or partnership and help fund student events, guidance and community programs.
- [Gallery](https://msosorg.com/en/gallery/): Short answers to the questions Macedonian students ask most about studying and living in Slovenia, applications, residence, work, housing and more.
- [Frequently asked questions](https://msosorg.com/en/faq/): Short answers to the questions Macedonian students ask most about studying and living in Slovenia, applications, residence, work, housing and more.
- [Timeline & Milestones](https://msosorg.com/en/timeline-and-milestones/): Learn more about the company and the team behind it.
- [Official information](https://msosorg.com/en/legal/): Official information about the Macedonian Student Organisation in Slovenia (MSOS): legal registration data, tax number, IBAN and contact details.
- [Privacy Policy](https://msosorg.com/en/privacy-policy/): How the Macedonian Student Organisation in Slovenia collects, uses, and protects your personal data.
- [Cookie Policy](https://msosorg.com/en/cookie-policy/): How this website uses cookies and similar technologies, and how you can control them.
## Student guide
- [From Macedonia to Slovenia, step by step](https://msosorg.com/en/student-welcome-guide/): Your complete route from a Macedonian secondary school or first degree to enrolled student life in Slovenia.
- [How university study works](https://msosorg.com/en/student-welcome-guide/academic-life/): The academic year, ECTS, grades, exam registration, the referat, learning Slovenian, tutoring, and extracurricular ECTS.
- [Essential administrative tools](https://msosorg.com/en/student-welcome-guide/administrative-basics/): EMŠO, a tax number, SI-PASS, a bank account, and a phone plan unlock almost every other service.
- [You have been accepted, what happens next?](https://msosorg.com/en/student-welcome-guide/admission-and-enrolment/): Admission is not always enrolment. Read the decision, complete enrolment, get your certificate of enrolment, and check any charges.
- [Current application deadlines](https://msosorg.com/en/student-welcome-guide/application-deadlines/): The 2026/2027 bachelor and master periods for Macedonian citizens, by university. Always open the exact current call.
- [Your arrival checklist](https://msosorg.com/en/student-welcome-guide/arrival-checklist/): What to do in the first 72 hours, the first week, and the first month after you reach Slovenia.
- [Applying for a bachelor degree](https://msosorg.com/en/student-welcome-guide/bachelor-application/): The eVŠ process, the document package, the 2026/2027 rounds by university, and why you should apply early.
- [How to choose the right programme](https://msosorg.com/en/student-welcome-guide/choose-a-programme/): Compare the programme first, then the city. Use information days well, and confirm language and aptitude-test requirements early.
- [Your complete journey to Slovenia](https://msosorg.com/en/student-welcome-guide/complete-student-journey/): Nine stages from researching a programme to your first year, with residence, health, and housing handled in parallel.
- [Prepare your documents correctly](https://msosorg.com/en/student-welcome-guide/document-preparation/): One master folder, clear filenames, the difference between original, copy, translation, and legalisation, and basic data protection.
- [How to apply through eVŠ](https://msosorg.com/en/student-welcome-guide/evs-application-guide/): Prepare, log in, enter your previous education, order preferences, upload, and press Submit. A draft is not an application.
- [Healthcare after you arrive](https://msosorg.com/en/student-welcome-guide/healthcare-in-slovenia/): Emergency numbers, what to bring, and student health contacts city by city.
- [Applying for a master degree](https://msosorg.com/en/student-welcome-guide/master-application/): Master admission is faculty-driven. Check field compatibility early, and remember there is no single national deadline.
- [Proving that you can live in Slovenia](https://msosorg.com/en/student-welcome-guide/means-accommodation-address/): How to prove sufficient means, accommodation, and a registered address for your residence permit.
- [Your personal study route](https://msosorg.com/en/student-welcome-guide/my-route/): Your personal study route to Slovenia, follow the Student Welcome Guide steps for Macedonian students, from choosing a programme to enrolment and residence.
- [Official sources and checklists](https://msosorg.com/en/student-welcome-guide/official-sources-and-checklists/): The primary official links behind this guide, grouped by topic, plus the checklists to build and how to manage sources.
- [Preparing to move from Macedonia](https://msosorg.com/en/student-welcome-guide/prepare-to-move/): A month-by-month plan, the documents to keep in your hand luggage, how to travel, and a detailed packing list.
- [Recognition of Macedonian education](https://msosorg.com/en/student-welcome-guide/recognition-of-education/): Recognition decides whether your prior education gives access to the Slovenian programme. For applicants educated abroad, it is part of admission.
- [What happens after the first year?](https://msosorg.com/en/student-welcome-guide/renew-change-graduate/): Annual renewal, repeat and transfer rights, losing status, the post-study route, and leaving Slovenia are all connected.
- [Health insurance from Macedonia](https://msosorg.com/en/student-welcome-guide/rm-si-3-health-insurance/): How the bilateral RM/SI 3 route gives you healthcare access in Slovenia, and what it does not cover.
- [Finding accommodation as a Macedonian degree student](https://msosorg.com/en/student-welcome-guide/student-accommodation/): Subsidised public dorms are usually closed to you on temporary residence. Plan for economic-rate or private housing, and avoid scams.
- [Plan a realistic student budget](https://msosorg.com/en/student-welcome-guide/student-budget/): There is no single national figure. Build a city-based budget, plan for a much larger first month, and use student discounts.
- [How to activate student meals](https://msosorg.com/en/student-welcome-guide/student-meals/): Subsidised meals are open to eligible foreign degree students and exist across Slovenian study centres, not only in Ljubljana.
- [How students are organised in Slovenia](https://msosorg.com/en/student-welcome-guide/student-organisations-and-extracurriculars/): Student organisations, student councils, local clubs, professional societies, university extracurricular programmes, ESN, and communities from home.
- [Temporary residence permit, step by step](https://msosorg.com/en/student-welcome-guide/student-residence-permit/): The documents, the six steps, the one-year validity, and how to renew the temporary residence permit for study.
- [Student public transport](https://msosorg.com/en/student-welcome-guide/student-transport/): National IJPP tickets, city transport, and bicycle sharing. Eligibility does not depend on the distance to your faculty.
- [Working through a student service](https://msosorg.com/en/student-welcome-guide/student-work/): Student work is allowed on the student permit through a napotnica. Regular employment is a different route that needs a work permit.
- [Choose and understand your study city](https://msosorg.com/en/student-welcome-guide/study-cities/): Ljubljana is not the only option. Compare each Slovenian study centre and build your life around the real teaching location.
- [Tuition rules for Macedonian students](https://msosorg.com/en/student-welcome-guide/tuition-and-scholarships/): Full-time public study is generally tuition-free for Macedonian citizens, but this is not a promise that every programme is free.
- [Entry is not the same as residence](https://msosorg.com/en/student-welcome-guide/visa-and-residence-explained/): Short visa-free entry, visa D, and the study residence permit are three different things. Know which one keeps you here legally.
- [Support while living abroad](https://msosorg.com/en/student-welcome-guide/wellbeing-and-community/): Culture shock is normal. Build support in several places, use university counselling, and know your emergency numbers.
- [Where to submit the residence application](https://msosorg.com/en/student-welcome-guide/where-to-apply-for-residence/): The embassy in Skopje or a Slovenian administrative unit: where to submit, and the lawful-stay risk to manage.
## Blog
- [Blog](https://msosorg.com/en/blog/): Real experiences and practical advice from Macedonian students in Slovenia. New stories are on the way.
- [Study in Slovenia with an Ad futura scholarship: 2026 guide](https://msosorg.com/en/blog/ad-futura-scholarship-slovenia-2026/): Ad futura offers €800 per month for selected master's programmes in Slovenia for Western Balkan students in 2026/2027. Who can apply, eligible study areas, conditions, documents and the 2 September 2026 deadline.
- [How to open a Slovenian bank account as an international student](https://msosorg.com/en/blog/how-to-open-slovenian-bank-account/): A practical guide for Macedonian students: the documents you need, how to choose a bank, using Flik, and keeping your details up to date after you open the account.
- [Learning Slovene: where to start](https://msosorg.com/en/blog/learning-slovene-where-to-start/): A practical guide for Macedonian students: how to set a language goal, free online courses, university options such as Leto plus, learning before you move, and courses versus official exams.
- [Study in North Macedonia with a government scholarship: 2026/2027 guide](https://msosorg.com/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/): The Ministry of Education and Science of North Macedonia offers 50 undergraduate scholarships at public universities for 2026/2027. Who can apply, what is covered, required documents and deadlines.
- [Welcome Days for new students at Slovenia's universities 2026/2027](https://msosorg.com/en/blog/welcome-days-slovenian-universities-2026-2027/): Welcome and orientation activities at the University of Ljubljana, Maribor, Primorska and Nova Gorica for bachelor's, master's and Erasmus students in 2026/2027, with dates and what to prepare.
## News
- [News and updates](https://msosorg.com/en/news/): Everything new at MSOS in one place, events and projects, blog stories, announcements and official updates for Macedonian students in Slovenia.
- [Proof-of-means amount updated to €507,43 per month](https://msosorg.com/en/news/proof-of-means-updated-2026/): If you are applying for or renewing a student residence permit in Slovenia, you must prove you have enough money to support yourself. That requirement is tied…
## Events & projects
- [Projects](https://msosorg.com/en/projects/): The events, projects and moments that bring the Macedonian student community in Slovenia together.
- [Humanitarian Sports Tournament: Playing with Heart, Together for Kočani](https://msosorg.com/en/projects/humanitarian-tournament-in-maribor/): Over 200 students gathered in Maribor, raising €1.000 through sport to support families hit by the Kočani tragedy.
- [In Memory of Frosina Kulakova](https://msosorg.com/en/projects/in-memory-of-frosina-kulakova/): On February 8, 2025, Macedonian students in Ljubljana gathered for a peaceful public event to honor the memory of Frosina Kulakova, who tragically lost her…
- [In Memory of the Victims of the Kochani Tragedy](https://msosorg.com/en/projects/in-memory-of-the-kochani-victims/): On March 21, 2025, more than 600 people gathered at Kongresni trg in Ljubljana for a peaceful public gathering to honor the victims of the tragic fire in Kochani.
- [Macedonian Student Night in Ljubljana](https://msosorg.com/en/projects/macedonian-student-night-in-ljubljana/): From an idea to a party with 500 students, that&#x27;s how our story began!
- [Meet Student Slovenia 2023](https://msosorg.com/en/projects/meet-student-slovenia-2023/): Through honest first-hand stories, future students received support for their first step towards their new home.
- [Meet Student Slovenia 2024](https://msosorg.com/en/projects/meet-student-slovenia-2024/): When student stories turn into the first step towards a new home.
- [Morning Coffee in front of CTK, 2024: Coffee, burek, and lots of smiles](https://msosorg.com/en/projects/morning-coffee-in-front-of-ctk/): When exams somehow become easier with Saturday morning coffee, burek, and good company in at CTK!
- [Paint &amp; Wine at Sunset, Celebrating Womens Day with Art &amp; Music](https://msosorg.com/en/projects/paint-and-wine-at-sunset/): Paint, wine, and music brought students together in Gorizia to celebrate Womens Day and mark the first MSOS Nova Gorica event.
- [Cheering for Macedonia, Watching Handball Together in Slovenia](https://msosorg.com/en/projects/watching-handball-together-in-slovenia/): From Ljubljana to Maribor, Macedonian students filled cafés with chants, flags, and laughter while watching the national handball team.
## Get to know Slovenia
- [Get to know Slovenia](https://msosorg.com/en/get-to-know-slovenia/): Slovenia may be small on the map, but there is a lot to discover between the Alps, the Adriatic coast, green rivers, old towns, and quiet places that quickly…
- [A First Taste of Slovenian Food](https://msosorg.com/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/): Start with štruklji, jota, žlikrofi, frika, bograč, and potica. Together they reveal a cuisine shaped by regions rather than one fixed menu.
- [Lake Bled Beyond the Famous View](https://msosorg.com/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/): The island is the image everyone knows. The full character of Bled appears when you walk around the lake and let the view keep changing.
- [Ljubljana Through Our Eyes](https://msosorg.com/en/get-to-know-slovenia/ljubljana-through-our-eyes/): Not a complete guide to the city, but a collection of places and routines through which many of us began to feel at home.
- [Slovenian Habits That May Surprise You](https://msosorg.com/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/): Not rules that describe every person, but small patterns many of us noticed while learning how everyday life works.
- [Slovenia's Stories in Stone and Tradition](https://msosorg.com/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/): Heritage is not one castle or museum. It can be a bridge used every day, a river disappearing underground, a mining town shaped by mercury, or knowledge passed…
- [Welcome to Slovenia](https://msosorg.com/en/get-to-know-slovenia/welcome-to-slovenia/): A small country of many landscapes, quiet discoveries, and places that slowly begin to feel like home.
## Get to know Macedonia
- [Get to know Macedonia](https://msosorg.com/en/get-to-know-macedonia/): Macedonia is not only a place on the map. It is a table that always has room for one more person, music that brings everyone closer, mountains on the horizon…
- [A Table Full of Macedonia](https://msosorg.com/en/get-to-know-macedonia/a-table-full-of-macedonia/): The food matters, but so do the order of the plates, the people around them, and the fact that nobody leaves after the first course.
- [History You Can Still Walk Through](https://msosorg.com/en/get-to-know-macedonia/history-you-can-still-walk-through/): Stobi, Heraclea, Kokino, and Krusevo do not belong to the same century or tell the same story. That is exactly why they belong in the same journey.
- [Music, Dance and the Moments That Bring Us Together](https://msosorg.com/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/): In Macedonia, music is often not something performed in front of a room. It is what changes the room and brings people into the same rhythm.
- [Ohrid, More Than a Postcard](https://msosorg.com/en/get-to-know-macedonia/ohrid-more-than-a-postcard/): The lake attracts the first look. The old streets, wooden houses, churches, neighbourhoods, and evening conversations are what make people return.
- [Skopje, A City of Many Layers](https://msosorg.com/en/get-to-know-macedonia/skopje-a-city-of-many-layers/): A city best understood by crossing the river, changing neighbourhoods, and noticing what each period left behind.
- [Welcome to Macedonia](https://msosorg.com/en/get-to-know-macedonia/welcome-to-macedonia/): A country of mountains, open tables, long conversations, and stories that remain close wherever we go.

176
main.js
View File

@ -931,22 +931,174 @@ document.addEventListener('DOMContentLoaded', function() {
/**
* ===================================================================
* HUB USE-CASE CAROUSEL (auto-scrolling)
* HUB USE-CASE CAROUSEL (auto-scrolling + drag + position dots)
* ===================================================================
* Drives every .hub-carousel on the page (Hub "What you can do here"
* and the "ways to be part of MSOS" slider). The track is built from
* three identical .hub-group copies so the scroll loops seamlessly in
* both directions; auto-scroll is JS-driven (not a CSS animation) so it
* can co-exist with click-and-drag and touch swiping.
*/
function setupHubCarousel() {
const trackEl = document.querySelector('.hub-track');
if (!trackEl) return;
const group = trackEl.querySelector('.hub-group');
if (!group) return;
const carousels = document.querySelectorAll('.hub-carousel');
if (!carousels.length) return;
const reduceMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;
const LOOP_MS = 55000; // time to travel one group width (matches old 55s marquee)
// Duplicate the group so translateX(-50%) loops back seamlessly (waterslide flow).
// Guard against double-cloning if the script somehow runs twice.
if (trackEl.querySelectorAll('.hub-group').length < 2) {
const clone = group.cloneNode(true);
clone.setAttribute('aria-hidden', 'true');
trackEl.appendChild(clone);
}
carousels.forEach(function (carousel) {
if (carousel.dataset.carouselInit) return;
carousel.dataset.carouselInit = '1';
const scroller = carousel.querySelector('.hub-uses');
const track = carousel.querySelector('.hub-track');
if (!scroller || !track) return;
const firstGroup = track.querySelector('.hub-group');
if (!firstGroup) return;
// Need 3 identical groups so a full neighbour is always visible at each wrap point.
while (track.querySelectorAll('.hub-group').length < 3) {
const clone = firstGroup.cloneNode(true);
clone.setAttribute('aria-hidden', 'true');
track.appendChild(clone);
}
const cards = firstGroup.children;
const cardCount = cards.length;
if (!cardCount) return;
// --- Position dots ---
const dotsWrap = document.createElement('div');
dotsWrap.className = 'hub-dots';
dotsWrap.setAttribute('role', 'tablist');
dotsWrap.setAttribute('aria-label', 'Carousel position');
const dotEls = [];
for (let i = 0; i < cardCount; i++) {
const b = document.createElement('button');
b.type = 'button';
b.className = 'hub-dot';
b.setAttribute('aria-label', 'Go to item ' + (i + 1));
b.addEventListener('click', (function (idx) {
return function () { goTo(idx); };
})(i));
dotsWrap.appendChild(b);
dotEls.push(b);
}
carousel.appendChild(dotsWrap);
// --- Measurements (recomputed on resize / image load) ---
let groupWidth = 0, step = 0;
function measure() {
groupWidth = firstGroup.offsetWidth;
step = cardCount > 1 ? (cards[1].offsetLeft - cards[0].offsetLeft) : groupWidth;
if (!step) step = groupWidth / cardCount;
}
// Keep scroll within the middle copy [groupWidth, 2*groupWidth) so it loops both ways.
function wrap() {
if (!groupWidth) return;
if (scroller.scrollLeft >= 2 * groupWidth) scroller.scrollLeft -= groupWidth;
else if (scroller.scrollLeft < groupWidth) scroller.scrollLeft += groupWidth;
}
function updateDots() {
if (!step || !groupWidth) return;
const within = ((scroller.scrollLeft % groupWidth) + groupWidth) % groupWidth;
const active = Math.round(within / step) % cardCount;
for (let i = 0; i < cardCount; i++) {
const dist = Math.min(Math.abs(i - active), cardCount - Math.abs(i - active));
dotEls[i].classList.toggle('is-active', i === active);
dotEls[i].classList.toggle('is-near', dist === 1);
dotEls[i].classList.toggle('is-far', dist >= 2);
}
}
function reset() {
measure();
if (groupWidth) scroller.scrollLeft = groupWidth;
updateDots();
}
reset();
window.addEventListener('load', reset);
window.addEventListener('resize', function () { measure(); wrap(); updateDots(); });
// --- Jump to a specific card when a dot is clicked ---
// Custom eased scroll (not native smooth) so it never fights the
// rAF auto-scroll loop. Target always sits in the middle copy
// [groupWidth, 2*groupWidth), so wrap() stays a no-op during it.
let programmatic = 0; // ms remaining where auto-scroll yields
let animId = 0;
function goTo(idx) {
if (!step) measure();
const start = scroller.scrollLeft;
const target = groupWidth + idx * step;
const dur = 450, t0 = performance.now();
const ease = function (t) { return 1 - Math.pow(1 - t, 3); };
cancelAnimationFrame(animId);
programmatic = dur + 80;
(function anim(now) {
const t = Math.min(1, (now - t0) / dur);
scroller.scrollLeft = start + (target - start) * ease(t);
updateDots();
if (t < 1) animId = requestAnimationFrame(anim);
})(t0);
}
// --- Auto-scroll loop ---
let paused = false;
let dragging = false;
let last = null;
function tick(ts) {
if (last == null) last = ts;
const dt = ts - last;
last = ts;
if (!reduceMotion && !paused && programmatic <= 0 && groupWidth) {
scroller.scrollLeft += (groupWidth / LOOP_MS) * dt;
}
if (programmatic > 0) programmatic -= dt;
wrap();
updateDots();
requestAnimationFrame(tick);
}
requestAnimationFrame(tick);
// Pause on hover (desktop).
carousel.addEventListener('mouseenter', function () { paused = true; });
carousel.addEventListener('mouseleave', function () { if (!dragging) paused = false; });
// --- Click-and-drag (mouse) + pause during touch (native scroll handles the swipe) ---
let lastX = 0;
scroller.addEventListener('pointerdown', function (e) {
paused = true;
if (e.pointerType !== 'mouse') return; // touch/pen: let the browser scroll natively
dragging = true;
lastX = e.clientX;
scroller.classList.add('is-dragging');
try { scroller.setPointerCapture(e.pointerId); } catch (err) {}
});
scroller.addEventListener('pointermove', function (e) {
if (!dragging) return;
const dx = e.clientX - lastX;
lastX = e.clientX;
scroller.scrollLeft -= dx;
wrap();
updateDots();
e.preventDefault();
});
function endDrag(e) {
if (dragging) {
dragging = false;
scroller.classList.remove('is-dragging');
try { scroller.releasePointerCapture(e.pointerId); } catch (err) {}
}
// Resume auto-scroll unless the cursor is still hovering the carousel.
if (!carousel.matches(':hover')) paused = false;
}
scroller.addEventListener('pointerup', endDrag);
scroller.addEventListener('pointercancel', endDrag);
// Prevent the browser's native image drag-ghost while dragging.
track.addEventListener('dragstart', function (e) { e.preventDefault(); });
});
}
/**

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">За нас</a>
<ul class="dropdown-menu">
<li><a href="../../mk/timeline-and-milestones/">Времеплов и достигнувања</a></li>
<li><a href="../../mk/about-us/">Нашиот тим</a></li>
<li><a href="../../mk/timeline-and-milestones/">Времеплов и достигнувања</a></li>
<li><a href="../../mk/msos-hub/">МСОС Хаб</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">За нас</a>
<ul class="dropdown-menu">
<li><a href="../../mk/timeline-and-milestones/">Времеплов и достигнувања</a></li>
<li><a href="../../mk/about-us/">Нашиот тим</a></li>
<li><a href="../../mk/timeline-and-milestones/">Времеплов и достигнувања</a></li>
<li><a href="../../mk/msos-hub/">МСОС Хаб</a></li>
</ul>
</li>
@ -413,6 +413,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Управувај со колачиња</a>
</div>
</div>
<div class="footer-disclaimer"><p>Информациите на оваа веб-страница се споделени од студенти само за општо упатство. Може да бидат нецелосни или застарени и не претставуваат правен или професионален совет — секогаш проверувајте ги важните детали кај надлежните официјални институции. МСОС не сноси одговорност за грешки, пропусти или одлуки донесени врз основа на оваа содржина.</p></div>
<div class="footer-credit">
<span>Изработено со помош на Марк и Домен од <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Сплетни Мојстер</a> и Кристијан од МСОС. Голема благодарност до нив!</span>
</div>

View File

@ -76,8 +76,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">За нас</a>
<ul class="dropdown-menu">
<li><a href="../../mk/timeline-and-milestones/">Времеплов и достигнувања</a></li>
<li><a href="../../mk/about-us/">Нашиот тим</a></li>
<li><a href="../../mk/timeline-and-milestones/">Времеплов и достигнувања</a></li>
<li><a href="../../mk/msos-hub/">МСОС Хаб</a></li>
</ul>
</li>
@ -135,8 +135,8 @@
<li class="menu-item menu-item-has-children">
<a href="#">За нас</a>
<ul class="dropdown-menu">
<li><a href="../../mk/timeline-and-milestones/">Времеплов и достигнувања</a></li>
<li><a href="../../mk/about-us/">Нашиот тим</a></li>
<li><a href="../../mk/timeline-and-milestones/">Времеплов и достигнувања</a></li>
<li><a href="../../mk/msos-hub/">МСОС Хаб</a></li>
</ul>
</li>
@ -209,7 +209,7 @@
<h2 class="mm-h2">Зошто да станеш член?</h2>
<div class="mm-benefits">
<figure class="mm-benefit-photo">
<img width="1425" height="950" src="../../images/event4-image2.webp" alt="Македонски студенти собрани во Љубљана" loading="lazy">
<img width="1200" height="1600" src="../../images/mm-benefit-real-events.webp" alt="Македонски студенти собрани во Љубљана" loading="lazy">
<figcaption>Вистински настани, вистински пријателства</figcaption>
</figure>
<article class="mm-benefit">
@ -241,7 +241,7 @@
<h3>Почувствувај се како дома</h3><p>Припаѓај на заедница каде никогаш не мораш да објаснуваш од каде доаѓаш.</p>
</article>
<figure class="mm-benefit-photo">
<img width="1087" height="586" src="../../images/msnl-3.webp" alt="Студенти ги пишуваат своите имиња на кирилица на македонската студентска вечер" loading="lazy">
<img width="1600" height="1067" src="../../images/mm-benefit-piece-of-home.webp" alt="Студенти ги пишуваат своите имиња на кирилица на македонската студентска вечер" loading="lazy">
<figcaption>Дом далеку од дома</figcaption>
</figure>
</div>
@ -265,26 +265,32 @@
<div class="hub-track">
<div class="hub-group">
<article class="hub-use mm-use">
<img width="1200" height="1600" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-stay-connected.webp" alt="Остани поврзан">
<div class="mm-use-ico"><i class="fas fa-envelope-open-text" aria-hidden="true"></i></div>
<div class="hub-use-body"><h3>Остани поврзан</h3><p>Примај новости и знај што се случува.</p></div>
</article>
<article class="hub-use mm-use">
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-community.webp" alt="Приклучи се на заедницата">
<div class="mm-use-ico"><i class="fas fa-mug-hot" aria-hidden="true"></i></div>
<div class="hub-use-body"><h3>Приклучи се на заедницата</h3><p>Доаѓај на настани, запознавај луѓе и учествувај кога ти одговара.</p></div>
</article>
<article class="hub-use mm-use">
<img width="1600" height="1200" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-volunteer.webp" alt="Волонтирај повремено">
<div class="mm-use-ico"><i class="fas fa-hands-helping" aria-hidden="true"></i></div>
<div class="hub-use-body"><h3>Волонтирај повремено</h3><p>Помагај на избрани активности без долгорочна обврска.</p></div>
</article>
<article class="hub-use mm-use">
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-projects.webp" alt="Приклучи се на проекти">
<div class="mm-use-ico"><i class="fas fa-diagram-project" aria-hidden="true"></i></div>
<div class="hub-use-body"><h3>Приклучи се на проекти</h3><p>Придонеси на конкретни иницијативи, кампањи, водичи или соработки.</p></div>
</article>
<article class="hub-use mm-use">
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-events.webp" alt="Организирај настани">
<div class="mm-use-ico"><i class="fas fa-calendar-check" aria-hidden="true"></i></div>
<div class="hub-use-body"><h3>Организирај настани</h3><p>Помагај да се планираат, координираат, промовираат и реализираат активности.</p></div>
</article>
<article class="hub-use mm-use">
<img width="1600" height="900" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-responsibility.webp" alt="Преземи одговорност">
<div class="mm-use-ico"><i class="fas fa-star" aria-hidden="true"></i></div>
<div class="hub-use-body"><h3>Преземи одговорност</h3><p>Истражи лидерство, управување, застапување или улоги во локален тим.</p></div>
</article>
@ -602,6 +608,7 @@
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Управувај со колачиња</a>
</div>
</div>
<div class="footer-disclaimer"><p>Информациите на оваа веб-страница се споделени од студенти само за општо упатство. Може да бидат нецелосни или застарени и не претставуваат правен или професионален совет — секогаш проверувајте ги важните детали кај надлежните официјални институции. МСОС не сноси одговорност за грешки, пропусти или одлуки донесени врз основа на оваа содржина.</p></div>
<div class="footer-credit">
<span>Изработено со помош на Марк и Домен од <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Сплетни Мојстер</a> и Кристијан од МСОС. Голема благодарност до нив!</span>
</div>

View File

@ -0,0 +1,459 @@
<!DOCTYPE html>
<html lang="mk">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Студирајте во Словенија со стипендијата Ad futura: Водич за 2026 - MSOS</title>
<!-- SEO:START -->
<!-- Google tag (gtag.js) with Consent Mode v2 (default: denied) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WVYV807VSS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
ad_storage: 'denied', ad_user_data: 'denied', ad_personalization: 'denied',
analytics_storage: 'denied', wait_for_update: 500
});
// Restore a returning visitor's prior choice before the first hit.
try { if (localStorage.getItem('msos-consent') === 'granted') {
gtag('consent', 'update', { ad_storage:'granted', ad_user_data:'granted',
ad_personalization:'granted', analytics_storage:'granted' }); } } catch(e){}
gtag('js', new Date());
gtag('config', 'G-WVYV807VSS');
</script>
<script src="/consent.js" defer></script>
<meta name="description" content="Ad futura нуди 800 евра месечно за избрани магистерски програми во Словенија за студенти од Западен Балкан во 2026/2027. Кој може да аплицира, прифатливи области, услови, документи и рокот 2 септември 2026.">
<link rel="canonical" href="https://msosorg.com/mk/blog/ad-futura-scholarship-slovenia-2026/">
<link rel="alternate" hreflang="en" href="https://msosorg.com/en/blog/ad-futura-scholarship-slovenia-2026/">
<link rel="alternate" hreflang="mk" href="https://msosorg.com/mk/blog/ad-futura-scholarship-slovenia-2026/">
<link rel="alternate" hreflang="sl" href="https://msosorg.com/si/blog/ad-futura-scholarship-slovenia-2026/">
<link rel="alternate" hreflang="x-default" href="https://msosorg.com/en/blog/ad-futura-scholarship-slovenia-2026/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Македонска студентска организација во Словенија">
<meta property="og:title" content="Студирајте во Словенија со стипендијата Ad futura: Водич за 2026 - MSOS">
<meta property="og:description" content="Ad futura нуди 800 евра месечно за избрани магистерски програми во Словенија за студенти од Западен Балкан во 2026/2027. Кој може да аплицира, прифатливи области, услови, документи и рокот 2 септември 2026.">
<meta property="og:url" content="https://msosorg.com/mk/blog/ad-futura-scholarship-slovenia-2026/">
<meta property="og:image" content="https://msosorg.com/images/og-default.jpg">
<meta property="og:locale" content="mk_MK">
<meta property="og:locale:alternate" content="en_GB">
<meta property="og:locale:alternate" content="sl_SI">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Студирајте во Словенија со стипендијата Ad futura: Водич за 2026 - MSOS">
<meta name="twitter:description" content="Ad futura нуди 800 евра месечно за избрани магистерски програми во Словенија за студенти од Западен Балкан во 2026/2027. Кој може да аплицира, прифатливи области, услови, документи и рокот 2 септември 2026.">
<meta name="twitter:image" content="https://msosorg.com/images/og-default.jpg">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Македонска студентска организација во Словенија","alternateName":"MSOS","url":"https://msosorg.com/mk/","logo":"https://msosorg.com/images/1-logo.png","email":"info@msosorg.com","address":{"@type":"PostalAddress","streetAddress":"Masarykova cesta 24","postalCode":"1000","addressLocality":"Ljubljana","addressCountry":"SI"},"sameAs":["https://www.facebook.com/msos.org","https://www.instagram.com/msosorg_com","https://www.linkedin.com/company/msos-org","https://www.youtube.com/@msosorg"]}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Article","headline":"Студирајте во Словенија со стипендијата Ad futura: Водич за студенти од Западен Балкан во 2026 година","description":"Ad futura нуди 800 евра месечно за избрани магистерски програми во Словенија за студенти од Западен Балкан во 2026/2027. Кој може да аплицира, прифатливи области, услови, документи и рокот 2 септември 2026.","image":"https://msosorg.com/images/og-default.jpg","inLanguage":"mk","author":{"@type":"Organization","name":"Македонска студентска организација во Словенија","url":"https://msosorg.com/mk/"},"publisher":{"@type":"Organization","name":"Македонска студентска организација во Словенија","logo":{"@type":"ImageObject","url":"https://msosorg.com/images/1-logo.png"}},"mainEntityOfPage":"https://msosorg.com/mk/blog/ad-futura-scholarship-slovenia-2026/","datePublished":"2026-08-03","dateModified":"2026-08-03"}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Дома","item":"https://msosorg.com/mk/"},{"@type":"ListItem","position":2,"name":"Блог","item":"https://msosorg.com/mk/blog/"},{"@type":"ListItem","position":3,"name":"Студирајте во Словенија со стипендијата Ad futura: Водич за 2026","item":"https://msosorg.com/mk/blog/ad-futura-scholarship-slovenia-2026/"}]}</script>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<!-- SEO:END -->
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome (for icons) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" media="print" onload="this.media=&#39;all&#39;" /><noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /></noscript>
<!-- Correct path to the main CSS file -->
<link rel="stylesheet" href="../../../css/main.css">
</head>
<body>
<!-- START_HEADER -->
<header class="dropdown-header-navigation">
<div class="container">
<!-- Logotip je zdaj samostojen element na levi strani -->
<a href="../../../mk/" class="logo-link">
<img src="../../../images/msos-logo-mk.svg" alt="Лого на Македонска студентска организација во Словенија" class="logo-img">
</a>
<!-- Nov ovoj za vse elemente na desni strani -->
<div class="header-right-wrapper">
<nav>
<ul class="navigation desktop-nav">
<li class="menu-item menu-item-has-children">
<a href="#">За нас</a>
<ul class="dropdown-menu">
<li><a href="../../../mk/about-us/">Нашиот тим</a></li>
<li><a href="../../../mk/timeline-and-milestones/">Времеплов и достигнувања</a></li>
<li><a href="../../../mk/msos-hub/">МСОС Хаб</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">Што работиме</a>
<ul class="dropdown-menu">
<li><a href="../../../mk/projects/">Настани и проекти</a></li>
<li><a href="../../../mk/gallery/">Галерија</a></li>
<li><a href="../../../mk/blog/">Блог</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">За студенти</a>
<ul class="dropdown-menu">
<li><a href="../../../mk/student-welcome-guide/">Водич за добредојде</a></li>
<li><a href="../../../mk/faq/">Често поставувани прашања</a></li>
<li><a href="../../../mk/get-to-know-slovenia/">Запознај ја Словенија</a></li>
<li><a href="../../../mk/get-to-know-macedonia/">Запознај ја Македонија</a></li>
</ul>
</li>
<li class="menu-item"><a href="../../../mk/news/">Новости</a></li>
</ul>
</nav>
<div class="navigation-actions">
<a href="../../../mk/become-a-member/" class="btn btn-secondary">Стани член</a>
<a href="../../../mk/support/" class="btn btn-primary">Поддржи го МСОС ❤️</a>
<div class="language-selector">
<div class="current-lang">
<i class="fas fa-globe"></i>
<span id="current-lang-code">МК</span>
<i class="fas fa-chevron-down"></i>
</div>
<div class="lang-dropdown">
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
</div>
</div>
</div>
</div>
<!-- Ikona za mobilni meni ostaja ločena za lažje upravljanje -->
<div class="mobile-menu-icon">
<i class="fas fa-bars"></i>
<i class="fas fa-times"></i>
</div>
</div>
</header>
<!-- Panel za mobilno navigacijo -->
<div class="mobile-nav-panel">
<nav>
<ul class="navigation mobile-nav">
<li class="menu-item menu-item-has-children">
<a href="#">За нас</a>
<ul class="dropdown-menu">
<li><a href="../../../mk/about-us/">Нашиот тим</a></li>
<li><a href="../../../mk/timeline-and-milestones/">Времеплов и достигнувања</a></li>
<li><a href="../../../mk/msos-hub/">МСОС Хаб</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">Што работиме</a>
<ul class="dropdown-menu">
<li><a href="../../../mk/projects/">Настани и проекти</a></li>
<li><a href="../../../mk/gallery/">Галерија</a></li>
<li><a href="../../../mk/blog/">Блог</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children">
<a href="#">За студенти</a>
<ul class="dropdown-menu">
<li><a href="../../../mk/student-welcome-guide/">Водич за добредојде</a></li>
<li><a href="../../../mk/faq/">Често поставувани прашања</a></li>
<li><a href="../../../mk/get-to-know-slovenia/">Запознај ја Словенија</a></li>
<li><a href="../../../mk/get-to-know-macedonia/">Запознај ја Македонија</a></li>
</ul>
</li>
<li class="menu-item"><a href="../../../mk/news/">Новости</a></li>
</ul>
</nav>
<div class="navigation-actions">
<a href="../../../mk/become-a-member/" class="btn btn-secondary">Стани член</a>
<a href="../../../mk/support/" class="btn btn-primary">Поддржи го МСОС ❤️</a>
<div class="language-selector">
<button class="current-lang" id="mobile-lang-trigger">
<i class="fas fa-globe"></i>
<span>МК</span>
<i class="fas fa-chevron-right"></i>
</button>
</div>
</div>
</div>
<!-- Modalno okno za izbiro na jazik (za mobilni) -->
<div id="language-modal-overlay">
<div class="language-modal-content">
<div class="language-modal-header">
<h3>Избери јазик</h3>
<button id="language-modal-close" aria-label="Затвори избор на јазик">&times;</button>
</div>
<div class="language-modal-body">
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
</div>
</div>
</div>
<!-- END_HEADER -->
<main class="article-page">
<!-- Sticky Mobile Header -->
<div class="mobile-article-header">
<span id="mobile-article-title">Стипендија Ad futura во Словенија 2026</span>
<i class="fas fa-chevron-down"></i>
<div class="progress-bar-container">
<div class="progress-bar"></div>
</div>
<!-- Dropdown Menu for Mobile -->
<div class="mobile-scrollspy-dropdown">
<ul id="mobile-scrollspy-links">
<!-- Links will be dynamically inserted here by JavaScript -->
</ul>
</div>
</div>
<div class="article-layout-container">
<!-- Desktop Scrollspy Sidebar -->
<aside class="article-sidebar">
<nav class="scrollspy-nav">
<ul>
<li><a href="#who" class="active">Кој може да аплицира</a></li>
<li><a href="#areas">Прифатливи студиски области</a></li>
<li><a href="#covers">Што покрива</a></li>
<li><a href="#conditions">Главни услови</a></li>
<li><a href="#residence">Престој и полномошник</a></li>
<li><a href="#documents">Потребни документи</a></li>
<li><a href="#selection">Како се избираат кандидатите</a></li>
<li><a href="#apply">Како и до кога се аплицира</a></li>
<li><a href="#after">По добивањето</a></li>
</ul>
</nav>
</aside>
<article class="article-container">
<header class="article-header">
<p class="article-publish-date">Водичи · Последно проверено 3 август 2026</p>
<h1>Студирајте во Словенија со стипендијата Ad futura: Водич за студенти од Западен Балкан во 2026 година</h1>
<p class="article-subtitle">Државјаните на Северна Македонија и на уште неколку земји од Западен Балкан можат да аплицираат за стипендија Ad futura за избрани магистерски програми од втор циклус во Словенија во студиската 2026/2027 година.</p>
</header>
<div class="article-body">
<p><strong>Планирате да ги продолжите студиите во Словенија?</strong> Стипендијата изнесува <strong>800 евра месечно, односно 9.600 евра за една академска година</strong>, и е наменета за животни трошоци.</p>
<aside class="guide-box guide-box--macedonia">
<p class="guide-box-title"><i class="fas fa-calendar-day" aria-hidden="true"></i>Краен рок: 2 септември 2026 година</p>
<p>Пријавите се примаат до среда, 2 септември 2026 година, и мора да се достават во физичка форма до Јавниот стипендиски фонд на Словенија. Пријави испратени по е-пошта не се прифаќаат.</p>
</aside>
<aside class="guide-box guide-box--warning">
<p class="guide-box-title"><i class="fas fa-triangle-exclamation" aria-hidden="true"></i>Проверете ги најновите информации</p>
<p>Овој водич е подготвен врз основа на официјалниот 380. јавен конкурс за 2026 година. Условите може да се променат во иднина, затоа секогаш прочитајте го целосниот официјален конкурс пред да аплицирате.</p>
</aside>
<h2 id="who">1. Кој може да аплицира?</h2>
<p>Стипендијата е достапна за државјани на <strong>Северна Македонија, Босна и Херцеговина, Црна Гора, Косово и Србија</strong>.</p>
<p>Кандидатите мора да имаат постојано живеалиште надвор од Словенија и не смеат да бидат словенечки државјани или долгорочни резиденти во Словенија. Тие треба да имаат завршено или да завршуваат додипломски студии на високообразовна институција во една од прифатливите земји од Западен Балкан.</p>
<p>Стипендијата е наменета исклучиво за <strong>магистерски студии од втор циклус</strong>. Не важи за додипломски, докторски, разменски или интегрирани магистерски програми.</p>
<p>Кандидатите дополнително треба:</p>
<ul>
<li>да бидат помлади од 28 години на <strong>1 октомври 2026 година</strong>;</li>
<li>да имаат просечна оценка од додипломските студии од најмалку <strong>8,0</strong>, по претворањето во словенечкиот систем;</li>
<li>да бидат запишани на прифатлива магистерска програма во Словенија во 2026/2027 година;</li>
<li>да ги започнат студиите во текот на 2026 година;</li>
<li>да живеат во Словенија за време на периодот на стипендирање.</li>
</ul>
<h2 id="areas">2. Кои студиски области се прифатливи?</h2>
<p>Стипендијата е достапна само за магистерски програми класифицирани во следните области:</p>
<ol>
<li>Природни науки, математика и статистика</li>
<li>Информациски и комуникациски технологии</li>
<li>Техника, производни технологии и градежништво</li>
<li>Земјоделство, шумарство, рибарство и ветеринарство</li>
<li>Здравство и социјална заштита</li>
</ol>
<p>Фондот за стипендии утврдува дали одредена програма припаѓа во прифатлива категорија преку официјалните евиденции за високо образование во Словенија. Затоа кандидатите треба да ја потврдат класификацијата на програмата пред да аплицираат.</p>
<p>Стипендијата може да се користи на акредитирана високообразовна институција каде било во Словенија, а не само на Универзитетот во Љубљана.</p>
<h2 id="covers">3. Што покрива стипендијата?</h2>
<p>Успешните кандидати добиваат <strong>800 евра месечно</strong>, односно <strong>9.600 евра за една академска година</strong>. Стипендијата покрива 12 месеци и најчесто се исплаќа во еден износ за целата академска година. Таа може да продолжи за минималното времетраење на студиската програма, доколку студентот ги исполнува условите за напредување.</p>
<p>Официјалниот конкурс предвидува поддршка конкретно за <strong>животни трошоци</strong>. Во него не е наведено дека се покриваат школарина, сместување, здравствено осигурување, патување, дозвола за престој или студиски материјали. Затоа кандидатите треба да проверат дали плаќаат школарина и да подготват реален буџет.</p>
<p>Стипендијата се исплаќа на лична банкарска сметка на студентот, отворена во банка во Словенија или во друга држава членка на Европската економска област.</p>
<h2 id="conditions">4. Кои се главните услови?</h2>
<p>Примателите мора да имаат студентски статус и да живеат во Словенија од <strong>1 октомври 2026 година</strong>. Програмата не смее целосно да се изведува на далечина или само преку повремени консултации во Словенија.</p>
<p>За време на периодот на стипендирање, примателите вообичаено не смеат:</p>
<ul>
<li>да примаат словенечка државна или Зоисова стипендија;</li>
<li>да примаат друга стипендија или финансиска поддршка наменета за студирање во Словенија;</li>
<li>да бидат вработени или самовработени во Словенија или во странство;</li>
<li>да бидат евидентирани како невработени;</li>
<li>да бидат управители на компанија или директори на приватна установа.</li>
</ul>
<p>Студиски размени во странство може да бидат дозволени со претходна согласност од Фондот, но не смеат да се одвиваат во матичната земја на студентот. Може да се поднесе само една пријава за една студиска програма.</p>
<h2 id="residence">5. Престој и задолжителен полномошник во Словенија</h2>
<p>До рокот за аплицирање, кандидатите мора или да имаат пријавен привремен престој во Словенија или да назначат полномошник кој законски живее во Словенија.</p>
<p>Полномошникот ја прима официјалната кореспонденција, му помага на кандидатот да ги разбере документите издадени на словенечки јазик и го застапува во постапката. Официјалниот образец за полномошно треба да биде потпишан од кандидатот и полномошникот.</p>
<p>Кандидатите треба да поднесат и барање за дозвола за привремен престој во Словенија заради студирање пред <strong>1 октомври 2026 година</strong>. Барањето може да се поднесе во словенечка амбасада или конзулат во странство или во надлежната управна единица во Словенија.</p>
<p>Кандидатите кои сè уште не живеат во Словенија треба навреме да најдат доверливо лице со престој во Словенија кое ќе се согласи да биде нивен полномошник.</p>
<h2 id="documents">6. Кои документи се потребни?</h2>
<p>Пријавата вклучува оригинален, целосно пополнет и рачно потпишан образец, заедно со документи што докажуваат дека кандидатот ги исполнува сите услови. Главните документи се:</p>
<ol>
<li>Официјалниот образец за пријава</li>
<li>Пополнето полномошно или доказ за пријавен привремен престој во Словенија</li>
<li>Доказ за државјанство</li>
<li>Доказ за постојано живеалиште во странство</li>
<li>Доказ дека е поднесено барање за дозвола за престој заради студирање</li>
<li>Потврда за запишување и информации за студиската програма</li>
<li>Диплома од додипломски студии или официјален доказ за завршување</li>
<li>Официјален препис со сите оценки од додипломските студии</li>
<li>Објаснување на системот на оценување, доколку се разликува од словенечкиот</li>
<li>Документација за претходно запишување на постдипломски студии, кога е применливо</li>
</ol>
<p>Кандидатите кои ги завршиле додипломските студии по 31 декември 2025 година треба да достават ажуриран препис издаден по 1 јануари 2026 година, со оценките и датумите кога биле добиени.</p>
<p>Документите може да се достават на странски јазик со <strong>латинично писмо</strong>, но Фондот може да побара заверен превод на словенечки јазик. Документи на кирилица не треба да се доставуваат без соодветен официјален превод. Оригиналите и заверените копии доставени до Фондот може да не бидат вратени.</p>
<p>Кандидатите кои сакаат дополнителни бодови за научни публикации или релевантно работно искуство треба да ги достават пропишаните докази. Публикациите мора да бидат правилно внесени и класифицирани во COBISS, а работното искуство треба да биде потврдено од работодавачот.</p>
<h2 id="selection">7. Како се избираат кандидатите?</h2>
<p>Минималната потребна просечна оценка е <strong>8,0</strong>. Доколку бараниот вкупен износ од прифатливите кандидати ги надмине достапните средства, пријавите се рангираат според:</p>
<ul>
<li>академски успех на додипломските студии;</li>
<li>научни публикации и учество на конференции;</li>
<li>релевантно професионално искуство.</li>
</ul>
<p>Академскиот успех носи најмногу 40 бодови, а публикациите најмногу 30 бодови. Може да се земе предвид и релевантно работно искуство од 2023, 2024 и 2025 година, доколку е поврзано со областа на студирање и траело најмалку шест месеци.</p>
<aside class="guide-box guide-box--warning">
<p class="guide-box-title"><i class="fas fa-circle-question" aria-hidden="true"></i>Точка за појаснување со Фондот</p>
<p>Во официјалниот конкурс има очигледна недоследност во овој дел: насловот наведува дека работното искуство носи до 20 бодови, додека прикажаната табела предвидува 5 или 10 бодови. Кандидатите на кои им се важни овие бодови треба да побараат појаснување директно од Фондот.</p>
</aside>
<h2 id="apply">8. Како и до кога се аплицира?</h2>
<p>Целосната пријава мора да се достави во физичка форма на адреса:</p>
<p><strong>Javni štipendijski, razvojni, invalidski in preživninski sklad Republike Slovenije</strong><br>
Dunajska cesta 20<br>
1000 Ljubljana<br>
Slovenija</p>
<p>На пликот треба да стои: <strong>„prijava na 380. javni razpis“</strong>.</p>
<p>Пријавите може да се достават лично во работното време на Фондот или по пошта. Пријави испратени по е-пошта не се прифаќаат.</p>
<p>Рокот е <strong>среда, 2 септември 2026 година</strong>. Ако пријавата е испратена со препорачана пошта, датумот на испраќање се смета за датум на поднесување. Кај обична пошта или лично доставување, пријавата мора да пристигне во Фондот пред истекот на рокот.</p>
<p>Бидејќи се потребни документи од универзитети, јавни институции, работодавачи и можеби овластен преведувач, подготовката треба да започне значително порано.</p>
<h2 id="after">9. Што следува по добивањето на стипендијата?</h2>
<p>Фондот издава официјална одлука за секој кандидат. Успешните кандидати потоа потпишуваат договор за стипендирање во кој се утврдени исплатата и нивните обврски.</p>
<p>Примателите мора редовно да напредуваат во повисока година, да ја завршат програмата во договорениот рок и да достават доказ за успешно завршување. Неисполнувањето на условите може да доведе до прекин на стипендијата и евентуална обврска за враќање средства, зависно од договорот и важечките правила.</p>
<p>За студентите од Северна Македонија, оваа стипендија може значително да помогне со животните трошоци за време на магистерските студии во Словенија. Сепак, таа важи само за избрани области, има строги услови за престој и вработување и бара детална физичка пријава.</p>
<p>Најпрво потврдете дека програмата е прифатлива, проверете дали се плаќа школарина, најдете полномошник во Словенија доколку е потребно и започнете со собирање на документите значително пред <strong>2 септември 2026 година</strong>.</p>
<ul class="guide-linklist">
<li><a href="https://www.srips-rs.si/vsi-razpisi/razpis/javni-razpis-za-dodelitev-stipendij-tujim-drzavljanom-za-studij-v-sloveniji-za-leto-2026-380-javni-razpis" target="_blank" rel="noopener">Јавен стипендиски фонд на Словенија: официјален 380. јавен конкурс и документи за пријавување</a></li>
<li><a href="https://www.uni-lj.si/novice/2026-02-04-javni-razpis-za-dodelitev-stipendij-tujim-drzavljanom-zahodnega-balkana-za-studij-v-sloveniji-za-leto-2026" target="_blank" rel="noopener">Универзитет во Љубљана: известување за стипендијата за студенти од Западен Балкан</a></li>
</ul>
<p class="guide-last-checked">Последно проверено: 3 август 2026</p>
</div>
<footer class="article-footer">
<hr>
<div class="author-share-section">
<div class="author-details">
<img width="150" height="150" loading="lazy" decoding="async" src="../../../images/msos-emblem-avatar.png" alt="MSOS">
<div class="author-text">
<p class="author-name">Тимот на МСОС</p>
<p class="author-title">Македонска студентска организација во Словенија</p>
</div>
</div>
<div class="share-buttons">
<button class="btn btn-secondary"><i class="fas fa-link"></i> Копирај врска</button>
<a href="#" class="social-icon-btn" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social-icon-btn" aria-label="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</footer>
</article>
</div>
<section class="newsletter-cta">
<div class="container">
<div class="cta-content">
<h2>Не пропуштајте ниту една новост од МСОС</h2>
<p>Вести, соопштенија и отворени повици, директно во вашето сандаче.</p>
<form class="subscribe-form-bottom">
<div class="input-wrapper">
<input type="email" placeholder="Внесете ја вашата е-пошта" aria-label="Е-пошта">
</div>
<button type="submit" class="btn btn-primary-orange">Претплати се</button>
</form>
<p class="privacy-note">Ние се грижиме за вашите податоци во нашата <a href="../../../mk/privacy-policy/">политика за приватност</a></p>
</div>
</div>
</section>
</main>
<!-- START_FOOTER -->
<footer>
<div class="footer-container">
<div class="footer-main">
<div class="footer-info">
<div class="footer-logo">
<img loading="lazy" decoding="async" src="../../../images/msos-logo-white-mk.svg" alt="Логотип на Македонската студентска организација во Словенија">
</div>
<p class="footer-legal-name">Društvo Makedonska Študentska Organizacija v Sloveniji za študentsko podporo in kulturno sodelovanje</p>
<p>
Masarykova cesta 24<br>
1000 Ljubljana, Словенија<br>
<a href="mailto:info@msosorg.com">info@msosorg.com</a>
</p>
<div class="social-icons">
<a href="https://www.facebook.com/msos.org" aria-label="Facebook" target="_blank" rel="noopener"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/msosorg_com" aria-label="Instagram" target="_blank" rel="noopener"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/msos-org" aria-label="LinkedIn" target="_blank" rel="noopener"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.youtube.com/@msosorg" aria-label="YouTube" target="_blank" rel="noopener"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="footer-links">
<div class="links-column">
<h4>Студентски водич</h4>
<a href="../../../mk/student-welcome-guide/">Студентски водич за добредојде</a>
<a href="../../../mk/student-welcome-guide/complete-student-journey/">Целосниот пат</a>
<a href="../../../mk/student-welcome-guide/application-deadlines/">Рокови за пријава</a>
<a href="../../../mk/student-welcome-guide/evs-application-guide/">Пријава преку eVŠ</a>
<a href="../../../mk/student-welcome-guide/student-residence-permit/">Дозвола за престој</a>
<a href="../../../mk/student-welcome-guide/student-accommodation/">Сместување</a>
</div>
<div class="links-column">
<h4>Истражи</h4>
<a href="../../../mk/get-to-know-slovenia/">Запознај ја Словенија</a>
<a href="../../../mk/get-to-know-macedonia/">Запознај ја Македонија</a>
<a href="../../../mk/projects/">Проекти и настани</a>
</div>
<div class="links-column">
<h4>Организација</h4>
<a href="../../../mk/about-us/">За нас</a>
<a href="../../../mk/timeline-and-milestones/">Времеплов и достигнувања</a>
<a href="mailto:info@msosorg.com">Контактирајте нè</a>
</div>
</div>
</div>
<hr>
<div class="footer-bottom">
<p>© 2026 МСОС. Сите права задржани.</p>
<div class="legal-links">
<a href="../../../mk/privacy-policy/">Политика за приватност</a>
<a href="../../../mk/cookie-policy/">Политика за колачиња</a>
<a href="../../../mk/legal/">Официјални информации</a>
<a href="#" class="js-manage-cookies" onclick="if(window.msosOpenConsent){msosOpenConsent();}return false;">Управувај со колачиња</a>
</div>
</div>
<div class="footer-disclaimer"><p>Информациите на оваа веб-страница се споделени од студенти само за општо упатство. Може да бидат нецелосни или застарени и не претставуваат правен или професионален совет — секогаш проверувајте ги важните детали кај надлежните официјални институции. МСОС не сноси одговорност за грешки, пропусти или одлуки донесени врз основа на оваа содржина.</p></div>
<div class="footer-credit">
<span>Изработено со помош на Марк и Домен од <a href="https://www.spletnimojster.si" target="_blank" rel="noopener">Сплетни Мојстер</a> и Кристијан од МСОС. Голема благодарност до нив!</span>
</div>
</div>
</footer>
<!-- END_FOOTER -->
<script src="../../../main.js"></script>
<link rel="stylesheet" href="/assistant.css">
<script src="/assistant.js" defer></script>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show More