diff --git a/css/main.css b/css/main.css
index 949bfff7..8eeaacd6 100644
--- a/css/main.css
+++ b/css/main.css
@@ -43,6 +43,7 @@
@import 'pages/_hub.css';
@import 'pages/_legal.css';
@import 'pages/_gallery.css';
+@import 'pages/_press.css';
/* Loaded last so the shared filter bar wins over per-page chip styles. */
@import 'pages/_filterbar.css';
\ No newline at end of file
diff --git a/css/pages/_press.css b/css/pages/_press.css
new file mode 100644
index 00000000..e53cabc0
--- /dev/null
+++ b/css/pages/_press.css
@@ -0,0 +1,143 @@
+/* ==========================================================================
+ Press / media page
+ Reuses the FAQ hero (.faq-page/.faq-hero/.faq-lead) and the shared design
+ tokens: ink #101828, muted #475467, hairline #EAECF0, teal accent #2D738C.
+ ========================================================================== */
+.press-page .faq-body {
+ max-width: 960px;
+ display: block;
+}
+
+/* Two-up intro cards: enquiries + fact sheet */
+.press-grid {
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ gap: 24px;
+ margin-bottom: 48px;
+}
+.press-card {
+ border: 1px solid #EAECF0;
+ border-radius: 12px;
+ background: #FFFFFF;
+ padding: 28px;
+ transition: box-shadow 0.2s ease, border-color 0.2s ease;
+}
+.press-card:hover {
+ border-color: #D0DEE3;
+ box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06);
+}
+.press-card h2 { font-size: 20px; color: #101828; margin: 0 0 10px; }
+.press-card > p { color: #475467; font-size: 15px; line-height: 26px; margin: 0 0 20px; }
+
+/* Fact sheet */
+.press-facts { list-style: none; margin: 0; padding: 0; }
+.press-facts li {
+ display: flex;
+ gap: 12px;
+ padding: 12px 0;
+ border-bottom: 1px solid #EAECF0;
+ font-size: 15px;
+ line-height: 22px;
+}
+.press-facts li:last-child { border-bottom: 0; padding-bottom: 0; }
+.press-facts .k { flex: 0 0 42%; color: #475467; font-weight: 600; }
+.press-facts .v { flex: 1; color: #101828; }
+.press-facts a, .press-logos a, .press-note a {
+ color: #2D738C; font-weight: 600; text-decoration: none;
+}
+.press-facts a:hover, .press-logos a:hover, .press-note a:hover { text-decoration: underline; }
+
+/* Logo download grid (inside the enquiries card) */
+.press-logos { margin: 24px 0 0; border-top: 1px solid #EAECF0; padding-top: 20px; }
+.press-logos h3 { font-size: 14px; color: #475467; margin: 0 0 12px; font-weight: 600; }
+.logo-grid {
+ display: grid;
+ grid-template-columns: repeat(2, 1fr);
+ gap: 10px;
+}
+.logo-swatch {
+ display: flex;
+ flex-direction: column;
+ gap: 8px;
+ text-decoration: none;
+ border: 1px solid #EAECF0;
+ border-radius: 10px;
+ padding: 12px;
+ transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
+}
+.logo-swatch:hover {
+ border-color: #D0DEE3;
+ box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06);
+ transform: translateY(-1px);
+}
+.logo-shot {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ height: 46px;
+ border-radius: 6px;
+ background: #F5FAFB;
+}
+.logo-shot img { max-height: 26px; width: auto; }
+.logo-swatch--dark .logo-shot { background: #101828; }
+.logo-cap { font-size: 12px; color: #475467; font-weight: 600; text-align: center; }
+
+/* Section heading, matched to .faq-cat h2 */
+.press-h {
+ font-size: 22px;
+ color: #101828;
+ margin: 0 0 8px;
+ padding-bottom: 10px;
+ border-bottom: 1px solid #EAECF0;
+}
+.press-web-intro { color: #475467; font-size: 15px; line-height: 24px; margin: 0 0 24px; }
+.press-group-h { font-size: 15px; font-weight: 700; color: #2D738C; letter-spacing: 0.02em; margin: 24px 0 12px; }
+
+/* Coverage list */
+.press-list { list-style: none; margin: 0 0 40px; padding: 0; display: grid; gap: 12px; }
+.press-list li {
+ border: 1px solid #EAECF0;
+ border-radius: 12px;
+ background: #FFFFFF;
+ padding: 18px 20px;
+ display: flex;
+ flex-wrap: wrap;
+ align-items: center;
+ gap: 8px 12px;
+ transition: box-shadow 0.2s ease, border-color 0.2s ease;
+}
+.press-list li:hover {
+ border-color: #D0DEE3;
+ box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06);
+}
+.press-list a.title { font-weight: 600; font-size: 16px; color: #101828; text-decoration: none; }
+.press-list a.title:hover { color: #2D738C; }
+.press-badge {
+ font-size: 12px;
+ font-weight: 600;
+ letter-spacing: 0.04em;
+ text-transform: uppercase;
+ color: #2D738C;
+ background: #EAF3F5;
+ border-radius: 999px;
+ padding: 4px 10px;
+}
+.press-list .host { color: #98A2B3; font-size: 13px; }
+.press-list .desc { flex-basis: 100%; margin: 6px 0 0; color: #475467; font-size: 14px; line-height: 22px; }
+
+/* Closing note, matched to .faq-contact panel */
+.press-note {
+ background: #F5FAFB;
+ border: 1px solid #EAECF0;
+ border-radius: 16px;
+ padding: 24px;
+ color: #475467;
+ font-size: 15px;
+ line-height: 26px;
+}
+
+@media (max-width: 768px) {
+ .press-grid { grid-template-columns: 1fr; gap: 16px; }
+ .press-card { padding: 22px; }
+ .press-facts .k { flex-basis: 48%; }
+}
diff --git a/en/about-us/index.html b/en/about-us/index.html
index 97d2f4a5..87d41f36 100644
--- a/en/about-us/index.html
+++ b/en/about-us/index.html
@@ -436,6 +436,7 @@
Organisation
About us
Timeline and milestones
+ Press & media
Contact us
diff --git a/en/become-a-member/index.html b/en/become-a-member/index.html
index 714893ff..ee2834fe 100644
--- a/en/become-a-member/index.html
+++ b/en/become-a-member/index.html
@@ -594,6 +594,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/blog/ad-futura-scholarship-slovenia-2026/index.html b/en/blog/ad-futura-scholarship-slovenia-2026/index.html
index d4d1d16d..ab02111d 100644
--- a/en/blog/ad-futura-scholarship-slovenia-2026/index.html
+++ b/en/blog/ad-futura-scholarship-slovenia-2026/index.html
@@ -414,6 +414,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/blog/how-i-coped-with-leaving-home/index.html b/en/blog/how-i-coped-with-leaving-home/index.html
index e43305d7..1033b3f0 100644
--- a/en/blog/how-i-coped-with-leaving-home/index.html
+++ b/en/blog/how-i-coped-with-leaving-home/index.html
@@ -318,6 +318,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/blog/how-to-open-slovenian-bank-account/index.html b/en/blog/how-to-open-slovenian-bank-account/index.html
index 7fe203e4..c8126300 100644
--- a/en/blog/how-to-open-slovenian-bank-account/index.html
+++ b/en/blog/how-to-open-slovenian-bank-account/index.html
@@ -402,6 +402,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/blog/learning-slovene-where-to-start/index.html b/en/blog/learning-slovene-where-to-start/index.html
index aca00a86..8b70b65c 100644
--- a/en/blog/learning-slovene-where-to-start/index.html
+++ b/en/blog/learning-slovene-where-to-start/index.html
@@ -351,6 +351,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html b/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html
index f97a2f4c..7b0bf23a 100644
--- a/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html
+++ b/en/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html
@@ -363,6 +363,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/blog/welcome-days-slovenian-universities-2026-2027/index.html b/en/blog/welcome-days-slovenian-universities-2026-2027/index.html
index 738d3875..ca3e081b 100644
--- a/en/blog/welcome-days-slovenian-universities-2026-2027/index.html
+++ b/en/blog/welcome-days-slovenian-universities-2026-2027/index.html
@@ -354,6 +354,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/blog/where-to-search-for-accommodation-in-slovenia/index.html b/en/blog/where-to-search-for-accommodation-in-slovenia/index.html
index ec1feec4..eff21efc 100644
--- a/en/blog/where-to-search-for-accommodation-in-slovenia/index.html
+++ b/en/blog/where-to-search-for-accommodation-in-slovenia/index.html
@@ -407,6 +407,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html b/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html
index 5421579f..eac48ff1 100644
--- a/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html
+++ b/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html
@@ -368,6 +368,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html b/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html
index 2f12cc79..d78ac5b4 100644
--- a/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html
+++ b/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html
@@ -374,6 +374,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-macedonia/index.html b/en/get-to-know-macedonia/index.html
index cfb193cf..40ade45b 100644
--- a/en/get-to-know-macedonia/index.html
+++ b/en/get-to-know-macedonia/index.html
@@ -341,6 +341,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html b/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
index 7495600e..4f9ea09d 100644
--- a/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
+++ b/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
@@ -374,6 +374,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html b/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
index a2cd1219..e700641e 100644
--- a/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
+++ b/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
@@ -366,6 +366,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html b/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
index 09fadb5e..da2ca2b0 100644
--- a/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
+++ b/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
@@ -356,6 +356,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-macedonia/welcome-to-macedonia/index.html b/en/get-to-know-macedonia/welcome-to-macedonia/index.html
index 4bf6413a..14ffff8b 100644
--- a/en/get-to-know-macedonia/welcome-to-macedonia/index.html
+++ b/en/get-to-know-macedonia/welcome-to-macedonia/index.html
@@ -353,6 +353,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html b/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
index dff2e996..3e73f7c3 100644
--- a/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
+++ b/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
@@ -358,6 +358,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-slovenia/index.html b/en/get-to-know-slovenia/index.html
index 7e6d86dc..74451d36 100644
--- a/en/get-to-know-slovenia/index.html
+++ b/en/get-to-know-slovenia/index.html
@@ -341,6 +341,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html b/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
index 62f61a2f..dd1634b9 100644
--- a/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
+++ b/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
@@ -354,6 +354,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html b/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
index bb7493a4..13bf0ba0 100644
--- a/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
+++ b/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
@@ -348,6 +348,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html b/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
index cf627d0c..6ad05d43 100644
--- a/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
+++ b/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
@@ -375,6 +375,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html b/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
index 9c169414..42b720a6 100644
--- a/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
+++ b/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
@@ -360,6 +360,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/get-to-know-slovenia/welcome-to-slovenia/index.html b/en/get-to-know-slovenia/welcome-to-slovenia/index.html
index d2826ecf..fab23d6d 100644
--- a/en/get-to-know-slovenia/welcome-to-slovenia/index.html
+++ b/en/get-to-know-slovenia/welcome-to-slovenia/index.html
@@ -331,6 +331,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/news/proof-of-means-updated-2026/index.html b/en/news/proof-of-means-updated-2026/index.html
index aa01fc9d..9860e246 100644
--- a/en/news/proof-of-means-updated-2026/index.html
+++ b/en/news/proof-of-means-updated-2026/index.html
@@ -271,6 +271,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/press/index.html b/en/press/index.html
new file mode 100644
index 00000000..bd3ccc6a
--- /dev/null
+++ b/en/press/index.html
@@ -0,0 +1,461 @@
+
+
+
+
+
+
Press & media - MSOS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Press
+ Press & media
+ Facts, contacts and a press kit for journalists, editors and partners writing about the Macedonian Student Organisation in Slovenia (MSOS).
+
+
+
+
+ Press enquiries
+ For interviews, quotes, photos or partnership questions, write to us. We reply in Macedonian, Slovenian and English, usually within a couple of days.
+ Email us
+
+
+
+ MSOS at a glance
+
+ Full legal name Društvo Makedonska Študentska Organizacija v Sloveniji za študentsko podporo in kulturno sodelovanje
+ Preferred name Macedonian Student Organisation in Slovenia (MSOS)
+ Founded 5 March 2023 (as a student initiative)
+ Officially registered 9 September 2024
+ Based in Ljubljana, Slovenia
+ What we do Support, events, community and advocacy for Macedonian students, from application to graduation
+ Languages Macedonian, Slovenian, English
+ Website msosorg.com
+
+
+
+ MSOS around the web
+ A selection of coverage, listings and official records that mention MSOS.
+ In the media
+
+ Universities and institutions
+
+ Official records
+
+ Reference and encyclopedias
+
+ Government and public figures
+
+
+ Facebook
+ Meeting with MSOS (S. Andonovski)
+
+
+ Facebook
+ Meeting with the MSOS president
+
+
+ minisel.gov.mk
+ Government meeting (Ministry)
+
+
+
+ Writing about MSOS, or know of coverage we should list here? Tell us and we will add it.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/en/privacy-policy/index.html b/en/privacy-policy/index.html
index bd8a1c96..5c169548 100644
--- a/en/privacy-policy/index.html
+++ b/en/privacy-policy/index.html
@@ -334,6 +334,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html
index 1b151d8d..cebb394a 100644
--- a/en/projects/humanitarian-tournament-in-maribor/index.html
+++ b/en/projects/humanitarian-tournament-in-maribor/index.html
@@ -396,6 +396,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/projects/in-memory-of-frosina-kulakova/index.html b/en/projects/in-memory-of-frosina-kulakova/index.html
index b0039f30..03996680 100644
--- a/en/projects/in-memory-of-frosina-kulakova/index.html
+++ b/en/projects/in-memory-of-frosina-kulakova/index.html
@@ -320,6 +320,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/projects/in-memory-of-the-kochani-victims/index.html b/en/projects/in-memory-of-the-kochani-victims/index.html
index a24ede37..b38b74c0 100644
--- a/en/projects/in-memory-of-the-kochani-victims/index.html
+++ b/en/projects/in-memory-of-the-kochani-victims/index.html
@@ -332,6 +332,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html
index 1809a643..e538ab8c 100644
--- a/en/projects/macedonian-student-night-in-ljubljana/index.html
+++ b/en/projects/macedonian-student-night-in-ljubljana/index.html
@@ -405,6 +405,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html
index f69238a7..86468d93 100644
--- a/en/projects/meet-student-slovenia-2023/index.html
+++ b/en/projects/meet-student-slovenia-2023/index.html
@@ -429,6 +429,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html
index e6e70cf5..794ab05f 100644
--- a/en/projects/meet-student-slovenia-2024/index.html
+++ b/en/projects/meet-student-slovenia-2024/index.html
@@ -432,6 +432,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/projects/morning-coffee-in-front-of-ctk/index.html b/en/projects/morning-coffee-in-front-of-ctk/index.html
index 6be58d5a..ee632123 100644
--- a/en/projects/morning-coffee-in-front-of-ctk/index.html
+++ b/en/projects/morning-coffee-in-front-of-ctk/index.html
@@ -391,6 +391,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/projects/paint-and-wine-at-sunset/index.html b/en/projects/paint-and-wine-at-sunset/index.html
index ccc56aac..f8ac871a 100644
--- a/en/projects/paint-and-wine-at-sunset/index.html
+++ b/en/projects/paint-and-wine-at-sunset/index.html
@@ -377,6 +377,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/projects/watching-handball-together-in-slovenia/index.html b/en/projects/watching-handball-together-in-slovenia/index.html
index 2d77392a..f485327a 100644
--- a/en/projects/watching-handball-together-in-slovenia/index.html
+++ b/en/projects/watching-handball-together-in-slovenia/index.html
@@ -362,6 +362,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html
index 265bb219..af343540 100644
--- a/en/student-welcome-guide/academic-life/index.html
+++ b/en/student-welcome-guide/academic-life/index.html
@@ -335,6 +335,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html
index 9e3abfb2..3dffb44e 100644
--- a/en/student-welcome-guide/administrative-basics/index.html
+++ b/en/student-welcome-guide/administrative-basics/index.html
@@ -323,6 +323,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/admission-and-enrolment/index.html b/en/student-welcome-guide/admission-and-enrolment/index.html
index 3048c50a..d2a6779a 100644
--- a/en/student-welcome-guide/admission-and-enrolment/index.html
+++ b/en/student-welcome-guide/admission-and-enrolment/index.html
@@ -333,6 +333,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/application-deadlines/index.html b/en/student-welcome-guide/application-deadlines/index.html
index a2d08567..6c388e89 100644
--- a/en/student-welcome-guide/application-deadlines/index.html
+++ b/en/student-welcome-guide/application-deadlines/index.html
@@ -330,6 +330,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/arrival-checklist/index.html b/en/student-welcome-guide/arrival-checklist/index.html
index 11b094e3..fad413a9 100644
--- a/en/student-welcome-guide/arrival-checklist/index.html
+++ b/en/student-welcome-guide/arrival-checklist/index.html
@@ -348,6 +348,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/bachelor-application/index.html b/en/student-welcome-guide/bachelor-application/index.html
index e8a4f06d..eab2082d 100644
--- a/en/student-welcome-guide/bachelor-application/index.html
+++ b/en/student-welcome-guide/bachelor-application/index.html
@@ -360,6 +360,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/choose-a-programme/index.html b/en/student-welcome-guide/choose-a-programme/index.html
index d2d22e3c..f4c83b95 100644
--- a/en/student-welcome-guide/choose-a-programme/index.html
+++ b/en/student-welcome-guide/choose-a-programme/index.html
@@ -351,6 +351,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/complete-student-journey/index.html b/en/student-welcome-guide/complete-student-journey/index.html
index 1f743e1d..da715635 100644
--- a/en/student-welcome-guide/complete-student-journey/index.html
+++ b/en/student-welcome-guide/complete-student-journey/index.html
@@ -376,6 +376,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/document-preparation/index.html b/en/student-welcome-guide/document-preparation/index.html
index 655a6458..b3547572 100644
--- a/en/student-welcome-guide/document-preparation/index.html
+++ b/en/student-welcome-guide/document-preparation/index.html
@@ -325,6 +325,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/evs-application-guide/index.html b/en/student-welcome-guide/evs-application-guide/index.html
index 8517b056..fe292924 100644
--- a/en/student-welcome-guide/evs-application-guide/index.html
+++ b/en/student-welcome-guide/evs-application-guide/index.html
@@ -343,6 +343,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/healthcare-in-slovenia/index.html b/en/student-welcome-guide/healthcare-in-slovenia/index.html
index ae227bae..ca82585c 100644
--- a/en/student-welcome-guide/healthcare-in-slovenia/index.html
+++ b/en/student-welcome-guide/healthcare-in-slovenia/index.html
@@ -386,6 +386,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/index.html b/en/student-welcome-guide/index.html
index 1d9c0189..6fdc17c6 100644
--- a/en/student-welcome-guide/index.html
+++ b/en/student-welcome-guide/index.html
@@ -494,6 +494,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/master-application/index.html b/en/student-welcome-guide/master-application/index.html
index b8e67c77..9f31d449 100644
--- a/en/student-welcome-guide/master-application/index.html
+++ b/en/student-welcome-guide/master-application/index.html
@@ -337,6 +337,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/means-accommodation-address/index.html b/en/student-welcome-guide/means-accommodation-address/index.html
index df22f643..65a8fba6 100644
--- a/en/student-welcome-guide/means-accommodation-address/index.html
+++ b/en/student-welcome-guide/means-accommodation-address/index.html
@@ -409,6 +409,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/my-route/index.html b/en/student-welcome-guide/my-route/index.html
index 7666b011..245abcc5 100644
--- a/en/student-welcome-guide/my-route/index.html
+++ b/en/student-welcome-guide/my-route/index.html
@@ -237,6 +237,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/official-sources-and-checklists/index.html b/en/student-welcome-guide/official-sources-and-checklists/index.html
index a1318c5e..8486f9e9 100644
--- a/en/student-welcome-guide/official-sources-and-checklists/index.html
+++ b/en/student-welcome-guide/official-sources-and-checklists/index.html
@@ -354,6 +354,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/prepare-to-move/index.html b/en/student-welcome-guide/prepare-to-move/index.html
index b299a3ee..50f15842 100644
--- a/en/student-welcome-guide/prepare-to-move/index.html
+++ b/en/student-welcome-guide/prepare-to-move/index.html
@@ -381,6 +381,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/recognition-of-education/index.html b/en/student-welcome-guide/recognition-of-education/index.html
index eb1ffc87..f3692b8f 100644
--- a/en/student-welcome-guide/recognition-of-education/index.html
+++ b/en/student-welcome-guide/recognition-of-education/index.html
@@ -326,6 +326,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/renew-change-graduate/index.html b/en/student-welcome-guide/renew-change-graduate/index.html
index ef8849bc..445fc4cb 100644
--- a/en/student-welcome-guide/renew-change-graduate/index.html
+++ b/en/student-welcome-guide/renew-change-graduate/index.html
@@ -335,6 +335,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/rm-si-3-health-insurance/index.html b/en/student-welcome-guide/rm-si-3-health-insurance/index.html
index 5b8fd73a..d9ef120b 100644
--- a/en/student-welcome-guide/rm-si-3-health-insurance/index.html
+++ b/en/student-welcome-guide/rm-si-3-health-insurance/index.html
@@ -375,6 +375,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html
index 654bd23d..40bb4412 100644
--- a/en/student-welcome-guide/student-accommodation/index.html
+++ b/en/student-welcome-guide/student-accommodation/index.html
@@ -376,6 +376,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html
index 10ed6a17..6c12bd8a 100644
--- a/en/student-welcome-guide/student-budget/index.html
+++ b/en/student-welcome-guide/student-budget/index.html
@@ -345,6 +345,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html
index 62aa05f5..c945393e 100644
--- a/en/student-welcome-guide/student-meals/index.html
+++ b/en/student-welcome-guide/student-meals/index.html
@@ -333,6 +333,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html
index 1aa5773c..6b83cade 100644
--- a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html
+++ b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html
@@ -370,6 +370,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/student-residence-permit/index.html b/en/student-welcome-guide/student-residence-permit/index.html
index 73187c79..ff313e6a 100644
--- a/en/student-welcome-guide/student-residence-permit/index.html
+++ b/en/student-welcome-guide/student-residence-permit/index.html
@@ -387,6 +387,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html
index f81c2b24..9050f7b6 100644
--- a/en/student-welcome-guide/student-transport/index.html
+++ b/en/student-welcome-guide/student-transport/index.html
@@ -354,6 +354,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html
index 6bf2cdb6..b2f781d8 100644
--- a/en/student-welcome-guide/student-work/index.html
+++ b/en/student-welcome-guide/student-work/index.html
@@ -328,6 +328,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html
index a64f9107..8cb8d92d 100644
--- a/en/student-welcome-guide/study-cities/index.html
+++ b/en/student-welcome-guide/study-cities/index.html
@@ -388,6 +388,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html
index 62cacb24..229010fe 100644
--- a/en/student-welcome-guide/tuition-and-scholarships/index.html
+++ b/en/student-welcome-guide/tuition-and-scholarships/index.html
@@ -332,6 +332,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/visa-and-residence-explained/index.html b/en/student-welcome-guide/visa-and-residence-explained/index.html
index dba82128..56c98a51 100644
--- a/en/student-welcome-guide/visa-and-residence-explained/index.html
+++ b/en/student-welcome-guide/visa-and-residence-explained/index.html
@@ -357,6 +357,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/wellbeing-and-community/index.html b/en/student-welcome-guide/wellbeing-and-community/index.html
index b2ec7e77..168680f5 100644
--- a/en/student-welcome-guide/wellbeing-and-community/index.html
+++ b/en/student-welcome-guide/wellbeing-and-community/index.html
@@ -324,6 +324,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/student-welcome-guide/where-to-apply-for-residence/index.html b/en/student-welcome-guide/where-to-apply-for-residence/index.html
index a779aa54..548c4df1 100644
--- a/en/student-welcome-guide/where-to-apply-for-residence/index.html
+++ b/en/student-welcome-guide/where-to-apply-for-residence/index.html
@@ -395,6 +395,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html
index e96d5f6a..043fe5a1 100644
--- a/en/timeline-and-milestones/index.html
+++ b/en/timeline-and-milestones/index.html
@@ -480,6 +480,7 @@
Organisation
About us
Timeline and milestones
+
Press & media
Contact us
diff --git a/mk/blog/ad-futura-scholarship-slovenia-2026/index.html b/mk/blog/ad-futura-scholarship-slovenia-2026/index.html
index 2dbfb9ff..5f094daf 100644
--- a/mk/blog/ad-futura-scholarship-slovenia-2026/index.html
+++ b/mk/blog/ad-futura-scholarship-slovenia-2026/index.html
@@ -414,6 +414,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/blog/how-i-coped-with-leaving-home/index.html b/mk/blog/how-i-coped-with-leaving-home/index.html
index 30f36fe9..6fecf957 100644
--- a/mk/blog/how-i-coped-with-leaving-home/index.html
+++ b/mk/blog/how-i-coped-with-leaving-home/index.html
@@ -318,6 +318,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/blog/how-to-open-slovenian-bank-account/index.html b/mk/blog/how-to-open-slovenian-bank-account/index.html
index 65e89ff2..4ea39c6b 100644
--- a/mk/blog/how-to-open-slovenian-bank-account/index.html
+++ b/mk/blog/how-to-open-slovenian-bank-account/index.html
@@ -402,6 +402,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/blog/learning-slovene-where-to-start/index.html b/mk/blog/learning-slovene-where-to-start/index.html
index f02771f6..f995cb7f 100644
--- a/mk/blog/learning-slovene-where-to-start/index.html
+++ b/mk/blog/learning-slovene-where-to-start/index.html
@@ -351,6 +351,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html b/mk/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html
index 9271f12d..72960244 100644
--- a/mk/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html
+++ b/mk/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html
@@ -363,6 +363,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/blog/welcome-days-slovenian-universities-2026-2027/index.html b/mk/blog/welcome-days-slovenian-universities-2026-2027/index.html
index 5dd3daf0..dd56e9ef 100644
--- a/mk/blog/welcome-days-slovenian-universities-2026-2027/index.html
+++ b/mk/blog/welcome-days-slovenian-universities-2026-2027/index.html
@@ -354,6 +354,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/blog/where-to-search-for-accommodation-in-slovenia/index.html b/mk/blog/where-to-search-for-accommodation-in-slovenia/index.html
index 9045872c..c6c21fe2 100644
--- a/mk/blog/where-to-search-for-accommodation-in-slovenia/index.html
+++ b/mk/blog/where-to-search-for-accommodation-in-slovenia/index.html
@@ -401,6 +401,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html b/mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html
index 6b992a7b..52363533 100644
--- a/mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html
+++ b/mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html
@@ -368,6 +368,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/get-to-know-macedonia/history-you-can-still-walk-through/index.html b/mk/get-to-know-macedonia/history-you-can-still-walk-through/index.html
index 5a1cda3b..ee6541f3 100644
--- a/mk/get-to-know-macedonia/history-you-can-still-walk-through/index.html
+++ b/mk/get-to-know-macedonia/history-you-can-still-walk-through/index.html
@@ -374,6 +374,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html b/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
index f773eafe..5247ac8d 100644
--- a/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
+++ b/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
@@ -374,6 +374,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html b/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
index 8b0f6cbe..27ac4c2c 100644
--- a/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
+++ b/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
@@ -366,6 +366,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html b/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
index 4370a3da..36cf1f28 100644
--- a/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
+++ b/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
@@ -356,6 +356,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html
index 54d79791..456b291c 100644
--- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html
+++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html
@@ -353,6 +353,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html b/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
index 549e9891..7e4dd090 100644
--- a/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
+++ b/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
@@ -358,6 +358,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html b/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
index 4ea62201..92599636 100644
--- a/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
+++ b/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
@@ -354,6 +354,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html b/mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
index e3aeac4a..3f5d2b6e 100644
--- a/mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
+++ b/mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
@@ -344,6 +344,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html b/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
index 631418da..ff11c72f 100644
--- a/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
+++ b/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
@@ -375,6 +375,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html b/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
index 23f42d19..e983511b 100644
--- a/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
+++ b/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
@@ -360,6 +360,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html
index facbdcde..db423252 100644
--- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html
+++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html
@@ -331,6 +331,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/news/proof-of-means-updated-2026/index.html b/mk/news/proof-of-means-updated-2026/index.html
index 0884cda7..9e980e35 100644
--- a/mk/news/proof-of-means-updated-2026/index.html
+++ b/mk/news/proof-of-means-updated-2026/index.html
@@ -271,6 +271,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/press/index.html b/mk/press/index.html
new file mode 100644
index 00000000..4727d55d
--- /dev/null
+++ b/mk/press/index.html
@@ -0,0 +1,461 @@
+
+
+
+
+
+
Печат и медиуми - МСОС
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Печат
+ Печат и медиуми
+ Факти, контакти и медиумски пакет за новинари, уредници и партнери што пишуваат за Македонската студентска организација во Словенија (МСОС).
+
+
+
+
+ Медиумски прашања
+ За интервјуа, изјави, фотографии или прашања за соработка, пишете ни. Одговараме на македонски, словенечки и англиски, обично во рок од неколку дена.
+ Пишете ни
+
+
+
+ МСОС накратко
+
+ Полн правен назив Društvo Makedonska Študentska Organizacija v Sloveniji za študentsko podporo in kulturno sodelovanje
+ Претпочитан назив Македонска студентска организација во Словенија (МСОС)
+ Основана 5 март 2023 (како студентска иницијатива)
+ Официјално регистрирана 9 септември 2024
+ Седиште Љубљана, Словенија
+ Што правиме Поддршка, настани, заедница и застапување за македонските студенти, од пријава до дипломирање
+ Јазици македонски, словенечки, англиски
+ Веб-страница msosorg.com
+
+
+
+ МСОС на интернет
+ Избор од објави, наведувања и официјални записи што ја спомнуваат МСОС.
+ Во медиумите
+
+ Универзитети и институции
+
+ Официјални регистри
+
+ Референци и енциклопедии
+
+ Влада и јавни личности
+
+
+ Facebook
+ Средба со МСОС (С. Андоновски)
+
+
+ Facebook
+ Средба со претседателот на МСОС
+
+
+ minisel.gov.mk
+ Владина средба (Министерство)
+
+
+
+ Пишувате за МСОС или знаете за објава што треба да е тука? Кажете ни и ќе ја додадеме.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html
index fb79a9e1..00817467 100644
--- a/mk/privacy-policy/index.html
+++ b/mk/privacy-policy/index.html
@@ -334,6 +334,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html
index 8a2d8ccd..a2baff4b 100644
--- a/mk/projects/humanitarian-tournament-in-maribor/index.html
+++ b/mk/projects/humanitarian-tournament-in-maribor/index.html
@@ -396,6 +396,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html
index 46d1c750..596e9685 100644
--- a/mk/projects/in-memory-of-frosina-kulakova/index.html
+++ b/mk/projects/in-memory-of-frosina-kulakova/index.html
@@ -320,6 +320,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/projects/in-memory-of-the-kochani-victims/index.html b/mk/projects/in-memory-of-the-kochani-victims/index.html
index 289f19bb..8a94a0b4 100644
--- a/mk/projects/in-memory-of-the-kochani-victims/index.html
+++ b/mk/projects/in-memory-of-the-kochani-victims/index.html
@@ -332,6 +332,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html
index 61218542..874c37c3 100644
--- a/mk/projects/macedonian-student-night-in-ljubljana/index.html
+++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html
@@ -400,6 +400,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html
index d5b5cf04..59e84bee 100644
--- a/mk/projects/meet-student-slovenia-2023/index.html
+++ b/mk/projects/meet-student-slovenia-2023/index.html
@@ -424,6 +424,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html
index d8a94f81..5e4446c4 100644
--- a/mk/projects/meet-student-slovenia-2024/index.html
+++ b/mk/projects/meet-student-slovenia-2024/index.html
@@ -422,6 +422,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/projects/morning-coffee-in-front-of-ctk/index.html b/mk/projects/morning-coffee-in-front-of-ctk/index.html
index 324a4345..2fe2962e 100644
--- a/mk/projects/morning-coffee-in-front-of-ctk/index.html
+++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html
@@ -384,6 +384,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/projects/paint-and-wine-at-sunset/index.html b/mk/projects/paint-and-wine-at-sunset/index.html
index 69eaa00c..8fb8e24e 100644
--- a/mk/projects/paint-and-wine-at-sunset/index.html
+++ b/mk/projects/paint-and-wine-at-sunset/index.html
@@ -377,6 +377,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/projects/watching-handball-together-in-slovenia/index.html b/mk/projects/watching-handball-together-in-slovenia/index.html
index 34b4f26d..7cf543d5 100644
--- a/mk/projects/watching-handball-together-in-slovenia/index.html
+++ b/mk/projects/watching-handball-together-in-slovenia/index.html
@@ -362,6 +362,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html
index 310079ff..15b81fb2 100644
--- a/mk/student-welcome-guide/academic-life/index.html
+++ b/mk/student-welcome-guide/academic-life/index.html
@@ -335,6 +335,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html
index 0278b1ca..42face53 100644
--- a/mk/student-welcome-guide/administrative-basics/index.html
+++ b/mk/student-welcome-guide/administrative-basics/index.html
@@ -323,6 +323,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/admission-and-enrolment/index.html b/mk/student-welcome-guide/admission-and-enrolment/index.html
index 31414774..583b2be5 100644
--- a/mk/student-welcome-guide/admission-and-enrolment/index.html
+++ b/mk/student-welcome-guide/admission-and-enrolment/index.html
@@ -333,6 +333,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html
index 5794c6fc..07424076 100644
--- a/mk/student-welcome-guide/application-deadlines/index.html
+++ b/mk/student-welcome-guide/application-deadlines/index.html
@@ -330,6 +330,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html
index 0c196493..f90eb88e 100644
--- a/mk/student-welcome-guide/arrival-checklist/index.html
+++ b/mk/student-welcome-guide/arrival-checklist/index.html
@@ -348,6 +348,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html
index fd66d5d6..7f7a196f 100644
--- a/mk/student-welcome-guide/bachelor-application/index.html
+++ b/mk/student-welcome-guide/bachelor-application/index.html
@@ -360,6 +360,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/choose-a-programme/index.html b/mk/student-welcome-guide/choose-a-programme/index.html
index e239f349..45e399c2 100644
--- a/mk/student-welcome-guide/choose-a-programme/index.html
+++ b/mk/student-welcome-guide/choose-a-programme/index.html
@@ -351,6 +351,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/complete-student-journey/index.html b/mk/student-welcome-guide/complete-student-journey/index.html
index 389a91f8..71a8f4bf 100644
--- a/mk/student-welcome-guide/complete-student-journey/index.html
+++ b/mk/student-welcome-guide/complete-student-journey/index.html
@@ -376,6 +376,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html
index 29ad458e..c4d68ba5 100644
--- a/mk/student-welcome-guide/document-preparation/index.html
+++ b/mk/student-welcome-guide/document-preparation/index.html
@@ -325,6 +325,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/evs-application-guide/index.html b/mk/student-welcome-guide/evs-application-guide/index.html
index 95229020..d6a5c77f 100644
--- a/mk/student-welcome-guide/evs-application-guide/index.html
+++ b/mk/student-welcome-guide/evs-application-guide/index.html
@@ -343,6 +343,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/healthcare-in-slovenia/index.html b/mk/student-welcome-guide/healthcare-in-slovenia/index.html
index 61a59980..91bb1dfc 100644
--- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html
+++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html
@@ -386,6 +386,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html
index 69289fae..16652a32 100644
--- a/mk/student-welcome-guide/master-application/index.html
+++ b/mk/student-welcome-guide/master-application/index.html
@@ -337,6 +337,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html
index 9d21c836..3a2c7b6a 100644
--- a/mk/student-welcome-guide/means-accommodation-address/index.html
+++ b/mk/student-welcome-guide/means-accommodation-address/index.html
@@ -409,6 +409,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html
index 885ceae8..677091da 100644
--- a/mk/student-welcome-guide/my-route/index.html
+++ b/mk/student-welcome-guide/my-route/index.html
@@ -237,6 +237,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/official-sources-and-checklists/index.html b/mk/student-welcome-guide/official-sources-and-checklists/index.html
index 6d3a5bf3..7e621c22 100644
--- a/mk/student-welcome-guide/official-sources-and-checklists/index.html
+++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html
@@ -354,6 +354,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/prepare-to-move/index.html b/mk/student-welcome-guide/prepare-to-move/index.html
index 5eb7714b..7c8c59e0 100644
--- a/mk/student-welcome-guide/prepare-to-move/index.html
+++ b/mk/student-welcome-guide/prepare-to-move/index.html
@@ -381,6 +381,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/recognition-of-education/index.html b/mk/student-welcome-guide/recognition-of-education/index.html
index b93533f6..41f09452 100644
--- a/mk/student-welcome-guide/recognition-of-education/index.html
+++ b/mk/student-welcome-guide/recognition-of-education/index.html
@@ -326,6 +326,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/renew-change-graduate/index.html b/mk/student-welcome-guide/renew-change-graduate/index.html
index 96114ed5..225a91d0 100644
--- a/mk/student-welcome-guide/renew-change-graduate/index.html
+++ b/mk/student-welcome-guide/renew-change-graduate/index.html
@@ -335,6 +335,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/rm-si-3-health-insurance/index.html b/mk/student-welcome-guide/rm-si-3-health-insurance/index.html
index 5b034b8a..4bc872ba 100644
--- a/mk/student-welcome-guide/rm-si-3-health-insurance/index.html
+++ b/mk/student-welcome-guide/rm-si-3-health-insurance/index.html
@@ -375,6 +375,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html
index 76806ccb..65bd7207 100644
--- a/mk/student-welcome-guide/student-accommodation/index.html
+++ b/mk/student-welcome-guide/student-accommodation/index.html
@@ -376,6 +376,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html
index 9cca69d4..d27a7a7e 100644
--- a/mk/student-welcome-guide/student-budget/index.html
+++ b/mk/student-welcome-guide/student-budget/index.html
@@ -345,6 +345,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html
index 6cc091c8..c48cd6c6 100644
--- a/mk/student-welcome-guide/student-meals/index.html
+++ b/mk/student-welcome-guide/student-meals/index.html
@@ -333,6 +333,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html
index 9c99f12b..09cbdb19 100644
--- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html
+++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html
@@ -370,6 +370,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html
index 98e2df30..e33addbe 100644
--- a/mk/student-welcome-guide/student-residence-permit/index.html
+++ b/mk/student-welcome-guide/student-residence-permit/index.html
@@ -387,6 +387,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html
index 4ef0fe0d..ecaecac3 100644
--- a/mk/student-welcome-guide/student-transport/index.html
+++ b/mk/student-welcome-guide/student-transport/index.html
@@ -354,6 +354,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html
index 3e0cd210..fbd17482 100644
--- a/mk/student-welcome-guide/student-work/index.html
+++ b/mk/student-welcome-guide/student-work/index.html
@@ -328,6 +328,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html
index bc3f92c5..3f8c3bea 100644
--- a/mk/student-welcome-guide/study-cities/index.html
+++ b/mk/student-welcome-guide/study-cities/index.html
@@ -388,6 +388,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/tuition-and-scholarships/index.html b/mk/student-welcome-guide/tuition-and-scholarships/index.html
index fa8080e8..613b4b23 100644
--- a/mk/student-welcome-guide/tuition-and-scholarships/index.html
+++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html
@@ -332,6 +332,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/visa-and-residence-explained/index.html b/mk/student-welcome-guide/visa-and-residence-explained/index.html
index ba2473d8..5aa83d82 100644
--- a/mk/student-welcome-guide/visa-and-residence-explained/index.html
+++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html
@@ -357,6 +357,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/wellbeing-and-community/index.html b/mk/student-welcome-guide/wellbeing-and-community/index.html
index 8e38591d..ac26e1e2 100644
--- a/mk/student-welcome-guide/wellbeing-and-community/index.html
+++ b/mk/student-welcome-guide/wellbeing-and-community/index.html
@@ -324,6 +324,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/student-welcome-guide/where-to-apply-for-residence/index.html b/mk/student-welcome-guide/where-to-apply-for-residence/index.html
index 4a524c2e..be04a332 100644
--- a/mk/student-welcome-guide/where-to-apply-for-residence/index.html
+++ b/mk/student-welcome-guide/where-to-apply-for-residence/index.html
@@ -395,6 +395,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/mk/timeline-and-milestones/index.html b/mk/timeline-and-milestones/index.html
index ba5df38e..84deb6f1 100644
--- a/mk/timeline-and-milestones/index.html
+++ b/mk/timeline-and-milestones/index.html
@@ -480,6 +480,7 @@
Организација
За нас
Времеплов и достигнувања
+
Печат и медиуми
Контактирајте нè
diff --git a/si/become-a-member/index.html b/si/become-a-member/index.html
index c685e13c..aac4d66a 100644
--- a/si/become-a-member/index.html
+++ b/si/become-a-member/index.html
@@ -594,6 +594,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/blog/ad-futura-scholarship-slovenia-2026/index.html b/si/blog/ad-futura-scholarship-slovenia-2026/index.html
index e4377aa6..02e95c68 100644
--- a/si/blog/ad-futura-scholarship-slovenia-2026/index.html
+++ b/si/blog/ad-futura-scholarship-slovenia-2026/index.html
@@ -414,6 +414,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/blog/how-i-coped-with-leaving-home/index.html b/si/blog/how-i-coped-with-leaving-home/index.html
index 55436f59..93626460 100644
--- a/si/blog/how-i-coped-with-leaving-home/index.html
+++ b/si/blog/how-i-coped-with-leaving-home/index.html
@@ -318,6 +318,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/blog/how-to-open-slovenian-bank-account/index.html b/si/blog/how-to-open-slovenian-bank-account/index.html
index 7241b39f..74b20575 100644
--- a/si/blog/how-to-open-slovenian-bank-account/index.html
+++ b/si/blog/how-to-open-slovenian-bank-account/index.html
@@ -402,6 +402,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/blog/learning-slovene-where-to-start/index.html b/si/blog/learning-slovene-where-to-start/index.html
index d44d7ab0..1c64b3f7 100644
--- a/si/blog/learning-slovene-where-to-start/index.html
+++ b/si/blog/learning-slovene-where-to-start/index.html
@@ -351,6 +351,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html b/si/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html
index 9cce9f59..9b93e589 100644
--- a/si/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html
+++ b/si/blog/study-in-north-macedonia-government-scholarship-2026-2027/index.html
@@ -363,6 +363,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/blog/welcome-days-slovenian-universities-2026-2027/index.html b/si/blog/welcome-days-slovenian-universities-2026-2027/index.html
index 1e5ebb17..a37d5941 100644
--- a/si/blog/welcome-days-slovenian-universities-2026-2027/index.html
+++ b/si/blog/welcome-days-slovenian-universities-2026-2027/index.html
@@ -354,6 +354,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/blog/where-to-search-for-accommodation-in-slovenia/index.html b/si/blog/where-to-search-for-accommodation-in-slovenia/index.html
index 5ca42984..ae7a92ab 100644
--- a/si/blog/where-to-search-for-accommodation-in-slovenia/index.html
+++ b/si/blog/where-to-search-for-accommodation-in-slovenia/index.html
@@ -401,6 +401,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html
index bf664c9f..dabc5abb 100644
--- a/si/cookie-policy/index.html
+++ b/si/cookie-policy/index.html
@@ -291,6 +291,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-macedonia/a-table-full-of-macedonia/index.html b/si/get-to-know-macedonia/a-table-full-of-macedonia/index.html
index d195ca60..ec3c7cd6 100644
--- a/si/get-to-know-macedonia/a-table-full-of-macedonia/index.html
+++ b/si/get-to-know-macedonia/a-table-full-of-macedonia/index.html
@@ -368,6 +368,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-macedonia/history-you-can-still-walk-through/index.html b/si/get-to-know-macedonia/history-you-can-still-walk-through/index.html
index eb9eb729..f8a8b499 100644
--- a/si/get-to-know-macedonia/history-you-can-still-walk-through/index.html
+++ b/si/get-to-know-macedonia/history-you-can-still-walk-through/index.html
@@ -374,6 +374,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html
index 56f8efcd..eefab11d 100644
--- a/si/get-to-know-macedonia/index.html
+++ b/si/get-to-know-macedonia/index.html
@@ -341,6 +341,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html b/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
index 43ec977c..7357511d 100644
--- a/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
+++ b/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
@@ -374,6 +374,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html b/si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
index 840c65cf..3f14ba01 100644
--- a/si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
+++ b/si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
@@ -366,6 +366,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html b/si/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
index f0fd8cb8..f3c04a76 100644
--- a/si/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
+++ b/si/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
@@ -356,6 +356,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-macedonia/welcome-to-macedonia/index.html b/si/get-to-know-macedonia/welcome-to-macedonia/index.html
index 2992ae47..0191d9c6 100644
--- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html
+++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html
@@ -353,6 +353,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html b/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
index 8590d0f6..0a6d8fd8 100644
--- a/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
+++ b/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
@@ -358,6 +358,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html b/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
index 8831e0e0..19d4791a 100644
--- a/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
+++ b/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
@@ -354,6 +354,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html b/si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
index e03c2d8b..1fb4f94f 100644
--- a/si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
+++ b/si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
@@ -348,6 +348,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html b/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
index 321e4398..dacccb1f 100644
--- a/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
+++ b/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
@@ -375,6 +375,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html b/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
index d53065ca..3c821e33 100644
--- a/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
+++ b/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
@@ -360,6 +360,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/get-to-know-slovenia/welcome-to-slovenia/index.html b/si/get-to-know-slovenia/welcome-to-slovenia/index.html
index 0b339cc5..c430fc84 100644
--- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html
+++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html
@@ -331,6 +331,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/news/proof-of-means-updated-2026/index.html b/si/news/proof-of-means-updated-2026/index.html
index a6987ab4..e63acf30 100644
--- a/si/news/proof-of-means-updated-2026/index.html
+++ b/si/news/proof-of-means-updated-2026/index.html
@@ -271,6 +271,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/press/index.html b/si/press/index.html
new file mode 100644
index 00000000..d3097bbe
--- /dev/null
+++ b/si/press/index.html
@@ -0,0 +1,461 @@
+
+
+
+
+
+
Za medije - MSOS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mediji
+ Za medije
+ Dejstva, kontakti in medijski komplet za novinarje, urednike in partnerje, ki pišejo o Makedonski študentski organizaciji v Sloveniji (MSOS).
+
+
+
+
+ Vprašanja medijev
+ Za intervjuje, izjave, fotografije ali vprašanja o sodelovanju nam pišite. Odgovarjamo v makedonščini, slovenščini in angleščini, običajno v nekaj dneh.
+ Pišite nam
+
+
+
+ MSOS na kratko
+
+ Polni pravni naziv Društvo Makedonska Študentska Organizacija v Sloveniji za študentsko podporo in kulturno sodelovanje
+ Prednostno ime Makedonska študentska organizacija v Sloveniji (MSOS)
+ Ustanovljena 5. marca 2023 (kot študentska pobuda)
+ Uradno registrirana 9. septembra 2024
+ Sedež Ljubljana, Slovenija
+ Kaj počnemo Podpora, dogodki, skupnost in zastopanje makedonskih študentov, od prijave do diplome
+ Jeziki makedonščina, slovenščina, angleščina
+ Spletna stran msosorg.com
+
+
+
+ MSOS na spletu
+ Izbor objav, navedb in uradnih zapisov, ki omenjajo MSOS.
+ V medijih
+
+ Univerze in ustanove
+
+ Uradni registri
+
+ Reference in enciklopedije
+
+ Vlada in javne osebe
+
+
+ Pišete o MSOS ali poznate objavo, ki bi morala biti tukaj? Sporočite nam in jo bomo dodali.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html
index 362fd062..d32665a4 100644
--- a/si/privacy-policy/index.html
+++ b/si/privacy-policy/index.html
@@ -334,6 +334,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html
index e998c96e..508d87eb 100644
--- a/si/projects/humanitarian-tournament-in-maribor/index.html
+++ b/si/projects/humanitarian-tournament-in-maribor/index.html
@@ -396,6 +396,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/projects/in-memory-of-frosina-kulakova/index.html b/si/projects/in-memory-of-frosina-kulakova/index.html
index 12e486dc..c1ab72ff 100644
--- a/si/projects/in-memory-of-frosina-kulakova/index.html
+++ b/si/projects/in-memory-of-frosina-kulakova/index.html
@@ -320,6 +320,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/projects/in-memory-of-the-kochani-victims/index.html b/si/projects/in-memory-of-the-kochani-victims/index.html
index 0d14110e..dde6cfdb 100644
--- a/si/projects/in-memory-of-the-kochani-victims/index.html
+++ b/si/projects/in-memory-of-the-kochani-victims/index.html
@@ -332,6 +332,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html
index 2ee632b6..3b8a2c02 100644
--- a/si/projects/macedonian-student-night-in-ljubljana/index.html
+++ b/si/projects/macedonian-student-night-in-ljubljana/index.html
@@ -380,6 +380,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html
index 18301a2e..feae66cc 100644
--- a/si/projects/meet-student-slovenia-2023/index.html
+++ b/si/projects/meet-student-slovenia-2023/index.html
@@ -424,6 +424,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html
index f8f3835c..92ee0b4f 100644
--- a/si/projects/meet-student-slovenia-2024/index.html
+++ b/si/projects/meet-student-slovenia-2024/index.html
@@ -402,6 +402,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/projects/morning-coffee-in-front-of-ctk/index.html b/si/projects/morning-coffee-in-front-of-ctk/index.html
index 7978ef59..be254f0e 100644
--- a/si/projects/morning-coffee-in-front-of-ctk/index.html
+++ b/si/projects/morning-coffee-in-front-of-ctk/index.html
@@ -366,6 +366,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/projects/paint-and-wine-at-sunset/index.html b/si/projects/paint-and-wine-at-sunset/index.html
index 747a4e15..a821eb11 100644
--- a/si/projects/paint-and-wine-at-sunset/index.html
+++ b/si/projects/paint-and-wine-at-sunset/index.html
@@ -377,6 +377,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/projects/watching-handball-together-in-slovenia/index.html b/si/projects/watching-handball-together-in-slovenia/index.html
index 87810ae8..dfed6d44 100644
--- a/si/projects/watching-handball-together-in-slovenia/index.html
+++ b/si/projects/watching-handball-together-in-slovenia/index.html
@@ -362,6 +362,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html
index 86e52e27..6d1e5423 100644
--- a/si/student-welcome-guide/academic-life/index.html
+++ b/si/student-welcome-guide/academic-life/index.html
@@ -335,6 +335,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html
index f3a4fb80..675c044f 100644
--- a/si/student-welcome-guide/administrative-basics/index.html
+++ b/si/student-welcome-guide/administrative-basics/index.html
@@ -323,6 +323,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/admission-and-enrolment/index.html b/si/student-welcome-guide/admission-and-enrolment/index.html
index 693908d3..a3b1d734 100644
--- a/si/student-welcome-guide/admission-and-enrolment/index.html
+++ b/si/student-welcome-guide/admission-and-enrolment/index.html
@@ -333,6 +333,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html
index 252e57ea..4423ad4c 100644
--- a/si/student-welcome-guide/application-deadlines/index.html
+++ b/si/student-welcome-guide/application-deadlines/index.html
@@ -330,6 +330,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html
index fba11863..980638cb 100644
--- a/si/student-welcome-guide/arrival-checklist/index.html
+++ b/si/student-welcome-guide/arrival-checklist/index.html
@@ -348,6 +348,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html
index 486c785d..62eca7e0 100644
--- a/si/student-welcome-guide/bachelor-application/index.html
+++ b/si/student-welcome-guide/bachelor-application/index.html
@@ -360,6 +360,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/choose-a-programme/index.html b/si/student-welcome-guide/choose-a-programme/index.html
index 865fee02..7252165b 100644
--- a/si/student-welcome-guide/choose-a-programme/index.html
+++ b/si/student-welcome-guide/choose-a-programme/index.html
@@ -351,6 +351,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/complete-student-journey/index.html b/si/student-welcome-guide/complete-student-journey/index.html
index cfe72509..3ac3b173 100644
--- a/si/student-welcome-guide/complete-student-journey/index.html
+++ b/si/student-welcome-guide/complete-student-journey/index.html
@@ -376,6 +376,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html
index 6b467d19..bb7ee6a4 100644
--- a/si/student-welcome-guide/document-preparation/index.html
+++ b/si/student-welcome-guide/document-preparation/index.html
@@ -325,6 +325,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/evs-application-guide/index.html b/si/student-welcome-guide/evs-application-guide/index.html
index 4fff0202..370f017e 100644
--- a/si/student-welcome-guide/evs-application-guide/index.html
+++ b/si/student-welcome-guide/evs-application-guide/index.html
@@ -343,6 +343,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/healthcare-in-slovenia/index.html b/si/student-welcome-guide/healthcare-in-slovenia/index.html
index 0520156a..5a7098e1 100644
--- a/si/student-welcome-guide/healthcare-in-slovenia/index.html
+++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html
@@ -386,6 +386,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html
index f7402f35..5fef5ba4 100644
--- a/si/student-welcome-guide/index.html
+++ b/si/student-welcome-guide/index.html
@@ -494,6 +494,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html
index 9c4ef3b2..f04aa19c 100644
--- a/si/student-welcome-guide/master-application/index.html
+++ b/si/student-welcome-guide/master-application/index.html
@@ -337,6 +337,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html
index ecbb804c..22e034b5 100644
--- a/si/student-welcome-guide/means-accommodation-address/index.html
+++ b/si/student-welcome-guide/means-accommodation-address/index.html
@@ -409,6 +409,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html
index 95485226..0d6289a3 100644
--- a/si/student-welcome-guide/my-route/index.html
+++ b/si/student-welcome-guide/my-route/index.html
@@ -237,6 +237,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/official-sources-and-checklists/index.html b/si/student-welcome-guide/official-sources-and-checklists/index.html
index 9dea5da0..ebb4f61a 100644
--- a/si/student-welcome-guide/official-sources-and-checklists/index.html
+++ b/si/student-welcome-guide/official-sources-and-checklists/index.html
@@ -354,6 +354,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/prepare-to-move/index.html b/si/student-welcome-guide/prepare-to-move/index.html
index 16417574..229dca08 100644
--- a/si/student-welcome-guide/prepare-to-move/index.html
+++ b/si/student-welcome-guide/prepare-to-move/index.html
@@ -381,6 +381,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/recognition-of-education/index.html b/si/student-welcome-guide/recognition-of-education/index.html
index 4e31d7c0..369368c2 100644
--- a/si/student-welcome-guide/recognition-of-education/index.html
+++ b/si/student-welcome-guide/recognition-of-education/index.html
@@ -326,6 +326,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/renew-change-graduate/index.html b/si/student-welcome-guide/renew-change-graduate/index.html
index 43d3397e..1241c25b 100644
--- a/si/student-welcome-guide/renew-change-graduate/index.html
+++ b/si/student-welcome-guide/renew-change-graduate/index.html
@@ -335,6 +335,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/rm-si-3-health-insurance/index.html b/si/student-welcome-guide/rm-si-3-health-insurance/index.html
index 0006439b..320edb8d 100644
--- a/si/student-welcome-guide/rm-si-3-health-insurance/index.html
+++ b/si/student-welcome-guide/rm-si-3-health-insurance/index.html
@@ -375,6 +375,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html
index ea6e4a7b..2ad5fae5 100644
--- a/si/student-welcome-guide/student-accommodation/index.html
+++ b/si/student-welcome-guide/student-accommodation/index.html
@@ -376,6 +376,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html
index c09ae6d7..d62d8ac0 100644
--- a/si/student-welcome-guide/student-budget/index.html
+++ b/si/student-welcome-guide/student-budget/index.html
@@ -345,6 +345,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html
index e081aa9f..a7fb9818 100644
--- a/si/student-welcome-guide/student-meals/index.html
+++ b/si/student-welcome-guide/student-meals/index.html
@@ -333,6 +333,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html
index 42d81cd7..c4f6fe3b 100644
--- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html
+++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html
@@ -370,6 +370,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html
index 83d3f617..9237b9ce 100644
--- a/si/student-welcome-guide/student-residence-permit/index.html
+++ b/si/student-welcome-guide/student-residence-permit/index.html
@@ -387,6 +387,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html
index f2d47061..6f8aa49c 100644
--- a/si/student-welcome-guide/student-transport/index.html
+++ b/si/student-welcome-guide/student-transport/index.html
@@ -354,6 +354,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html
index 1af073ed..1f537548 100644
--- a/si/student-welcome-guide/student-work/index.html
+++ b/si/student-welcome-guide/student-work/index.html
@@ -328,6 +328,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html
index a440a049..0aeb0d85 100644
--- a/si/student-welcome-guide/study-cities/index.html
+++ b/si/student-welcome-guide/study-cities/index.html
@@ -388,6 +388,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/tuition-and-scholarships/index.html b/si/student-welcome-guide/tuition-and-scholarships/index.html
index bf5e4cea..444b8234 100644
--- a/si/student-welcome-guide/tuition-and-scholarships/index.html
+++ b/si/student-welcome-guide/tuition-and-scholarships/index.html
@@ -332,6 +332,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/visa-and-residence-explained/index.html b/si/student-welcome-guide/visa-and-residence-explained/index.html
index 37ac39c7..7efaf6bc 100644
--- a/si/student-welcome-guide/visa-and-residence-explained/index.html
+++ b/si/student-welcome-guide/visa-and-residence-explained/index.html
@@ -357,6 +357,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/wellbeing-and-community/index.html b/si/student-welcome-guide/wellbeing-and-community/index.html
index a4551bd5..54d499d2 100644
--- a/si/student-welcome-guide/wellbeing-and-community/index.html
+++ b/si/student-welcome-guide/wellbeing-and-community/index.html
@@ -324,6 +324,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/student-welcome-guide/where-to-apply-for-residence/index.html b/si/student-welcome-guide/where-to-apply-for-residence/index.html
index 5b313124..55184334 100644
--- a/si/student-welcome-guide/where-to-apply-for-residence/index.html
+++ b/si/student-welcome-guide/where-to-apply-for-residence/index.html
@@ -395,6 +395,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/si/timeline-and-milestones/index.html b/si/timeline-and-milestones/index.html
index b2c9f035..b0de42dd 100644
--- a/si/timeline-and-milestones/index.html
+++ b/si/timeline-and-milestones/index.html
@@ -480,6 +480,7 @@
Organizacija
O nas
Časovnica in dosežki
+
Za medije
Kontaktirajte nas
diff --git a/sitemap.xml b/sitemap.xml
index 3df16644..0ea728cb 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -673,6 +673,27 @@
+
+ https://msosorg.com/en/press/
+
+
+
+
+
+
+ https://msosorg.com/mk/press/
+
+
+
+
+
+
+ https://msosorg.com/si/press/
+
+
+
+
+
https://msosorg.com/en/privacy-policy/