Posodobljeni članki
Deploy to Production on Develop Push / deploy (push) Successful in 1m22s
Details
Deploy to Production on Develop Push / deploy (push) Successful in 1m22s
Details
This commit is contained in:
parent
d603ebf585
commit
d972e45c2f
1210
code_export.txt
1210
code_export.txt
File diff suppressed because it is too large
Load Diff
|
|
@ -10,9 +10,24 @@
|
||||||
|
|
||||||
/* 1. Temeljni stili */
|
/* 1. Temeljni stili */
|
||||||
|
|
||||||
|
/* NOVO: Globalno pravilo za box-sizing. To je ključno za preprečevanje
|
||||||
|
težav s postavitvijo in horizontalnim drsenjem. Vsem elementom naroči,
|
||||||
|
naj padding in border vključijo v svojo končno širino. */
|
||||||
html {
|
html {
|
||||||
/* To je pomembno, da ostane prazno ali brez overflow-x: hidden */
|
box-sizing: border-box;
|
||||||
overflow-x: hidden; /* Dodano za preprečevanje horizontalnega drsenja, ki ga body morda ne ujame. */
|
}
|
||||||
|
|
||||||
|
*, *:before, *:after {
|
||||||
|
box-sizing: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
/*
|
||||||
|
* POMEMBNO: Ta selektor naj ostane brez `overflow` pravil.
|
||||||
|
* `overflow-x: hidden` na `<html>` ali `<body>` elementu preprečuje
|
||||||
|
* pravilno delovanje `position: sticky`, ki ga uporablja stranska
|
||||||
|
* vrstica v člankih.
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
@ -20,10 +35,10 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
color: #101828;
|
color: #101828;
|
||||||
overflow-x: hidden; /* Preprečuje horizontalno drsenje na telesu strani */
|
/* `overflow-x: hidden;` je bil odstranjen, da omogoči pravilno delovanje `position: sticky`. */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* NOVO (zamenjaj znotraj _base.css): */
|
/* Pravilo za preprečevanje drsenja, ko je mobilni meni odprt. To je pravilno in ostane. */
|
||||||
html.nav-open, html.nav-open body {
|
html.nav-open, html.nav-open body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
@ -31,13 +46,14 @@ html.nav-open, html.nav-open body {
|
||||||
/* 2. Glavni container */
|
/* 2. Glavni container */
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: 1280px;
|
max-width: 1280px; /* Uporabi max-width namesto fiksne širine za boljšo odzivnost. */
|
||||||
|
width: 100%; /* Zagotovi, da vsebnik zavzame razpoložljivo širino do svoje maksimalne meje. */
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 32px;
|
padding: 0 32px;
|
||||||
box-sizing: border-box;
|
/* box-sizing: border-box; -- to pravilo je zdaj globalno in ni več potrebno tukaj */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #667085;
|
color: #667085;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
padding: 0 16px; /* Prilagojen padding */
|
padding: 0 16px; /* Prilagojen padding */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
|
|
@ -52,13 +52,14 @@
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 120px;
|
top: 120px;
|
||||||
height: calc(100vh - 140px);
|
height: calc(100vh - 240px);
|
||||||
margin-top: 48px; /* NOVO: Doda začetni odmik od vrha */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollspy-nav {
|
.scrollspy-nav {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollspy-nav ul {
|
.scrollspy-nav ul {
|
||||||
|
|
@ -67,7 +68,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 20px;
|
gap: 40px;
|
||||||
border-left: 2px solid #EAECF0;
|
border-left: 2px solid #EAECF0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -264,6 +265,25 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* NOVO: Stili za odziven vdelan video */
|
||||||
|
.video-responsive {
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
padding-top: 56.25%; /* 16:9 Aspect Ratio */
|
||||||
|
margin: 16px 0;
|
||||||
|
border-radius: 16px; /* Ujemanje z ostalimi slikami */
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-responsive iframe {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
6. Telo članka
|
6. Telo članka
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
@ -395,16 +415,18 @@
|
||||||
background: #F9FAFB;
|
background: #F9FAFB;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
max-width: 1216px;
|
max-width: 1216px;
|
||||||
gap: 32px;
|
gap: 32px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.newsletter-cta .cta-content {
|
.newsletter-cta .cta-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: center;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
@ -445,8 +467,11 @@
|
||||||
|
|
||||||
.subscribe-form-bottom .btn-primary-orange {
|
.subscribe-form-bottom .btn-primary-orange {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
padding-top: 12px;
|
padding-top: 0;
|
||||||
padding-bottom: 12px;
|
padding-bottom: 0;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -456,7 +481,7 @@
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.article-page {
|
.article-page {
|
||||||
padding-top: 60px;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-layout-container {
|
.article-layout-container {
|
||||||
|
|
@ -474,7 +499,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-container {
|
.article-container {
|
||||||
padding: 48px 24px;
|
padding: 32px 24px 48px 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-header {
|
.article-header {
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,12 @@
|
||||||
|
|
||||||
.subscribe-form .btn {
|
.subscribe-form .btn {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
|
/* SPREMEMBA: Dodan flexbox za popolno sredinsko poravnavo besedila znotraj gumba. */
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding-top: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-note {
|
.privacy-note {
|
||||||
|
|
|
||||||
|
|
@ -34,13 +34,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -106,13 +106,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -384,7 +384,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© MSOS org 2023 All rights reserved.</p>
|
<p>© MSOS org 2025 All rights reserved.</p>
|
||||||
<div class="legal-links">
|
<div class="legal-links">
|
||||||
<a href="#">Privacy policy</a>
|
<a href="#">Privacy policy</a>
|
||||||
<a href="#">Cookie Policy</a>
|
<a href="#">Cookie Policy</a>
|
||||||
|
|
|
||||||
|
|
@ -33,14 +33,14 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -105,14 +105,14 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -194,12 +194,12 @@
|
||||||
<div class="member-content">
|
<div class="member-content">
|
||||||
<div class="member-socials">
|
<div class="member-socials">
|
||||||
<a href="mailto:kristijan.popovski@msosorg.com" aria-label="Email Kristijan Popovski"><i class="fas fa-envelope"></i></a>
|
<a href="mailto:kristijan.popovski@msosorg.com" aria-label="Email Kristijan Popovski"><i class="fas fa-envelope"></i></a>
|
||||||
<a href="https://www.linkedin.com/in/popovski-k?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app" target="_blank" aria-label="LinkedIn profile of Kristijan Popovski"><i class="fab fa-linkedin-in"></i></a>
|
<a href="https://www.linkedin.com/in/popovski-k" target="_blank" aria-label="LinkedIn profile of Kristijan Popovski"><i class="fab fa-linkedin-in"></i></a>
|
||||||
<a href="https://www.instagram.com/popovski.k/" target="_blank" aria-label="Instagram profile of Kristijan Popovski"><i class="fab fa-instagram"></i></a>
|
<a href="https://www.instagram.com/popovski.k/" target="_blank" aria-label="Instagram profile of Kristijan Popovski"><i class="fab fa-instagram"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="member-info">
|
<div class="member-info">
|
||||||
<h4>Kristijan Popovski</h4>
|
<h4>Kristijan Popovski</h4>
|
||||||
<p class="role">Founder and President</p>
|
<p class="role">FOUNDER AND PRESIDENT</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -208,12 +208,12 @@
|
||||||
<div class="member-content">
|
<div class="member-content">
|
||||||
<div class="member-socials">
|
<div class="member-socials">
|
||||||
<a href="mailto:lea.janackovska@msosorg.com" aria-label="Email Lea Janachkovska"><i class="fas fa-envelope"></i></a>
|
<a href="mailto:lea.janackovska@msosorg.com" aria-label="Email Lea Janachkovska"><i class="fas fa-envelope"></i></a>
|
||||||
<a href="https://www.linkedin.com/in/lea-janachkovska-9833b9246?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app" target="_blank" aria-label="LinkedIn profile of Lea Janachkovska"><i class="fab fa-linkedin-in"></i></a>
|
<a href="https://www.linkedin.com/in/lea-janachkovska-9833b9246/" target="_blank" aria-label="LinkedIn profile of Lea Janachkovska"><i class="fab fa-linkedin-in"></i></a>
|
||||||
<a href="https://www.instagram.com/lea_janackovska?igsh=djl0M2hjMXc0cWF2" target="_blank" aria-label="Instagram profile of Lea Janachkovska"><i class="fab fa-instagram"></i></a>
|
<a href="https://www.instagram.com/lea_janackovska" target="_blank" aria-label="Instagram profile of Lea Janachkovska"><i class="fab fa-instagram"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="member-info">
|
<div class="member-info">
|
||||||
<h4>Lea Janachkovska</h4>
|
<h4>Lea Janachkovska</h4>
|
||||||
<p class="role">Board Member</p>
|
<p class="role">HUMAN RESOURCES</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -222,12 +222,12 @@
|
||||||
<div class="member-content">
|
<div class="member-content">
|
||||||
<div class="member-socials">
|
<div class="member-socials">
|
||||||
<a href="mailto:marko.arsov@msosorg.com" aria-label="Email Marko Arsov"><i class="fas fa-envelope"></i></a>
|
<a href="mailto:marko.arsov@msosorg.com" aria-label="Email Marko Arsov"><i class="fas fa-envelope"></i></a>
|
||||||
<a href="https://www.linkedin.com/in/marko-arsov-3313202b9?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app" target="_blank" aria-label="LinkedIn profile of Marko Arsov"><i class="fab fa-linkedin-in"></i></a>
|
<a href="https://www.linkedin.com/in/marko-arsov-3313202b9" target="_blank" aria-label="LinkedIn profile of Marko Arsov"><i class="fab fa-linkedin-in"></i></a>
|
||||||
<a href="https://www.instagram.com/marko.arsov?igsh=OXh6dnRkNGNuZmpw" target="_blank" aria-label="Instagram profile of Marko Arsov"><i class="fab fa-instagram"></i></a>
|
<a href="https://www.instagram.com/marko.arsov" target="_blank" aria-label="Instagram profile of Marko Arsov"><i class="fab fa-instagram"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="member-info">
|
<div class="member-info">
|
||||||
<h4>Marko Arsov</h4>
|
<h4>Marko Arsov</h4>
|
||||||
<p class="role">Board Member</p>
|
<p class="role">EVENT MANAGER</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -236,12 +236,12 @@
|
||||||
<div class="member-content">
|
<div class="member-content">
|
||||||
<div class="member-socials">
|
<div class="member-socials">
|
||||||
<a href="mailto:marija.koshtrevska@msosorg.com" aria-label="Email Marija Koshtrevska"><i class="fas fa-envelope"></i></a>
|
<a href="mailto:marija.koshtrevska@msosorg.com" aria-label="Email Marija Koshtrevska"><i class="fas fa-envelope"></i></a>
|
||||||
<a href="https://www.linkedin.com/in/marija-koshtrevska?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app" target="_blank" aria-label="LinkedIn profile of Marija Koshtrevska"><i class="fab fa-linkedin-in"></i></a>
|
<a href="https://www.linkedin.com/in/marija-koshtrevska/" target="_blank" aria-label="LinkedIn profile of Marija Koshtrevska"><i class="fab fa-linkedin-in"></i></a>
|
||||||
<a href="https://www.instagram.com/koshtrevska_10?igsh=eng3a2RlNHA5NGRn" target="_blank" aria-label="Instagram profile of Marija Koshtrevska"><i class="fab fa-instagram"></i></a>
|
<a href="https://www.instagram.com/koshtrevska_10" target="_blank" aria-label="Instagram profile of Marija Koshtrevska"><i class="fab fa-instagram"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="member-info">
|
<div class="member-info">
|
||||||
<h4>Marija Koshtrevska</h4>
|
<h4>Marija Koshtrevska</h4>
|
||||||
<p class="role">Board Member</p>
|
<p class="role">IT COORDINATOR</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -250,12 +250,12 @@
|
||||||
<div class="member-content">
|
<div class="member-content">
|
||||||
<div class="member-socials">
|
<div class="member-socials">
|
||||||
<a href="mailto:monika.velinova@msosorg.com" aria-label="Email Monika Velinova"><i class="fas fa-envelope"></i></a>
|
<a href="mailto:monika.velinova@msosorg.com" aria-label="Email Monika Velinova"><i class="fas fa-envelope"></i></a>
|
||||||
<a href="https://www.linkedin.com/in/monika-velinova-21632517a?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app" target="_blank" aria-label="LinkedIn profile of Monika Velinova"><i class="fab fa-linkedin-in"></i></a>
|
<a href="https://www.linkedin.com/in/monika-velinova-21632517a/" target="_blank" aria-label="LinkedIn profile of Monika Velinova"><i class="fab fa-linkedin-in"></i></a>
|
||||||
<a href="https://www.instagram.com/monivelinova?igsh=MTUxOGRmNjNkeXdiaA==" target="_blank" aria-label="Instagram profile of Monika Velinova"><i class="fab fa-instagram"></i></a>
|
<a href="https://www.instagram.com/monivelinova" target="_blank" aria-label="Instagram profile of Monika Velinova"><i class="fab fa-instagram"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="member-info">
|
<div class="member-info">
|
||||||
<h4>Monika Velinova</h4>
|
<h4>Monika Velinova</h4>
|
||||||
<p class="role">Board Member</p>
|
<p class="role">SECRETARY</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -34,13 +34,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../en/projects/">Event & Projects</a></li>
|
<li><a href="../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -106,13 +106,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../en/projects/">Event & Projects</a></li>
|
<li><a href="../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -467,7 +467,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© MSOS org 2023 All rights reserved.</p>
|
<p>© MSOS org 2025 All rights reserved.</p>
|
||||||
<div class="legal-links">
|
<div class="legal-links">
|
||||||
<a href="#">Privacy policy</a>
|
<a href="#">Privacy policy</a>
|
||||||
<a href="#">Cookie Policy</a>
|
<a href="#">Cookie Policy</a>
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../en/projects/">Event & Projects</a></li>
|
<li><a href="../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../en/projects/">Event & Projects</a></li>
|
<li><a href="../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -193,10 +193,10 @@
|
||||||
|
|
||||||
<section class="partners-section">
|
<section class="partners-section">
|
||||||
<div class="partners-container">
|
<div class="partners-container">
|
||||||
<img src="../images/2.%20Slo%20embassy%20in%20Skopje_mcd-1.png" alt="Slovenian Embassy in Skopje logo">
|
<img src="../images/2.%20Slo%20embassy%20in%20Skopje_mcd-1.webp" alt="Slovenian Embassy in Skopje logo">
|
||||||
<img src="../images/5.%20UL_EF-logoENG-HOR-CMYK_color-1.png" alt="University of Ljubljana School of Economics and Business logo">
|
<img src="../images/5.%20UL_EF-logoENG-HOR-CMYK_color-1.webp" alt="University of Ljubljana School of Economics and Business logo">
|
||||||
<img src="../images/3.%20Logo_NLB_Banka_CMYK_MAC-1.png" alt="NLB Banka logo">
|
<img src="../images/3.%20Logo_NLB_Banka_CMYK_MAC-1.webp" alt="NLB Banka logo">
|
||||||
<img src="../images/1.%20mkd%20embassy%20in%20slovenia.png" alt="Embassy of North Macedonia in Slovenia logo">
|
<img src="../images/1.%20mkd%20embassy%20in%20slovenia.webp" alt="Embassy of North Macedonia in Slovenia logo">
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
@ -230,7 +230,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="activity-details">
|
<div class="activity-details">
|
||||||
<p>We know moving to a new country can feel overwhelming, so we’re here to make it easier. From helping you with university applications to finding your way around student life in Slovenia, you can always count on us. We offer free consultations, answer your questions on Instagram and Facebook (yes, even late at night), and host events where you can meet others and hear real experiences first-hand. With mentorship, info sessions, and a friendly community by your side, you’ll never have to go through the journey alone.</p>
|
<p>We know moving to a new country can feel overwhelming, so we’re here to make it easier. From helping you with university applications to finding your way around student life in Slovenia, you can always count on us. We offer free consultations, answer your questions on Instagram and Facebook (yes, even late at night), and host events where you can meet others and hear real experiences first-hand. With mentorship, info sessions, and a friendly community by your side, you’ll never have to go through the journey alone.</p>
|
||||||
<img src="../images/img1-08.09.2025.png" alt="Students receiving support and guidance">
|
<img src="../images/img1-08.09.2025.webp" alt="Students receiving support and guidance">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -34,13 +34,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -106,13 +106,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -178,7 +178,7 @@
|
||||||
<section class="page-header-section">
|
<section class="page-header-section">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<span class="page-subtitle">Our projects</span>
|
<span class="page-subtitle">Our projects</span>
|
||||||
<h1>Projects</h1>
|
<h1>Events & Projects</h1>
|
||||||
<p class="page-description">Subscribe to learn about new product features, the latest in technology, solutions, and updates.</p>
|
<p class="page-description">Subscribe to learn about new product features, the latest in technology, solutions, and updates.</p>
|
||||||
<form class="subscribe-form">
|
<form class="subscribe-form">
|
||||||
<input type="email" placeholder="Enter your email">
|
<input type="email" placeholder="Enter your email">
|
||||||
|
|
@ -322,7 +322,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© MSOS org 2023 All rights reserved.</p>
|
<p>© MSOS org 2025 All rights reserved.</p>
|
||||||
<div class="legal-links">
|
<div class="legal-links">
|
||||||
<a href="#">Privacy policy</a>
|
<a href="#">Privacy policy</a>
|
||||||
<a href="#">Cookie Policy</a>
|
<a href="#">Cookie Policy</a>
|
||||||
|
|
|
||||||
|
|
@ -33,14 +33,14 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -105,14 +105,14 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -178,7 +178,7 @@
|
||||||
<section class="page-header-section">
|
<section class="page-header-section">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<span class="page-subtitle">Our projects</span>
|
<span class="page-subtitle">Our projects</span>
|
||||||
<h1>Projects</h1>
|
<h1>Events & Projects</h1>
|
||||||
<p class="page-description">Subscribe to learn about new product features, the latest in technology, solutions, and updates.</p>
|
<p class="page-description">Subscribe to learn about new product features, the latest in technology, solutions, and updates.</p>
|
||||||
<form class="subscribe-form">
|
<form class="subscribe-form">
|
||||||
<input type="email" placeholder="Enter your email">
|
<input type="email" placeholder="Enter your email">
|
||||||
|
|
|
||||||
|
|
@ -34,13 +34,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -106,13 +106,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -174,6 +174,34 @@
|
||||||
<!-- END_HEADER -->
|
<!-- END_HEADER -->
|
||||||
|
|
||||||
<main class="article-page">
|
<main class="article-page">
|
||||||
|
<!-- Sticky Mobile Header -->
|
||||||
|
<div class="mobile-article-header">
|
||||||
|
<span id="mobile-article-title">Macedonian Student Night in Ljubljana</span>
|
||||||
|
<i class="fas fa-chevron-down"></i>
|
||||||
|
<div class="progress-bar-container">
|
||||||
|
<div class="progress-bar"></div>
|
||||||
|
</div>
|
||||||
|
<!-- Dropdown Menu for Mobile -->
|
||||||
|
<div class="mobile-scrollspy-dropdown">
|
||||||
|
<ul id="mobile-scrollspy-links">
|
||||||
|
<!-- Links will be dynamically inserted here by JavaScript -->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="article-layout-container">
|
||||||
|
<!-- Desktop Scrollspy Sidebar -->
|
||||||
|
<aside class="article-sidebar">
|
||||||
|
<nav class="scrollspy-nav">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#idea-to-movement" class="active">Idea to Movement</a></li>
|
||||||
|
<li><a href="#taste-of-macedonia">The Taste of Macedonia</a></li>
|
||||||
|
<li><a href="#community-support">Community Support</a></li>
|
||||||
|
<li><a href="#a-beginning">A Beginning to Remember</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</aside>
|
||||||
|
|
||||||
<article class="article-container">
|
<article class="article-container">
|
||||||
<header class="article-header">
|
<header class="article-header">
|
||||||
<p class="article-publish-date">Published on October 8, 2022</p>
|
<p class="article-publish-date">Published on October 8, 2022</p>
|
||||||
|
|
@ -188,7 +216,7 @@
|
||||||
<div class="article-body">
|
<div class="article-body">
|
||||||
<p>On October 8, 2022, in the heart of the Student Campus in Ljubljana, the first Macedonian Student Night in Slovenia took place. Under the motto #FeelsLikeHome, more than 500 young people enjoyed Macedonian music, delicious traditional food, and an atmosphere that felt like home. This event was not just a party – it was the beginning of a new story, which would later grow into the Macedonian Student Organization in Slovenia (MSOS).</p>
|
<p>On October 8, 2022, in the heart of the Student Campus in Ljubljana, the first Macedonian Student Night in Slovenia took place. Under the motto #FeelsLikeHome, more than 500 young people enjoyed Macedonian music, delicious traditional food, and an atmosphere that felt like home. This event was not just a party – it was the beginning of a new story, which would later grow into the Macedonian Student Organization in Slovenia (MSOS).</p>
|
||||||
|
|
||||||
<h2>How an idea for socializing became the start of a movement</h2>
|
<h2 id="idea-to-movement">How an idea for socializing became the start of a movement</h2>
|
||||||
<p>It all began with a simple wish – to gather, get to know each other, and feel Macedonia, even though we were far from it. Kristijan Popovski, then a student at the School of Economics and Business in Ljubljana, shared his idea with a few colleagues, and the response was incredible. In less than two weeks, over 40 students joined the organizing team. Everyone contributed their enthusiasm and time, and the shared spirit and desire to connect turned this spontaneous initiative into an event we would remember for a long time.</p>
|
<p>It all began with a simple wish – to gather, get to know each other, and feel Macedonia, even though we were far from it. Kristijan Popovski, then a student at the School of Economics and Business in Ljubljana, shared his idea with a few colleagues, and the response was incredible. In less than two weeks, over 40 students joined the organizing team. Everyone contributed their enthusiasm and time, and the shared spirit and desire to connect turned this spontaneous initiative into an event we would remember for a long time.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -209,7 +237,7 @@
|
||||||
<footer>— Marko - first-year student (at the time)</footer>
|
<footer>— Marko - first-year student (at the time)</footer>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h2>The taste and smell of Macedonia in the heart of Ljubljana</h2>
|
<h2 id="taste-of-macedonia">The taste and smell of Macedonia in the heart of Ljubljana</h2>
|
||||||
<p>The party started at 8:00 PM and was designed in two parts. The first part was a real gastronomic and cultural journey through Macedonia. Students could try bread with ajvar and white cheese, Macedonian wine, tasty snacks, and traditional drinks. The tables were also filled with other authentic products that reminded everyone of home. All these flavors and aromas were made possible thanks to the support of the Macedonian products store <strong>“Makedonija Trade,”</strong> which selflessly contributed to making this part of the evening truly enjoyable.</p>
|
<p>The party started at 8:00 PM and was designed in two parts. The first part was a real gastronomic and cultural journey through Macedonia. Students could try bread with ajvar and white cheese, Macedonian wine, tasty snacks, and traditional drinks. The tables were also filled with other authentic products that reminded everyone of home. All these flavors and aromas were made possible thanks to the support of the Macedonian products store <strong>“Makedonija Trade,”</strong> which selflessly contributed to making this part of the evening truly enjoyable.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -224,7 +252,7 @@
|
||||||
<figcaption>Mini quiz with questions about Macedonia, where students in one part of the club are competing.</figcaption>
|
<figcaption>Mini quiz with questions about Macedonia, where students in one part of the club are competing.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>Support from the Macedonian community and diplomacy</h2>
|
<h2 id="community-support">Support from the Macedonian community and diplomacy</h2>
|
||||||
<p>The evening was enriched by the presence of important guests from the Macedonian community in Slovenia. <strong>The President of the Union of Macedonian Cultural Associations in Slovenia, Mr. Blagoja Nasteski</strong>, joined the event, confirming the importance of such initiatives for preserving the Macedonian spirit and tradition in the diaspora.</p>
|
<p>The evening was enriched by the presence of important guests from the Macedonian community in Slovenia. <strong>The President of the Union of Macedonian Cultural Associations in Slovenia, Mr. Blagoja Nasteski</strong>, joined the event, confirming the importance of such initiatives for preserving the Macedonian spirit and tradition in the diaspora.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -240,7 +268,7 @@
|
||||||
<footer>— Hristijan - second-year student (at the time)</footer>
|
<footer>— Hristijan - second-year student (at the time)</footer>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h2>A beginning to remember</h2>
|
<h2 id="a-beginning">A beginning to remember</h2>
|
||||||
<p>That night wasn't just another student party – it was the moment we realized we had started something bigger. Instead of the expected 100 guests, about <strong>500 students</strong> came to the club, and the energy was incredible. New friendships were made, songs were sung from the heart, and Macedonian culture and tradition took center stage for the entire evening.</p>
|
<p>That night wasn't just another student party – it was the moment we realized we had started something bigger. Instead of the expected 100 guests, about <strong>500 students</strong> came to the club, and the energy was incredible. New friendships were made, songs were sung from the heart, and Macedonian culture and tradition took center stage for the entire evening.</p>
|
||||||
<p>This night laid the foundation for the Macedonian Student Organization in Slovenia and showed us that with enthusiasm, unity, and a bit of courage, it's possible to create something that brings people together and gives them a sense of home – even when they are far away from it.</p>
|
<p>This night laid the foundation for the Macedonian Student Organization in Slovenia and showed us that with enthusiasm, unity, and a bit of courage, it's possible to create something that brings people together and gives them a sense of home – even when they are far away from it.</p>
|
||||||
|
|
||||||
|
|
@ -254,7 +282,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<div class="author-share-section">
|
<div class="author-share-section">
|
||||||
<div class="author-details">
|
<div class="author-details">
|
||||||
<img src="../../../images/11-boy.webp" alt="Avatar of Kristijan Popovski">
|
<img src="../../../images/about_kristijan_min.webp" alt="Avatar of Kristijan Popovski">
|
||||||
<div class="author-text">
|
<div class="author-text">
|
||||||
<p class="author-name">Kristijan Popovski</p>
|
<p class="author-name">Kristijan Popovski</p>
|
||||||
<p class="author-title">President and Founder</p>
|
<p class="author-title">President and Founder</p>
|
||||||
|
|
@ -269,6 +297,7 @@
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
</div>
|
||||||
|
|
||||||
<section class="newsletter-cta">
|
<section class="newsletter-cta">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
@ -330,7 +359,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© MSOS org 2023 All rights reserved.</p>
|
<p>© MSOS org 2025 All rights reserved.</p>
|
||||||
<div class="legal-links">
|
<div class="legal-links">
|
||||||
<a href="#">Privacy policy</a>
|
<a href="#">Privacy policy</a>
|
||||||
<a href="#">Cookie Policy</a>
|
<a href="#">Cookie Policy</a>
|
||||||
|
|
@ -342,6 +371,5 @@
|
||||||
</footer>
|
</footer>
|
||||||
<!-- END_FOOTER -->
|
<!-- END_FOOTER -->
|
||||||
|
|
||||||
<script src="../../../main.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -21,20 +21,17 @@
|
||||||
<!-- START_HEADER -->
|
<!-- START_HEADER -->
|
||||||
<header class="dropdown-header-navigation">
|
<header class="dropdown-header-navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Logotip je zdaj samostojen element na levi strani -->
|
|
||||||
<a href="../../../en/" class="logo-link">
|
<a href="../../../en/" class="logo-link">
|
||||||
<img src="../../../images/1-logo.png" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
|
<img src="../../../images/1-logo.png" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Nov ovoj za vse elemente na desni strani -->
|
|
||||||
<div class="header-right-wrapper">
|
<div class="header-right-wrapper">
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="navigation desktop-nav">
|
<ul class="navigation desktop-nav">
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
|
|
@ -89,8 +86,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Ikona za mobilni meni ostaja ločena za lažje upravljanje -->
|
|
||||||
<div class="mobile-menu-icon">
|
<div class="mobile-menu-icon">
|
||||||
<i class="fas fa-bars"></i>
|
<i class="fas fa-bars"></i>
|
||||||
<i class="fas fa-times"></i>
|
<i class="fas fa-times"></i>
|
||||||
|
|
@ -98,15 +93,14 @@
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- Panel za mobilno navigacijo (struktura ostaja enaka) -->
|
|
||||||
<div class="mobile-nav-panel">
|
<div class="mobile-nav-panel">
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="navigation mobile-nav">
|
<ul class="navigation mobile-nav">
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
|
|
@ -157,7 +151,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Modalno okno za izbiro jezika (ostaja enako) -->
|
|
||||||
<div id="language-modal-overlay">
|
<div id="language-modal-overlay">
|
||||||
<div class="language-modal-content">
|
<div class="language-modal-content">
|
||||||
<div class="language-modal-header">
|
<div class="language-modal-header">
|
||||||
|
|
@ -174,6 +167,34 @@
|
||||||
<!-- END_HEADER -->
|
<!-- END_HEADER -->
|
||||||
|
|
||||||
<main class="article-page">
|
<main class="article-page">
|
||||||
|
<!-- Sticky Mobile Header -->
|
||||||
|
<div class="mobile-article-header">
|
||||||
|
<span id="mobile-article-title">Macedonian Student Night in Ljubljana</span>
|
||||||
|
<i class="fas fa-chevron-down"></i>
|
||||||
|
<div class="progress-bar-container">
|
||||||
|
<div class="progress-bar"></div>
|
||||||
|
</div>
|
||||||
|
<!-- Dropdown Menu for Mobile -->
|
||||||
|
<div class="mobile-scrollspy-dropdown">
|
||||||
|
<ul id="mobile-scrollspy-links">
|
||||||
|
<!-- Links will be dynamically inserted here by JavaScript -->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="article-layout-container">
|
||||||
|
<!-- Desktop Scrollspy Sidebar -->
|
||||||
|
<aside class="article-sidebar">
|
||||||
|
<nav class="scrollspy-nav">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#idea-to-movement" class="active">Idea to Movement</a></li>
|
||||||
|
<li><a href="#taste-of-macedonia">The Taste of Macedonia</a></li>
|
||||||
|
<li><a href="#community-support">Community Support</a></li>
|
||||||
|
<li><a href="#a-beginning">A Beginning to Remember</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</aside>
|
||||||
|
|
||||||
<article class="article-container">
|
<article class="article-container">
|
||||||
<header class="article-header">
|
<header class="article-header">
|
||||||
<p class="article-publish-date">Published on October 8, 2022</p>
|
<p class="article-publish-date">Published on October 8, 2022</p>
|
||||||
|
|
@ -188,7 +209,7 @@
|
||||||
<div class="article-body">
|
<div class="article-body">
|
||||||
<p>On October 8, 2022, in the heart of the Student Campus in Ljubljana, the first Macedonian Student Night in Slovenia took place. Under the motto #FeelsLikeHome, more than 500 young people enjoyed Macedonian music, delicious traditional food, and an atmosphere that felt like home. This event was not just a party – it was the beginning of a new story, which would later grow into the Macedonian Student Organization in Slovenia (MSOS).</p>
|
<p>On October 8, 2022, in the heart of the Student Campus in Ljubljana, the first Macedonian Student Night in Slovenia took place. Under the motto #FeelsLikeHome, more than 500 young people enjoyed Macedonian music, delicious traditional food, and an atmosphere that felt like home. This event was not just a party – it was the beginning of a new story, which would later grow into the Macedonian Student Organization in Slovenia (MSOS).</p>
|
||||||
|
|
||||||
<h2>How an idea for socializing became the start of a movement</h2>
|
<h2 id="idea-to-movement">How an idea for socializing became the start of a movement</h2>
|
||||||
<p>It all began with a simple wish – to gather, get to know each other, and feel Macedonia, even though we were far from it. Kristijan Popovski, then a student at the School of Economics and Business in Ljubljana, shared his idea with a few colleagues, and the response was incredible. In less than two weeks, over 40 students joined the organizing team. Everyone contributed their enthusiasm and time, and the shared spirit and desire to connect turned this spontaneous initiative into an event we would remember for a long time.</p>
|
<p>It all began with a simple wish – to gather, get to know each other, and feel Macedonia, even though we were far from it. Kristijan Popovski, then a student at the School of Economics and Business in Ljubljana, shared his idea with a few colleagues, and the response was incredible. In less than two weeks, over 40 students joined the organizing team. Everyone contributed their enthusiasm and time, and the shared spirit and desire to connect turned this spontaneous initiative into an event we would remember for a long time.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -209,7 +230,7 @@
|
||||||
<footer>— Marko - first-year student (at the time)</footer>
|
<footer>— Marko - first-year student (at the time)</footer>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h2>The taste and smell of Macedonia in the heart of Ljubljana</h2>
|
<h2 id="taste-of-macedonia">The taste and smell of Macedonia in the heart of Ljubljana</h2>
|
||||||
<p>The party started at 8:00 PM and was designed in two parts. The first part was a real gastronomic and cultural journey through Macedonia. Students could try bread with ajvar and white cheese, Macedonian wine, tasty snacks, and traditional drinks. The tables were also filled with other authentic products that reminded everyone of home. All these flavors and aromas were made possible thanks to the support of the Macedonian products store <strong>“Makedonija Trade,”</strong> which selflessly contributed to making this part of the evening truly enjoyable.</p>
|
<p>The party started at 8:00 PM and was designed in two parts. The first part was a real gastronomic and cultural journey through Macedonia. Students could try bread with ajvar and white cheese, Macedonian wine, tasty snacks, and traditional drinks. The tables were also filled with other authentic products that reminded everyone of home. All these flavors and aromas were made possible thanks to the support of the Macedonian products store <strong>“Makedonija Trade,”</strong> which selflessly contributed to making this part of the evening truly enjoyable.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -224,7 +245,7 @@
|
||||||
<figcaption>Mini quiz with questions about Macedonia, where students in one part of the club are competing.</figcaption>
|
<figcaption>Mini quiz with questions about Macedonia, where students in one part of the club are competing.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>Support from the Macedonian community and diplomacy</h2>
|
<h2 id="community-support">Support from the Macedonian community and diplomacy</h2>
|
||||||
<p>The evening was enriched by the presence of important guests from the Macedonian community in Slovenia. <strong>The President of the Union of Macedonian Cultural Associations in Slovenia, Mr. Blagoja Nasteski</strong>, joined the event, confirming the importance of such initiatives for preserving the Macedonian spirit and tradition in the diaspora.</p>
|
<p>The evening was enriched by the presence of important guests from the Macedonian community in Slovenia. <strong>The President of the Union of Macedonian Cultural Associations in Slovenia, Mr. Blagoja Nasteski</strong>, joined the event, confirming the importance of such initiatives for preserving the Macedonian spirit and tradition in the diaspora.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -240,7 +261,7 @@
|
||||||
<footer>— Hristijan - second-year student (at the time)</footer>
|
<footer>— Hristijan - second-year student (at the time)</footer>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h2>A beginning to remember</h2>
|
<h2 id="a-beginning">A beginning to remember</h2>
|
||||||
<p>That night wasn't just another student party – it was the moment we realized we had started something bigger. Instead of the expected 100 guests, about <strong>500 students</strong> came to the club, and the energy was incredible. New friendships were made, songs were sung from the heart, and Macedonian culture and tradition took center stage for the entire evening.</p>
|
<p>That night wasn't just another student party – it was the moment we realized we had started something bigger. Instead of the expected 100 guests, about <strong>500 students</strong> came to the club, and the energy was incredible. New friendships were made, songs were sung from the heart, and Macedonian culture and tradition took center stage for the entire evening.</p>
|
||||||
<p>This night laid the foundation for the Macedonian Student Organization in Slovenia and showed us that with enthusiasm, unity, and a bit of courage, it's possible to create something that brings people together and gives them a sense of home – even when they are far away from it.</p>
|
<p>This night laid the foundation for the Macedonian Student Organization in Slovenia and showed us that with enthusiasm, unity, and a bit of courage, it's possible to create something that brings people together and gives them a sense of home – even when they are far away from it.</p>
|
||||||
|
|
||||||
|
|
@ -254,7 +275,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<div class="author-share-section">
|
<div class="author-share-section">
|
||||||
<div class="author-details">
|
<div class="author-details">
|
||||||
<img src="../../../images/11-boy.webp" alt="Avatar of Kristijan Popovski">
|
<img src="../../../images/about_kristijan_min.webp" alt="Avatar of Kristijan Popovski">
|
||||||
<div class="author-text">
|
<div class="author-text">
|
||||||
<p class="author-name">Kristijan Popovski</p>
|
<p class="author-name">Kristijan Popovski</p>
|
||||||
<p class="author-title">President and Founder</p>
|
<p class="author-title">President and Founder</p>
|
||||||
|
|
@ -269,6 +290,7 @@
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
</div>
|
||||||
|
|
||||||
<section class="newsletter-cta">
|
<section class="newsletter-cta">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
@ -342,6 +364,5 @@
|
||||||
</footer>
|
</footer>
|
||||||
<!-- END_FOOTER -->
|
<!-- END_FOOTER -->
|
||||||
|
|
||||||
<script src="../../../main.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -34,13 +34,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -106,13 +106,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -330,7 +330,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© MSOS org 2023 All rights reserved.</p>
|
<p>© MSOS org 2025 All rights reserved.</p>
|
||||||
<div class="legal-links">
|
<div class="legal-links">
|
||||||
<a href="#">Privacy policy</a>
|
<a href="#">Privacy policy</a>
|
||||||
<a href="#">Cookie Policy</a>
|
<a href="#">Cookie Policy</a>
|
||||||
|
|
|
||||||
|
|
@ -33,14 +33,14 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -105,14 +105,14 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -34,13 +34,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -106,13 +106,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -174,6 +174,37 @@
|
||||||
<!-- END_HEADER -->
|
<!-- END_HEADER -->
|
||||||
|
|
||||||
<main class="article-page">
|
<main class="article-page">
|
||||||
|
<!-- Sticky Mobile Header -->
|
||||||
|
<div class="mobile-article-header">
|
||||||
|
<span id="mobile-article-title">Meet Student Slovenia 2023</span>
|
||||||
|
<i class="fas fa-chevron-down"></i>
|
||||||
|
<div class="progress-bar-container">
|
||||||
|
<div class="progress-bar"></div>
|
||||||
|
</div>
|
||||||
|
<!-- Dropdown Menu for Mobile -->
|
||||||
|
<div class="mobile-scrollspy-dropdown">
|
||||||
|
<ul id="mobile-scrollspy-links">
|
||||||
|
<!-- Links will be dynamically inserted here by JavaScript -->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="article-layout-container">
|
||||||
|
<!-- Desktop Scrollspy Sidebar -->
|
||||||
|
<aside class="article-sidebar">
|
||||||
|
<nav class="scrollspy-nav">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#student-life" class="active">Behind student life in Slovenia</a></li>
|
||||||
|
<li><a href="#inspiring-voices">Voices that inspire</a></li>
|
||||||
|
<li><a href="#behind-the-scenes">Behind the scenes – our supporters</a></li>
|
||||||
|
<li><a href="#why-special">Why was it special?</a></li>
|
||||||
|
<li><a href="#practical-advice">Practical advice first-hand</a></li>
|
||||||
|
<li><a href="#livestream">For those not physically present</a></li>
|
||||||
|
<li><a href="#see-you">See you in Slovenia!</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</aside>
|
||||||
|
|
||||||
<article class="article-container">
|
<article class="article-container">
|
||||||
<header class="article-header">
|
<header class="article-header">
|
||||||
<p class="article-publish-date">Published on September 18, 2023</p>
|
<p class="article-publish-date">Published on September 18, 2023</p>
|
||||||
|
|
@ -188,7 +219,7 @@
|
||||||
<div class="article-body">
|
<div class="article-body">
|
||||||
<p>What does the first step towards student life in Slovenia look like? We tried to answer this question through the event "Meet Student Slovenia," which we organized on September 18, 2023, at the NLB Gallery in Skopje. The atmosphere was full of excitement – more than 100 future students and their families came with the same feeling: a desire to discover what awaits them where they will start their new chapter.</p>
|
<p>What does the first step towards student life in Slovenia look like? We tried to answer this question through the event "Meet Student Slovenia," which we organized on September 18, 2023, at the NLB Gallery in Skopje. The atmosphere was full of excitement – more than 100 future students and their families came with the same feeling: a desire to discover what awaits them where they will start their new chapter.</p>
|
||||||
|
|
||||||
<h2>What lies behind student life in Slovenia?</h2>
|
<h2 id="student-life">What lies behind student life in Slovenia?</h2>
|
||||||
<p>Instead of dry information, students had the opportunity to hear real stories – from those who are already walking the same path. Students from Ljubljana, Maribor, and Koper talked about their challenges, first impressions, funny situations, and moments when community support was crucial. And the audience? They absorbed everything with great attention, because exactly those questions that are never written in brochures – here they received honest answers.</p>
|
<p>Instead of dry information, students had the opportunity to hear real stories – from those who are already walking the same path. Students from Ljubljana, Maribor, and Koper talked about their challenges, first impressions, funny situations, and moments when community support was crucial. And the audience? They absorbed everything with great attention, because exactly those questions that are never written in brochures – here they received honest answers.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -196,7 +227,7 @@
|
||||||
<figcaption>Igor Arsov from the University of Primorska recounts his student experience at the Faculty of Management.</figcaption>
|
<figcaption>Igor Arsov from the University of Primorska recounts his student experience at the Faculty of Management.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>Voices that inspire</h2>
|
<h2 id="inspiring-voices">Voices that inspire</h2>
|
||||||
<p>Our members Kiara Lazić, Angel Naumov, Klimentina Čapovska, and Igor Arsov appeared on stage – each with their own story, their own faculty, their own city. Together with moderator Leon Šumanski and host Vasil Hanџiski, they transformed the panel into a real conversation that felt more like a friendly get-together than a formal discussion. They talked about exams, new friendships, life in student dorms, and how important it is not to give up even when things seem hardest.</p>
|
<p>Our members Kiara Lazić, Angel Naumov, Klimentina Čapovska, and Igor Arsov appeared on stage – each with their own story, their own faculty, their own city. Together with moderator Leon Šumanski and host Vasil Hanџiski, they transformed the panel into a real conversation that felt more like a friendly get-together than a formal discussion. They talked about exams, new friendships, life in student dorms, and how important it is not to give up even when things seem hardest.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -209,7 +240,7 @@
|
||||||
<figcaption>Photograph of the event participants. We were a little surprised by the interest, but somehow we managed to fit everyone!♡</figcaption>
|
<figcaption>Photograph of the event participants. We were a little surprised by the interest, but somehow we managed to fit everyone!♡</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>Behind the scenes – our supporters</h2>
|
<h2 id="behind-the-scenes">Behind the scenes – our supporters</h2>
|
||||||
<p>The event would not have been possible without the support of the Embassy of the Republic of Slovenia in North Macedonia, NLB Bank Skopje, Capital Financial Center, Dijag, and Radio MOF. But the real strength came from MSOS members in preparing the event and the students with their questions, their energy, and their curiosity.</p>
|
<p>The event would not have been possible without the support of the Embassy of the Republic of Slovenia in North Macedonia, NLB Bank Skopje, Capital Financial Center, Dijag, and Radio MOF. But the real strength came from MSOS members in preparing the event and the students with their questions, their energy, and their curiosity.</p>
|
||||||
<p>At the event, we received significant support and assistance from Melita Sekulovska in organizing the space and Aleksandar Popovski in designing the organization's website. We sincerely thanked them for their dedicated work, as well as the event coordinator, Lea Janačkovska, who made this event extraordinary.</p>
|
<p>At the event, we received significant support and assistance from Melita Sekulovska in organizing the space and Aleksandar Popovski in designing the organization's website. We sincerely thanked them for their dedicated work, as well as the event coordinator, Lea Janačkovska, who made this event extraordinary.</p>
|
||||||
|
|
||||||
|
|
@ -226,7 +257,7 @@
|
||||||
<figcaption>Photograph of the plaques we presented to NLB Bank Skopje and the Embassy of the Republic of Slovenia in North Macedonia.</figcaption>
|
<figcaption>Photograph of the plaques we presented to NLB Bank Skopje and the Embassy of the Republic of Slovenia in North Macedonia.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>Why was it special?</h2>
|
<h2 id="why-special">Why was it special?</h2>
|
||||||
<p>Because this event was not just another presentation. It was a hand extended to future students – a message that they are not alone, that a community is already waiting for them. Some left with new friends, others with concrete answers to questions that had bothered them for months. But everyone left with the same feeling: that Slovenia is no longer an unknown place, but a new home where they will be part of something bigger.</p>
|
<p>Because this event was not just another presentation. It was a hand extended to future students – a message that they are not alone, that a community is already waiting for them. Some left with new friends, others with concrete answers to questions that had bothered them for months. But everyone left with the same feeling: that Slovenia is no longer an unknown place, but a new home where they will be part of something bigger.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -239,7 +270,7 @@
|
||||||
<footer>— Borjan Jovanovski, future student and event participant</footer>
|
<footer>— Borjan Jovanovski, future student and event participant</footer>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h2>Practical advice first-hand</h2>
|
<h2 id="practical-advice">Practical advice first-hand</h2>
|
||||||
<p>A special moment of the event was the address by the Consul of the Embassy of the Republic of Slovenia in North Macedonia, Mr. Martin Glazar. He briefly presented the most important steps of the process for obtaining a temporary residence permit – one of the biggest concerns and challenges for all foreign students in Slovenia. In this way, future students gained a clearer picture of what awaits them and how to more easily deal with administrative procedures.</p>
|
<p>A special moment of the event was the address by the Consul of the Embassy of the Republic of Slovenia in North Macedonia, Mr. Martin Glazar. He briefly presented the most important steps of the process for obtaining a temporary residence permit – one of the biggest concerns and challenges for all foreign students in Slovenia. In this way, future students gained a clearer picture of what awaits them and how to more easily deal with administrative procedures.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -247,7 +278,7 @@
|
||||||
<figcaption>Photograph of the consul introducing students in an interesting way to the process of obtaining a temporary residence permit!</figcaption>
|
<figcaption>Photograph of the consul introducing students in an interesting way to the process of obtaining a temporary residence permit!</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>For those who were not physically present with us</h2>
|
<h2 id="livestream">For those who were not physically present with us</h2>
|
||||||
<p>Not everyone managed to be present in the hall, but that's why we made sure no one was left without this experience. We broadcast the event live through our Facebook page, and the recording is still available. If you want to experience the atmosphere and hear the stories first-hand, you can watch the entire event at this link here.</p>
|
<p>Not everyone managed to be present in the hall, but that's why we made sure no one was left without this experience. We broadcast the event live through our Facebook page, and the recording is still available. If you want to experience the atmosphere and hear the stories first-hand, you can watch the entire event at this link here.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -255,7 +286,7 @@
|
||||||
<figcaption>Photograph of the event poster!</figcaption>
|
<figcaption>Photograph of the event poster!</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>See you in Slovenia!</h2>
|
<h2 id="see-you">See you in Slovenia!</h2>
|
||||||
<p>With "Meet Student Slovenia 2023," we managed to extend a hand to new students and show them that an exciting journey full of new friendships, challenges, and successes awaits them. We sincerely hope that next time we will meet right there – in the lecture halls, student dorms, and on the streets of Ljubljana, Maribor, and Koper.</p>
|
<p>With "Meet Student Slovenia 2023," we managed to extend a hand to new students and show them that an exciting journey full of new friendships, challenges, and successes awaits them. We sincerely hope that next time we will meet right there – in the lecture halls, student dorms, and on the streets of Ljubljana, Maribor, and Koper.</p>
|
||||||
<p>This event would not have been possible without the support of our partners and friends, to whom we extend our immense gratitude:</p>
|
<p>This event would not have been possible without the support of our partners and friends, to whom we extend our immense gratitude:</p>
|
||||||
<ol>
|
<ol>
|
||||||
|
|
@ -277,7 +308,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<div class="author-share-section">
|
<div class="author-share-section">
|
||||||
<div class="author-details">
|
<div class="author-details">
|
||||||
<img src="../../../images/11-boy.webp" alt="Avatar of Kristijan Popovski">
|
<img src="../../../images/about_kristijan_min.webp" alt="Avatar of Kristijan Popovski">
|
||||||
<div class="author-text">
|
<div class="author-text">
|
||||||
<p class="author-name">Kristijan Popovski</p>
|
<p class="author-name">Kristijan Popovski</p>
|
||||||
<p class="author-title">President and Founder</p>
|
<p class="author-title">President and Founder</p>
|
||||||
|
|
@ -292,6 +323,7 @@
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
</div>
|
||||||
|
|
||||||
<section class="newsletter-cta">
|
<section class="newsletter-cta">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
@ -353,7 +385,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© MSOS org 2023 All rights reserved.</p>
|
<p>© MSOS org 2025 All rights reserved.</p>
|
||||||
<div class="legal-links">
|
<div class="legal-links">
|
||||||
<a href="#">Privacy policy</a>
|
<a href="#">Privacy policy</a>
|
||||||
<a href="#">Cookie Policy</a>
|
<a href="#">Cookie Policy</a>
|
||||||
|
|
@ -365,6 +397,5 @@
|
||||||
</footer>
|
</footer>
|
||||||
<!-- END_FOOTER -->
|
<!-- END_FOOTER -->
|
||||||
|
|
||||||
<script src="../../../main.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -21,20 +21,17 @@
|
||||||
<!-- START_HEADER -->
|
<!-- START_HEADER -->
|
||||||
<header class="dropdown-header-navigation">
|
<header class="dropdown-header-navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Logotip je zdaj samostojen element na levi strani -->
|
|
||||||
<a href="../../../en/" class="logo-link">
|
<a href="../../../en/" class="logo-link">
|
||||||
<img src="../../../images/1-logo.png" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
|
<img src="../../../images/1-logo.png" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Nov ovoj za vse elemente na desni strani -->
|
|
||||||
<div class="header-right-wrapper">
|
<div class="header-right-wrapper">
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="navigation desktop-nav">
|
<ul class="navigation desktop-nav">
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
|
|
@ -89,8 +86,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Ikona za mobilni meni ostaja ločena za lažje upravljanje -->
|
|
||||||
<div class="mobile-menu-icon">
|
<div class="mobile-menu-icon">
|
||||||
<i class="fas fa-bars"></i>
|
<i class="fas fa-bars"></i>
|
||||||
<i class="fas fa-times"></i>
|
<i class="fas fa-times"></i>
|
||||||
|
|
@ -98,15 +93,14 @@
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- Panel za mobilno navigacijo (struktura ostaja enaka) -->
|
|
||||||
<div class="mobile-nav-panel">
|
<div class="mobile-nav-panel">
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="navigation mobile-nav">
|
<ul class="navigation mobile-nav">
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
|
|
@ -157,7 +151,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Modalno okno za izbiro jezika (ostaja enako) -->
|
|
||||||
<div id="language-modal-overlay">
|
<div id="language-modal-overlay">
|
||||||
<div class="language-modal-content">
|
<div class="language-modal-content">
|
||||||
<div class="language-modal-header">
|
<div class="language-modal-header">
|
||||||
|
|
@ -174,6 +167,37 @@
|
||||||
<!-- END_HEADER -->
|
<!-- END_HEADER -->
|
||||||
|
|
||||||
<main class="article-page">
|
<main class="article-page">
|
||||||
|
<!-- Sticky Mobile Header -->
|
||||||
|
<div class="mobile-article-header">
|
||||||
|
<span id="mobile-article-title">Meet Student Slovenia 2023</span>
|
||||||
|
<i class="fas fa-chevron-down"></i>
|
||||||
|
<div class="progress-bar-container">
|
||||||
|
<div class="progress-bar"></div>
|
||||||
|
</div>
|
||||||
|
<!-- Dropdown Menu for Mobile -->
|
||||||
|
<div class="mobile-scrollspy-dropdown">
|
||||||
|
<ul id="mobile-scrollspy-links">
|
||||||
|
<!-- Links will be dynamically inserted here by JavaScript -->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="article-layout-container">
|
||||||
|
<!-- Desktop Scrollspy Sidebar -->
|
||||||
|
<aside class="article-sidebar">
|
||||||
|
<nav class="scrollspy-nav">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#student-life" class="active">Behind student life in Slovenia</a></li>
|
||||||
|
<li><a href="#inspiring-voices">Voices that inspire</a></li>
|
||||||
|
<li><a href="#behind-the-scenes">Behind the scenes – our supporters</a></li>
|
||||||
|
<li><a href="#why-special">Why was it special?</a></li>
|
||||||
|
<li><a href="#practical-advice">Practical advice first-hand</a></li>
|
||||||
|
<li><a href="#livestream">For those not physically present</a></li>
|
||||||
|
<li><a href="#see-you">See you in Slovenia!</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</aside>
|
||||||
|
|
||||||
<article class="article-container">
|
<article class="article-container">
|
||||||
<header class="article-header">
|
<header class="article-header">
|
||||||
<p class="article-publish-date">Published on September 18, 2023</p>
|
<p class="article-publish-date">Published on September 18, 2023</p>
|
||||||
|
|
@ -188,7 +212,7 @@
|
||||||
<div class="article-body">
|
<div class="article-body">
|
||||||
<p>What does the first step towards student life in Slovenia look like? We tried to answer this question through the event "Meet Student Slovenia," which we organized on September 18, 2023, at the NLB Gallery in Skopje. The atmosphere was full of excitement – more than 100 future students and their families came with the same feeling: a desire to discover what awaits them where they will start their new chapter.</p>
|
<p>What does the first step towards student life in Slovenia look like? We tried to answer this question through the event "Meet Student Slovenia," which we organized on September 18, 2023, at the NLB Gallery in Skopje. The atmosphere was full of excitement – more than 100 future students and their families came with the same feeling: a desire to discover what awaits them where they will start their new chapter.</p>
|
||||||
|
|
||||||
<h2>What lies behind student life in Slovenia?</h2>
|
<h2 id="student-life">What lies behind student life in Slovenia?</h2>
|
||||||
<p>Instead of dry information, students had the opportunity to hear real stories – from those who are already walking the same path. Students from Ljubljana, Maribor, and Koper talked about their challenges, first impressions, funny situations, and moments when community support was crucial. And the audience? They absorbed everything with great attention, because exactly those questions that are never written in brochures – here they received honest answers.</p>
|
<p>Instead of dry information, students had the opportunity to hear real stories – from those who are already walking the same path. Students from Ljubljana, Maribor, and Koper talked about their challenges, first impressions, funny situations, and moments when community support was crucial. And the audience? They absorbed everything with great attention, because exactly those questions that are never written in brochures – here they received honest answers.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -196,7 +220,7 @@
|
||||||
<figcaption>Igor Arsov from the University of Primorska recounts his student experience at the Faculty of Management.</figcaption>
|
<figcaption>Igor Arsov from the University of Primorska recounts his student experience at the Faculty of Management.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>Voices that inspire</h2>
|
<h2 id="inspiring-voices">Voices that inspire</h2>
|
||||||
<p>Our members Kiara Lazić, Angel Naumov, Klimentina Čapovska, and Igor Arsov appeared on stage – each with their own story, their own faculty, their own city. Together with moderator Leon Šumanski and host Vasil Hanџiski, they transformed the panel into a real conversation that felt more like a friendly get-together than a formal discussion. They talked about exams, new friendships, life in student dorms, and how important it is not to give up even when things seem hardest.</p>
|
<p>Our members Kiara Lazić, Angel Naumov, Klimentina Čapovska, and Igor Arsov appeared on stage – each with their own story, their own faculty, their own city. Together with moderator Leon Šumanski and host Vasil Hanџiski, they transformed the panel into a real conversation that felt more like a friendly get-together than a formal discussion. They talked about exams, new friendships, life in student dorms, and how important it is not to give up even when things seem hardest.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -209,7 +233,7 @@
|
||||||
<figcaption>Photograph of the event participants. We were a little surprised by the interest, but somehow we managed to fit everyone!♡</figcaption>
|
<figcaption>Photograph of the event participants. We were a little surprised by the interest, but somehow we managed to fit everyone!♡</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>Behind the scenes – our supporters</h2>
|
<h2 id="behind-the-scenes">Behind the scenes – our supporters</h2>
|
||||||
<p>The event would not have been possible without the support of the Embassy of the Republic of Slovenia in North Macedonia, NLB Bank Skopje, Capital Financial Center, Dijag, and Radio MOF. But the real strength came from MSOS members in preparing the event and the students with their questions, their energy, and their curiosity.</p>
|
<p>The event would not have been possible without the support of the Embassy of the Republic of Slovenia in North Macedonia, NLB Bank Skopje, Capital Financial Center, Dijag, and Radio MOF. But the real strength came from MSOS members in preparing the event and the students with their questions, their energy, and their curiosity.</p>
|
||||||
<p>At the event, we received significant support and assistance from Melita Sekulovska in organizing the space and Aleksandar Popovski in designing the organization's website. We sincerely thanked them for their dedicated work, as well as the event coordinator, Lea Janačkovska, who made this event extraordinary.</p>
|
<p>At the event, we received significant support and assistance from Melita Sekulovska in organizing the space and Aleksandar Popovski in designing the organization's website. We sincerely thanked them for their dedicated work, as well as the event coordinator, Lea Janačkovska, who made this event extraordinary.</p>
|
||||||
|
|
||||||
|
|
@ -226,7 +250,7 @@
|
||||||
<figcaption>Photograph of the plaques we presented to NLB Bank Skopje and the Embassy of the Republic of Slovenia in North Macedonia.</figcaption>
|
<figcaption>Photograph of the plaques we presented to NLB Bank Skopje and the Embassy of the Republic of Slovenia in North Macedonia.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>Why was it special?</h2>
|
<h2 id="why-special">Why was it special?</h2>
|
||||||
<p>Because this event was not just another presentation. It was a hand extended to future students – a message that they are not alone, that a community is already waiting for them. Some left with new friends, others with concrete answers to questions that had bothered them for months. But everyone left with the same feeling: that Slovenia is no longer an unknown place, but a new home where they will be part of something bigger.</p>
|
<p>Because this event was not just another presentation. It was a hand extended to future students – a message that they are not alone, that a community is already waiting for them. Some left with new friends, others with concrete answers to questions that had bothered them for months. But everyone left with the same feeling: that Slovenia is no longer an unknown place, but a new home where they will be part of something bigger.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -239,7 +263,7 @@
|
||||||
<footer>— Borjan Jovanovski, future student and event participant</footer>
|
<footer>— Borjan Jovanovski, future student and event participant</footer>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h2>Practical advice first-hand</h2>
|
<h2 id="practical-advice">Practical advice first-hand</h2>
|
||||||
<p>A special moment of the event was the address by the Consul of the Embassy of the Republic of Slovenia in North Macedonia, Mr. Martin Glazar. He briefly presented the most important steps of the process for obtaining a temporary residence permit – one of the biggest concerns and challenges for all foreign students in Slovenia. In this way, future students gained a clearer picture of what awaits them and how to more easily deal with administrative procedures.</p>
|
<p>A special moment of the event was the address by the Consul of the Embassy of the Republic of Slovenia in North Macedonia, Mr. Martin Glazar. He briefly presented the most important steps of the process for obtaining a temporary residence permit – one of the biggest concerns and challenges for all foreign students in Slovenia. In this way, future students gained a clearer picture of what awaits them and how to more easily deal with administrative procedures.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -247,7 +271,7 @@
|
||||||
<figcaption>Photograph of the consul introducing students in an interesting way to the process of obtaining a temporary residence permit!</figcaption>
|
<figcaption>Photograph of the consul introducing students in an interesting way to the process of obtaining a temporary residence permit!</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>For those who were not physically present with us</h2>
|
<h2 id="livestream">For those who were not physically present with us</h2>
|
||||||
<p>Not everyone managed to be present in the hall, but that's why we made sure no one was left without this experience. We broadcast the event live through our Facebook page, and the recording is still available. If you want to experience the atmosphere and hear the stories first-hand, you can watch the entire event at this link here.</p>
|
<p>Not everyone managed to be present in the hall, but that's why we made sure no one was left without this experience. We broadcast the event live through our Facebook page, and the recording is still available. If you want to experience the atmosphere and hear the stories first-hand, you can watch the entire event at this link here.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -255,7 +279,7 @@
|
||||||
<figcaption>Photograph of the event poster!</figcaption>
|
<figcaption>Photograph of the event poster!</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>See you in Slovenia!</h2>
|
<h2 id="see-you">See you in Slovenia!</h2>
|
||||||
<p>With "Meet Student Slovenia 2023," we managed to extend a hand to new students and show them that an exciting journey full of new friendships, challenges, and successes awaits them. We sincerely hope that next time we will meet right there – in the lecture halls, student dorms, and on the streets of Ljubljana, Maribor, and Koper.</p>
|
<p>With "Meet Student Slovenia 2023," we managed to extend a hand to new students and show them that an exciting journey full of new friendships, challenges, and successes awaits them. We sincerely hope that next time we will meet right there – in the lecture halls, student dorms, and on the streets of Ljubljana, Maribor, and Koper.</p>
|
||||||
<p>This event would not have been possible without the support of our partners and friends, to whom we extend our immense gratitude:</p>
|
<p>This event would not have been possible without the support of our partners and friends, to whom we extend our immense gratitude:</p>
|
||||||
<ol>
|
<ol>
|
||||||
|
|
@ -277,7 +301,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<div class="author-share-section">
|
<div class="author-share-section">
|
||||||
<div class="author-details">
|
<div class="author-details">
|
||||||
<img src="../../../images/11-boy.webp" alt="Avatar of Kristijan Popovski">
|
<img src="../../../images/about_kristijan_min.webp" alt="Avatar of Kristijan Popovski">
|
||||||
<div class="author-text">
|
<div class="author-text">
|
||||||
<p class="author-name">Kristijan Popovski</p>
|
<p class="author-name">Kristijan Popovski</p>
|
||||||
<p class="author-title">President and Founder</p>
|
<p class="author-title">President and Founder</p>
|
||||||
|
|
@ -292,6 +316,7 @@
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
</div>
|
||||||
|
|
||||||
<section class="newsletter-cta">
|
<section class="newsletter-cta">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
@ -365,6 +390,5 @@
|
||||||
</footer>
|
</footer>
|
||||||
<!-- END_FOOTER -->
|
<!-- END_FOOTER -->
|
||||||
|
|
||||||
<script src="../../../main.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -34,13 +34,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -106,13 +106,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -235,33 +235,24 @@
|
||||||
<p>This evening was not just an exchange of information. It was a moment when future students understood that they are not alone in their worries and fears. Every question received an answer from experience, every dilemma was resolved with a real-life example. Many left encouraged, with new friends, and with the feeling that Slovenia is no longer so distant and unknown.</p>
|
<p>This evening was not just an exchange of information. It was a moment when future students understood that they are not alone in their worries and fears. Every question received an answer from experience, every dilemma was resolved with a real-life example. Many left encouraged, with new friends, and with the feeling that Slovenia is no longer so distant and unknown.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-4.webp" alt="Marko Ivanovski, event host">
|
<img src="../../../images/event4-img-4.webp" alt="Event host, coordinator, presenter, and representatives of the Embassy and partners.">
|
||||||
<figcaption>Marko Ivanovski, host of the event.</figcaption>
|
<figcaption>In the photos: Marko Ivanovski, event host (top-left), Lea Janačkovska, coordinator (top-center), Marko Arsov, presenter (top-right). The bottom picture shows representatives of the Embassy, the Management Board of NLB Bank, and the Management Board of MSOS.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-5.webp" alt="Lea Janačkovska, event coordinator">
|
<img src="../../../images/event4-img-5.webp" alt="Beautiful moments captured by the photographer.">
|
||||||
<figcaption>Lea Janačkovska, event coordinator.</figcaption>
|
<figcaption>Beautiful moments of future and current students captured by the best photographer, Hristina Trajkovska.</figcaption>
|
||||||
</figure>
|
|
||||||
<figure class="article-inline-image">
|
|
||||||
<img src="../../../images/event4-img-6.webp" alt="Marko Arsov, presenter">
|
|
||||||
<figcaption>Marko Arsov, presenter.</figcaption>
|
|
||||||
</figure>
|
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
|
||||||
<img src="../../../images/event4-img-7.webp" alt="Representatives of the Embassy, the Management Board of NLB Bank and the Management Board of MSOS.">
|
|
||||||
<figcaption>The bottom picture shows representatives of the Embassy, the Management Board of NLB Bank, and the Management Board of MSOS.</figcaption>
|
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2 id="the-support">The support that made a difference</h2>
|
<h2 id="the-support">The support that made a difference</h2>
|
||||||
<p>"Meet Student Slovenia 2024" would not have looked this way without the help of our partners and friends. We extend great gratitude to the Embassy of the Republic of Slovenia in North Macedonia, NLB Bank Skopje as the patron and main sponsor of the entire event, and Capital Financial Center, who with their support made it possible for the event to be realized at this high level.</p>
|
<p>"Meet Student Slovenia 2024" would not have looked this way without the help of our partners and friends. We extend great gratitude to the Embassy of the Republic of Slovenia in North Macedonia, NLB Bank Skopje as the patron and main sponsor of the entire event, and Capital Financial Center, who with their support made it possible for the event to be realized at this high level.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-8.webp" alt="Newly printed MSOS stickers">
|
<img src="../../../images/event4-img-6.webp" alt="Newly printed MSOS stickers">
|
||||||
<figcaption>Photograph of the newly printed MSOS stickers.</figcaption>
|
<figcaption>Photograph of the newly printed MSOS stickers.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-9.webp" alt="Handing over flowers as a thank you to the Embassy, Capital Financial Center and NLB Bank Skopje">
|
<img src="../../../images/event4-img-7.webp" alt="Handing over flowers as a thank you to the Embassy, Capital Financial Center and NLB Bank Skopje">
|
||||||
<figcaption>Photograph from the handing over of flowers as a sign of gratitude to the Embassy, Capital Financial Center, and NLB Bank Skopje.</figcaption>
|
<figcaption>Photograph from the handing over of flowers as a sign of gratitude to the Embassy, Capital Financial Center, and NLB Bank Skopje.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
@ -269,7 +260,7 @@
|
||||||
<p>This time, the memories of the evening are thanks to Hristina Trakovska, who was the photographer and made sure all those moments were captured so we can relive them again through photographs.</p>
|
<p>This time, the memories of the evening are thanks to Hristina Trakovska, who was the photographer and made sure all those moments were captured so we can relive them again through photographs.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-10.webp" alt="Welcome speech by H.E. Ambassador Mr. Gregor Presker.">
|
<img src="../../../images/event4-img-8.webp" alt="Welcome speech by H.E. Ambassador Mr. Gregor Presker.">
|
||||||
<figcaption>Photograph of the welcome speech by H.E. Ambassador Mr. Gregor Presker.</figcaption>
|
<figcaption>Photograph of the welcome speech by H.E. Ambassador Mr. Gregor Presker.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
@ -277,15 +268,19 @@
|
||||||
<p>Because this event was not just another presentation. It was a hand extended to future students – a message that they are not alone, that a community is already waiting for them. Some left with new friends, others with concrete answers to questions that had bothered them for months. But everyone left with the same feeling: that Slovenia is no longer an unknown place, but a new home where they will be part of something bigger.</p>
|
<p>Because this event was not just another presentation. It was a hand extended to future students – a message that they are not alone, that a community is already waiting for them. Some left with new friends, others with concrete answers to questions that had bothered them for months. But everyone left with the same feeling: that Slovenia is no longer an unknown place, but a new home where they will be part of something bigger.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-11.webp" alt="Attendees asking questions to the panelists">
|
<img src="../../../images/event4-img-9.webp" alt="Attendees asking questions to the panelists">
|
||||||
<figcaption>Moments when the participants ask questions to the panelists!😊✨</figcaption>
|
<figcaption>Moments when the participants ask questions to the panelists! 😌✨</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2 id="livestream">For those not physically present with us</h2>
|
<h2 id="livestream">For those not physically present with us</h2>
|
||||||
<p>We know that not everyone managed to attend the NLB Gallery, but we therefore provided a high-quality livestream. The event was broadcast live and is now available for re-watching. If you want to feel the atmosphere and hear the honest stories from the panel, you can watch the entire event at this link <a href="#">Watch the video here.</a></p>
|
<p>We know that not everyone managed to attend the NLB Gallery, but we therefore provided a high-quality livestream. The event was broadcast live and is now available for re-watching. If you want to feel the atmosphere and hear the honest stories from the panel, you can watch the entire event here 👇</p>
|
||||||
|
|
||||||
|
<div class="video-responsive">
|
||||||
|
<iframe src="https://www.youtube.com/embed/DJD02mQIE98" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-12.webp" alt="Poster for the 'Meet Student Slovenia' event">
|
<img src="../../../images/event4-img-10.webp" alt="Poster for the 'Meet Student Slovenia' event">
|
||||||
<figcaption>Photograph of the event poster!</figcaption>
|
<figcaption>Photograph of the event poster!</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
@ -293,13 +288,23 @@
|
||||||
<p>"Meet Student Slovenia" is not just an event. It is a place where future students take their first step – with support, with first-hand advice, and with the feeling that they are not alone. And this year we managed to create that feeling, and that is the greatest victory.</p>
|
<p>"Meet Student Slovenia" is not just an event. It is a place where future students take their first step – with support, with first-hand advice, and with the feeling that they are not alone. And this year we managed to create that feeling, and that is the greatest victory.</p>
|
||||||
<p>See you again next year!</p>
|
<p>See you again next year!</p>
|
||||||
<p>P.S. Every year after a successfully organized event, the MSOS team traditionally heads to the nearest tavern, for an evening full of socializing, singing, and emotions! 😊 That's why it's worth being part of our team! Join us.</p>
|
<p>P.S. Every year after a successfully organized event, the MSOS team traditionally heads to the nearest tavern, for an evening full of socializing, singing, and emotions! 😊 That's why it's worth being part of our team! Join us.</p>
|
||||||
|
|
||||||
|
<figure class="article-inline-image">
|
||||||
|
<img src="../../../images/event4-img-11.webp" alt="The team behind the event.">
|
||||||
|
<figcaption>Photograph of the team behind the event! This year we arranged a team photo in advance because last year we forgot to take one together! 🫣</figcaption>
|
||||||
|
</figure>
|
||||||
|
<figure class="article-inline-image">
|
||||||
|
<img src="../../../images/event4-img-12.webp" alt="Team dinner after the event.">
|
||||||
|
<figcaption>Photograph from the team dinner after a successfully completed event!</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="article-footer">
|
<footer class="article-footer">
|
||||||
<hr>
|
<hr>
|
||||||
<div class="author-share-section">
|
<div class="author-share-section">
|
||||||
<div class="author-details">
|
<div class="author-details">
|
||||||
<img src="../../../images/11-boy.webp" alt="Avatar of Kristijan Popovski">
|
<img src="../../../images/about_kristijan_min.webp" alt="Avatar of Kristijan Popovski">
|
||||||
<div class="author-text">
|
<div class="author-text">
|
||||||
<p class="author-name">Kristijan Popovski</p>
|
<p class="author-name">Kristijan Popovski</p>
|
||||||
<p class="author-title">President and Founder</p>
|
<p class="author-title">President and Founder</p>
|
||||||
|
|
@ -376,7 +381,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© MSOS org 2023 All rights reserved.</p>
|
<p>© MSOS org 2025 All rights reserved.</p>
|
||||||
<div class="legal-links">
|
<div class="legal-links">
|
||||||
<a href="#">Privacy policy</a>
|
<a href="#">Privacy policy</a>
|
||||||
<a href="#">Cookie Policy</a>
|
<a href="#">Cookie Policy</a>
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -106,7 +106,7 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -228,33 +228,24 @@
|
||||||
<p>This evening was not just an exchange of information. It was a moment when future students understood that they are not alone in their worries and fears. Every question received an answer from experience, every dilemma was resolved with a real-life example. Many left encouraged, with new friends, and with the feeling that Slovenia is no longer so distant and unknown.</p>
|
<p>This evening was not just an exchange of information. It was a moment when future students understood that they are not alone in their worries and fears. Every question received an answer from experience, every dilemma was resolved with a real-life example. Many left encouraged, with new friends, and with the feeling that Slovenia is no longer so distant and unknown.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-4.webp" alt="Marko Ivanovski, event host">
|
<img src="../../../images/event4-img-4.webp" alt="Event host, coordinator, presenter, and representatives of the Embassy and partners.">
|
||||||
<figcaption>Marko Ivanovski, host of the event.</figcaption>
|
<figcaption>In the photos: Marko Ivanovski, event host (top-left), Lea Janačkovska, coordinator (top-center), Marko Arsov, presenter (top-right). The bottom picture shows representatives of the Embassy, the Management Board of NLB Bank, and the Management Board of MSOS.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-5.webp" alt="Lea Janačkovska, event coordinator">
|
<img src="../../../images/event4-img-5.webp" alt="Beautiful moments captured by the photographer.">
|
||||||
<figcaption>Lea Janačkovska, event coordinator.</figcaption>
|
<figcaption>Beautiful moments of future and current students captured by the best photographer, Hristina Trajkovska.</figcaption>
|
||||||
</figure>
|
|
||||||
<figure class="article-inline-image">
|
|
||||||
<img src="../../../images/event4-img-6.webp" alt="Marko Arsov, presenter">
|
|
||||||
<figcaption>Marko Arsov, presenter.</figcaption>
|
|
||||||
</figure>
|
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
|
||||||
<img src="../../../images/event4-img-7.webp" alt="Representatives of the Embassy, the Management Board of NLB Bank and the Management Board of MSOS.">
|
|
||||||
<figcaption>The bottom picture shows representatives of the Embassy, the Management Board of NLB Bank, and the Management Board of MSOS.</figcaption>
|
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2 id="the-support">The support that made a difference</h2>
|
<h2 id="the-support">The support that made a difference</h2>
|
||||||
<p>"Meet Student Slovenia 2024" would not have looked this way without the help of our partners and friends. We extend great gratitude to the Embassy of the Republic of Slovenia in North Macedonia, NLB Bank Skopje as the patron and main sponsor of the entire event, and Capital Financial Center, who with their support made it possible for the event to be realized at this high level.</p>
|
<p>"Meet Student Slovenia 2024" would not have looked this way without the help of our partners and friends. We extend great gratitude to the Embassy of the Republic of Slovenia in North Macedonia, NLB Bank Skopje as the patron and main sponsor of the entire event, and Capital Financial Center, who with their support made it possible for the event to be realized at this high level.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-8.webp" alt="Newly printed MSOS stickers">
|
<img src="../../../images/event4-img-6.webp" alt="Newly printed MSOS stickers">
|
||||||
<figcaption>Photograph of the newly printed MSOS stickers.</figcaption>
|
<figcaption>Photograph of the newly printed MSOS stickers.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-9.webp" alt="Handing over flowers as a thank you to the Embassy, Capital Financial Center and NLB Bank Skopje">
|
<img src="../../../images/event4-img-7.webp" alt="Handing over flowers as a thank you to the Embassy, Capital Financial Center and NLB Bank Skopje">
|
||||||
<figcaption>Photograph from the handing over of flowers as a sign of gratitude to the Embassy, Capital Financial Center, and NLB Bank Skopje.</figcaption>
|
<figcaption>Photograph from the handing over of flowers as a sign of gratitude to the Embassy, Capital Financial Center, and NLB Bank Skopje.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
@ -262,7 +253,7 @@
|
||||||
<p>This time, the memories of the evening are thanks to Hristina Trakovska, who was the photographer and made sure all those moments were captured so we can relive them again through photographs.</p>
|
<p>This time, the memories of the evening are thanks to Hristina Trakovska, who was the photographer and made sure all those moments were captured so we can relive them again through photographs.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-10.webp" alt="Welcome speech by H.E. Ambassador Mr. Gregor Presker.">
|
<img src="../../../images/event4-img-8.webp" alt="Welcome speech by H.E. Ambassador Mr. Gregor Presker.">
|
||||||
<figcaption>Photograph of the welcome speech by H.E. Ambassador Mr. Gregor Presker.</figcaption>
|
<figcaption>Photograph of the welcome speech by H.E. Ambassador Mr. Gregor Presker.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
@ -270,15 +261,19 @@
|
||||||
<p>Because this event was not just another presentation. It was a hand extended to future students – a message that they are not alone, that a community is already waiting for them. Some left with new friends, others with concrete answers to questions that had bothered them for months. But everyone left with the same feeling: that Slovenia is no longer an unknown place, but a new home where they will be part of something bigger.</p>
|
<p>Because this event was not just another presentation. It was a hand extended to future students – a message that they are not alone, that a community is already waiting for them. Some left with new friends, others with concrete answers to questions that had bothered them for months. But everyone left with the same feeling: that Slovenia is no longer an unknown place, but a new home where they will be part of something bigger.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-11.webp" alt="Attendees asking questions to the panelists">
|
<img src="../../../images/event4-img-9.webp" alt="Attendees asking questions to the panelists">
|
||||||
<figcaption>Moments when the participants ask questions to the panelists!😊✨</figcaption>
|
<figcaption>Moments when the participants ask questions to the panelists! 😌✨</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2 id="livestream">For those not physically present with us</h2>
|
<h2 id="livestream">For those not physically present with us</h2>
|
||||||
<p>We know that not everyone managed to attend the NLB Gallery, but we therefore provided a high-quality livestream. The event was broadcast live and is now available for re-watching. If you want to feel the atmosphere and hear the honest stories from the panel, you can watch the entire event at this link <a href="#">Watch the video here.</a></p>
|
<p>We know that not everyone managed to attend the NLB Gallery, but we therefore provided a high-quality livestream. The event was broadcast live and is now available for re-watching. If you want to feel the atmosphere and hear the honest stories from the panel, you can watch the entire event here 👇</p>
|
||||||
|
|
||||||
|
<div class="video-responsive">
|
||||||
|
<iframe src="https://www.youtube.com/embed/DJD02mQIE98" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
<img src="../../../images/event4-img-12.webp" alt="Poster for the 'Meet Student Slovenia' event">
|
<img src="../../../images/event4-img-10.webp" alt="Poster for the 'Meet Student Slovenia' event">
|
||||||
<figcaption>Photograph of the event poster!</figcaption>
|
<figcaption>Photograph of the event poster!</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
@ -286,13 +281,23 @@
|
||||||
<p>"Meet Student Slovenia" is not just an event. It is a place where future students take their first step – with support, with first-hand advice, and with the feeling that they are not alone. And this year we managed to create that feeling, and that is the greatest victory.</p>
|
<p>"Meet Student Slovenia" is not just an event. It is a place where future students take their first step – with support, with first-hand advice, and with the feeling that they are not alone. And this year we managed to create that feeling, and that is the greatest victory.</p>
|
||||||
<p>See you again next year!</p>
|
<p>See you again next year!</p>
|
||||||
<p>P.S. Every year after a successfully organized event, the MSOS team traditionally heads to the nearest tavern, for an evening full of socializing, singing, and emotions! 😊 That's why it's worth being part of our team! Join us.</p>
|
<p>P.S. Every year after a successfully organized event, the MSOS team traditionally heads to the nearest tavern, for an evening full of socializing, singing, and emotions! 😊 That's why it's worth being part of our team! Join us.</p>
|
||||||
|
|
||||||
|
<figure class="article-inline-image">
|
||||||
|
<img src="../../../images/event4-img-11.webp" alt="The team behind the event.">
|
||||||
|
<figcaption>Photograph of the team behind the event! This year we arranged a team photo in advance because last year we forgot to take one together! 🫣</figcaption>
|
||||||
|
</figure>
|
||||||
|
<figure class="article-inline-image">
|
||||||
|
<img src="../../../images/event4-img-12.webp" alt="Team dinner after the event.">
|
||||||
|
<figcaption>Photograph from the team dinner after a successfully completed event!</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="article-footer">
|
<footer class="article-footer">
|
||||||
<hr>
|
<hr>
|
||||||
<div class="author-share-section">
|
<div class="author-share-section">
|
||||||
<div class="author-details">
|
<div class="author-details">
|
||||||
<img src="../../../images/11-boy.webp" alt="Avatar of Kristijan Popovski">
|
<img src="../../../images/about_kristijan_min.webp" alt="Avatar of Kristijan Popovski">
|
||||||
<div class="author-text">
|
<div class="author-text">
|
||||||
<p class="author-name">Kristijan Popovski</p>
|
<p class="author-name">Kristijan Popovski</p>
|
||||||
<p class="author-title">President and Founder</p>
|
<p class="author-title">President and Founder</p>
|
||||||
|
|
|
||||||
|
|
@ -34,13 +34,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -106,13 +106,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -174,6 +174,34 @@
|
||||||
<!-- END_HEADER -->
|
<!-- END_HEADER -->
|
||||||
|
|
||||||
<main class="article-page">
|
<main class="article-page">
|
||||||
|
<!-- Sticky Mobile Header -->
|
||||||
|
<div class="mobile-article-header">
|
||||||
|
<span id="mobile-article-title">Morning Coffee in front of CTK – 2024</span>
|
||||||
|
<i class="fas fa-chevron-down"></i>
|
||||||
|
<div class="progress-bar-container">
|
||||||
|
<div class="progress-bar"></div>
|
||||||
|
</div>
|
||||||
|
<!-- Dropdown Menu for Mobile -->
|
||||||
|
<div class="mobile-scrollspy-dropdown">
|
||||||
|
<ul id="mobile-scrollspy-links">
|
||||||
|
<!-- Links will be dynamically inserted here by JavaScript -->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="article-layout-container">
|
||||||
|
<!-- Desktop Scrollspy Sidebar -->
|
||||||
|
<aside class="article-sidebar">
|
||||||
|
<nav class="scrollspy-nav">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#beating-stress" class="active">Beating Exam Stress with Coffee</a></li>
|
||||||
|
<li><a href="#student-emotions">Student Emotions</a></li>
|
||||||
|
<li><a href="#from-coffee-to-simulators">From coffee to simulators</a></li>
|
||||||
|
<li><a href="#coffee-and-burek">Coffee and Burek as motivation</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</aside>
|
||||||
|
|
||||||
<article class="article-container">
|
<article class="article-container">
|
||||||
<header class="article-header">
|
<header class="article-header">
|
||||||
<p class="article-publish-date">Published on June 8, 2024</p>
|
<p class="article-publish-date">Published on June 8, 2024</p>
|
||||||
|
|
@ -188,7 +216,7 @@
|
||||||
<div class="article-body">
|
<div class="article-body">
|
||||||
<p>On June 8, 2024, from 9 to 12 AM, at the Central Technical Library of the University of Ljubljana (CTK), we organized our already traditional student break – Morning Coffee in at CTK together with the team from Skupina Povezani and CTK. This was the second year in a row that we gathered at the same place, but each time brings new moments to remember.</p>
|
<p>On June 8, 2024, from 9 to 12 AM, at the Central Technical Library of the University of Ljubljana (CTK), we organized our already traditional student break – Morning Coffee in at CTK together with the team from Skupina Povezani and CTK. This was the second year in a row that we gathered at the same place, but each time brings new moments to remember.</p>
|
||||||
|
|
||||||
<h2>Beating Exam Stress with Coffee</h2>
|
<h2 id="beating-stress">Beating Exam Stress with Coffee</h2>
|
||||||
<p>The exam session always brings stress – hours and hours of studying, conversations revolving only around exams, first and second attempts, passed or not, some taking the exam for the first time, and some for the fifth time. That's why we decided to take a short break to catch our breath: to relax, to laugh, and to remind ourselves that we're in this study stress together.</p>
|
<p>The exam session always brings stress – hours and hours of studying, conversations revolving only around exams, first and second attempts, passed or not, some taking the exam for the first time, and some for the fifth time. That's why we decided to take a short break to catch our breath: to relax, to laugh, and to remind ourselves that we're in this study stress together.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -208,7 +236,7 @@
|
||||||
<figcaption>A group of students with hot coffee, posing for the camera.</figcaption>
|
<figcaption>A group of students with hot coffee, posing for the camera.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>We asked two questions that revealed a whole palette of student emotions</h2>
|
<h2 id="student-emotions">We asked two questions that revealed a whole palette of student emotions</h2>
|
||||||
<p>For an extra dose of interaction, we set up two big boards with questions that simply make you want to answer: <strong>“How do I survive the exam session?"</strong> and <strong>"Kako bi opisal počutje med izpitnem obdobjem?”</strong> (“How would you describe your feelings during the exam period?" in Slovenian).</p>
|
<p>For an extra dose of interaction, we set up two big boards with questions that simply make you want to answer: <strong>“How do I survive the exam session?"</strong> and <strong>"Kako bi opisal počutje med izpitnem obdobjem?”</strong> (“How would you describe your feelings during the exam period?" in Slovenian).</p>
|
||||||
<p>The reactions were instant – students rushed to write, and the answers were everything but boring: from "chaotic" and “We want to sleep! (not in CTK)!" to "chill", "stressed", "exhausted", "happy" and "sleepy". In other words – a whole spectrum of student emotions, honestly poured into just a few words.</p>
|
<p>The reactions were instant – students rushed to write, and the answers were everything but boring: from "chaotic" and “We want to sleep! (not in CTK)!" to "chill", "stressed", "exhausted", "happy" and "sleepy". In other words – a whole spectrum of student emotions, honestly poured into just a few words.</p>
|
||||||
|
|
||||||
|
|
@ -217,10 +245,10 @@
|
||||||
<figcaption>Witty and sincere answers on the big question boards at CTK.</figcaption>
|
<figcaption>Witty and sincere answers on the big question boards at CTK.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>How we went from coffee to a flight simulator and 3D printing machines</h2>
|
<h2 id="from-coffee-to-simulators">How we went from coffee to a flight simulator and 3D printing machines</h2>
|
||||||
<p>As a bonus for students, in cooperation with the university's technical library, the program was enriched with a CTK exhibition, where a flight simulator, 3D printers, and other interesting equipment were presented. Students could try them out and then rent them for free at the CTK Creative Studio – part of their educational program.</p>
|
<p>As a bonus for students, in cooperation with the university's technical library, the program was enriched with a CTK exhibition, where a flight simulator, 3D printers, and other interesting equipment were presented. Students could try them out and then rent them for free at the CTK Creative Studio – part of their educational program.</p>
|
||||||
|
|
||||||
<h2>Coffee and burek = motivation to get up every day and study for 12 hours</h2>
|
<h2 id="coffee-and-burek">Coffee and burek = motivation to get up every day and study for 12 hours</h2>
|
||||||
<p>Around 150 people visited the joint stand of MSOS, Skupina Povezani, and CTK to hang out, have coffee, grab a snack, and exchange stories among books and deadlines. The event took place in an excellent atmosphere – lots of smiles, new acquaintances, and a small reminder that even in the most stressful periods, there's always time for coffee and good company.</p>
|
<p>Around 150 people visited the joint stand of MSOS, Skupina Povezani, and CTK to hang out, have coffee, grab a snack, and exchange stories among books and deadlines. The event took place in an excellent atmosphere – lots of smiles, new acquaintances, and a small reminder that even in the most stressful periods, there's always time for coffee and good company.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -240,7 +268,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<div class="author-share-section">
|
<div class="author-share-section">
|
||||||
<div class="author-details">
|
<div class="author-details">
|
||||||
<img src="../../../images/11-boy.webp" alt="Avatar of Kristijan Popovski">
|
<img src="../../../images/about_kristijan_min.webp" alt="Avatar of Kristijan Popovski">
|
||||||
<div class="author-text">
|
<div class="author-text">
|
||||||
<p class="author-name">Kristijan Popovski</p>
|
<p class="author-name">Kristijan Popovski</p>
|
||||||
<p class="author-title">President and Founder</p>
|
<p class="author-title">President and Founder</p>
|
||||||
|
|
@ -255,6 +283,7 @@
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
</div>
|
||||||
|
|
||||||
<section class="newsletter-cta">
|
<section class="newsletter-cta">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
@ -262,7 +291,9 @@
|
||||||
<h2>Join 2,000+ subscribers</h2>
|
<h2>Join 2,000+ subscribers</h2>
|
||||||
<p>Stay in the loop with everything you need to know.</p>
|
<p>Stay in the loop with everything you need to know.</p>
|
||||||
<form class="subscribe-form-bottom">
|
<form class="subscribe-form-bottom">
|
||||||
|
<div class="input-wrapper">
|
||||||
<input type="email" placeholder="Enter your email">
|
<input type="email" placeholder="Enter your email">
|
||||||
|
</div>
|
||||||
<button type="submit" class="btn btn-primary-orange">Subscribe</button>
|
<button type="submit" class="btn btn-primary-orange">Subscribe</button>
|
||||||
</form>
|
</form>
|
||||||
<p class="privacy-note">We care about your data in our <a href="#">privacy policy</a></p>
|
<p class="privacy-note">We care about your data in our <a href="#">privacy policy</a></p>
|
||||||
|
|
@ -314,7 +345,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© MSOS org 2023 All rights reserved.</p>
|
<p>© MSOS org 2025 All rights reserved.</p>
|
||||||
<div class="legal-links">
|
<div class="legal-links">
|
||||||
<a href="#">Privacy policy</a>
|
<a href="#">Privacy policy</a>
|
||||||
<a href="#">Cookie Policy</a>
|
<a href="#">Cookie Policy</a>
|
||||||
|
|
@ -326,6 +357,5 @@
|
||||||
</footer>
|
</footer>
|
||||||
<!-- END_FOOTER -->
|
<!-- END_FOOTER -->
|
||||||
|
|
||||||
<script src="../../../main.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -21,20 +21,17 @@
|
||||||
<!-- START_HEADER -->
|
<!-- START_HEADER -->
|
||||||
<header class="dropdown-header-navigation">
|
<header class="dropdown-header-navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Logotip je zdaj samostojen element na levi strani -->
|
|
||||||
<a href="../../../en/" class="logo-link">
|
<a href="../../../en/" class="logo-link">
|
||||||
<img src="../../../images/1-logo.png" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
|
<img src="../../../images/1-logo.png" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Nov ovoj za vse elemente na desni strani -->
|
|
||||||
<div class="header-right-wrapper">
|
<div class="header-right-wrapper">
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="navigation desktop-nav">
|
<ul class="navigation desktop-nav">
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
|
|
@ -89,8 +86,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Ikona za mobilni meni ostaja ločena za lažje upravljanje -->
|
|
||||||
<div class="mobile-menu-icon">
|
<div class="mobile-menu-icon">
|
||||||
<i class="fas fa-bars"></i>
|
<i class="fas fa-bars"></i>
|
||||||
<i class="fas fa-times"></i>
|
<i class="fas fa-times"></i>
|
||||||
|
|
@ -98,15 +93,14 @@
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- Panel za mobilno navigacijo (struktura ostaja enaka) -->
|
|
||||||
<div class="mobile-nav-panel">
|
<div class="mobile-nav-panel">
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="navigation mobile-nav">
|
<ul class="navigation mobile-nav">
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
|
|
@ -157,7 +151,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Modalno okno za izbiro jezika (ostaja enako) -->
|
|
||||||
<div id="language-modal-overlay">
|
<div id="language-modal-overlay">
|
||||||
<div class="language-modal-content">
|
<div class="language-modal-content">
|
||||||
<div class="language-modal-header">
|
<div class="language-modal-header">
|
||||||
|
|
@ -174,6 +167,34 @@
|
||||||
<!-- END_HEADER -->
|
<!-- END_HEADER -->
|
||||||
|
|
||||||
<main class="article-page">
|
<main class="article-page">
|
||||||
|
<!-- Sticky Mobile Header -->
|
||||||
|
<div class="mobile-article-header">
|
||||||
|
<span id="mobile-article-title">Morning Coffee in front of CTK – 2024</span>
|
||||||
|
<i class="fas fa-chevron-down"></i>
|
||||||
|
<div class="progress-bar-container">
|
||||||
|
<div class="progress-bar"></div>
|
||||||
|
</div>
|
||||||
|
<!-- Dropdown Menu for Mobile -->
|
||||||
|
<div class="mobile-scrollspy-dropdown">
|
||||||
|
<ul id="mobile-scrollspy-links">
|
||||||
|
<!-- Links will be dynamically inserted here by JavaScript -->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="article-layout-container">
|
||||||
|
<!-- Desktop Scrollspy Sidebar -->
|
||||||
|
<aside class="article-sidebar">
|
||||||
|
<nav class="scrollspy-nav">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#beating-stress" class="active">Beating Exam Stress with Coffee</a></li>
|
||||||
|
<li><a href="#student-emotions">Student Emotions</a></li>
|
||||||
|
<li><a href="#from-coffee-to-simulators">From coffee to simulators</a></li>
|
||||||
|
<li><a href="#coffee-and-burek">Coffee and Burek as motivation</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</aside>
|
||||||
|
|
||||||
<article class="article-container">
|
<article class="article-container">
|
||||||
<header class="article-header">
|
<header class="article-header">
|
||||||
<p class="article-publish-date">Published on June 8, 2024</p>
|
<p class="article-publish-date">Published on June 8, 2024</p>
|
||||||
|
|
@ -188,7 +209,7 @@
|
||||||
<div class="article-body">
|
<div class="article-body">
|
||||||
<p>On June 8, 2024, from 9 to 12 AM, at the Central Technical Library of the University of Ljubljana (CTK), we organized our already traditional student break – Morning Coffee in at CTK together with the team from Skupina Povezani and CTK. This was the second year in a row that we gathered at the same place, but each time brings new moments to remember.</p>
|
<p>On June 8, 2024, from 9 to 12 AM, at the Central Technical Library of the University of Ljubljana (CTK), we organized our already traditional student break – Morning Coffee in at CTK together with the team from Skupina Povezani and CTK. This was the second year in a row that we gathered at the same place, but each time brings new moments to remember.</p>
|
||||||
|
|
||||||
<h2>Beating Exam Stress with Coffee</h2>
|
<h2 id="beating-stress">Beating Exam Stress with Coffee</h2>
|
||||||
<p>The exam session always brings stress – hours and hours of studying, conversations revolving only around exams, first and second attempts, passed or not, some taking the exam for the first time, and some for the fifth time. That's why we decided to take a short break to catch our breath: to relax, to laugh, and to remind ourselves that we're in this study stress together.</p>
|
<p>The exam session always brings stress – hours and hours of studying, conversations revolving only around exams, first and second attempts, passed or not, some taking the exam for the first time, and some for the fifth time. That's why we decided to take a short break to catch our breath: to relax, to laugh, and to remind ourselves that we're in this study stress together.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -208,7 +229,7 @@
|
||||||
<figcaption>A group of students with hot coffee, posing for the camera.</figcaption>
|
<figcaption>A group of students with hot coffee, posing for the camera.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>We asked two questions that revealed a whole palette of student emotions</h2>
|
<h2 id="student-emotions">We asked two questions that revealed a whole palette of student emotions</h2>
|
||||||
<p>For an extra dose of interaction, we set up two big boards with questions that simply make you want to answer: <strong>“How do I survive the exam session?"</strong> and <strong>"Kako bi opisal počutje med izpitnem obdobjem?”</strong> (“How would you describe your feelings during the exam period?" in Slovenian).</p>
|
<p>For an extra dose of interaction, we set up two big boards with questions that simply make you want to answer: <strong>“How do I survive the exam session?"</strong> and <strong>"Kako bi opisal počutje med izpitnem obdobjem?”</strong> (“How would you describe your feelings during the exam period?" in Slovenian).</p>
|
||||||
<p>The reactions were instant – students rushed to write, and the answers were everything but boring: from "chaotic" and “We want to sleep! (not in CTK)!" to "chill", "stressed", "exhausted", "happy" and "sleepy". In other words – a whole spectrum of student emotions, honestly poured into just a few words.</p>
|
<p>The reactions were instant – students rushed to write, and the answers were everything but boring: from "chaotic" and “We want to sleep! (not in CTK)!" to "chill", "stressed", "exhausted", "happy" and "sleepy". In other words – a whole spectrum of student emotions, honestly poured into just a few words.</p>
|
||||||
|
|
||||||
|
|
@ -217,10 +238,10 @@
|
||||||
<figcaption>Witty and sincere answers on the big question boards at CTK.</figcaption>
|
<figcaption>Witty and sincere answers on the big question boards at CTK.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h2>How we went from coffee to a flight simulator and 3D printing machines</h2>
|
<h2 id="from-coffee-to-simulators">How we went from coffee to a flight simulator and 3D printing machines</h2>
|
||||||
<p>As a bonus for students, in cooperation with the university's technical library, the program was enriched with a CTK exhibition, where a flight simulator, 3D printers, and other interesting equipment were presented. Students could try them out and then rent them for free at the CTK Creative Studio – part of their educational program.</p>
|
<p>As a bonus for students, in cooperation with the university's technical library, the program was enriched with a CTK exhibition, where a flight simulator, 3D printers, and other interesting equipment were presented. Students could try them out and then rent them for free at the CTK Creative Studio – part of their educational program.</p>
|
||||||
|
|
||||||
<h2>Coffee and burek = motivation to get up every day and study for 12 hours</h2>
|
<h2 id="coffee-and-burek">Coffee and burek = motivation to get up every day and study for 12 hours</h2>
|
||||||
<p>Around 150 people visited the joint stand of MSOS, Skupina Povezani, and CTK to hang out, have coffee, grab a snack, and exchange stories among books and deadlines. The event took place in an excellent atmosphere – lots of smiles, new acquaintances, and a small reminder that even in the most stressful periods, there's always time for coffee and good company.</p>
|
<p>Around 150 people visited the joint stand of MSOS, Skupina Povezani, and CTK to hang out, have coffee, grab a snack, and exchange stories among books and deadlines. The event took place in an excellent atmosphere – lots of smiles, new acquaintances, and a small reminder that even in the most stressful periods, there's always time for coffee and good company.</p>
|
||||||
|
|
||||||
<figure class="article-inline-image">
|
<figure class="article-inline-image">
|
||||||
|
|
@ -240,7 +261,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<div class="author-share-section">
|
<div class="author-share-section">
|
||||||
<div class="author-details">
|
<div class="author-details">
|
||||||
<img src="../../../images/11-boy.webp" alt="Avatar of Kristijan Popovski">
|
<img src="../../../images/about_kristijan_min.webp" alt="Avatar of Kristijan Popovski">
|
||||||
<div class="author-text">
|
<div class="author-text">
|
||||||
<p class="author-name">Kristijan Popovski</p>
|
<p class="author-name">Kristijan Popovski</p>
|
||||||
<p class="author-title">President and Founder</p>
|
<p class="author-title">President and Founder</p>
|
||||||
|
|
@ -255,6 +276,7 @@
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
</div>
|
||||||
|
|
||||||
<section class="newsletter-cta">
|
<section class="newsletter-cta">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
@ -262,7 +284,9 @@
|
||||||
<h2>Join 2,000+ subscribers</h2>
|
<h2>Join 2,000+ subscribers</h2>
|
||||||
<p>Stay in the loop with everything you need to know.</p>
|
<p>Stay in the loop with everything you need to know.</p>
|
||||||
<form class="subscribe-form-bottom">
|
<form class="subscribe-form-bottom">
|
||||||
|
<div class="input-wrapper">
|
||||||
<input type="email" placeholder="Enter your email">
|
<input type="email" placeholder="Enter your email">
|
||||||
|
</div>
|
||||||
<button type="submit" class="btn btn-primary-orange">Subscribe</button>
|
<button type="submit" class="btn btn-primary-orange">Subscribe</button>
|
||||||
</form>
|
</form>
|
||||||
<p class="privacy-note">We care about your data in our <a href="#">privacy policy</a></p>
|
<p class="privacy-note">We care about your data in our <a href="#">privacy policy</a></p>
|
||||||
|
|
@ -326,6 +350,5 @@
|
||||||
</footer>
|
</footer>
|
||||||
<!-- END_FOOTER -->
|
<!-- END_FOOTER -->
|
||||||
|
|
||||||
<script src="../../../main.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -34,13 +34,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -106,13 +106,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -330,7 +330,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© MSOS org 2023 All rights reserved.</p>
|
<p>© MSOS org 2025 All rights reserved.</p>
|
||||||
<div class="legal-links">
|
<div class="legal-links">
|
||||||
<a href="#">Privacy policy</a>
|
<a href="#">Privacy policy</a>
|
||||||
<a href="#">Cookie Policy</a>
|
<a href="#">Cookie Policy</a>
|
||||||
|
|
|
||||||
|
|
@ -33,14 +33,14 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -105,14 +105,14 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -34,13 +34,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -106,13 +106,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="../../en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="../../en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -465,7 +465,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© MSOS org 2023 All rights reserved.</p>
|
<p>© MSOS org 2025 All rights reserved.</p>
|
||||||
<div class="legal-links">
|
<div class="legal-links">
|
||||||
<a href="#">Privacy policy</a>
|
<a href="#">Privacy policy</a>
|
||||||
<a href="#">Cookie Policy</a>
|
<a href="#">Cookie Policy</a>
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
<header class="dropdown-header-navigation">
|
<header class="dropdown-header-navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Logotip je zdaj samostojen element na levi strani -->
|
<!-- Logotip je zdaj samostojen element na levi strani -->
|
||||||
<a href="../../../en/" class="logo-link">
|
<a href="../../en/" class="logo-link">
|
||||||
<img src="../../../images/1-logo.png" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
|
<img src="../../images/1-logo.png" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Nov ovoj za vse elemente na desni strani -->
|
<!-- Nov ovoj za vse elemente na desni strani -->
|
||||||
|
|
@ -33,14 +33,14 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -105,14 +105,14 @@
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Timeline & Milestones</a></li>
|
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="#">Our team, mission, vision & core values</a></li>
|
<li><a href="../../en/about-us/">Our team, mission, vision & core values</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="../../../en/projects/">Event & Projects</a></li>
|
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -428,7 +428,7 @@
|
||||||
<div class="footer-main">
|
<div class="footer-main">
|
||||||
<div class="footer-info">
|
<div class="footer-info">
|
||||||
<div class="footer-logo">
|
<div class="footer-logo">
|
||||||
<img src="../../../images/13-whitelogo.png" alt="Macedonian Student Organisation in Slovenia Logo">
|
<img src="../../images/13-whitelogo.png" alt="Macedonian Student Organisation in Slovenia Logo">
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
Masarykova cesta 24<br>
|
Masarykova cesta 24<br>
|
||||||
|
|
@ -473,7 +473,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../main.js"></script>
|
<script src="../../main.js"></script>
|
||||||
</footer>
|
</footer>
|
||||||
<!-- END_FOOTER -->
|
<!-- END_FOOTER -->
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© MSOS org 2023 All rights reserved.</p>
|
<p>© MSOS org 2025 All rights reserved.</p>
|
||||||
<div class="legal-links">
|
<div class="legal-links">
|
||||||
<a href="#">Privacy policy</a>
|
<a href="#">Privacy policy</a>
|
||||||
<a href="#">Cookie Policy</a>
|
<a href="#">Cookie Policy</a>
|
||||||
|
|
|
||||||
|
|
@ -14,13 +14,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="{{ROOT_PREFIX}}en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="{{ROOT_PREFIX}}en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="{{ROOT_PREFIX}}en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="{{ROOT_PREFIX}}en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="{{ROOT_PREFIX}}en/projects/">Event & Projects</a></li>
|
<li><a href="{{ROOT_PREFIX}}en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -86,13 +86,13 @@
|
||||||
<a href="#">Who We Are</a>
|
<a href="#">Who We Are</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="{{ROOT_PREFIX}}en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
<li><a href="{{ROOT_PREFIX}}en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||||||
<li><a href="{{ROOT_PREFIX}}en/about-us/">Our team, mission, vision & core values</a></li>
|
<li><a href="{{ROOT_PREFIX}}en/about-us/">Our team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item menu-item-has-children">
|
<li class="menu-item menu-item-has-children">
|
||||||
<a href="#">What We Do</a>
|
<a href="#">What We Do</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="{{ROOT_PREFIX}}en/projects/">Event & Projects</a></li>
|
<li><a href="{{ROOT_PREFIX}}en/projects/">Events & Projects</a></li>
|
||||||
<li><a href="#">Blog</a></li>
|
<li><a href="#">Blog</a></li>
|
||||||
<li><a href="#">Gallery</a></li>
|
<li><a href="#">Gallery</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue