diff --git a/assistant.js b/assistant.js index bc667519..a4372a7d 100644 --- a/assistant.js +++ b/assistant.js @@ -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: "Прочитај повеќе", diff --git a/css/layout/_footer.css b/css/layout/_footer.css index b5e5158f..3647a8a3 100644 --- a/css/layout/_footer.css +++ b/css/layout/_footer.css @@ -152,6 +152,16 @@ footer hr { .footer-credit a { color: rgba(255, 255, 255, 0.8); text-decoration: underline; text-underline-offset: 2px; } .footer-credit a:hover { color: #FFFFFF; } +/* Site-wide informative disclaimer (present on every page's footer) */ +.footer-disclaimer { + max-width: 980px; margin: 26px auto 0; padding-top: 20px; + border-top: 1px solid rgba(255, 255, 255, 0.14); + font-size: 12px; line-height: 18px; + color: rgba(255, 255, 255, 0.6); text-align: center; +} +.footer-disclaimer a { color: rgba(255, 255, 255, 0.85); text-decoration: underline; text-underline-offset: 2px; } +.footer-disclaimer a:hover { color: #FFFFFF; } + /* ========================================================================== Mobile Footer Styles diff --git a/css/main.css b/css/main.css index 607ce0b9..949bfff7 100644 --- a/css/main.css +++ b/css/main.css @@ -42,4 +42,7 @@ @import 'pages/_support.css'; @import 'pages/_hub.css'; @import 'pages/_legal.css'; -@import 'pages/_gallery.css'; \ No newline at end of file +@import 'pages/_gallery.css'; + +/* Loaded last so the shared filter bar wins over per-page chip styles. */ +@import 'pages/_filterbar.css'; \ No newline at end of file diff --git a/css/pages/_about.css b/css/pages/_about.css index 96fa914d..8c1ba6ac 100644 --- a/css/pages/_about.css +++ b/css/pages/_about.css @@ -249,13 +249,18 @@ ========================================================================== */ .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; + /* Drop the inherited cream .page-header-section band so the title sits directly + on the section's blue gradient (no white rectangle behind it). */ + background: transparent; } .mission-vision-section .page-header-section h2 { @@ -278,7 +283,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; @@ -443,13 +450,11 @@ flex-direction: column; gap: 16px; } + /* The mission/vision icons are unnecessary on mobile — show text only. */ .mission-icon-content, .vision-icon-content { - order: 1; - opacity: 1 !important; /* Ensure icons are visible */ - transform: none !important; + display: none; } .mission-text-content, .vision-text-content { - order: 2; opacity: 1 !important; /* Ensure text is visible */ transform: none !important; } @@ -457,4 +462,101 @@ .faq-cta-container { padding: 32px; } .faq-cta-container h3 { font-size: 18px; } .faq-cta-container p { font-size: 16px; line-height: 24px; } -} \ No newline at end of file +} +/* ========================================================================== + Full-bleed auto-rotating team hero (under the About Us title) + ========================================================================== */ +.about-hero { + position: relative; left: 50%; transform: translateX(-50%); + width: 100vw; min-height: clamp(440px, 60vw, 640px); + /* Align text to the upper area so it sits above people's faces, not over them. */ + display: flex; align-items: flex-start; justify-content: center; text-align: center; + overflow: hidden; margin: 0 0 8px; +} +.about-hero-slide { + position: absolute; inset: 0; z-index: 1; + background-size: cover; background-position: center; + opacity: 0; transition: opacity 1.4s ease; +} +.about-hero-slide.is-active { opacity: 1; } +.about-hero-overlay { + position: absolute; inset: 0; z-index: 2; pointer-events: none; + background: linear-gradient(180deg, rgba(45, 115, 140, 0.58) 0%, rgba(24, 74, 94, 0.66) 100%); +} +/* Title + text overlaid on the rotating images (like the landing hero) */ +.about-hero-content { + position: relative; z-index: 3; + max-width: 900px; padding: 64px 24px; color: #FFFFFF; +} +.about-hero-eyebrow { + display: inline-block; text-transform: uppercase; letter-spacing: 0.08em; + font-size: 14px; font-weight: 700; color: #FFCBB0; margin-bottom: 14px; + text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25); +} +.about-hero-content h1 { + font-size: clamp(30px, 5vw, 48px); line-height: 1.15; font-weight: 700; + color: #FFFFFF; margin: 0 0 18px; text-shadow: 0 2px 16px rgba(0, 0, 0, 0.32); +} +.about-hero-lead { + font-size: clamp(16px, 2vw, 19px); line-height: 1.5; + color: rgba(255, 255, 255, 0.92); margin: 0 auto; max-width: 680px; + text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28); +} +@media (prefers-reduced-motion: reduce) { + .about-hero-slide { transition: none; } +} + +/* ========================================================================== + Appreciation to members & friends (photo carousel + names) + ========================================================================== */ +.appreciation-section { padding: 84px 24px 96px; background: #FFFFFF; text-align: center; overflow: hidden; } +.appreciation-section h2 { font-size: clamp(34px, 5vw, 54px); font-weight: 700; letter-spacing: -0.02em; color: #101828; margin: 0 0 16px; } +.appr-lead { font-size: clamp(17px, 2vw, 21px); line-height: 1.5; color: #667085; max-width: 760px; margin: 0 auto; } + +/* Apple-style scrolling photo marquee */ +.appr-marquee { + position: relative; left: 50%; transform: translateX(-50%); + width: 100vw; overflow: hidden; + /* extra vertical room so the enlarged focal card is not clipped */ + margin-bottom: 48px; padding: 40px 0; + -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%); + mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%); +} +.appr-track { + display: flex; align-items: center; width: max-content; + animation: appr-scroll 70s linear infinite; +} +.appr-marquee:hover .appr-track { animation-play-state: paused; } +.appr-card { + flex: 0 0 auto; margin-right: 24px; + width: clamp(240px, 27vw, 380px); + height: clamp(170px, 19vw, 270px); + border-radius: 20px; overflow: hidden; background: #EAF1F4; + box-shadow: 0 12px 30px rgba(16, 24, 40, 0.14); + /* base state before JS focal-scaling kicks in */ + transform: scale(0.82); transform-origin: center center; + will-change: transform, filter; + filter: brightness(0.62); +} +.appr-card img { width: 100%; height: 100%; object-fit: cover; display: block; } +@keyframes appr-scroll { + from { transform: translateX(0); } + to { transform: translateX(-50%); } +} +.appr-intro { margin-bottom: 40px; } + +.appreciation-names { + display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 12px; + max-width: 900px; margin: 0 auto; +} +@media (prefers-reduced-motion: reduce) { + .appr-track { animation: none; } + /* no movement => show all cards evenly, no focal zoom/dim */ + .appr-card { transform: scale(0.92); filter: none; } +} +.appr-name { + display: inline-block; padding: 8px 16px; border-radius: 999px; + background: #F2F7F9; border: 1px solid #E1ECF0; color: #2D5F72; + font-size: 15px; font-weight: 600; +} +.appreciation-note { font-size: 13px; color: #98A2B3; margin: 26px auto 0; font-style: italic; } diff --git a/css/pages/_article.css b/css/pages/_article.css index 9b5c0123..84380c01 100644 --- a/css/pages/_article.css +++ b/css/pages/_article.css @@ -723,4 +723,54 @@ font-size: 12px; font-weight: 600; color: #667085; -} \ No newline at end of file +} +/* ========================================================================== + 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; } + +/* Prose posts (personal stories) — no scrollspy sidebar, single centred column */ +.article-page--prose .article-sidebar { display: none; } +.article-page--prose .article-layout-container { display: block; } +.article-page--prose .article-container { max-width: 760px; margin: 0 auto; } +.article-page--prose .mobile-article-header { display: none; } + +/* ---- Sidebar CTA: sits under the table of contents (Proxify-style) ---- */ +.sidebar-cta { + flex-shrink: 0; + margin-top: 18px; + background: linear-gradient(160deg, #21596E 0%, #143240 100%); + border-radius: 16px; + padding: 20px 18px; + text-align: center; + color: #FFFFFF; +} +.sidebar-cta-title { font-size: 16px; font-weight: 700; line-height: 1.3; margin: 0 0 14px; } +.sidebar-cta-btn { + display: block; background: #FA7850; color: #FFFFFF; font-weight: 600; font-size: 14px; + padding: 11px 14px; border-radius: 10px; text-decoration: none; + transition: background 0.18s ease; +} +.sidebar-cta-btn:hover { background: #E8613B; } +.sidebar-cta-note { font-size: 12px; line-height: 17px; color: rgba(255,255,255,0.78); margin: 12px 0 0; } +.sidebar-cta-note a { color: #FFFFFF; text-decoration: underline; text-underline-offset: 2px; } + +/* Where a page has the sidebar CTA (i.e. it has a ToC), the desktop bottom CTA is + redundant, so hide it above the mobile breakpoint. Pages without a ToC sidebar + keep the bottom CTA on every screen. On mobile the sidebar is hidden, so the + bottom CTA always shows. */ +@media (min-width: 769px) { + .article-page:has(.sidebar-cta) .article-support-cta { display: none; } +} diff --git a/css/pages/_blog.css b/css/pages/_blog.css index 2a147153..c957971a 100644 --- a/css/pages/_blog.css +++ b/css/pages/_blog.css @@ -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; diff --git a/css/pages/_filterbar.css b/css/pages/_filterbar.css new file mode 100644 index 00000000..81e20105 --- /dev/null +++ b/css/pages/_filterbar.css @@ -0,0 +1,247 @@ +/* ========================================================================== + Category filter bar (Proxify-style) + search dropdown + Shared by the Events & Projects, Blog and News pages. The existing chip + elements (.filter-pill / .blog-chip / .newshub-chip) are reused as tabs and + progressively enhanced into this bar by filter-search.js — so the existing + filtering + pagination keeps working untouched. + This file is imported LAST in main.css so its rules win over the per-page + chip styles regardless of specificity. + ========================================================================== */ + +.filterbar { + position: relative; + display: flex; + align-items: center; + gap: 6px; + width: fit-content; + max-width: 100%; + margin: 0 auto 40px; + padding: 9px 12px; + background: #F9FAFB; + border-radius: 999px; + box-shadow: 0 8px 30px rgba(16, 24, 40, 0.10); +} +/* Search mode: bar turns solid white and stretches wide */ +.filterbar.is-searching { + width: 100%; + max-width: 880px; + background: #FFFFFF; +} + +/* ---- Tabs (reuse the existing chip row) ---- */ +.filterbar-tabs { + display: flex; + align-items: center; + gap: 2px; + flex: 1 1 auto; + margin: 0; + padding: 0; + border: 0; + overflow-x: auto; + scrollbar-width: none; +} +.filterbar-tabs::-webkit-scrollbar { display: none; } +.filterbar-tabs[hidden] { display: none; } + +.filterbar .filter-pill, +.filterbar .blog-chip, +.filterbar .newshub-chip { + flex: 0 0 auto; + display: inline-flex; + align-items: center; + gap: 7px; + height: 42px; + padding: 0 18px; + font-family: inherit; + font-size: 14px; + font-weight: 600; + line-height: 1.3; + white-space: nowrap; + color: #344054; + background: transparent; + border: 0; + border-radius: 999px; + cursor: pointer; + transition: color .15s ease, background .15s ease, box-shadow .15s ease; +} +.filterbar .filter-pill i, +.filterbar .blog-chip i, +.filterbar .newshub-chip i { font-size: 12px; } + +.filterbar .filter-pill:hover, +.filterbar .blog-chip:hover, +.filterbar .newshub-chip:hover { color: #2D5F72; background: transparent; } + +.filterbar .filter-pill.active, +.filterbar .blog-chip.is-active, +.filterbar .newshub-chip.is-active { + color: #2D5F72; + background: #FFFFFF; + box-shadow: 0 1px 3px rgba(16, 24, 40, 0.10), 0 1px 2px rgba(16, 24, 40, 0.06); +} + +/* ---- Search icon button ---- */ +.filterbar-search-btn { + flex: 0 0 auto; + display: inline-flex; + align-items: center; + justify-content: center; + width: 42px; height: 42px; + border: 0; + border-radius: 999px; + background: transparent; + color: #344054; + font-size: 18px; + cursor: pointer; + transition: color .15s ease; +} +.filterbar-search-btn:hover { color: #2D5F72; } +.filterbar-search-btn[hidden] { display: none; } + +/* ---- Search mode row ---- */ +.filterbar-search { + display: flex; + align-items: center; + gap: 10px; + flex: 1 1 auto; + width: 100%; +} +.filterbar-search[hidden] { display: none; } +.filterbar-search-label { + display: none; + padding: 0 6px 0 12px; + font-size: 14px; + font-weight: 600; + color: #101828; + white-space: nowrap; +} +@media (min-width: 640px) { .filterbar-search-label { display: block; } } + +.filterbar-search-field { + display: flex; + align-items: center; + gap: 10px; + flex: 1 1 auto; + height: 42px; + padding: 0 14px; + background: #FFFFFF; + border: 1.5px solid #2D5F72; + border-radius: 999px; + box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #E1ECF0; +} +.filterbar-search-field i { color: #101828; font-size: 15px; } +.filterbar-search-field input { + flex: 1 1 auto; + height: 100%; + border: 0; + outline: 0; + background: transparent; + font-family: inherit; + font-size: 15px; + color: #101828; +} +.filterbar-search-field input::placeholder { color: #98A2B3; } + +.filterbar-search-close { + flex: 0 0 auto; + display: inline-flex; + align-items: center; + justify-content: center; + width: 42px; height: 42px; + border: 0; + border-radius: 999px; + background: transparent; + color: #667085; + font-size: 18px; + cursor: pointer; + transition: color .15s ease; +} +.filterbar-search-close:hover { color: #101828; } + +/* ---- Results dropdown ---- */ +.filterbar-results { + position: absolute; + left: 0; right: 0; + top: calc(100% + 8px); + z-index: 20; + padding: 20px 8px 12px; + background: #F9FAFB; + border-radius: 24px; + box-shadow: 0 8px 30px rgba(16, 24, 40, 0.16); +} +.filterbar-results[hidden] { display: none; } +.filterbar-results-count { + margin: 0 0 8px; + padding: 0 18px; + font-size: 13px; + color: #667085; +} +.filterbar-results-list { + list-style: none; + margin: 0; + padding: 0 8px; + max-height: 400px; + overflow-y: auto; + display: flex; + flex-direction: column; + gap: 2px; +} +.filterbar-result { border-radius: 14px; transition: background .15s ease; } +.filterbar-result:hover { background: #FFFFFF; } +.filterbar-result-link { + display: flex; + align-items: center; + gap: 16px; + padding: 12px; + text-decoration: none; +} +.filterbar-result-thumb { + flex: 0 0 auto; + display: flex; + align-items: center; + justify-content: center; + width: 112px; height: 72px; + border-radius: 12px; + overflow: hidden; + background: #EAF1F4; + color: #2D5F72; + font-size: 24px; +} +.filterbar-result-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; } +.filterbar-result-body { + display: flex; + flex-direction: column; + gap: 6px; + min-width: 0; +} +.filterbar-result-cat { + align-self: flex-start; + padding: 3px 10px; + font-size: 12px; + font-weight: 600; + color: #475467; + background: #FFFFFF; + border: 1px solid #D0D5DD; + border-radius: 999px; +} +.filterbar-result-title { + font-size: 15px; + font-weight: 700; + line-height: 1.35; + color: #101828; +} + +/* ========================================================================== + Projects sub-filter row (event types) — centred pill row under the bar, + styled like the Proxify secondary chips. + ========================================================================== */ +.filter-subnav { + justify-content: center; + gap: 10px; + margin-top: 4px; +} + +@media (max-width: 640px) { + .filterbar { width: 100%; border-radius: 20px; } + .filterbar.is-searching { width: 100%; } +} diff --git a/css/pages/_gallery.css b/css/pages/_gallery.css index fd7f598e..496436a2 100644 --- a/css/pages/_gallery.css +++ b/css/pages/_gallery.css @@ -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; diff --git a/css/pages/_guide.css b/css/pages/_guide.css index b69b686e..babe16b6 100644 --- a/css/pages/_guide.css +++ b/css/pages/_guide.css @@ -227,7 +227,7 @@ color: #101828; } .guide-landing-hero p { - max-width: 720px; + max-width: 880px; margin: 0 auto 12px; font-size: 17px; line-height: 28px; @@ -613,7 +613,7 @@ /* ---------- Route builder ---------- */ .guide-route { max-width: 920px; - margin: -36px auto 0; + margin: 0 auto; position: relative; background: #FFFFFF; border: 1px solid #EAECF0; @@ -1025,3 +1025,14 @@ .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; + max-width: 880px; /* keep it to the reading column, not full-bleed */ + background: #FFF7ED; border: 1px solid #FED7AA; border-left: 4px solid #FB923C; + border-radius: 12px; padding: 15px 18px; margin: 8px auto 48px; +} +.guide-disclaimer > i { color: #EA7317; font-size: 18px; margin-top: 2px; flex: 0 0 auto; } +.guide-disclaimer .gd-body { font-size: 13.5px; line-height: 21px; color: #7C4A21; } +.guide-disclaimer .gd-body strong { display: block; color: #9A3412; font-size: 14px; margin-bottom: 3px; } diff --git a/css/pages/_home.css b/css/pages/_home.css index e7f2a858..2d683985 100644 --- a/css/pages/_home.css +++ b/css/pages/_home.css @@ -47,7 +47,15 @@ left: 0; height: 100%; width: 100%; - background: rgba(45, 115, 140, 0.64); + /* Radial vignette (Proxify-style): a light, whitish-blue glow in the centre + over the CTA that falls off to a deep, dark blue at the edges — pulling + the eye straight to the middle where the "Become a member" button sits. + Focal point biased slightly downward (58%) to sit on the button. */ + background: radial-gradient(ellipse 70% 78% at 50% 58%, + rgba(178, 218, 238, 0.40) 0%, + rgba(96, 165, 190, 0.46) 28%, + rgba(34, 86, 114, 0.74) 58%, + rgba(9, 34, 52, 0.96) 100%); z-index: 2; } @@ -88,7 +96,8 @@ .hero-content p { font-size: 20px; line-height: 30px; - margin: 0 0 72px 0; + /* tighter gap so the CTA sits a bit higher, closer to the copy */ + margin: 0 0 40px 0; } /* 2. Partners Section */ diff --git a/css/pages/_hub.css b/css/pages/_hub.css index ed63d1fa..04784437 100644 --- a/css/pages/_hub.css +++ b/css/pages/_hub.css @@ -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; diff --git a/css/pages/_legal.css b/css/pages/_legal.css index 5c3c3007..2879faca 100644 --- a/css/pages/_legal.css +++ b/css/pages/_legal.css @@ -47,3 +47,9 @@ .legal-row { flex-direction: column; gap: 2px; } .legal-row .v { text-align: left; } } + +/* Prose card (website content & liability disclaimer) */ +.legal-prose { padding: 18px 24px 20px; } +.legal-prose p { font-size: 14px; line-height: 22px; color: #475467; margin: 0 0 12px; } +.legal-prose p:last-child { margin-bottom: 0; } +.legal-prose a { color: #2D738C; font-weight: 500; } diff --git a/css/pages/_member.css b/css/pages/_member.css index 42cc44a9..e15d284c 100644 --- a/css/pages/_member.css +++ b/css/pages/_member.css @@ -76,13 +76,25 @@ .mm-num-label { display: block; margin-top: 8px; font-size: 15px; color: rgba(255,255,255,0.85); } .mm-numbers-section .mm-note { color: rgba(255,255,255,0.6); margin-top: 24px; } -/* ---- ways ---- */ -.mm-ways { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } -.mm-way { border: 1px solid #EAECF0; border-radius: 16px; padding: 24px; background: #FFFFFF; transition: border-color 0.18s ease, box-shadow 0.18s ease; } -.mm-way:hover { border-color: #F6C9A8; box-shadow: 0 10px 22px rgba(242,118,46,0.10); } -.mm-way-ico { font-size: 22px; color: var(--mm-teal); margin-bottom: 12px; } -.mm-way h3 { font-size: 17px; margin: 0 0 6px; } -.mm-way p { font-size: 14px; line-height: 22px; color: #667085; margin: 0; } +/* ---- ways (hub-style auto-scrolling slider) ---- */ +/* 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 { 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: 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; +} +.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; } /* ---- membership in real life ---- */ .mm-reals { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; } diff --git a/css/pages/_news.css b/css/pages/_news.css index dac0def5..f5d0a68a 100644 --- a/css/pages/_news.css +++ b/css/pages/_news.css @@ -20,7 +20,7 @@ .newshub-hero h1 { max-width: 760px; margin: 0 auto 16px; font-size: 42px; line-height: 1.12; color: #101828; } .newshub-lead { max-width: 640px; margin: 0 auto; font-size: 18px; line-height: 28px; color: #475467; } -.newshub-list { max-width: 1120px; margin: 40px auto 72px; padding: 0 24px; } +.newshub-list { max-width: 1120px; margin: 0 auto 72px; padding: 0 24px; } .newshub-filters { display: flex; flex-wrap: wrap; diff --git a/docs/PRE-LAUNCH-TODO.md b/docs/PRE-LAUNCH-TODO.md index 6776e020..314a23a0 100644 --- a/docs/PRE-LAUNCH-TODO.md +++ b/docs/PRE-LAUNCH-TODO.md @@ -35,6 +35,18 @@ placeholder inventory lives in `PRE-LAUNCH-CHECKLIST.md`; GA4 setup in - [ ] Periodically bump Font Awesome (currently 6.5.1, pinned + SRI) and regenerate its integrity hash. - [ ] Confirm the host takes docroot backups (source is already version-controlled in Gitea; form data in Google Sheets / MailerLite). +## 🛠 Maintenance / build steps to remember + +- [ ] **After adding a brand-new page, run SEO.** The pre-commit hook + (`tools/git-hooks/pre-commit`, activate once with + `git config core.hooksPath tools/git-hooks`) auto-syncs the News hub, + homepage "Latest news", `/llms.txt` and `/links-for-bots/` on every commit — + but it does **not** run SEO. For a new page also: + 1. add its date to `ARTICLE_DATES` in `tools/seo_inject.py`, then + 2. run `python tools/seo_inject.py --all --sitemap` (SEO meta + canonical/hreflang + sitemap entry). + - Open decision: fold `seo_inject` into the hook or a deploy step so even this is hands-off + (kept out by default because it rewrites all ~225 pages). + ## ✅ Done (for reference — already live/hardened) - Security headers (HSTS, enforcing CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy) diff --git a/en/about-us/index.html b/en/about-us/index.html index fac2eeda..39230321 100644 --- a/en/about-us/index.html +++ b/en/about-us/index.html @@ -76,8 +76,8 @@ @@ -135,8 +135,8 @@ @@ -191,12 +191,24 @@
- -
-
- About us + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ About us

Our team, mission, vision & core values

-

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 and shaping student life in Slovenia.

+

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 and shaping student life in Slovenia.

@@ -344,17 +356,42 @@
-
-
-
- Avatar of Marija - Avatar of Kristijan - Avatar of Lea + +
+
+

Our members & friends

+

MSOS is its people. With gratitude to everyone who has been part of our story — and everyone still writing it with us.

+
+ +
+
+
MSOS members at an event
+
MSOS members at an event
+
Macedonian Student Night in Ljubljana
+
MSOS members at an event
+
MSOS members at an event
+
Macedonian Student Night in Ljubljana
+
MSOS members at an event
+
MSOS members at an event
+ + + + + + + + +
-

Have any questions?

-

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

- See all FAQs -
+
+
+ Kristijan P. + Lea J. + Marko A. + Marija K. + Monika V. +
+

Placeholder — the full list of members and friends is being compiled.

@@ -401,6 +438,13 @@ Timeline and milestones Contact us +
@@ -413,6 +457,7 @@ Manage cookies + diff --git a/en/become-a-member/index.html b/en/become-a-member/index.html index ddac7d42..30e2614c 100644 --- a/en/become-a-member/index.html +++ b/en/become-a-member/index.html @@ -76,8 +76,8 @@ @@ -135,8 +135,8 @@ @@ -209,7 +209,7 @@

Why become a member?

- Macedonian students gathered together in Ljubljana + Macedonian students gathered together in Ljubljana
Real events, real friendships
@@ -241,7 +241,7 @@

Feel at home away from home

Belong to a community where you never have to explain where you come from.

- Students writing their names in Cyrillic at Macedonian Student Night + Students writing their names in Cyrillic at Macedonian Student Night
A piece of home in Slovenia
@@ -261,31 +261,43 @@

There is more than one way to be part of MSOS

You do not need to organise events or lead to belong. Join in the way that fits you.

-
-
-
-

Stay connected

Receive updates and know what is happening.

-
-
-
-

Join the community

Come to events, meet people and take part when it suits you.

-
-
-
-

Volunteer sometimes

Help with selected activities without a long-term commitment.

-
-
-
-

Join projects

Contribute to specific initiatives, campaigns, guides or collaborations.

-
-
-
-

Organise events

Help plan, coordinate, promote and deliver activities.

-
-
-
-

Take responsibility

Explore leadership, governance, representation or local team roles.

-
+
@@ -585,6 +597,13 @@ Timeline and milestones Contact us +
@@ -597,6 +616,7 @@ Manage cookies + diff --git a/en/blog/ad-futura-scholarship-slovenia-2026/index.html b/en/blog/ad-futura-scholarship-slovenia-2026/index.html new file mode 100644 index 00000000..7d92c651 --- /dev/null +++ b/en/blog/ad-futura-scholarship-slovenia-2026/index.html @@ -0,0 +1,452 @@ + + + + + + Study in Slovenia with an Ad futura Scholarship: Guide for Western Balkan Students in 2026 - MSOS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+
+

Select Language

+ +
+ +
+
+ + +
+ +
+ Study in Slovenia with an Ad futura Scholarship: Guide for Western Balkan Students in 2026 + +
+
+
+ +
+ +
+
+ +
+ + + +
+
+

Guides · Last checked 2 August 2026

+

Study in Slovenia with an Ad futura Scholarship: Guide for Western Balkan Students in 2026

+

Planning to continue your studies in Slovenia? 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.

+
+ +
+ Macedonian students together in Slovenia +
Illustrative image · Placeholder image.
+
+ +
+

Planning to continue your studies in Slovenia? 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.

+

The scholarship provides €800 per month, or €9,600 per academic year, for living expenses. Applications are open until 2 September 2026.

+

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.

+

1. Who can apply?

+

The scholarship is open to citizens of North Macedonia, Bosnia and Herzegovina, Montenegro, Kosovo and Serbia.

+

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.

+

The scholarship is intended only for second-cycle master’s programmes. It is not available for undergraduate studies, doctoral studies, exchange programmes or integrated master’s programmes.

+

Applicants must also:

+
    +
  • be younger than 28 on 1 October 2026;
  • +
  • have an undergraduate average grade of at least 8.0, after conversion to the Slovenian grading system;
  • +
  • enrol in an eligible master’s programme in Slovenia for 2026/2027;
  • +
  • begin studying during the 2026 calendar year;
  • +
  • live in Slovenia during the scholarship period.
  • +
+

2. Which study areas are eligible?

+

The scholarship is available only for master’s programmes classified in the following areas:

+
    +
  1. Natural sciences, mathematics and statistics
  2. +
  3. Information and communication technologies
  4. +
  5. Engineering, manufacturing technologies and construction
  6. +
  7. Agriculture, forestry, fisheries and veterinary medicine
  8. +
  9. Health and social welfare
  10. +
+

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.

+

The scholarship can be used at an accredited higher-education institution anywhere in Slovenia, not only at the University of Ljubljana.

+

3. What does the scholarship cover?

+

Successful applicants receive €800 per month, equivalent to €9,600 for one academic year. 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.

+

The official call provides support specifically for living expenses. 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.

+

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.

+

4. What are the main conditions?

+

Recipients must have student status and live in Slovenia from 1 October 2026 onward. The programme cannot be conducted entirely through distance learning or only through occasional consultations in Slovenia.

+

During the funded period, recipients generally cannot:

+
    +
  • receive a Slovenian state or Zois scholarship;
  • +
  • receive another scholarship or financial support intended for studying in Slovenia;
  • +
  • be employed or self-employed in Slovenia or abroad;
  • +
  • be registered as unemployed;
  • +
  • serve as the manager of a company or director of a private institution.
  • +
+

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.

+

5. Residence and the required representative in Slovenia

+

By the application deadline, applicants must either have registered temporary residence in Slovenia or appoint a representative who legally resides in Slovenia.

+

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.

+

Applicants must also apply for a Slovenian temporary residence permit for study purposes before 1 October 2026. The application can be submitted at a Slovenian embassy or consulate abroad or at the competent administrative unit in Slovenia.

+

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.

+

6. Which documents are required?

+

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:

+
    +
  1. The official application form
  2. +
  3. A completed power of attorney or proof of registered temporary residence in Slovenia
  4. +
  5. Proof of citizenship
  6. +
  7. Proof of permanent residence abroad
  8. +
  9. Proof that an application for a study residence permit has been submitted
  10. +
  11. Proof of enrolment and information about the study programme
  12. +
  13. A bachelor’s diploma or official proof of completion
  14. +
  15. An official transcript containing all undergraduate grades
  16. +
  17. An explanation of the grading scale when it differs from the Slovenian system
  18. +
  19. Documentation about any previous postgraduate enrolment, when applicable
  20. +
+

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.

+

Documents may be submitted in a foreign language using the Latin alphabet, 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.

+

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.

+

7. How are candidates selected?

+

The minimum required undergraduate average is 8.0. If the total amount requested by eligible applicants exceeds the available funding, applications are ranked according to:

+
    +
  • undergraduate academic performance;
  • +
  • scientific publications and conference participation;
  • +
  • relevant professional experience.
  • +
+

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.

+

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.

+

8. How and when do you apply?

+

The complete application must be submitted in physical form to:

+

Javni štipendijski, razvojni, invalidski in preživninski sklad Republike Slovenije Dunajska cesta 20 1000 Ljubljana Slovenia

+

The envelope must be marked:

+

“prijava na 380. javni razpis”

+

Applications can be delivered personally during the Fund’s business hours or sent by post. Applications sent by email are not accepted.

+

The deadline is Wednesday, 2 September 2026. 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.

+

Because the application requires documents from universities, public authorities, employers and potentially a certified translator, candidates should start preparing well in advance.

+

9. What happens after receiving the scholarship?

+

The Fund issues an official decision to every applicant. Successful candidates then sign a scholarship agreement that defines the payment schedule and their obligations.

+

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.

+

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.

+

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 2 September 2026.

+

Author: MSOS Team

+

Sources

+
    +
  1. Public Scholarship Fund of Slovenia: Official 380th Public Call and application documents
  2. +
  3. University of Ljubljana: Scholarship announcement for Western Balkan students
  4. +
+

Last checked: 2 August 2026

+
+ +
+
+
+
+ MSOS emblem +
+

MSOS Team

+

Macedonian Student Organisation in Slovenia

+
+
+ +
+
+
+
+ +
+
+
+

Never miss an MSOS update

+

News, announcements and open calls, straight to your inbox.

+ +

We care about your data in our privacy policy

+
+
+
+
+ + + + + + + + + + + diff --git a/en/blog/how-i-coped-with-leaving-home/index.html b/en/blog/how-i-coped-with-leaving-home/index.html new file mode 100644 index 00000000..8c6bb7d3 --- /dev/null +++ b/en/blog/how-i-coped-with-leaving-home/index.html @@ -0,0 +1,356 @@ + + + + + + How I coped with leaving home - MSOS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+
+

Select Language

+ +
+ +
+
+ + +
+ +
+ How I coped with leaving home + +
+
+
+ +
+ +
+
+ +
+ + + +
+
+

Personal story · 24 April 2024

+

How I coped with leaving home

+

Arriving at the end of your secondary education, with a modest eighteen years behind you, you have to decide where to continue your studies. Will you stay in Macedonia, or perhaps decide to go somewhere abroad (as I decided to continue my education in Slovenia)? Surely the same questions that troubled me are spinning in your head too: "How will I fit into a new environment when I do not know the language?"; "Will I manage to find friends?"; "What will I do without my closest people?".

+
+ +
+ A student reflecting after moving abroad to study +
Illustrative image · Placeholder image.
+
+ +
+

Arriving at the end of your secondary education, with a modest eighteen years behind you, you have to decide where to continue your studies. Will you stay in Macedonia, or perhaps decide to go somewhere abroad (as I decided to continue my education in Slovenia)? Surely the same questions that troubled me are spinning in your head too: "How will I fit into a new environment when I do not know the language?"; "Will I manage to find friends?"; "What will I do without my closest people?".

+

I am here to tell you that what you are going through is completely normal, but that does not mean it should discourage you from taking your life into your own hands. I am not here to tell you what the situation in Macedonia is like or whether it is good to leave your home (that would be intruding on your privacy), but if you ask me, you deserve to see another system so that you can decide for yourself which one you prefer. For example, leaving home made me love our Skopje and our Macedonia so much more.

+

Let us return to the topic and hypothetically imagine that you have decided to study abroad. I will be honest and I will not lie to you: the first few months are the hardest. They are filled with many tears, with a feeling of loneliness, and nostalgia and melancholy will prevail within you. But as they say, after the rain comes the sun. Of course you can overcome these states. I would like to tell you that there is some formula you can apply to adapt to a new environment, but unfortunately that is not the case.

+

I can only tell you what helped me. I arrived in Maribor and felt lonely and sad. I simply did not know what to do with my emotions. I am not an artistic soul, but I began to pour my states and inner unrest into poetry. Those poems of mine helped me to face and accept my reality. I started to share them with my closest people and those around me, and that is how I realised that I am not alone (remember, you are never alone — there is always someone going through the same thing as you).

+

Of course, that was not enough. My everyday life was monotonous and consisted of going to lectures and studying. I missed those charming Skopje events. So I decided to get to know Maribor's culture and I found my own cultural corner. At those events I met my people (we all have our own type of people, and you will always find a place where you find your type) and many new artists I had never heard of. By meeting new people I also improved my Slovene, which I still do not speak clearly and grammatically correctly — but that is only motivation for me to improve it.

+

In my teenage life I was not a person who actively did sports. But out of hardship I even started exercising. I run and work out every day. I do not know why, but it gave me a different perspective on life and made me mentally stronger to cope with my loneliness. Evidently there was something to the words: "a healthy body, a healthy spirit."

+

There are many more little things that helped me start to feel at home in Maribor, but I still believe the most important thing is to stay persistent and brave. Do not give up at the first obstacle, because the world is much more beautiful when you look at it from the arduously-climbed mountain of challenges.

+
+ +
+
+
+
+ MSOS emblem +
+

Vasil Handziski

+

MSOS member

+
+
+ +
+
+
+
+ +
+
+
+

Never miss an MSOS update

+

News, announcements and open calls, straight to your inbox.

+ +

We care about your data in our privacy policy

+
+
+
+
+ + + + + + + + + + + diff --git a/en/blog/how-to-open-slovenian-bank-account/index.html b/en/blog/how-to-open-slovenian-bank-account/index.html index a8bead47..e1041254 100644 --- a/en/blog/how-to-open-slovenian-bank-account/index.html +++ b/en/blog/how-to-open-slovenian-bank-account/index.html @@ -56,7 +56,7 @@ - + @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -233,8 +233,8 @@
- International student using mobile banking after opening a Slovenian bank account -
Photo by Aukid Phumsirichat on Pexels
+ International student using mobile banking after opening a Slovenian bank account +
Illustrative image · Photo by Aukid Phumsirichat on Pexels
@@ -328,7 +328,7 @@
- MSOS emblem + MSOS emblem

MSOS Team

Macedonian Student Organisation in Slovenia

@@ -351,7 +351,7 @@

News, announcements and open calls, straight to your inbox.

@@ -404,6 +404,13 @@ Timeline and milestones Contact us
+

@@ -416,6 +423,7 @@ Manage cookies
+ @@ -426,5 +434,7 @@ + + diff --git a/en/blog/index.html b/en/blog/index.html index 35e7de9d..f9d71274 100644 --- a/en/blog/index.html +++ b/en/blog/index.html @@ -54,7 +54,7 @@ - + @@ -76,8 +76,8 @@ @@ -135,8 +135,8 @@ @@ -209,7 +209,7 @@
-
International student using mobile banking after opening a Slovenian bank account
+
International student using mobile banking after opening a Slovenian bank account
Guides

How to open a Slovenian bank account

@@ -237,6 +237,60 @@
+ +
+
+ Student life +

Where to search for student accommodation in Slovenia

+

University housing, trusted rental sites, community groups, and what to check before you pay or sign — so you avoid scams and settle in safely.

+ 7 min read +
+
+ +
+
+ Guides +

Study in Slovenia with an Ad futura scholarship

+

€800 per month for selected master's programmes in Slovenia for Western Balkan students — eligibility, study areas, conditions and the 2 September 2026 deadline.

+ 8 min read +
+
+ +
+
+ Student life +

Welcome Days at Slovenia's four main universities

+

What to expect during welcome and orientation at Ljubljana, Maribor, Primorska and Nova Gorica, with dates and how to prepare for your first days.

+ 6 min read +
+
+ +
+
+ Guides +

Study in North Macedonia with a government scholarship

+

50 government scholarships for undergraduate studies at public universities in North Macedonia — who can apply, what is covered, and the 31 August 2026 deadline.

+ 6 min read +
+
+ +
+
+ Study tips +

Learning Slovene: where to start

+

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.

+ 6 min read +
+
+ +
+
+ Community +

How I coped with leaving home

+

A personal story by MSOS member Vasil Handziski about the hardest first months abroad — and the small things that made Maribor start to feel like home.

+ 4 min read +
+
@@ -300,15 +354,6 @@ Coming soon
-
-
-
- Study tips -

Learning Slovene: where to start

-

This story is on the way. We are preparing helpful, first-hand tips for Macedonian students in Slovenia.

- Coming soon -
-
+
@@ -373,6 +425,7 @@ Manage cookies + @@ -383,5 +436,8 @@ + + + diff --git a/en/blog/learning-slovene-where-to-start/index.html b/en/blog/learning-slovene-where-to-start/index.html new file mode 100644 index 00000000..63d1ae59 --- /dev/null +++ b/en/blog/learning-slovene-where-to-start/index.html @@ -0,0 +1,389 @@ + + + + + + Learning Slovene: Where to Start - MSOS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+
+

Select Language

+ +
+ +
+
+ + +
+ +
+ Learning Slovene: Where to Start + +
+
+
+ +
+ +
+
+ +
+ + + +
+
+

Study tips · Last checked 28 July 2026

+

Learning Slovene: Where to Start

+

Moving to Slovenia for your studies? You do not need to speak perfect Slovene before arriving, but learning the basics early will make university, administrative procedures and everyday life much easier.

+
+ +
+ Macedonian students practising Slovene together +
Illustrative image · Placeholder image.
+
+ +
+

Moving to Slovenia for your studies? You do not need to speak perfect Slovene before arriving, but learning the basics early will make university, administrative procedures and everyday life much easier.

+

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.

+

Course dates, prices and requirements may change. Always confirm the latest information directly with the provider before registering.

+

1. Set a clear language goal

+

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.

+

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.

+

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.

+

2. Begin with a free online course

+

A practical first step is Slovene Learning Online, a free self-paced course developed by the Centre for Slovene as a Second and Foreign Language at the University of Ljubljana.

+

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.

+

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.

+

3. Check the options at your university

+

University language courses are usually among the most affordable options and are often adapted to the needs of international students.

+

At the University of Ljubljana, Leto plus, or Year Plus, is available to eligible international students who are enrolled for the first time in a bachelor’s or master’s 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.

+

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 Centre’s separate Slovene courses for students.

+

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.

+

4. Learn Slovene before moving to Slovenia

+

Starting while you are still in North Macedonia can make your first months in Slovenia significantly easier.

+

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.

+

Institution and contact

+

Location: Ss. Cyril and Methodius University in Skopje, Faculty of Philology “Blaže Koneski”, Bul. “Krste Misirkov” b.b., Skopje Department/contact person: Department of Slavic Studies, Prof. Dr. Lidija Arizankovska General contact provided for the Centre for Slovene as a Second and Foreign Language: admin@centerslo.net

+

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.

+

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.

+

5. Understand the difference between a course and an official examination

+

Completing a language course is not automatically the same as receiving a publicly recognised certificate.

+

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.

+

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.

+

6. Follow a realistic learning plan

+

Before arriving, complete the introductory lessons on slonline.si and learn vocabulary related to accommodation, transport, studies and administrative procedures.

+

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.

+

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.

+

For most Macedonian students, the most practical route is to begin with slonline.si, 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.

+

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.

+

Author: MSOS Team

+

Last checked: 28 July 2026

+
+ +
+
+
+
+ MSOS emblem +
+

MSOS Team

+

Macedonian Student Organisation in Slovenia

+
+
+ +
+
+
+
+ +
+
+
+

Never miss an MSOS update

+

News, announcements and open calls, straight to your inbox.

+ +

We care about your data in our privacy policy

+
+
+
+
+ + + + + + + + + + + diff --git a/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html b/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html new file mode 100644 index 00000000..232d6de1 --- /dev/null +++ b/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html @@ -0,0 +1,401 @@ + + + + + + Study in North Macedonia with a Government Scholarship: 2026/2027 Guide - MSOS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+
+

Select Language

+ +
+ +
+
+ + +
+ +
+ Study in North Macedonia with a Government Scholarship: 2026/2027 Guide + +
+
+
+ +
+ +
+
+ +
+ + + +
+
+

Guides · Last checked 30 July 2026

+

Study in North Macedonia with a Government Scholarship: 2026/2027 Guide

+

Are you a foreign citizen of Macedonian origin living in Slovenia or another eligible country? The Ministry of Education and Science of North Macedonia is offering 50 scholarships for undergraduate studies at public universities for the 2026/2027 academic year.

+
+ +
+ Students at a university event +
Illustrative image · Placeholder image.
+
+ +
+

Are you a foreign citizen of Macedonian origin living in Slovenia or another eligible country? The Ministry of Education and Science of North Macedonia is offering 50 scholarships for undergraduate studies at public universities for the 2026/2027 academic year.

+

The application deadline is 31 August 2026. 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.

+

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.

+

1. Who can apply?

+

The scholarships are intended for foreign citizens of Macedonian origin who live in:

+

Albania, Bulgaria, Serbia, Bosnia and Herzegovina, Croatia, Slovenia, Kosovo, Türkiye, Romania, Montenegro or Greece.

+

Candidates must have completed four years of secondary education and apply for a first-cycle undergraduate programme. A total of 50 scholarships are available.

+

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.

+

2. What does the scholarship cover?

+

The scholarship supports students during the regular duration of their undergraduate programme and covers:

+
    +
  • university tuition or participation fees;
  • +
  • a monthly scholarship;
  • +
  • accommodation and meals in a student residence selected by the Ministry;
  • +
  • primary health insurance;
  • +
  • the costs of issuing and renewing the temporary residence permit.
  • +
+

The scholarship does not cover programmes taught in English or preparatory Macedonian-language classes. Students must also cover the cost of recognising, or nostrifying, their secondary-school documents.

+

3. Which documents are required?

+

Candidates must complete the official application form and submit:

+
    +
  1. A CV and motivation letter, explaining why they want to study in North Macedonia and naming one preferred faculty and two alternatives.
  2. +
  3. Proof of Macedonian origin, usually a birth certificate stating Macedonian ethnicity or another appropriate document proving Macedonian origin.
  4. +
  5. A copy of the certificate for completed four-year secondary education, accompanied by a translation and an explanation of how the grades correspond to the Macedonian grading system.
  6. +
+

Only a photocopy of the secondary-school certificate is initially requested, allowing candidates to apply elsewhere at the same time.

+

4. How do you apply?

+

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.

+

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.

+

The final deadline is 31 August 2026.

+

5. What happens after selection?

+

Selected students must act quickly after the final results are published.

+

Within five days, 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.

+

Selected candidates must arrive in North Macedonia no later than ten days after publication of the final list. Candidates who do not arrive within this period will be considered to have withdrawn.

+

Because these deadlines are strict, applicants should prepare translations, travel plans and the documents required for recognition in advance.

+

6. How do you keep the scholarship?

+

From the second academic year onward, students must submit proof of regular enrolment and show that they passed at least 60% of the examinations planned for the previous academic year.

+

These documents must be submitted personally to the Ministry by 30 October each year. Students who do not meet the academic and administrative requirements may lose the scholarship.

+

7. What should you consider before applying?

+

This opportunity can significantly reduce the cost of studying in North Macedonia, but candidates should research their preferred study programmes carefully.

+

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.

+

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 31 August 2026.

+

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.

+

Author: MSOS Team

+

Official call: 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

+

Last checked: 30 July 2026

+
+ +
+
+
+
+ MSOS emblem +
+

MSOS Team

+

Macedonian Student Organisation in Slovenia

+
+
+ +
+
+
+
+ +
+
+
+

Never miss an MSOS update

+

News, announcements and open calls, straight to your inbox.

+ +

We care about your data in our privacy policy

+
+
+
+
+ + + + + + + + + + + diff --git a/en/blog/welcome-days-slovenian-universities-2026-2027/index.html b/en/blog/welcome-days-slovenian-universities-2026-2027/index.html new file mode 100644 index 00000000..8ffd2dee --- /dev/null +++ b/en/blog/welcome-days-slovenian-universities-2026-2027/index.html @@ -0,0 +1,392 @@ + + + + + + Welcome Days for Bachelor's, Master's and Erasmus students in Slovenia - MSOS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+
+

Select Language

+ +
+ +
+
+ + +
+ +
+ Welcome Days for Bachelor's, Master's and Erasmus students in Slovenia + +
+
+
+ +
+ +
+
+ +
+ + + +
+
+

Student life · Last checked 3 August 2026

+

Welcome Days for Bachelor's, Master's and Erasmus students in Slovenia

+

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.

+
+ +
+ New students at a university welcome day in Slovenia +
Illustrative image · Placeholder image.
+
+ +
+

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.

+

1. University of Ljubljana

+

The University of Ljubljana will hold its central Welcome Day for International Students online on 16 September 2026, from 13:00 to 16:00. 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.

+

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.

+

For more information: Check the central international-student page and the website of your faculty.

+

2. University of Maribor

+

The University of Maribor’s central Orientation Week for Freshmen will take place from 21 to 25 September 2026. It includes shared online presentations about university IT services, student life, libraries, career support, international opportunities, and support for foreign degree students.

+

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.

+

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.

+

For more information: Check the UM Orientation Week programme, your faculty page, and the UM Erasmus+ portal.

+

3. University of Primorska

+

The University of Primorska offers one of the most complete central welcome programmes. Its online Preparatory Days are planned from 14 to 25 September 2026 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.

+

The main in-person Orientation Days will take place from 28 to 30 September 2026. 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.

+

For more information: Register through the UP Welcome portal and check messages from your faculty’s student or international office.

+

4. University of Nova Gorica

+

The University of Nova Gorica starts the winter semester on 1 October 2026, but its central Orientation Day programme for 2026/2027 had not yet been published when this article was checked.

+

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.

+

Students who are still finalising their study choice can also attend UNG’s online international Info Day on 10 September 2026 at 14:00, but this is an admissions information event rather than the final welcome programme for enrolled students.

+

For more information: Follow UNG notices and contact the secretariat of your school if the orientation details have not arrived by email.

+

Before your first day

+

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.

+

Sources

+ +

Last checked: 3 August 2026

+
+ +
+
+
+
+ MSOS emblem +
+

MSOS Team

+

Macedonian Student Organisation in Slovenia

+
+
+ +
+
+
+
+ +
+
+
+

Never miss an MSOS update

+

News, announcements and open calls, straight to your inbox.

+ +

We care about your data in our privacy policy

+
+
+
+
+ + + + + + + + + + + diff --git a/en/blog/where-to-search-for-accommodation-in-slovenia/index.html b/en/blog/where-to-search-for-accommodation-in-slovenia/index.html new file mode 100644 index 00000000..315e687f --- /dev/null +++ b/en/blog/where-to-search-for-accommodation-in-slovenia/index.html @@ -0,0 +1,445 @@ + + + + + + Where to search for student accommodation in Slovenia - MSOS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+
+

Select Language

+ +
+ +
+
+ + +
+ +
+ Where to search for student accommodation in Slovenia + +
+
+
+ +
+ +
+
+ +
+ + + +
+
+

Student life · Last checked 3 August 2026

+

Where to search for student accommodation in Slovenia

+

Finding accommodation is often one of the most stressful parts of moving to Slovenia, especially in Ljubljana and on the coast. The best approach is to begin early, check several sources at the same time, and never send money before confirming who is renting the property and whether you will receive a proper contract.

+
+ +
+ Macedonian students settling into accommodation in Slovenia +
Illustrative image · Placeholder image.
+
+ +
+ +

Finding accommodation is often one of the most stressful parts of moving to Slovenia, especially in Ljubljana and on the coast. The best approach is to begin early, check several sources at the same time, and never send money before confirming who is renting the property and whether you will receive a proper contract.

+

1. Start with your university

+

Before searching private listings, check the accommodation information published by your university. University pages explain whether international students can apply for a dormitory, which student residences are available, and who to contact for help.

+

The University of Ljubljana generally directs international degree students toward private accommodation and recommends the free room agency m2, as well as its HousingAnywhere rental platform. The University of Maribor offers limited dormitory places and also publishes private and student-residence options. The University of Primorska has specific calls for some international degree students, while exchange students are usually directed toward private housing. The University of Nova Gorica lists housing options across Nova Gorica, Vipava, Ajdovščina, Postojna, and nearby Gorizia, and its student office also helps connect students with accommodation providers.

+

Official university pages:

+ +

Do not assume that a dormitory place is guaranteed. Eligibility and availability vary, and places can fill quickly.

+

2. Use established rental and student-housing websites

+

Several websites are useful for finding rooms, roommates, studios, and apartments across Slovenia.

+

Nepremicnine.net is one of the largest Slovenian property portals. It is useful for full apartments and rooms, and it allows you to filter by city, size, price, and property type.

+

Nepremicnine.net

+

Bolha has a large property section with private listings from across Slovenia. Read each advertisement carefully because both agencies and private landlords publish there.

+

Bolha real estate

+

Mojcimer focuses on student rooms, shared apartments, and finding roommates. It is especially useful when you are open to sharing accommodation.

+

Mojcimer

+

m2 is a free room-rental service recommended by the University of Ljubljana. It can help students search for private accommodation and understand common rental questions.

+

m2 room agency

+

Kamrica is particularly useful for accommodation in Maribor and includes rooms, beds, and student apartments.

+

Kamrica

+

HousingAnywhere is an international rental platform often used by incoming and exchange students. It can be useful for arranging accommodation before arrival, but always check platform fees, cancellation rules, and what is included in the price.

+

HousingAnywhere

+

3. Facebook groups and community channels

+

Facebook groups and Marketplace can help you find new listings quickly, especially from students looking for roommates or leaving their room before the end of a contract.

+

Useful search terms include:

+
    +
  • Stanovanja Ljubljana
  • +
  • Sobe Ljubljana
  • +
  • Stanovanja Maribor
  • +
  • Študentske sobe Maribor
  • +
  • Oddaja in najem stanovanj Koper
  • +
  • Stanovanja Obala
  • +
  • Oddaja in najem stanovanj Nova Gorica
  • +
  • Apartments and rooms for rent in Ljubljana
  • +
  • Erasmus accommodation Ljubljana, Maribor, or Koper
  • +
+

You can also check Facebook Marketplace and university or Erasmus student groups.

+

Treat social-media listings with extra caution. The University of Primorska specifically warns that Facebook accommodation groups may not always be reliable. A profile, photograph, or friendly conversation does not prove that the person owns the property or has the right to rent it.

+

Ask local student organisations, ESN, classmates, or MSOS members whether they recognise the landlord, address, or listing before paying anything.

+

4. What to check before paying or signing

+

A legitimate offer should clearly explain the monthly rent, deposit, utilities, duration of the rental, notice period, and what furniture or equipment is included. Ask whether electricity, heating, water, internet, building costs, and cleaning are included or paid separately.

+

Before transferring money, verify the exact address and request a live viewing, video call, or visit by someone you trust. Confirm the landlord’s identity and ask for a written rental contract. The contract should identify the landlord and tenant, describe the room or apartment, state the rent and deposit, list additional costs, define the rental period, and explain the termination conditions.

+

Be careful when:

+
    +
  • the price is much lower than similar listings
  • +
  • the landlord refuses a viewing or video call
  • +
  • you are pressured to pay immediately
  • +
  • payment is requested through an unusual transfer method
  • +
  • the landlord refuses to provide a contract
  • +
  • the person says they are abroad and cannot prove ownership
  • +
  • the photographs or description appear copied from another listing
  • +
  • the landlord refuses temporary-address registration
  • +
+

Do not send a passport scan to an unknown person before verifying the offer. When a copy is genuinely needed, ask why and how it will be stored.

+

5. Why the contract and address matter for residence procedures

+

Accommodation is not only about having a place to sleep. Your address may also be needed for immigration and administrative procedures.

+

Depending on your entry and application route, an embassy or authority may request proof of accommodation. After receiving a temporary residence permit, foreigners must register their temporary address in Slovenia within the applicable deadline. Official guidance currently states that the temporary residence should generally be registered within eight days after the residence permit is delivered.

+

Before signing, ask the landlord directly:

+ +

Avoid accommodation where the landlord refuses prijava začasnega prebivališča. Even if the room looks good, this can create serious problems with residence registration, official mail, banking, tax procedures, and other student administration.

+

Keep copies of the signed rental contract, proof of deposit and rent payments, any landlord statement, the temporary-address registration confirmation, photographs of the room at move-in, and an inventory of furniture and existing damage.

+

6. Need more help?

+

For detailed information about dormitory eligibility, private rental contracts, temporary-address registration, city differences, and accommodation scams, read the MSOS Student Welcome Guide.

+

Read more on the accommodation page of the Student Welcome Guide.

+

MSOS can share student experience and help you understand where to look, but the university, landlord, upravna enota, or other responsible institution must confirm your individual administrative requirements.

+

Sources

+ +

Last checked: 3 August 2026

+
+ +
+
+
+
+ MSOS emblem +
+

MSOS Team

+

Macedonian Student Organisation in Slovenia

+
+
+ +
+
+
+
+ +
+
+
+

Never miss an MSOS update

+

News, announcements and open calls, straight to your inbox.

+ +

We care about your data in our privacy policy

+
+
+
+
+ + + + + + + + + + + diff --git a/en/cookie-policy/index.html b/en/cookie-policy/index.html index 7f92f09a..ddde7cc5 100644 --- a/en/cookie-policy/index.html +++ b/en/cookie-policy/index.html @@ -76,8 +76,8 @@ @@ -135,8 +135,8 @@ @@ -293,6 +293,13 @@ Timeline and milestones Contact us +
@@ -305,6 +312,7 @@ Manage cookies + diff --git a/en/faq/index.html b/en/faq/index.html index 9975d8aa..50b8ab0e 100644 --- a/en/faq/index.html +++ b/en/faq/index.html @@ -76,8 +76,8 @@ @@ -135,8 +135,8 @@ @@ -509,6 +509,13 @@ Timeline and milestones Contact us +
@@ -521,6 +528,7 @@ Manage cookies + diff --git a/en/gallery/index.html b/en/gallery/index.html index a99b5f80..cf72ef42 100644 --- a/en/gallery/index.html +++ b/en/gallery/index.html @@ -22,7 +22,7 @@ gtag('config', 'G-WVYV807VSS'); - + @@ -31,7 +31,7 @@ - + @@ -39,7 +39,7 @@ - + @@ -76,8 +76,8 @@ @@ -135,8 +135,8 @@ @@ -208,6 +208,7 @@

Meet Student Slovenia 2024

+

16.09.2024

12 photosRead the story

@@ -221,6 +222,7 @@

Meet Student Slovenia 2023

+

18.09.2023

10 photosRead the story

@@ -234,6 +236,7 @@

Humanitarian Tournament in Maribor

+

05.04.2025

10 photosRead the story

@@ -247,6 +250,7 @@

Macedonian Student Night in Ljubljana

+

08.10.2022

7 photosRead the story

@@ -260,6 +264,7 @@

Paint & Wine at Sunset

+

08.03.2025

9 photosRead the story

@@ -273,6 +278,7 @@

Watching Handball Together in Slovenia

+

25.01.2025

7 photosRead the story

@@ -286,6 +292,7 @@

Morning Coffee in front of CTK

+

08.06.2024

7 photosRead the story

@@ -299,6 +306,7 @@

In Memory of Frosina Kulakova

+

08.02.2025

3 photosRead the story

@@ -312,6 +320,7 @@

In Memory of the Kochani Victims

+

21.03.2025

4 photosRead the story

@@ -362,6 +371,13 @@ Timeline and milestones Contact us +
@@ -374,6 +390,7 @@ Manage cookies + diff --git a/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html b/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html index cfa2df0c..3b5bed8a 100644 --- a/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html +++ b/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -370,6 +370,13 @@ Timeline and milestones Contact us +
@@ -382,6 +389,7 @@ Manage cookies + diff --git a/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html b/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html index ea3e3d1a..3d67fe1b 100644 --- a/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html +++ b/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -376,6 +376,13 @@ Timeline and milestones Contact us +
@@ -388,6 +395,7 @@ Manage cookies + diff --git a/en/get-to-know-macedonia/index.html b/en/get-to-know-macedonia/index.html index 50de2006..8c4d2139 100644 --- a/en/get-to-know-macedonia/index.html +++ b/en/get-to-know-macedonia/index.html @@ -76,8 +76,8 @@ @@ -135,8 +135,8 @@ @@ -343,6 +343,13 @@ Timeline and milestones Contact us +
@@ -355,6 +362,7 @@ Manage cookies + diff --git a/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html b/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html index 19a6c619..5292369d 100644 --- a/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html +++ b/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -376,6 +376,13 @@ Timeline and milestones Contact us +
@@ -388,6 +395,7 @@ Manage cookies + diff --git a/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html b/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html index 74347779..fa95a979 100644 --- a/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html +++ b/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -368,6 +368,13 @@ Timeline and milestones Contact us +
@@ -380,6 +387,7 @@ Manage cookies + diff --git a/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html b/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html index 7368c527..cc92c31b 100644 --- a/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html +++ b/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -358,6 +358,13 @@ Timeline and milestones Contact us +
@@ -370,6 +377,7 @@ Manage cookies + diff --git a/en/get-to-know-macedonia/welcome-to-macedonia/index.html b/en/get-to-know-macedonia/welcome-to-macedonia/index.html index 1278128e..8963bd1b 100644 --- a/en/get-to-know-macedonia/welcome-to-macedonia/index.html +++ b/en/get-to-know-macedonia/welcome-to-macedonia/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -355,6 +355,13 @@ Timeline and milestones Contact us +
@@ -367,6 +374,7 @@ Manage cookies + diff --git a/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html b/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html index 39bbbcee..56450278 100644 --- a/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html +++ b/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -360,6 +360,13 @@ Timeline and milestones Contact us +
@@ -372,6 +379,7 @@ Manage cookies + diff --git a/en/get-to-know-slovenia/index.html b/en/get-to-know-slovenia/index.html index e79343df..159f1ee7 100644 --- a/en/get-to-know-slovenia/index.html +++ b/en/get-to-know-slovenia/index.html @@ -76,8 +76,8 @@ @@ -135,8 +135,8 @@ @@ -343,6 +343,13 @@ Timeline and milestones Contact us +
@@ -355,6 +362,7 @@ Manage cookies + diff --git a/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html b/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html index ec0898be..b089c804 100644 --- a/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html +++ b/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -356,6 +356,13 @@ Timeline and milestones Contact us +
@@ -368,6 +375,7 @@ Manage cookies + diff --git a/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html b/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html index b0009153..67a178cc 100644 --- a/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html +++ b/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -350,6 +350,13 @@ Timeline and milestones Contact us +
@@ -362,6 +369,7 @@ Manage cookies + diff --git a/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html b/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html index eea108cf..632745ba 100644 --- a/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html +++ b/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -377,6 +377,13 @@ Timeline and milestones Contact us +
@@ -389,6 +396,7 @@ Manage cookies + diff --git a/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html b/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html index 471995d3..9692fa80 100644 --- a/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html +++ b/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -362,6 +362,13 @@ Timeline and milestones Contact us +
@@ -374,6 +381,7 @@ Manage cookies + diff --git a/en/get-to-know-slovenia/welcome-to-slovenia/index.html b/en/get-to-know-slovenia/welcome-to-slovenia/index.html index dda35d7d..f0c8d4b6 100644 --- a/en/get-to-know-slovenia/welcome-to-slovenia/index.html +++ b/en/get-to-know-slovenia/welcome-to-slovenia/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -333,6 +333,13 @@ Timeline and milestones Contact us +
@@ -345,6 +352,7 @@ Manage cookies + diff --git a/en/index.html b/en/index.html index 43073f56..c5253009 100644 --- a/en/index.html +++ b/en/index.html @@ -77,8 +77,8 @@ @@ -136,8 +136,8 @@ @@ -307,36 +307,38 @@

What is new at MSOS, from events and projects to blog stories and announcements.

-
- - Proof-of-means amount updated to €507,43 per month - News + + -
See all @@ -509,6 +511,13 @@ Timeline and milestones Contact us +
@@ -521,6 +530,7 @@ Manage cookies + diff --git a/en/legal/index.html b/en/legal/index.html index 2ca58d76..4444b643 100644 --- a/en/legal/index.html +++ b/en/legal/index.html @@ -75,8 +75,8 @@ @@ -134,8 +134,8 @@ @@ -222,6 +222,15 @@ + @@ -268,6 +277,13 @@ Timeline and milestones Contact us +
@@ -280,6 +296,7 @@ Manage cookies + diff --git a/en/msos-hub/index.html b/en/msos-hub/index.html index 81f3e84c..7f9f5c89 100644 --- a/en/msos-hub/index.html +++ b/en/msos-hub/index.html @@ -74,8 +74,8 @@ @@ -133,8 +133,8 @@ @@ -231,44 +231,43 @@
-
- Cultural evening at the Hub + Cultural evening at the Hub

Cultural & niche events

Small cultural evenings, talks, exhibitions and community happenings.

- A celebration at the Hub + A celebration at the Hub

Birthdays & celebrations

Host a birthday, a name day or any celebration with your friends.

- Watching sports together at the Hub + Watching sports together at the Hub

Sports watching

Gather to cheer on the game together on the projector screen.

- Music and dancing at the Hub + Music and dancing at the Hub

Singing & dancing

An evening of music, singing and dancing, with the piano right there.

- A meeting at the Hub + A meeting at the Hub

Meetings

A quiet, equipped room for club, society or team meetings.

- Project work at the Hub + Project work at the Hub

Project work

Space to focus, brainstorm on the whiteboard and get things done together.

@@ -306,12 +305,11 @@

A glimpse of the space

Photos of the finished Hub are on the way. For now, here is what we’ll be showing.

- @@ -385,6 +383,13 @@ Timeline and milestones Contact us
+

@@ -397,6 +402,7 @@ Manage cookies
+ diff --git a/en/news/index.html b/en/news/index.html index a5fa6bdd..415f9b9e 100644 --- a/en/news/index.html +++ b/en/news/index.html @@ -76,8 +76,8 @@ @@ -135,8 +135,8 @@ @@ -204,182 +204,195 @@
+ +
+ + New students at a university welcome day in Slovenia + Blog + +
+

3 August 2026

+

Welcome Days for Bachelor's, Master's and Erasmus students in Slovenia

+

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…

+
+
+
+ + Macedonian students settling into accommodation in Slovenia + Blog + +
+

3 August 2026

+

Where to search for student accommodation in Slovenia

+

Finding accommodation is often one of the most stressful parts of moving to Slovenia, especially in Ljubljana and on the coast. The best approach is to begin…

+
+
+
+ + Macedonian students together in Slovenia + Blog + +
+

2 August 2026

+

Study in Slovenia with an Ad futura Scholarship: Guide for Western Balkan Students in 2026

+

Planning to continue your studies in Slovenia? Citizens of North Macedonia and several other Western Balkan countries can apply for an Ad futura scholarship…

+
+
- - Proof-of-means amount updated to €507,43 per month + + A cash box filled with euro coins and banknotes News

1 August 2026

-

Proof-of-means amount updated to €507,43 per month

-

Slovenia’s basic minimum income rose to €507,43 per month from 1 April 2026: the new figure to prove for a student residence permit.

-
-
-
- -
- News -
-
-

15 July 2026

-

Applications for the 2026/2027 academic year are open

-

Key deadlines and steps for Macedonian applicants, in one place.

-
-
-
- -
- News -
-
-

5 July 2026

-

Join our welcome week for new students

-

Meet other Macedonian students and get set up for your first semester.

-
-
-
- -
- News -
-
-

20 June 2026

-

Summer office hours and how to reach us

-

We are here through the summer for questions about moving and enrolment.

-
-
-
- - In Memory of the Victims of the Kochani Tragedy - Event - - -
-
- - Meet Student Slovenia 2024 - Event - -
-

20 September 2024

-

Meet Student Slovenia 2024

- -
-
-
- - Humanitarian Sports Tournament: Playing with Heart, Together for Kočani - Event - - -
-
- - Macedonian Student Night in Ljubljana - Event - - -
-
- - Cheering for Macedonia, Watching Handball Together in Slovenia - Event - - -
-
- - In Memory of Frosina Kulakova - Event - -
-

10 November 2023

-

In Memory of Frosina Kulakova

- -
-
-
- - Meet Student Slovenia 2023 - Event - -
-

22 September 2023

-

Meet Student Slovenia 2023

- -
-
-
- - Paint & Wine at Sunset, Celebrating Women’s Day with Art & Music - Event - - -
-
- - Morning Coffee in front of CTK, 2024: Coffee, burek, and lots of smiles - Event - -
-

5 May 2023

-

Morning Coffee in front of CTK, 2024: Coffee, burek, and lots of smiles

- +

Proof-of-means amount updated to €507,43 per month

+

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…

- -
+
+ International student using mobile banking after opening a Slovenian bank account Blog
-

Coming soon

-

Your first two weeks in Ljubljana

- +

1 August 2026

+

How to open a Slovenian bank account as an international student

+

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.

- -
+
+ Students at a university event Blog
-

Coming soon

-

How to open a Slovenian bank account

- +

30 July 2026

+

Study in North Macedonia with a Government Scholarship: 2026/2027 Guide

+

Are you a foreign citizen of Macedonian origin living in Slovenia or another eligible country? The Ministry of Education and Science of North Macedonia is…

- -
+
+ Macedonian students practising Slovene together Blog
-

Coming soon

-

Surviving your first exam period

- +

28 July 2026

+

Learning Slovene: Where to Start

+

Moving to Slovenia for your studies? You do not need to speak perfect Slovene before arriving, but learning the basics early will make university…

+
+ + The MSOS Maribor team at the humanitarian sports tournament + Event + +
+

5 April 2025

+

Humanitarian Sports Tournament: Playing with Heart, Together for Kočani

+

Over 200 students gathered in Maribor, raising €1.000 through sport to support families hit by the Kočani tragedy.

+
+
+
+ + Candles and flowers at Kongresni trg in memory of the Kochani victims + Event + +
+

21 March 2025

+

In Memory of the Victims of the Kochani Tragedy

+

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.

+
+
+
+ + Paint & Wine at Sunset event in Gorizia + Event + +
+

8 March 2025

+

Paint & Wine at Sunset, Celebrating Women’s Day with Art & Music

+

Paint, wine, and music brought students together in Gorizia to celebrate Women’s Day and mark the first MSOS Nova Gorica event.

+
+
+
+ + Candles and flowers in memory of Frosina Kulakova + Event + +
+

8 February 2025

+

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…

+
+
+
+ + Fan atmosphere while watching handball in Maribor + Event + +
+

25 January 2025

+

Cheering for Macedonia, 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.

+
+
+
+ + A group of students at the 'Meet Student Slovenia 2024' event + Event + +
+

16 September 2024

+

Meet Student Slovenia 2024

+

When student stories turn into the first step towards a new home.

+
+
+
+ + Students enjoying coffee and burek in front of CTK library. + Event + +
+

8 June 2024

+

Morning Coffee in front of CTK, 2024: Coffee, burek, and lots of smiles

+

When exams somehow become easier with Saturday morning coffee, burek, and good company in at CTK!

+
+
+
+ + A student reflecting after moving abroad to study + Blog + +
+

24 April 2024

+

How I coped with leaving home

+

Arriving at the end of your secondary education, with a modest eighteen years behind you, you have to decide where to continue your studies. Will you stay in…

+
+
+
+ + Panel discussion at the 'Meet Student Slovenia 2023' event + Event + +
+

18 September 2023

+

Meet Student Slovenia 2023

+

Through honest first-hand stories, future students received support for their first step towards their new home.

+
+
+
+ + Atmosphere from the Macedonian Student Night in Ljubljana + Event + +
+

8 October 2022

+

Macedonian Student Night in Ljubljana

+

From an idea to a party with 500 students, that's how our story began!

+
+
+
+
@@ -331,6 +336,16 @@
+
+
+

Like what we do?

+

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

+ +
+
@@ -391,6 +406,13 @@ Timeline and milestones Contact us
+

@@ -403,6 +425,7 @@ Manage cookies + diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html index c8397e7a..cb774cc8 100644 --- a/en/projects/meet-student-slovenia-2023/index.html +++ b/en/projects/meet-student-slovenia-2023/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -222,6 +222,11 @@
  • See you in Slovenia!
  • +
    @@ -355,6 +360,16 @@
    +
    +
    +

    Like what we do?

    +

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

    + +
    +

    @@ -427,6 +449,7 @@ Manage cookies + diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html index 9c71a71a..6fb8a4ff 100644 --- a/en/projects/meet-student-slovenia-2024/index.html +++ b/en/projects/meet-student-slovenia-2024/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -221,6 +221,11 @@
  • See you in Slovenia!
  • +
    @@ -358,6 +363,16 @@
    +
    +
    +

    Like what we do?

    +

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

    + +
    +
    @@ -512,6 +514,13 @@ Времеплов и достигнувања Контактирајте нè +
    @@ -524,6 +533,7 @@ Управувај со колачиња + diff --git a/mk/legal/index.html b/mk/legal/index.html index 6563e78a..87397786 100644 --- a/mk/legal/index.html +++ b/mk/legal/index.html @@ -75,8 +75,8 @@ @@ -134,8 +134,8 @@ @@ -222,6 +222,15 @@ + @@ -268,6 +277,13 @@ Времеплов и достигнувања Контактирајте нè +
    @@ -280,6 +296,7 @@ Управувај со колачиња + diff --git a/mk/msos-hub/index.html b/mk/msos-hub/index.html index 48cff51c..de9e5f80 100644 --- a/mk/msos-hub/index.html +++ b/mk/msos-hub/index.html @@ -74,8 +74,8 @@ @@ -133,8 +133,8 @@ @@ -231,44 +231,43 @@
    -
    - Културна вечер во Hub + Културна вечер во Hub

    Културни и специфични настани

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

    - Прослава во Hub + Прослава во Hub

    Родендени и прослави

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

    - Заедничко гледање спорт во Hub + Заедничко гледање спорт во Hub

    Гледање спорт

    Соберете се да навивате за натпреварот заедно на платното на проекторот.

    - Музика и танцување во Hub + Музика и танцување во Hub

    Пеење и танцување

    Вечер на музика, пеење и танцување, а пијаното е токму тука.

    - Состанок во Hub + Состанок во Hub

    Состаноци

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

    - Проектна работа во Hub + Проектна работа во Hub

    Проектна работа

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

    @@ -306,12 +305,11 @@

    Како изгледа просторот

    Фотографиите од завршениот Хаб пристигнуваат. Засега, еве што можеме да ви покажеме.

    -
    @@ -385,6 +383,13 @@ Времеплов и достигнувања Контактирајте нè +
    @@ -397,6 +402,7 @@ Управувај со колачиња + diff --git a/mk/news/index.html b/mk/news/index.html index 8676322d..b333f235 100644 --- a/mk/news/index.html +++ b/mk/news/index.html @@ -76,8 +76,8 @@ @@ -135,8 +135,8 @@ @@ -204,182 +204,195 @@
    + + + +
    + + Македонски студенти заедно во Словенија + Блог + +
    +

    2 август 2026

    +

    Студирајте во Словенија со стипендијата Ad futura: Водич за студенти од Западен Балкан во 2026 година

    +

    Планирате да ги продолжите студиите во Словенија? Државјаните на Северна Македонија и на уште неколку земји од Западен Балкан можат да аплицираат за стипендија…

    +
    +
    - - - - - - - - - - - -
    - - Утринско кафе пред ЦТК, 2024: Кафе, бурек и многу насмевки - Настан - -
    -

    5 мај 2023

    -

    Утринско кафе пред ЦТК, 2024: Кафе, бурек и многу насмевки

    - +

    Износот за доказ за средства ажуриран на 507,43 € месечно

    +

    Ако аплицирате за студентска дозвола за престој во Словенија или ја продолжувате, мора да докажете дека имате доволно средства за издршка. Тој услов е врзан за…

    - -
    +
    + Меѓународен студент користи мобилно банкарство по отворањето на словенечка банкарска сметка Блог
    -

    Наскоро

    -

    Првите две недели во Љубљана

    - +

    1 август 2026

    +

    Како да отворите словенечка банкарска сметка како меѓународен студент

    +

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

    - -
    +
    + Студенти на универзитетски настан Блог
    -

    Наскоро

    -

    Како да отворите словенечка банкарска сметка

    - +

    30 јули 2026

    +

    Студирајте во Северна Македонија со владина стипендија: Водич за 2026/2027

    +

    Дали сте странски државјанин со македонско потекло кој живее во Словенија или во друга земја опфатена со конкурсот? Министерството за образование и наука на…

    + + + +
    + + Свеќи и цвеќе во спомен на Фросина Кулакова + Настан + +
    +

    8 февруари 2025

    +

    Во спомен на Фросина Кулакова

    +

    На 8 февруари 2025 година, македонските студенти во Љубљана се собраа на мирен јавен настан за да ја почестат меморијата на Фросина Кулакова, која трагично го…

    +
    +
    + + + + + + +
    + +
    +
    +

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

    +

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

    + +
    +
    +

    @@ -369,6 +416,7 @@ Управувај со колачиња + diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html index 0bc52ecf..d1a999fd 100644 --- a/mk/projects/in-memory-of-frosina-kulakova/index.html +++ b/mk/projects/in-memory-of-frosina-kulakova/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -193,7 +193,28 @@
    -
    + +
    + Во спомен на Фросина Кулакова + +
    +
    +
    +
    + +
    +
    + +
    + +

    Објавено на 8 февруари 2025

    Во спомен на Фросина Кулакова

    @@ -211,7 +232,7 @@ Студенти палат свеќи во спомен на Фросина -

    Порака на единство

    +

    Порака на единство

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

    @@ -221,7 +242,7 @@ Цвеќе и свеќи оставени во спомен -

    Завршни мисли

    +

    Завршни мисли

    Приказната на Фросина нè потсети на кревкоста на животот и важноста на солидарноста. Благодарни сме им на сите што дојдоа, што запалија свеќа или што едноставно застанаа со нас во тишина.

    @@ -239,6 +260,7 @@
    +
    +

    @@ -311,6 +340,7 @@ Управувај со колачиња + diff --git a/mk/projects/in-memory-of-the-kochani-victims/index.html b/mk/projects/in-memory-of-the-kochani-victims/index.html index 831508db..bbae20ea 100644 --- a/mk/projects/in-memory-of-the-kochani-victims/index.html +++ b/mk/projects/in-memory-of-the-kochani-victims/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -193,7 +193,29 @@
    -
    + +
    + Во спомен на жртвите од трагедијата во Кочани + +
    +
    +
    +
    + +
    +
    + +
    + +

    Објавено на 21 март 2025

    Во спомен на жртвите од трагедијата во Кочани

    @@ -213,7 +235,7 @@ Светлина од свеќи и цвеќе на жалниот собир во Љубљана -

    Собирот во Љубљана

    +

    Собирот во Љубљана

    На 21 март, плоштадот во Љубљана беше исполнет со тишина и светлина од свеќи. Тоа што започна како очекување за околу 200 присутни, прерасна во собир на повеќе од 600 луѓе од сите возрасти. Програмата започна со краток говор на претседателот на МСОС, проследена со 16-минутна тишина во чест на жртвите, по една минута за секој мартовски ден до трагедијата.

    @@ -223,7 +245,7 @@ Море од свеќи и цвеќе оставени од присутните -

    Порака преку границите

    +

    Порака преку границите

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

    @@ -233,7 +255,7 @@ Присутните стојат заедно за време на минутата тишина -

    Завршни зборови

    +

    Завршни зборови

    Трагедијата во Кочани ни покажа колку е кревок животот, но и колку силни можеме да бидеме кога сме заедно. Во Љубљана, студентската заедница застана рамо до рамо, испраќајќи љубов и почит дома.

    @@ -250,6 +272,7 @@
    +
    +

    @@ -322,6 +352,7 @@ Управувај со колачиња + diff --git a/mk/projects/index.html b/mk/projects/index.html index 16d4055e..e8f9f503 100644 --- a/mk/projects/index.html +++ b/mk/projects/index.html @@ -76,8 +76,8 @@ @@ -135,8 +135,8 @@ @@ -404,6 +404,13 @@ Времеплов и достигнувања Контактирајте нè +
    @@ -416,6 +423,7 @@ Управувај со колачиња + @@ -427,6 +435,7 @@ + diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html index cfaaef93..84862aa7 100644 --- a/mk/projects/macedonian-student-night-in-ljubljana/index.html +++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html @@ -78,8 +78,8 @@ @@ -137,8 +137,8 @@ @@ -193,7 +193,35 @@
    -
    + +
    + Македонска студентска вечер во Љубљана + +
    +
    +
    +
    + +
    +
    + +
    + +

    Објавено на 8 октомври 2022

    Македонска студентска вечер во Љубљана

    @@ -207,7 +235,7 @@

    На 8 октомври 2022 година, во срцето на Студентскиот кампус во Љубљана, се одржа првата македонска студентска вечер во Словенија. Под мотото #FeelsLikeHome, повеќе од 500 млади уживаа во македонска музика, вкусна традиционална храна и атмосфера која потсетуваше на дома. Овој настан не беше само журка, беше почеток на една нова приказна, која подоцна ќе прерасне во Македонска студентска организација во Словенија (МСОС).

    -

    Како една идеја за дружење стана почеток на движење

    +

    Како една идеја за дружење стана почеток на движење

    Сè започна со едноставна желба, да се собереме, да се запознаеме и да ја почувствуваме Македонија, иако сме далеку од неа. Кристијан Поповски, тогаш студент на Економскиот факултет во Љубљана, ја сподели својата идеја со неколку колеги, а одговорот беше неверојатен. За помалку од две недели, преку 40 студенти се пријавија во организацискиот тим. Секој понесе дел од својот ентузијазам и време, а заедничкиот дух и желбата за поврзување ја претворија оваа спонтана иницијатива во настан што долго ќе го паметиме.

    @@ -228,7 +256,7 @@
    , Марко, студент во прва година
    -

    Вкусот и мирисот на Македонија во срцето на Љубљана

    +

    Вкусот и мирисот на Македонија во срцето на Љубљана

    Журката започна во 20:00 часот и беше замислена во два дела. Првиот дел беше вистинско гастрономско и културно патување низ Македонија. Студентите можеа да пробаат лебчиња со ајвар и биено сирење, македонско вино, вкусни грицки и традиционални пијалоци. На масите имаше изложени и други автентични производи што сите ги потсетуваа на дома. Сите овие вкусови и мириси беа овозможени благодарение на поддршката од продавницата за македонски производи „Македонија Трејд“, кои несебично придонесоа овој дел од вечерта да биде вистинско уживање.

    @@ -243,7 +271,7 @@
    Мини квиз со прашања за Македонија, каде студентите во едниот дел од клубот се натпреваруваат
    -

    Поддршка од македонската заедница и дипломатијата

    +

    Поддршка од македонската заедница и дипломатијата

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

    @@ -259,7 +287,7 @@
    , Христијан, студент во втора година
    -

    Почеток што ќе го паметиме

    +

    Почеток што ќе го паметиме

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

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

    @@ -301,7 +329,18 @@
    +
    +
    +
    +

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

    +

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

    + +
    +
    @@ -512,6 +514,13 @@ Časovnica in dosežki Kontaktirajte nas +
    @@ -524,6 +533,7 @@ Upravljanje piškotkov + diff --git a/si/legal/index.html b/si/legal/index.html index 38d0ee14..a1ece949 100644 --- a/si/legal/index.html +++ b/si/legal/index.html @@ -75,8 +75,8 @@ @@ -134,8 +134,8 @@ @@ -222,6 +222,15 @@ +
    @@ -268,6 +277,13 @@ Časovnica in dosežki Kontaktirajte nas +
    @@ -280,6 +296,7 @@ Upravljanje piškotkov + diff --git a/si/msos-hub/index.html b/si/msos-hub/index.html index 7fa391be..e7865f10 100644 --- a/si/msos-hub/index.html +++ b/si/msos-hub/index.html @@ -74,8 +74,8 @@ @@ -133,8 +133,8 @@ @@ -231,44 +231,43 @@
    -
    - Kulturni večer v Hubu + Kulturni večer v Hubu

    Kulturni & posebni dogodki

    Manjši kulturni večeri, predavanja, razstave in dogodki skupnosti.

    - Praznovanje v Hubu + Praznovanje v Hubu

    Rojstni dnevi & praznovanja

    Priredi rojstni dan, god ali katero koli praznovanje s prijatelji.

    - Skupni ogled športa v Hubu + Skupni ogled športa v Hubu

    Ogled športa

    Zberite se in skupaj navijajte za tekmo na velikem platnu.

    - Glasba in ples v Hubu + Glasba in ples v Hubu

    Petje & ples

    Večer glasbe, petja in plesa, klavir pa je kar tukaj.

    - Sestanek v Hubu + Sestanek v Hubu

    Sestanki

    Miren, opremljen prostor za sestanke klubov, društev ali ekip.

    - Projektno delo v Hubu + Projektno delo v Hubu

    Projektno delo

    Prostor za zbranost, razmišljanje na tabli in skupno opravljanje nalog.

    @@ -306,12 +305,11 @@

    Utrinek prostora

    Fotografije dokončanega Huba so na poti. Za zdaj pa je tukaj, kaj bomo prikazali.

    -
    @@ -385,6 +383,13 @@ Časovnica in dosežki Kontaktirajte nas +
    @@ -397,6 +402,7 @@ Upravljanje piškotkov + diff --git a/si/news/index.html b/si/news/index.html index ae5d2592..a05bbeb5 100644 --- a/si/news/index.html +++ b/si/news/index.html @@ -76,8 +76,8 @@ @@ -135,8 +135,8 @@ @@ -204,182 +204,195 @@
    -
    - - Znesek dokazila o sredstvih posodobljen na 507,43 € na mesec - Novica - -
    -

    1 avgust 2026

    -

    Znesek dokazila o sredstvih posodobljen na 507,43 € na mesec

    -

    Slovenski osnovni znesek minimalnega dohodka se je od 1. aprila 2026 zvišal na 507,43 € na mesec: nov znesek za dokazovanje pri študentskem dovoljenju za prebivanje.

    -
    -
    -
    - -
    - Novica -
    -
    -

    15 julij 2026

    -

    Prijave za študijsko leto 2026/2027 so odprte

    -

    Ključni roki in koraki za makedonske kandidate, na enem mestu.

    -
    -
    -
    - -
    - Novica -
    -
    -

    5 julij 2026

    -

    Pridruži se tednu dobrodošlice za nove študente

    -

    Spoznaj druge makedonske študente in se pripravi na prvi semester.

    -
    -
    -
    - -
    - Novica -
    -
    -

    20 junij 2026

    -

    Poletne uradne ure in kako nas dosežete

    -

    Čez poletje smo tu za vprašanja o selitvi in vpisu.

    -
    -
    -
    - - V spomin na žrtve tragedije v Kočanih - Dogodek - - -
    -
    - - Spoznaj študentsko Slovenijo 2024 - Dogodek - -
    -

    20 september 2024

    -

    Spoznaj študentsko Slovenijo 2024

    - -
    -
    -
    - - Humanitarni športni turnir: Igramo s srcem, skupaj za Kočane - Dogodek - - -
    -
    - - Makedonska študentska noč v Ljubljani - Dogodek - - -
    -
    - - Navijanje za Makedonijo, skupno gledanje rokometa v Sloveniji - Dogodek - - -
    -
    - - V spomin na Frosino Kulakovo - Dogodek - -
    -

    10 november 2023

    -

    V spomin na Frosino Kulakovo

    - -
    -
    -
    - - Spoznaj študentsko Slovenijo 2023 - Dogodek - -
    -

    22 september 2023

    -

    Spoznaj študentsko Slovenijo 2023

    - -
    -
    -
    - - Slikanje in vino ob sončnem zahodu, praznovanje dneva žena z umetnostjo in glasbo - Dogodek - - -
    -
    - - Jutranja kava pred CTK, 2024: Kava, burek in obilo nasmehov - Dogodek - - -
    +
    - -
    +
    + Novi študenti na uvajalnem dnevu univerze v Sloveniji Blog
    -

    Kmalu

    -

    Prva dva tedna v Ljubljani

    - +

    3. avgust 2026

    +

    Uvajalni dnevi za dodiplomske, magistrske in Erasmus študente v Sloveniji

    +

    Začetek študija v drugi državi je lažji, če veste, kam morate priti, koga lahko vprašate in kaj se bo dogajalo v prvih dneh. Glavne slovenske univerze…

    - -
    +
    + Makedonski študenti se vseljujejo v nastanitev v Sloveniji Blog
    -

    Kmalu

    -

    Kako odpreti slovenski bančni račun

    - +

    3. avgust 2026

    +

    Kje iskati študentsko nastanitev v Sloveniji

    +

    Iskanje nastanitve je pogosto eden najbolj stresnih delov selitve v Slovenijo, zlasti v Ljubljani in na obali. Najboljši pristop je, da začnete zgodaj, hkrati…

    - -
    +
    + Makedonski študenti skupaj v Sloveniji Blog
    -

    Kmalu

    -

    Kako preživeti prvo izpitno obdobje

    - +

    2. avgust 2026

    +

    Študij v Sloveniji s štipendijo Ad futura: Vodnik za študente z Zahodnega Balkana v letu 2026

    +

    Načrtujete nadaljevanje študija v Sloveniji? Državljani Severne Makedonije in nekaterih drugih držav Zahodnega Balkana se lahko prijavijo za štipendijo Ad…

    +
    + + Blagajna, polna evrskih kovancev in bankovcev + Novica + +
    +

    1. avgust 2026

    +

    Znesek dokazila o sredstvih posodobljen na 507,43 € na mesec

    +

    Č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…

    +
    +
    +
    + + Mednarodni študent uporablja mobilno bančništvo po odprtju slovenskega bančnega računa + Blog + +
    +

    1. avgust 2026

    +

    Kako odpreti slovenski bančni račun kot mednarodni študent

    +

    Praktičen vodnik za makedonske študente: dokumenti, ki jih potrebujete, kako izbrati banko, uporaba Flik in posodabljanje podatkov po odprtju računa.

    +
    +
    +
    + + Študenti na univerzitetnem dogodku + Blog + +
    +

    30. julij 2026

    +

    Študij v Severni Makedoniji z državno štipendijo: Vodnik za študijsko leto 2026/2027

    +

    Ste tuji državljan makedonskega rodu, ki živi v Sloveniji ali drugi upravičeni državi? Ministrstvo za izobraževanje in znanost Severne Makedonije razpisuje 50…

    +
    +
    +
    + + Makedonski študenti skupaj vadijo slovenščino + Blog + +
    +

    28. julij 2026

    +

    Učenje slovenščine: kje začeti

    +

    Se odpravljate na študij v Slovenijo? Pred prihodom vam ni treba govoriti popolne slovenščine, vendar vam bo zgodnje učenje osnov precej olajšalo študij…

    +
    +
    +
    + + Ekipa MŠOS Maribor na humanitarnem športnem turnirju + Dogodek + +
    +

    5. april 2025

    +

    Humanitarni športni turnir: Igramo s srcem, skupaj za Kočane

    +

    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.

    +
    +
    +
    + + Sveče in cvetje na Kongresnem trgu v spomin na žrtve tragedije v Kočanih + Dogodek + +
    +

    21. marec 2025

    +

    V spomin na žrtve tragedije v Kočanih

    +

    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.

    +
    +
    +
    + + Dogodek Slikanje in vino ob sončnem zahodu v Gorici + Dogodek + +
    +

    8. marec 2025

    +

    Slikanje in vino ob sončnem zahodu, praznovanje dneva žena z umetnostjo in glasbo

    +

    Slikanje, vino in glasba so v Gorici združili študente ob praznovanju dneva žena in prvem dogodku MŠOS Nova Gorica.

    +
    +
    +
    + + Sveče in cvetje v spomin na Frosino Kulakovo + Dogodek + +
    +

    8. februar 2025

    +

    V spomin na Frosino Kulakovo

    +

    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…

    +
    +
    +
    + + Navijaško vzdušje med gledanjem rokometa v Mariboru + Dogodek + +
    +

    25. januar 2025

    +

    Navijanje za Makedonijo, skupno gledanje rokometa v Sloveniji

    +

    Od Ljubljane do Maribora so makedonski študenti napolnili kavarne z navijaškimi vzkliki, zastavami in smehom med gledanjem rokometne reprezentance.

    +
    +
    +
    + + Skupina študentov na dogodku 'Spoznaj študentsko Slovenijo 2024' + Dogodek + +
    +

    16. september 2024

    +

    Spoznaj študentsko Slovenijo 2024

    +

    Ko se študentske zgodbe spremenijo v prvi korak proti novemu domu.

    +
    +
    +
    + + Študenti uživajo ob kavi in bureku pred knjižnico CTK. + Dogodek + +
    +

    8. junij 2024

    +

    Jutranja kava pred CTK, 2024: Kava, burek in obilo nasmehov

    +

    Ko izpiti postanejo lažji ob sobotni jutranji kavi, bureku in dobri družbi pred CTK!

    +
    +
    +
    + + Študent v razmisleku po selitvi na študij v tujino + Blog + +
    +

    24. april 2024

    +

    Kako sem se spopadel z odhodom od doma

    +

    Ko prideš do konca srednješolskega izobraževanja, s skromnimi osemnajstimi leti za seboj, se moraš odločiti, kje boš nadaljeval študij. Boš ostal v Makedoniji…

    +
    +
    +
    + + Panelna razprava na dogodku 'Spoznaj študentsko Slovenijo 2023' + Dogodek + +
    +

    18. september 2023

    +

    Spoznaj študentsko Slovenijo 2023

    +

    Preko iskrenih izkušenj iz prve roke so bodoči študenti prejeli podporo za prvi korak v njihov novi dom.

    +
    +
    +
    + + Vzdušje z Makedonske študentske noči v Ljubljani + Dogodek + +
    +

    8. oktober 2022

    +

    Makedonska študentska noč v Ljubljani

    +

    Od ideje do zabave s 500 študenti, tako se je začela naša zgodba!

    +
    +
    +