449 lines
27 KiB
HTML
449 lines
27 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>From Macedonia to Slovenia, step by step - MSOS</title>
|
||
|
||
<!-- Google Fonts -->
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||
|
||
<!-- Font Awesome (for icons) -->
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||
|
||
<!-- Link to the main CSS file -->
|
||
<link rel="stylesheet" href="../../css/main.css">
|
||
</head>
|
||
<body>
|
||
|
||
<!-- START_HEADER -->
|
||
<header class="dropdown-header-navigation">
|
||
<div class="container">
|
||
<!-- Logotip je zdaj samostojen element na levi strani -->
|
||
<a href="../../en/" class="logo-link">
|
||
<img src="../../images/1-logo.png" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
|
||
</a>
|
||
|
||
<!-- Nov ovoj za vse elemente na desni strani -->
|
||
<div class="header-right-wrapper">
|
||
<nav>
|
||
<ul class="navigation desktop-nav">
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">Who We Are</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||
<li><a href="../../en/about-us/">Our team</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">What We Do</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||
<li><a href="#">Blog</a></li>
|
||
<li><a href="#">Gallery</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">Get Involved</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="#">Become a member</a></li>
|
||
<li><a href="#">Support MSOS</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">For Students</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../en/student-welcome-guide/">Student Welcome Guide</a></li>
|
||
<li><a href="#">Mentorship Programme</a></li>
|
||
<li><a href="#">FAQs</a></li>
|
||
<li><a href="../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
|
||
<li><a href="../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">News</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="#">Announcements</a></li>
|
||
<li><a href="#">Open calls</a></li>
|
||
<li><a href="#">Press releases</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
<div class="navigation-actions">
|
||
<button class="btn btn-secondary">Become a member</button>
|
||
<button class="btn btn-primary">Donate</button>
|
||
<div class="language-selector">
|
||
<div class="current-lang">
|
||
<i class="fas fa-globe"></i>
|
||
<span id="current-lang-code">EN</span>
|
||
<i class="fas fa-chevron-down"></i>
|
||
</div>
|
||
<div class="lang-dropdown">
|
||
<a href="#" data-lang="si">Slovenščina (SI)</a>
|
||
<a href="#" data-lang="en">English (EN)</a>
|
||
<a href="#" data-lang="mk">Македонски (MK)</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Ikona za mobilni meni ostaja ločena za lažje upravljanje -->
|
||
<div class="mobile-menu-icon">
|
||
<i class="fas fa-bars"></i>
|
||
<i class="fas fa-times"></i>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
|
||
<!-- Panel za mobilno navigacijo (struktura ostaja enaka) -->
|
||
<div class="mobile-nav-panel">
|
||
<nav>
|
||
<ul class="navigation mobile-nav">
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">Who We Are</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||
<li><a href="../../en/about-us/">Our team</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">What We Do</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||
<li><a href="#">Blog</a></li>
|
||
<li><a href="#">Gallery</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">Get Involved</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="#">Become a member</a></li>
|
||
<li><a href="#">Support MSOS</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">For Students</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../en/student-welcome-guide/">Student Welcome Guide</a></li>
|
||
<li><a href="#">Mentorship Programme</a></li>
|
||
<li><a href="#">FAQs</a></li>
|
||
<li><a href="../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
|
||
<li><a href="../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">News</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="#">Announcements</a></li>
|
||
<li><a href="#">Open calls</a></li>
|
||
<li><a href="#">Press releases</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
<div class="navigation-actions">
|
||
<button class="btn btn-secondary">Become a member</button>
|
||
<button class="btn btn-primary">Donate</button>
|
||
<div class="language-selector">
|
||
<button class="current-lang" id="mobile-lang-trigger">
|
||
<i class="fas fa-globe"></i>
|
||
<span>EN</span>
|
||
<i class="fas fa-chevron-right"></i>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Modalno okno za izbiro jezika (ostaja enako) -->
|
||
<div id="language-modal-overlay">
|
||
<div class="language-modal-content">
|
||
<div class="language-modal-header">
|
||
<h3>Select Language</h3>
|
||
<button id="language-modal-close" aria-label="Close language selection">×</button>
|
||
</div>
|
||
<div class="language-modal-body">
|
||
<a href="#" data-lang="si">Slovenščina (SI)</a>
|
||
<a href="#" data-lang="en" class="active-lang">English (EN)</a>
|
||
<a href="#" data-lang="mk">Македонски (MK)</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- END_HEADER -->
|
||
|
||
<main class="guide-landing">
|
||
<section class="guide-landing-hero">
|
||
<span class="guide-eyebrow">Student Welcome Guide</span>
|
||
<h1>From Macedonia to Slovenia, step by step</h1>
|
||
<p class="guide-lead">Your complete route from a Macedonian secondary school or first degree to enrolled student life in Slovenia.</p>
|
||
<figure class="guide-hero-image guide-hero-image--placeholder">
|
||
<span><i class="fas fa-image" aria-hidden="true"></i>Image placeholder</span>
|
||
</figure>
|
||
<p>Moving to Slovenia for a bachelor or master degree involves more than one university application. You need to choose the correct programme, submit an application through eVŠ, complete recognition of your previous education, arrange residence and health documentation, find accommodation, travel to the right city, enrol, and activate the services connected with student status.</p>
|
||
<p>This guide brings those steps together for Macedonian students and families.</p>
|
||
<p>It does not assume that everyone studies in Ljubljana. The same journey may lead to Maribor, Koper, Nova Gorica, Celje, or another Slovenian study centre, and each city creates different housing, transport, and everyday-life needs.</p>
|
||
</section>
|
||
|
||
<div class="guide-section" style="margin-top:0;">
|
||
<div class="guide-route" data-lang="en">
|
||
<h2>Build my route</h2>
|
||
<p class="guide-route-sub">Answer a few questions and we will outline your next steps.</p>
|
||
<div class="guide-route-grid">
|
||
<div class="guide-field">
|
||
<label for="gr-level">Level of study</label>
|
||
<select id="gr-level" data-role="level"></select>
|
||
</div>
|
||
<div class="guide-field">
|
||
<label for="gr-phase">Where are you now?</label>
|
||
<select id="gr-phase" data-role="phase"></select>
|
||
</div>
|
||
<div class="guide-field">
|
||
<label for="gr-uni">University</label>
|
||
<select id="gr-uni" data-role="uni"></select>
|
||
</div>
|
||
<div class="guide-field">
|
||
<label for="gr-city">Study city</label>
|
||
<select id="gr-city" data-role="city"></select>
|
||
</div>
|
||
<div class="guide-field">
|
||
<label for="gr-year">Academic year</label>
|
||
<select id="gr-year" data-role="year"></select>
|
||
</div>
|
||
</div>
|
||
<div class="guide-route-actions">
|
||
<button type="button" class="btn btn-primary-orange" data-action="build">Show my route</button>
|
||
<button type="button" class="btn btn-secondary" data-action="reset">Reset</button>
|
||
</div>
|
||
<div class="guide-route-result" hidden></div>
|
||
</div>
|
||
</div>
|
||
|
||
<section class="guide-section">
|
||
<h2>Find your way through the guide</h2>
|
||
<p class="guide-section-sub">The guide follows your journey in six stages, from choosing a programme to daily life in Slovenia. Open the stage you are in, or use Show my route above for a personal checklist.</p>
|
||
<div class="guide-cats">
|
||
<div class="guide-cat">
|
||
<div class="guide-cat-head">
|
||
<span class="guide-cat-num">1</span>
|
||
<div class="guide-cat-heading">
|
||
<h3><i class="fas fa-compass" aria-hidden="true"></i>Start here: explore and decide</h3>
|
||
<p>See the whole journey, then pick a programme, a city, and check the cost.</p>
|
||
</div>
|
||
</div>
|
||
<div class="guide-cat-links">
|
||
<a class="guide-quicklink" href="complete-student-journey/"><i class="fas fa-route" aria-hidden="true"></i>Your complete journey</a>
|
||
<a class="guide-quicklink" href="choose-a-programme/"><i class="fas fa-compass" aria-hidden="true"></i>Choosing a programme</a>
|
||
<a class="guide-quicklink" href="study-cities/"><i class="fas fa-city" aria-hidden="true"></i>Study cities</a>
|
||
<a class="guide-quicklink" href="tuition-and-scholarships/"><i class="fas fa-money-bill-wave" aria-hidden="true"></i>Tuition and scholarships</a>
|
||
</div>
|
||
</div>
|
||
<div class="guide-cat">
|
||
<div class="guide-cat-head">
|
||
<span class="guide-cat-num">2</span>
|
||
<div class="guide-cat-heading">
|
||
<h3><i class="fas fa-file-lines" aria-hidden="true"></i>Apply to study</h3>
|
||
<p>Deadlines, the eVŠ application, recognition, documents, and enrolment.</p>
|
||
</div>
|
||
</div>
|
||
<div class="guide-cat-links">
|
||
<a class="guide-quicklink" href="application-deadlines/"><i class="fas fa-calendar-day" aria-hidden="true"></i>Current deadlines</a>
|
||
<a class="guide-quicklink" href="bachelor-application/"><i class="fas fa-graduation-cap" aria-hidden="true"></i>Bachelor application</a>
|
||
<a class="guide-quicklink" href="master-application/"><i class="fas fa-user-graduate" aria-hidden="true"></i>Master application</a>
|
||
<a class="guide-quicklink" href="evs-application-guide/"><i class="fas fa-file-lines" aria-hidden="true"></i>eVŠ step by step</a>
|
||
<a class="guide-quicklink" href="recognition-of-education/"><i class="fas fa-stamp" aria-hidden="true"></i>Recognition of education</a>
|
||
<a class="guide-quicklink" href="document-preparation/"><i class="fas fa-folder-open" aria-hidden="true"></i>Preparing documents</a>
|
||
<a class="guide-quicklink" href="admission-and-enrolment/"><i class="fas fa-clipboard-check" aria-hidden="true"></i>Admission and enrolment</a>
|
||
</div>
|
||
</div>
|
||
<div class="guide-cat">
|
||
<div class="guide-cat-head">
|
||
<span class="guide-cat-num">3</span>
|
||
<div class="guide-cat-heading">
|
||
<h3><i class="fas fa-passport" aria-hidden="true"></i>Residence and healthcare</h3>
|
||
<p>Your legal right to stay for the year and your access to healthcare.</p>
|
||
</div>
|
||
</div>
|
||
<div class="guide-cat-links">
|
||
<a class="guide-quicklink" href="visa-and-residence-explained/"><i class="fas fa-passport" aria-hidden="true"></i>Visa and residence</a>
|
||
<a class="guide-quicklink" href="student-residence-permit/"><i class="fas fa-id-card" aria-hidden="true"></i>Residence permit</a>
|
||
<a class="guide-quicklink" href="where-to-apply-for-residence/"><i class="fas fa-location-dot" aria-hidden="true"></i>Where to apply</a>
|
||
<a class="guide-quicklink" href="means-accommodation-address/"><i class="fas fa-file-invoice-dollar" aria-hidden="true"></i>Means and address</a>
|
||
<a class="guide-quicklink" href="rm-si-3-health-insurance/"><i class="fas fa-heart-pulse" aria-hidden="true"></i>Health insurance (RM/SI 3)</a>
|
||
<a class="guide-quicklink" href="healthcare-in-slovenia/"><i class="fas fa-house-medical" aria-hidden="true"></i>Using healthcare</a>
|
||
</div>
|
||
</div>
|
||
<div class="guide-cat">
|
||
<div class="guide-cat-head">
|
||
<span class="guide-cat-num">4</span>
|
||
<div class="guide-cat-heading">
|
||
<h3><i class="fas fa-suitcase-rolling" aria-hidden="true"></i>Move and settle in</h3>
|
||
<p>Housing, packing, arrival, and the admin that unlocks everything else.</p>
|
||
</div>
|
||
</div>
|
||
<div class="guide-cat-links">
|
||
<a class="guide-quicklink" href="student-accommodation/"><i class="fas fa-house" aria-hidden="true"></i>Accommodation</a>
|
||
<a class="guide-quicklink" href="prepare-to-move/"><i class="fas fa-suitcase-rolling" aria-hidden="true"></i>Travelling and packing</a>
|
||
<a class="guide-quicklink" href="arrival-checklist/"><i class="fas fa-list-check" aria-hidden="true"></i>Arrival checklist</a>
|
||
<a class="guide-quicklink" href="administrative-basics/"><i class="fas fa-gears" aria-hidden="true"></i>Admin basics (EMŠO, tax, bank)</a>
|
||
</div>
|
||
</div>
|
||
<div class="guide-cat">
|
||
<div class="guide-cat-head">
|
||
<span class="guide-cat-num">5</span>
|
||
<div class="guide-cat-heading">
|
||
<h3><i class="fas fa-mug-hot" aria-hidden="true"></i>Everyday student life</h3>
|
||
<p>Meals, transport, work, budget, studying, and finding your community.</p>
|
||
</div>
|
||
</div>
|
||
<div class="guide-cat-links">
|
||
<a class="guide-quicklink" href="student-meals/"><i class="fas fa-utensils" aria-hidden="true"></i>Student meals</a>
|
||
<a class="guide-quicklink" href="student-transport/"><i class="fas fa-bus" aria-hidden="true"></i>Student transport</a>
|
||
<a class="guide-quicklink" href="student-work/"><i class="fas fa-briefcase" aria-hidden="true"></i>Student work and tax</a>
|
||
<a class="guide-quicklink" href="student-budget/"><i class="fas fa-wallet" aria-hidden="true"></i>Budget and daily life</a>
|
||
<a class="guide-quicklink" href="academic-life/"><i class="fas fa-book-open-reader" aria-hidden="true"></i>Academic life</a>
|
||
<a class="guide-quicklink" href="wellbeing-and-community/"><i class="fas fa-hands-holding-circle" aria-hidden="true"></i>Wellbeing and community</a>
|
||
<a class="guide-quicklink" href="student-organisations-and-extracurriculars/"><i class="fas fa-people-group" aria-hidden="true"></i>Student organisations</a>
|
||
</div>
|
||
</div>
|
||
<div class="guide-cat">
|
||
<div class="guide-cat-head">
|
||
<span class="guide-cat-num">6</span>
|
||
<div class="guide-cat-heading">
|
||
<h3><i class="fas fa-arrows-rotate" aria-hidden="true"></i>After your first year</h3>
|
||
<p>Renewing, changing or graduating, plus the official sources to trust.</p>
|
||
</div>
|
||
</div>
|
||
<div class="guide-cat-links">
|
||
<a class="guide-quicklink" href="renew-change-graduate/"><i class="fas fa-arrows-rotate" aria-hidden="true"></i>Renewal and graduation</a>
|
||
<a class="guide-quicklink" href="official-sources-and-checklists/"><i class="fas fa-list-ul" aria-hidden="true"></i>Official sources</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="guide-section">
|
||
<div class="guide-box guide-box--warning" style="max-width:820px;">
|
||
<p class="guide-box-title"><i class="fas fa-triangle-exclamation" aria-hidden="true"></i>Current 2026/2027 application notice</p>
|
||
<ul style="margin:6px 0 0; padding-left:20px; line-height:26px; color:#344054;">
|
||
<li>The main first bachelor application rounds at the University of Ljubljana and University of Maribor are closed.</li>
|
||
<li>The University of Primorska has additional Western Balkan bachelor rounds, including a round from 20 August to 3 September 2026.</li>
|
||
<li>The University of Nova Gorica has a further non-EU bachelor round from 1 August to 1 September 2026 if places remain.</li>
|
||
<li>Master deadlines differ significantly by university and faculty. University of Primorska’s first master round for Western Balkan candidates runs until 3 August 2026.</li>
|
||
<li>University of Maribor may open a second non-EU master round from 24 August to 4 September 2026, and University of Nova Gorica lists a master round from 1 August to 1 September 2026, both subject to available places. University of Ljubljana master deadlines are faculty and programme specific.</li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="guide-section">
|
||
<div class="guide-notice">
|
||
<h3><i class="fas fa-circle-info" aria-hidden="true"></i>Before you rely on this guide</h3>
|
||
<p style="margin:0 0 12px; color:#344054;">Confirm whether any of these apply to you, because they may change the normal pathway:</p>
|
||
<ul>
|
||
<li>You hold Slovenian or another EU citizenship.</li>
|
||
<li>You have permanent residence in Slovenia.</li>
|
||
<li>You completed secondary school or a previous degree in Slovenia.</li>
|
||
<li>You are applying for an exchange rather than a full degree.</li>
|
||
<li>You are applying to a private institution or a programme without public concession.</li>
|
||
<li>You already hold a qualification at the same or a higher level.</li>
|
||
<li>You are applying for part-time study, or you are under 18.</li>
|
||
<li>You have a scholarship that includes accommodation or insurance.</li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="guide-section">
|
||
|
||
<section class="guide-help">
|
||
<div class="guide-help-contact">
|
||
<h2 class="guide-help-title"><i class="fas fa-life-ring" aria-hidden="true"></i>Still need help?</h2>
|
||
<p>If something is unclear or missing, contact MSOS and we will help you find the right institution or answer. Deadlines and rules change, so always confirm the details that matter for your case.</p>
|
||
<a class="guide-help-email" href="mailto:info@msosorg.com?subject=Guide%20feedback%3A%20From%20Macedonia%20to%20Slovenia%2C%20step%20by%20step"><i class="fas fa-envelope" aria-hidden="true"></i>Email us</a>
|
||
</div>
|
||
<div class="guide-viber">
|
||
<p class="guide-viber-title"><i class="fab fa-viber" aria-hidden="true"></i>Viber community of Macedonian students in Slovenia</p>
|
||
<p class="guide-viber-text">Join our Viber community to ask questions and meet other Macedonian students already studying in Slovenia.</p>
|
||
<a class="guide-viber-btn" href="https://invite.viber.com/?g2=AQA8mf%2BZki%2FEk1GS2lyGTD6tc7SdqKmI5pVkOKT1jVasvZz0Lhn8esKYxjza9xoy" target="_blank" rel="noopener"><i class="fab fa-viber" aria-hidden="true"></i>Join the Viber community</a>
|
||
</div>
|
||
<div class="guide-feedback" data-slug="student-welcome-guide">
|
||
<p class="guide-feedback-q">Was this page helpful?</p>
|
||
<div class="guide-feedback-buttons">
|
||
<button type="button" class="guide-feedback-btn" data-vote="yes"><i class="fas fa-thumbs-up" aria-hidden="true"></i>Yes</button>
|
||
<button type="button" class="guide-feedback-btn" data-vote="no"><i class="fas fa-thumbs-down" aria-hidden="true"></i>No</button>
|
||
</div>
|
||
<p class="guide-feedback-msg guide-feedback-yes" hidden>Thanks, we are glad this helped.</p>
|
||
<p class="guide-feedback-msg guide-feedback-no" hidden>Thanks for telling us. Help us improve this page by writing what was missing to <a href="mailto:info@msosorg.com?subject=Guide%20feedback%3A%20From%20Macedonia%20to%20Slovenia%2C%20step%20by%20step">info@msosorg.com</a> or ask in our <a href="https://invite.viber.com/?g2=AQA8mf%2BZki%2FEk1GS2lyGTD6tc7SdqKmI5pVkOKT1jVasvZz0Lhn8esKYxjza9xoy" target="_blank" rel="noopener">Viber community</a>.</p>
|
||
<div class="guide-feedback-comment" hidden>
|
||
<label class="guide-feedback-comment-label" for="fbc-student-welcome-guide">What was missing or unclear? (optional)</label>
|
||
<textarea id="fbc-student-welcome-guide" class="guide-feedback-comment-input" rows="3" placeholder="Tell us what we can improve on this page"></textarea>
|
||
<button type="button" class="guide-feedback-comment-send">Send</button>
|
||
<p class="guide-feedback-comment-thanks" hidden>Thanks, we received your note.</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</section>
|
||
</main>
|
||
<!-- START_FOOTER -->
|
||
<footer>
|
||
<div class="footer-container">
|
||
<div class="footer-main">
|
||
<div class="footer-info">
|
||
<div class="footer-logo">
|
||
<img src="../../images/13-whitelogo.png" alt="Macedonian Student Organisation in Slovenia Logo">
|
||
</div>
|
||
<p>
|
||
Masarykova cesta 24<br>
|
||
1000 Ljubljana, Slovenia<br>
|
||
+389 02 123 4567<br>
|
||
info.msosorg@gmail.com
|
||
</p>
|
||
<div class="social-icons">
|
||
<a href="#" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
|
||
<a href="#" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
|
||
<a href="#" aria-label="YouTube"><i class="fab fa-youtube"></i></a>
|
||
</div>
|
||
</div>
|
||
<div class="footer-links">
|
||
<div class="links-column">
|
||
<h4>For students</h4>
|
||
<a href="#">Blog</a>
|
||
<a href="#">Gallery</a>
|
||
<a href="#">FAQs</a>
|
||
<a href="#">Brochure</a>
|
||
</div>
|
||
<div class="links-column">
|
||
<h4>Projects</h4>
|
||
<a href="#">Upcoming</a>
|
||
<a href="#">Previous</a>
|
||
</div>
|
||
<div class="links-column">
|
||
<h4>Organisation</h4>
|
||
<a href="#">About us</a>
|
||
<a href="#">Contact</a>
|
||
<a href="#">Documentation</a>
|
||
<a href="../../en/privacy-policy/">Privacy policy</a>
|
||
<a href="../../en/cookie-policy/">Cookie Policy</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<hr>
|
||
<div class="footer-bottom">
|
||
<p>© MSOS org 2025 All rights reserved.</p>
|
||
<div class="legal-links">
|
||
<a href="../../en/privacy-policy/">Privacy policy</a>
|
||
<a href="../../en/cookie-policy/">Cookie Policy</a>
|
||
<a href="#">Legal Terms</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<script src="../../main.js"></script>
|
||
</footer>
|
||
<!-- END_FOOTER -->
|
||
|
||
<script src="../../main.js"></script>
|
||
<script src="../../student-guide.js"></script>
|
||
<script src="../../guide-feedback.js"></script>
|
||
</body>
|
||
</html>
|