Become a member: photo-only carousel + drop unconfirmed figures note
- Remove the coloured placeholder cards behind the "ways to be part of MSOS" carousel (override the _hub.css gradients on .mm-use) and load the photos eagerly with fetchpriority so they appear immediately. - Remove the "Figures to confirm before launch." note (and the SI equivalent) from the MSOS-in-numbers section. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5d50604af4
commit
b058c80713
|
|
@ -84,6 +84,11 @@
|
||||||
These rules only tweak card size and add a small icon badge over the photo. */
|
These rules only tweak card size and add a small icon badge over the photo. */
|
||||||
.mm-ways-carousel { margin-top: 4px; }
|
.mm-ways-carousel { margin-top: 4px; }
|
||||||
.mm-use { width: clamp(240px, 24vw, 300px); aspect-ratio: 5 / 6; }
|
.mm-use { width: clamp(240px, 24vw, 300px); aspect-ratio: 5 / 6; }
|
||||||
|
/* Photos only — drop the coloured placeholder cards inherited from _hub.css.
|
||||||
|
Two classes beat _hub.css's later-loaded .hub-use:nth-child() rules. */
|
||||||
|
.mm-use.hub-use,
|
||||||
|
.mm-use.hub-use:nth-child(3n+2),
|
||||||
|
.mm-use.hub-use:nth-child(3n+3) { background: none; }
|
||||||
/* Brand icon as a subtle glass badge floating over the photo. */
|
/* Brand icon as a subtle glass badge floating over the photo. */
|
||||||
.mm-use-ico {
|
.mm-use-ico {
|
||||||
position: absolute; top: 14px; left: 14px; z-index: 3;
|
position: absolute; top: 14px; left: 14px; z-index: 3;
|
||||||
|
|
|
||||||
|
|
@ -255,7 +255,6 @@
|
||||||
<div class="mm-num"><span class="mm-num-value" data-count="2500" data-suffix="+">0</span><span class="mm-num-label">participants</span></div>
|
<div class="mm-num"><span class="mm-num-value" data-count="2500" data-suffix="+">0</span><span class="mm-num-label">participants</span></div>
|
||||||
<div class="mm-num"><span class="mm-num-value" data-count="20" data-suffix="+">0</span><span class="mm-num-label">partners</span></div>
|
<div class="mm-num"><span class="mm-num-value" data-count="20" data-suffix="+">0</span><span class="mm-num-label">partners</span></div>
|
||||||
</div>
|
</div>
|
||||||
<p class="mm-note">Figures to confirm before launch.</p>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="mm-section">
|
<section class="mm-section">
|
||||||
|
|
@ -266,32 +265,32 @@
|
||||||
<div class="hub-track">
|
<div class="hub-track">
|
||||||
<div class="hub-group">
|
<div class="hub-group">
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1200" height="1600" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-stay-connected.webp" alt="Stay connected">
|
<img width="1200" height="1600" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-stay-connected.webp" alt="Stay connected">
|
||||||
<div class="mm-use-ico"><i class="fas fa-envelope-open-text" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-envelope-open-text" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Stay connected</h3><p>Receive updates and know what is happening.</p></div>
|
<div class="hub-use-body"><h3>Stay connected</h3><p>Receive updates and know what is happening.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-community.webp" alt="Join the community">
|
<img width="1600" height="1067" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-community.webp" alt="Join the community">
|
||||||
<div class="mm-use-ico"><i class="fas fa-mug-hot" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-mug-hot" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Join the community</h3><p>Come to events, meet people and take part when it suits you.</p></div>
|
<div class="hub-use-body"><h3>Join the community</h3><p>Come to events, meet people and take part when it suits you.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="1200" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-volunteer.webp" alt="Volunteer sometimes">
|
<img width="1600" height="1200" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-volunteer.webp" alt="Volunteer sometimes">
|
||||||
<div class="mm-use-ico"><i class="fas fa-hands-helping" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-hands-helping" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Volunteer sometimes</h3><p>Help with selected activities without a long-term commitment.</p></div>
|
<div class="hub-use-body"><h3>Volunteer sometimes</h3><p>Help with selected activities without a long-term commitment.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-projects.webp" alt="Join projects">
|
<img width="1600" height="1067" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-projects.webp" alt="Join projects">
|
||||||
<div class="mm-use-ico"><i class="fas fa-diagram-project" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-diagram-project" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Join projects</h3><p>Contribute to specific initiatives, campaigns, guides or collaborations.</p></div>
|
<div class="hub-use-body"><h3>Join projects</h3><p>Contribute to specific initiatives, campaigns, guides or collaborations.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-events.webp" alt="Organise events">
|
<img width="1600" height="1067" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-events.webp" alt="Organise events">
|
||||||
<div class="mm-use-ico"><i class="fas fa-calendar-check" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-calendar-check" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Organise events</h3><p>Help plan, coordinate, promote and deliver activities.</p></div>
|
<div class="hub-use-body"><h3>Organise events</h3><p>Help plan, coordinate, promote and deliver activities.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="900" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-responsibility.webp" alt="Take responsibility">
|
<img width="1600" height="900" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-responsibility.webp" alt="Take responsibility">
|
||||||
<div class="mm-use-ico"><i class="fas fa-star" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-star" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Take responsibility</h3><p>Explore leadership, governance, representation or local team roles.</p></div>
|
<div class="hub-use-body"><h3>Take responsibility</h3><p>Explore leadership, governance, representation or local team roles.</p></div>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
|
|
@ -39,12 +39,12 @@
|
||||||
<li><a href="/en/student-welcome-guide/master-application/">Applying for a master degree</a> — Master admission is faculty-driven. Check field compatibility early, and remember there is no single national deadline.</li>
|
<li><a href="/en/student-welcome-guide/master-application/">Applying for a master degree</a> — Master admission is faculty-driven. Check field compatibility early, and remember there is no single national deadline.</li>
|
||||||
<li><a href="/en/student-welcome-guide/means-accommodation-address/">Proving that you can live in Slovenia</a> — How to prove sufficient means, accommodation, and a registered address for your residence permit.</li>
|
<li><a href="/en/student-welcome-guide/means-accommodation-address/">Proving that you can live in Slovenia</a> — How to prove sufficient means, accommodation, and a registered address for your residence permit.</li>
|
||||||
<li><a href="/en/student-welcome-guide/my-route/">Your personal study route</a> — Your personal study route to Slovenia, follow the Student Welcome Guide steps for Macedonian students, from choosing a programme to enrolment and residence.</li>
|
<li><a href="/en/student-welcome-guide/my-route/">Your personal study route</a> — Your personal study route to Slovenia, follow the Student Welcome Guide steps for Macedonian students, from choosing a programme to enrolment and residence.</li>
|
||||||
<li><a href="/en/student-welcome-guide/official-sources-and-checklists/">Official sources and checklists</a> — The primary official links behind this guide, grouped by topic, plus the checklists to build and how to manage sources.</li>
|
<li><a href="/en/student-welcome-guide/official-sources-and-checklists/">Official sources and checklists</a> — The primary official links behind this guide, grouped by topic, and how to manage your sources.</li>
|
||||||
<li><a href="/en/student-welcome-guide/prepare-to-move/">Preparing to move from Macedonia</a> — A month-by-month plan, the documents to keep in your hand luggage, how to travel, and a detailed packing list.</li>
|
<li><a href="/en/student-welcome-guide/prepare-to-move/">Preparing to move from Macedonia</a> — A month-by-month plan, the documents to keep in your hand luggage, how to travel, and a detailed packing list.</li>
|
||||||
<li><a href="/en/student-welcome-guide/recognition-of-education/">Recognition of Macedonian education</a> — Recognition decides whether your prior education gives access to the Slovenian programme. For applicants educated abroad, it is part of admission.</li>
|
<li><a href="/en/student-welcome-guide/recognition-of-education/">Recognition of Macedonian education</a> — Recognition decides whether your prior education gives access to the Slovenian programme. For applicants educated abroad, it is part of admission.</li>
|
||||||
<li><a href="/en/student-welcome-guide/renew-change-graduate/">What happens after the first year?</a> — Annual renewal, repeat and transfer rights, losing status, the post-study route, and leaving Slovenia are all connected.</li>
|
<li><a href="/en/student-welcome-guide/renew-change-graduate/">What happens after the first year?</a> — Annual renewal, repeat and transfer rights, losing status, the post-study route, and leaving Slovenia are all connected.</li>
|
||||||
<li><a href="/en/student-welcome-guide/rm-si-3-health-insurance/">Health insurance from Macedonia</a> — How the bilateral RM/SI 3 route gives you healthcare access in Slovenia, and what it does not cover.</li>
|
<li><a href="/en/student-welcome-guide/rm-si-3-health-insurance/">Health insurance from Macedonia</a> — How the bilateral RM/SI 3 route gives you healthcare access in Slovenia, and what it does not cover.</li>
|
||||||
<li><a href="/en/student-welcome-guide/student-accommodation/">Finding accommodation as a Macedonian degree student</a> — Subsidised public dorms are usually closed to you on temporary residence. Plan for economic-rate or private housing, and avoid scams.</li>
|
<li><a href="/en/student-welcome-guide/student-accommodation/">Finding accommodation as a Macedonian full-time student</a> — Subsidised public dorms are usually closed to you on temporary residence. Plan for economic-rate or private housing, and avoid scams.</li>
|
||||||
<li><a href="/en/student-welcome-guide/student-budget/">Plan a realistic student budget</a> — There is no single national figure. Build a city-based budget, plan for a much larger first month, and use student discounts.</li>
|
<li><a href="/en/student-welcome-guide/student-budget/">Plan a realistic student budget</a> — There is no single national figure. Build a city-based budget, plan for a much larger first month, and use student discounts.</li>
|
||||||
<li><a href="/en/student-welcome-guide/student-meals/">How to activate student meals</a> — Subsidised meals are open to eligible foreign degree students and exist across Slovenian study centres, not only in Ljubljana.</li>
|
<li><a href="/en/student-welcome-guide/student-meals/">How to activate student meals</a> — Subsidised meals are open to eligible foreign degree students and exist across Slovenian study centres, not only in Ljubljana.</li>
|
||||||
<li><a href="/en/student-welcome-guide/student-organisations-and-extracurriculars/">How students are organised in Slovenia</a> — Student organisations, student councils, local clubs, professional societies, university extracurricular programmes, ESN, and communities from home.</li>
|
<li><a href="/en/student-welcome-guide/student-organisations-and-extracurriculars/">How students are organised in Slovenia</a> — Student organisations, student councils, local clubs, professional societies, university extracurricular programmes, ESN, and communities from home.</li>
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
<li><a href="/mk/student-welcome-guide/master-application/">Пријавување на магистерски студии</a> — Магистерскиот прием го водат факултетите. Проверете ја компатибилноста на полето рано и запомнете дека нема единствен национален рок.</li>
|
<li><a href="/mk/student-welcome-guide/master-application/">Пријавување на магистерски студии</a> — Магистерскиот прием го водат факултетите. Проверете ја компатибилноста на полето рано и запомнете дека нема единствен национален рок.</li>
|
||||||
<li><a href="/mk/student-welcome-guide/means-accommodation-address/">Докажување средства, сместување и адреса</a> — Како да докажете доволно средства, сместување и пријавена адреса за вашата дозвола за престој.</li>
|
<li><a href="/mk/student-welcome-guide/means-accommodation-address/">Докажување средства, сместување и адреса</a> — Како да докажете доволно средства, сместување и пријавена адреса за вашата дозвола за престој.</li>
|
||||||
<li><a href="/mk/student-welcome-guide/my-route/">Вашиот личен студиски пат</a> — Вашиот личен студиски пат до Словенија, следете ги чекорите од Водичот за добредојде за македонските студенти, од избор на програма до упис и престој.</li>
|
<li><a href="/mk/student-welcome-guide/my-route/">Вашиот личен студиски пат</a> — Вашиот личен студиски пат до Словенија, следете ги чекорите од Водичот за добредојде за македонските студенти, од избор на програма до упис и престој.</li>
|
||||||
<li><a href="/mk/student-welcome-guide/official-sources-and-checklists/">Официјални извори и листи за проверка</a> — Главните официјални линкови зад овој водич, групирани по теми, плус листите за проверка и како да се управуваат изворите.</li>
|
<li><a href="/mk/student-welcome-guide/official-sources-and-checklists/">Официјални извори и листи за проверка</a> — Главните официјални линкови зад овој водич, групирани по теми и како да се управуваат изворите.</li>
|
||||||
<li><a href="/mk/student-welcome-guide/prepare-to-move/">Подготовка за преселба од Македонија</a> — План по месеци, документите за рачен багаж, како да патувате и детална листа за пакување.</li>
|
<li><a href="/mk/student-welcome-guide/prepare-to-move/">Подготовка за преселба од Македонија</a> — План по месеци, документите за рачен багаж, како да патувате и детална листа за пакување.</li>
|
||||||
<li><a href="/mk/student-welcome-guide/recognition-of-education/">Признавање на образованието од Македонија</a> — Признавањето одлучува дали вашето претходно образование дава пристап до словенечката програма. За кандидатите образувани во странство, тоа е дел од приемот.</li>
|
<li><a href="/mk/student-welcome-guide/recognition-of-education/">Признавање на образованието од Македонија</a> — Признавањето одлучува дали вашето претходно образование дава пристап до словенечката програма. За кандидатите образувани во странство, тоа е дел од приемот.</li>
|
||||||
<li><a href="/mk/student-welcome-guide/renew-change-graduate/">Што следува по првата година?</a> — Годишната обнова, правата за повторување и трансфер, губењето статус, патот по студии и напуштањето на Словенија се поврзани.</li>
|
<li><a href="/mk/student-welcome-guide/renew-change-graduate/">Што следува по првата година?</a> — Годишната обнова, правата за повторување и трансфер, губењето статус, патот по студии и напуштањето на Словенија се поврзани.</li>
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
<li><a href="/si/student-welcome-guide/master-application/">Prijava na magistrski študij</a> — Magistrski sprejem vodijo fakultete. Zgodaj preverite ustreznost področja in ne pozabite, da enotnega nacionalnega roka ni.</li>
|
<li><a href="/si/student-welcome-guide/master-application/">Prijava na magistrski študij</a> — Magistrski sprejem vodijo fakultete. Zgodaj preverite ustreznost področja in ne pozabite, da enotnega nacionalnega roka ni.</li>
|
||||||
<li><a href="/si/student-welcome-guide/means-accommodation-address/">Dokazovanje sredstev, nastanitve in naslova</a> — Kako dokazati zadostna sredstva, nastanitev in prijavljen naslov za dovoljenje za prebivanje.</li>
|
<li><a href="/si/student-welcome-guide/means-accommodation-address/">Dokazovanje sredstev, nastanitve in naslova</a> — Kako dokazati zadostna sredstva, nastanitev in prijavljen naslov za dovoljenje za prebivanje.</li>
|
||||||
<li><a href="/si/student-welcome-guide/my-route/">Vaša osebna študijska pot</a> — Vaša osebna študijska pot v Slovenijo, sledite korakom Vodnika za bruce za makedonske študente, od izbire programa do vpisa in prebivanja.</li>
|
<li><a href="/si/student-welcome-guide/my-route/">Vaša osebna študijska pot</a> — Vaša osebna študijska pot v Slovenijo, sledite korakom Vodnika za bruce za makedonske študente, od izbire programa do vpisa in prebivanja.</li>
|
||||||
<li><a href="/si/student-welcome-guide/official-sources-and-checklists/">Uradni viri in kontrolni seznami</a> — Glavne uradne povezave, na katerih temelji ta vodnik, razvrščene po temah, ter kontrolni seznami in navodila za upravljanje virov.</li>
|
<li><a href="/si/student-welcome-guide/official-sources-and-checklists/">Uradni viri in kontrolni seznami</a> — Glavne uradne povezave, na katerih temelji ta vodnik, razvrščene po temah in navodila za upravljanje virov.</li>
|
||||||
<li><a href="/si/student-welcome-guide/prepare-to-move/">Priprava na selitev iz Makedonije</a> — Načrt po mesecih, dokumenti za ročno prtljago, kako potovati in podroben seznam za pakiranje.</li>
|
<li><a href="/si/student-welcome-guide/prepare-to-move/">Priprava na selitev iz Makedonije</a> — Načrt po mesecih, dokumenti za ročno prtljago, kako potovati in podroben seznam za pakiranje.</li>
|
||||||
<li><a href="/si/student-welcome-guide/recognition-of-education/">Priznavanje izobraževanja iz Makedonije</a> — Priznavanje odloči, ali vam predhodno izobraževanje omogoča dostop do slovenskega programa. Za prijavitelje iz tujine je del sprejema.</li>
|
<li><a href="/si/student-welcome-guide/recognition-of-education/">Priznavanje izobraževanja iz Makedonije</a> — Priznavanje odloči, ali vam predhodno izobraževanje omogoča dostop do slovenskega programa. Za prijavitelje iz tujine je del sprejema.</li>
|
||||||
<li><a href="/si/student-welcome-guide/renew-change-graduate/">Kaj sledi po prvem letu?</a> — Letno podaljšanje, pravice do ponavljanja in prepisa, izguba statusa, pot po študiju in odhod iz Slovenije so povezani.</li>
|
<li><a href="/si/student-welcome-guide/renew-change-graduate/">Kaj sledi po prvem letu?</a> — Letno podaljšanje, pravice do ponavljanja in prepisa, izguba statusa, pot po študiju in odhod iz Slovenije so povezani.</li>
|
||||||
|
|
|
||||||
4
llms.txt
4
llms.txt
|
|
@ -34,12 +34,12 @@ AI summary: https://msosorg.com/links-for-bots/about-msos/
|
||||||
- [Applying for a master degree](https://msosorg.com/en/student-welcome-guide/master-application/): Master admission is faculty-driven. Check field compatibility early, and remember there is no single national deadline.
|
- [Applying for a master degree](https://msosorg.com/en/student-welcome-guide/master-application/): Master admission is faculty-driven. Check field compatibility early, and remember there is no single national deadline.
|
||||||
- [Proving that you can live in Slovenia](https://msosorg.com/en/student-welcome-guide/means-accommodation-address/): How to prove sufficient means, accommodation, and a registered address for your residence permit.
|
- [Proving that you can live in Slovenia](https://msosorg.com/en/student-welcome-guide/means-accommodation-address/): How to prove sufficient means, accommodation, and a registered address for your residence permit.
|
||||||
- [Your personal study route](https://msosorg.com/en/student-welcome-guide/my-route/): Your personal study route to Slovenia, follow the Student Welcome Guide steps for Macedonian students, from choosing a programme to enrolment and residence.
|
- [Your personal study route](https://msosorg.com/en/student-welcome-guide/my-route/): Your personal study route to Slovenia, follow the Student Welcome Guide steps for Macedonian students, from choosing a programme to enrolment and residence.
|
||||||
- [Official sources and checklists](https://msosorg.com/en/student-welcome-guide/official-sources-and-checklists/): The primary official links behind this guide, grouped by topic, plus the checklists to build and how to manage sources.
|
- [Official sources and checklists](https://msosorg.com/en/student-welcome-guide/official-sources-and-checklists/): The primary official links behind this guide, grouped by topic, and how to manage your sources.
|
||||||
- [Preparing to move from Macedonia](https://msosorg.com/en/student-welcome-guide/prepare-to-move/): A month-by-month plan, the documents to keep in your hand luggage, how to travel, and a detailed packing list.
|
- [Preparing to move from Macedonia](https://msosorg.com/en/student-welcome-guide/prepare-to-move/): A month-by-month plan, the documents to keep in your hand luggage, how to travel, and a detailed packing list.
|
||||||
- [Recognition of Macedonian education](https://msosorg.com/en/student-welcome-guide/recognition-of-education/): Recognition decides whether your prior education gives access to the Slovenian programme. For applicants educated abroad, it is part of admission.
|
- [Recognition of Macedonian education](https://msosorg.com/en/student-welcome-guide/recognition-of-education/): Recognition decides whether your prior education gives access to the Slovenian programme. For applicants educated abroad, it is part of admission.
|
||||||
- [What happens after the first year?](https://msosorg.com/en/student-welcome-guide/renew-change-graduate/): Annual renewal, repeat and transfer rights, losing status, the post-study route, and leaving Slovenia are all connected.
|
- [What happens after the first year?](https://msosorg.com/en/student-welcome-guide/renew-change-graduate/): Annual renewal, repeat and transfer rights, losing status, the post-study route, and leaving Slovenia are all connected.
|
||||||
- [Health insurance from Macedonia](https://msosorg.com/en/student-welcome-guide/rm-si-3-health-insurance/): How the bilateral RM/SI 3 route gives you healthcare access in Slovenia, and what it does not cover.
|
- [Health insurance from Macedonia](https://msosorg.com/en/student-welcome-guide/rm-si-3-health-insurance/): How the bilateral RM/SI 3 route gives you healthcare access in Slovenia, and what it does not cover.
|
||||||
- [Finding accommodation as a Macedonian degree student](https://msosorg.com/en/student-welcome-guide/student-accommodation/): Subsidised public dorms are usually closed to you on temporary residence. Plan for economic-rate or private housing, and avoid scams.
|
- [Finding accommodation as a Macedonian full-time student](https://msosorg.com/en/student-welcome-guide/student-accommodation/): Subsidised public dorms are usually closed to you on temporary residence. Plan for economic-rate or private housing, and avoid scams.
|
||||||
- [Plan a realistic student budget](https://msosorg.com/en/student-welcome-guide/student-budget/): There is no single national figure. Build a city-based budget, plan for a much larger first month, and use student discounts.
|
- [Plan a realistic student budget](https://msosorg.com/en/student-welcome-guide/student-budget/): There is no single national figure. Build a city-based budget, plan for a much larger first month, and use student discounts.
|
||||||
- [How to activate student meals](https://msosorg.com/en/student-welcome-guide/student-meals/): Subsidised meals are open to eligible foreign degree students and exist across Slovenian study centres, not only in Ljubljana.
|
- [How to activate student meals](https://msosorg.com/en/student-welcome-guide/student-meals/): Subsidised meals are open to eligible foreign degree students and exist across Slovenian study centres, not only in Ljubljana.
|
||||||
- [How students are organised in Slovenia](https://msosorg.com/en/student-welcome-guide/student-organisations-and-extracurriculars/): Student organisations, student councils, local clubs, professional societies, university extracurricular programmes, ESN, and communities from home.
|
- [How students are organised in Slovenia](https://msosorg.com/en/student-welcome-guide/student-organisations-and-extracurriculars/): Student organisations, student councils, local clubs, professional societies, university extracurricular programmes, ESN, and communities from home.
|
||||||
|
|
|
||||||
|
|
@ -265,32 +265,32 @@
|
||||||
<div class="hub-track">
|
<div class="hub-track">
|
||||||
<div class="hub-group">
|
<div class="hub-group">
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1200" height="1600" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-stay-connected.webp" alt="Остани поврзан">
|
<img width="1200" height="1600" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-stay-connected.webp" alt="Остани поврзан">
|
||||||
<div class="mm-use-ico"><i class="fas fa-envelope-open-text" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-envelope-open-text" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Остани поврзан</h3><p>Примај новости и знај што се случува.</p></div>
|
<div class="hub-use-body"><h3>Остани поврзан</h3><p>Примај новости и знај што се случува.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-community.webp" alt="Приклучи се на заедницата">
|
<img width="1600" height="1067" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-community.webp" alt="Приклучи се на заедницата">
|
||||||
<div class="mm-use-ico"><i class="fas fa-mug-hot" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-mug-hot" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Приклучи се на заедницата</h3><p>Доаѓај на настани, запознавај луѓе и учествувај кога ти одговара.</p></div>
|
<div class="hub-use-body"><h3>Приклучи се на заедницата</h3><p>Доаѓај на настани, запознавај луѓе и учествувај кога ти одговара.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="1200" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-volunteer.webp" alt="Волонтирај повремено">
|
<img width="1600" height="1200" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-volunteer.webp" alt="Волонтирај повремено">
|
||||||
<div class="mm-use-ico"><i class="fas fa-hands-helping" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-hands-helping" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Волонтирај повремено</h3><p>Помагај на избрани активности без долгорочна обврска.</p></div>
|
<div class="hub-use-body"><h3>Волонтирај повремено</h3><p>Помагај на избрани активности без долгорочна обврска.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-projects.webp" alt="Приклучи се на проекти">
|
<img width="1600" height="1067" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-projects.webp" alt="Приклучи се на проекти">
|
||||||
<div class="mm-use-ico"><i class="fas fa-diagram-project" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-diagram-project" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Приклучи се на проекти</h3><p>Придонеси на конкретни иницијативи, кампањи, водичи или соработки.</p></div>
|
<div class="hub-use-body"><h3>Приклучи се на проекти</h3><p>Придонеси на конкретни иницијативи, кампањи, водичи или соработки.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-events.webp" alt="Организирај настани">
|
<img width="1600" height="1067" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-events.webp" alt="Организирај настани">
|
||||||
<div class="mm-use-ico"><i class="fas fa-calendar-check" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-calendar-check" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Организирај настани</h3><p>Помагај да се планираат, координираат, промовираат и реализираат активности.</p></div>
|
<div class="hub-use-body"><h3>Организирај настани</h3><p>Помагај да се планираат, координираат, промовираат и реализираат активности.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="900" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-responsibility.webp" alt="Преземи одговорност">
|
<img width="1600" height="900" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-responsibility.webp" alt="Преземи одговорност">
|
||||||
<div class="mm-use-ico"><i class="fas fa-star" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-star" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Преземи одговорност</h3><p>Истражи лидерство, управување, застапување или улоги во локален тим.</p></div>
|
<div class="hub-use-body"><h3>Преземи одговорност</h3><p>Истражи лидерство, управување, застапување или улоги во локален тим.</p></div>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
|
|
@ -255,7 +255,6 @@
|
||||||
<div class="mm-num"><span class="mm-num-value" data-count="2500" data-suffix="+">0</span><span class="mm-num-label">udeležencev</span></div>
|
<div class="mm-num"><span class="mm-num-value" data-count="2500" data-suffix="+">0</span><span class="mm-num-label">udeležencev</span></div>
|
||||||
<div class="mm-num"><span class="mm-num-value" data-count="20" data-suffix="+">0</span><span class="mm-num-label">partnerjev</span></div>
|
<div class="mm-num"><span class="mm-num-value" data-count="20" data-suffix="+">0</span><span class="mm-num-label">partnerjev</span></div>
|
||||||
</div>
|
</div>
|
||||||
<p class="mm-note">Podatki za potrditev pred objavo.</p>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="mm-section">
|
<section class="mm-section">
|
||||||
|
|
@ -266,32 +265,32 @@
|
||||||
<div class="hub-track">
|
<div class="hub-track">
|
||||||
<div class="hub-group">
|
<div class="hub-group">
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1200" height="1600" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-stay-connected.webp" alt="Ostani povezan">
|
<img width="1200" height="1600" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-stay-connected.webp" alt="Ostani povezan">
|
||||||
<div class="mm-use-ico"><i class="fas fa-envelope-open-text" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-envelope-open-text" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Ostani povezan</h3><p>Prejemaj novice in vedi, kaj se dogaja.</p></div>
|
<div class="hub-use-body"><h3>Ostani povezan</h3><p>Prejemaj novice in vedi, kaj se dogaja.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-community.webp" alt="Pridruži se skupnosti">
|
<img width="1600" height="1067" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-community.webp" alt="Pridruži se skupnosti">
|
||||||
<div class="mm-use-ico"><i class="fas fa-mug-hot" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-mug-hot" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Pridruži se skupnosti</h3><p>Obišči dogodke, spoznaj ljudi in sodeluj, ko ti ustreza.</p></div>
|
<div class="hub-use-body"><h3>Pridruži se skupnosti</h3><p>Obišči dogodke, spoznaj ljudi in sodeluj, ko ti ustreza.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="1200" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-volunteer.webp" alt="Občasno prostovoljči">
|
<img width="1600" height="1200" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-volunteer.webp" alt="Občasno prostovoljči">
|
||||||
<div class="mm-use-ico"><i class="fas fa-hands-helping" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-hands-helping" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Občasno prostovoljči</h3><p>Pomagaj pri izbranih dejavnostih brez dolgoročne zaveze.</p></div>
|
<div class="hub-use-body"><h3>Občasno prostovoljči</h3><p>Pomagaj pri izbranih dejavnostih brez dolgoročne zaveze.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-projects.webp" alt="Pridruži se projektom">
|
<img width="1600" height="1067" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-projects.webp" alt="Pridruži se projektom">
|
||||||
<div class="mm-use-ico"><i class="fas fa-diagram-project" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-diagram-project" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Pridruži se projektom</h3><p>Prispevaj k pobudam, kampanjam, vodnikom ali sodelovanjem.</p></div>
|
<div class="hub-use-body"><h3>Pridruži se projektom</h3><p>Prispevaj k pobudam, kampanjam, vodnikom ali sodelovanjem.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="1067" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-events.webp" alt="Organiziraj dogodke">
|
<img width="1600" height="1067" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-events.webp" alt="Organiziraj dogodke">
|
||||||
<div class="mm-use-ico"><i class="fas fa-calendar-check" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-calendar-check" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Organiziraj dogodke</h3><p>Pomagaj načrtovati, usklajevati, promovirati in izvesti dejavnosti.</p></div>
|
<div class="hub-use-body"><h3>Organiziraj dogodke</h3><p>Pomagaj načrtovati, usklajevati, promovirati in izvesti dejavnosti.</p></div>
|
||||||
</article>
|
</article>
|
||||||
<article class="hub-use mm-use">
|
<article class="hub-use mm-use">
|
||||||
<img width="1600" height="900" class="hub-use-img" loading="lazy" decoding="async" src="../../images/mm-way-responsibility.webp" alt="Prevzemi odgovornost">
|
<img width="1600" height="900" class="hub-use-img" decoding="async" fetchpriority="high" src="../../images/mm-way-responsibility.webp" alt="Prevzemi odgovornost">
|
||||||
<div class="mm-use-ico"><i class="fas fa-star" aria-hidden="true"></i></div>
|
<div class="mm-use-ico"><i class="fas fa-star" aria-hidden="true"></i></div>
|
||||||
<div class="hub-use-body"><h3>Prevzemi odgovornost</h3><p>Razišči vodenje, upravljanje, zastopanje ali vloge v lokalni ekipi.</p></div>
|
<div class="hub-use-body"><h3>Prevzemi odgovornost</h3><p>Razišči vodenje, upravljanje, zastopanje ali vloge v lokalni ekipi.</p></div>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue