msos/en/student-welcome-guide/student-transport/index.html

326 lines
16 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Student public transport - 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" />
<!-- Correct path to the main CSS file -->
<link rel="stylesheet" href="../../../css/main.css">
</head>
<body>
<!-- START_HEADER -->
<header class="dropdown-header-navigation">
<div class="container">
<!-- Logotip je zdaj samostojen element na levi strani -->
<a href="../../../en/" class="logo-link">
<img src="../../../images/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">&times;</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="article-page">
<article class="article-container">
<header class="article-header">
<h1>Student public transport</h1>
<p class="article-subtitle">National IJPP tickets, city transport, and bicycle sharing. Eligibility does not depend on the distance to your faculty.</p>
</header>
<figure class="guide-hero-image guide-hero-image--placeholder">
<span><i class="fas fa-image" aria-hidden="true"></i>Image placeholder</span>
</figure>
<div class="article-body">
<div class="guide-meta">
<span class="guide-tag ">Applies to: students from Macedonia</span>
<span class="guide-tag ">Last checked: 30 July 2026</span>
<span class="guide-tag is-frequent">Update class: Frequently changing</span>
</div>
<aside class="guide-box guide-box--warning">
<p class="guide-box-title"><i class="fas fa-triangle-exclamation" aria-hidden="true"></i>Please verify the latest information</p>
<p>This page was last checked on 30 July 2026 and applies to subsidised-transport prices in 2026/2027. Deadlines, fees, required documents, eligibility conditions, and administrative procedures may change. Verify the information directly with the responsible institution before submitting an application or making an important decision.</p>
</aside>
<h2>Layer 1: National IJPP</h2>
<p>The subsidised IJPP product can combine intercity bus, rail, and selected city transport. Under the latest operator guidance, eligibility does not depend on the distance between your residence and the place of education. The older two-kilometre rule no longer applies.</p>
<p>The subsidised period for students runs from 1 October to 30 September of the academic year. Students must have valid status and must not be regularly employed, self-employed, or registered as unemployed under the excluded conditions.</p>
<p>Current reference prices shown by the operator are €25 for the monthly national intercity product and €200 for the annual product. Verify prices for the new study year.</p>
<h2>Online application</h2>
<ul class="guide-steps">
<li>Wait until student status is visible in the official education records.</li>
<li>Submit the application through eUprava using an accepted electronic identity.</li>
<li>Wait for the positive decision, not only the submission confirmation.</li>
<li>Register at the selected IJPP sales portal.</li>
<li>Order or activate the transport card.</li>
<li>Select the monthly, annual, ten-journey, or city combination.</li>
<li>Complete the purchase and activate the product as instructed.</li>
</ul>
<p>At a sales point, identity and EMŠO may allow the operator to retrieve the necessary status data.</p>
<h2>Layer 2: City transport</h2>
<h3 class="guide-substage">Ljubljana</h3>
<p>Use a personal Urbana card for term products. Urbana supports LPP and can also connect with BicikeLJ, the city library, parking, and other municipal services. LPP allows transfers within the current transfer window after first validation. Check the current duration and fare rules.</p>
<h3 class="guide-substage">Maribor</h3>
<p>Use Marprom for city buses and the current MBajk system for bicycle sharing.</p>
<h3 class="guide-substage">Koper and Primorska</h3>
<p>Check the selected IJPP city combination, local bus routes, and coastal intercity connections.</p>
<h3 class="guide-substage">Nova Gorica</h3>
<p>Check Slovenian local transport and cross-border connections separately. An IJPP product does not automatically solve every journey into Italy.</p>
<h3 class="guide-substage">Celje</h3>
<p>Use the current Nomago city-transport information and rail connections.</p>
<h2>Layer 3: Bicycle sharing</h2>
<ul class="guide-checklist">
<li>BicikeLJ: €3 yearly or €1 weekly, with the first 60 minutes of each trip free</li>
<li>MBajk: similar reference pricing and first-hour model</li>
<li>Nomago Bikes electric bicycles in Ljubljana: student subscriptions with a shorter free period</li>
</ul>
<p>Treat all prices and promotion codes as check-current information.</p>
<h2>Sources and further information</h2>
<ul class="guide-linklist">
<li><a href="https://e-uprava.gov.si/si/podrocja/izobrazevanje-kultura/visoka-in-visja-sola/subvencionirana-vozovnica.html" target="_blank" rel="noopener">eUprava subsidised student ticket</a></li>
<li><a href="https://www.dujpp.si/" target="_blank" rel="noopener">DUJPP public passenger transport</a></li>
<li><a href="https://www.lpp.si/" target="_blank" rel="noopener">LPP Ljubljana public transport</a></li>
<li><a href="https://urbana.jhl.si/" target="_blank" rel="noopener">Urbana services</a></li>
<li><a href="https://www.mbajk.si/" target="_blank" rel="noopener">MBajk bicycle sharing</a></li>
</ul>
<p class="guide-last-checked">Last checked: 30 July 2026</p>
</div>
</article>
</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>
</body>
</html>