# Handover: "Get to Know Slovenia" & "Get to Know North Macedonia" Pages **Audience of this document:** an AI agent (or collaborator) who is starting *fresh*, with no prior knowledge of this project. Read it top to bottom before proposing anything. Your job will be to (1) brainstorm a content concept for these two sections and (2) then build the blogs one by one, following the standards already established on this website. --- ## 1. Who we are — MSOS (Macedonian Student Organisation in Slovenia) MSOS is a student organisation that supports Macedonian students living and studying in Slovenia. In short, the organisation: - Helps future and current Macedonian students settle into life in Slovenia (university applications, accommodation, student life, subsidised meals "boni", building a social circle). - Organises events: welcome events, humanitarian tournaments, cultural nights, commemorations, watch parties, workshops, and social gatherings across Ljubljana, Maribor, and Nova Gorica. - Represents students' interests before institutions (ministries, embassies, universities). - Keeps Macedonian culture and community alive abroad, while helping members integrate into Slovenian society. The tone of the organisation is **warm, personal, community-driven, and sincere**. It is run by students, for students. Content should feel human and heartfelt, never corporate or machine-generated. --- ## 2. The website - **What it is:** a static, multilingual marketing/community website. Plain HTML + CSS + vanilla JavaScript. **No build system, no framework, no bundler.** You edit HTML/CSS/JS directly and open it in a browser. - **Languages:** three, fully mirrored — English (`en/`), Slovenian (`si/`), Macedonian (`mk/`). Every page exists in all three languages. - **Local repo path:** `C:\Coding\msosorg.com` - **Version control:** self-hosted **Gitea** (NOT github.com). Work happens on branch `kristijan-dev`; pull requests target the `develop` branch. Do not commit or push unless the owner asks. - **Local preview:** from the repo root run `python -m http.server 8000`, then open `http://localhost:8000/en/...`. ### 2.1 Folder structure (relevant parts) ``` msosorg.com/ ├── css/ │ ├── main.css # imports all partials, in order │ ├── base/ # reset, typography │ ├── layout/ # _header.css, _footer.css │ ├── components/ # _buttons.css, _cards.css │ └── pages/ # _home.css, _projects.css, _article.css, _about.css, _timeline.css ├── images/ # ALL images live here (flat folder) ├── main.js # ALL site JavaScript (one file) ├── en/ si/ mk/ # one folder per language, mirrored │ ├── projects/ # the "Events & Projects" section (our model to copy) │ │ ├── index.html # listing/hub page (cards + filter + pagination) │ │ └── /index.html # one folder per blog article │ ├── about-us/ timeline-and-milestones/ ... └── docs/ # this document lives here ``` ### 2.2 Navigation The top navigation already contains the two target links under the **"For Students"** dropdown: - **"Get to know Slovenia"** (currently `href="#"`, a placeholder) - **"Get to know North Macedonia"** (currently `href="#"`, a placeholder) These appear in the header of every page, in all three languages. Once the new sections exist, these links must be wired up to point at them (in all languages, in both the desktop nav and the mobile nav panel — the header markup is duplicated for desktop and mobile in each file). --- ## 3. What has already been built (the "standards" to reuse) The **Events & Projects** section (`*/projects/`) is the reference implementation. The two new country sections should copy its patterns. Everything below already works and is tested. ### 3.1 The listing/hub page (`projects/index.html`) Structure: 1. `page-header-section` — subtitle, `

`, description, newsletter subscribe form. 2. `filter-section` — a **Proxify-style category filter**: - `.filter-nav` = pill buttons (main categories). Each `