aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
blob: ea67750fecf666983894ef76e146ced03b2a3d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>DUMUN 2027 — Diplomatic Minds, Global Vision</title>

  <link rel="stylesheet" href="style.css">

  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
</head>
<body>

<!-- NAV -->
<nav id="navbar">
  <a href="#hero" class="nav-logo">DUMUN<span>2027</span></a>

  <div class="nav-toggle" id="navToggle">☰</div>

  <ul class="nav-links">
    <li><a href="#about">About</a></li>
    <li><a href="#committees">Committees</a></li>
    <li><a href="#agenda">Agenda</a></li>
    <li><a href="#members">Secretariat</a></li>
    <li><a href="#instagram">Instagram</a></li>
    <li><a href="#sponsors">Sponsors</a></li>
    <li><a href="https://mymun.com/conferences/dumun-2027" target="_blank" class="nav-cta">Apply via MyMUN</a></li>
  </ul>
</nav>

<!-- HERO -->
<section id="hero">
  <div class="hero-bg"></div>

  <div class="hero-content">
    <div class="hero-eyebrow">Gymnázium Duhovka · Prague · 2027</div>

    <h1 class="hero-title">
      DU<em>MUN</em><br>2027
    </h1>

    <p class="hero-subtitle">Diplomatic Minds, Global Vision</p>
    <p class="hero-date">April 4–6, 2027 · Prague</p>

    <div class="hero-actions">
      <a href="https://mymun.com/conferences/dumun-2027" target="_blank" class="btn-primary">
        Apply via MyMUN
      </a>
      <a href="#committees" class="btn-outline">
        Explore Committees
      </a>
    </div>
  </div>
</section>

<!-- ABOUT -->
<section id="about">
  <div class="container about-grid">

    <div>
      <div class="section-label">About</div>
      <h2 class="section-title">
        Where young <em>diplomats</em> shape the future
      </h2>

      <p class="section-desc">
        DUMUN is a student-led Model United Nations conference hosted in Prague, bringing together students from across Europe.
      </p>

      <p class="section-desc">
        “DUMUN 2027 is not just a conference — it is a platform for students to challenge ideas and become global leaders.”
      </p>
    </div>

    <div class="about-stats">
      <div class="stat-box"><span>5</span>Committees</div>
      <div class="stat-box"><span>100+</span>Delegates</div>
      <div class="stat-box"><span>3</span>Days</div>
      <div class="stat-box"><span>2027</span>Prague</div>
    </div>

  </div>
</section>

<!-- COMMITTEES -->
<section id="committees">
  <div class="container">

    <div class="section-label">Committees</div>
    <h2 class="section-title">Five arenas of <em>debate</em></h2>

    <div class="committees-grid">

      <div class="committee-card">
        <h3>General Assembly</h3>
        <p>AI and autonomous weapons</p>
      </div>

      <div class="committee-card">
        <h3>Security Council</h3>
        <p>South China Sea tensions</p>
      </div>

      <div class="committee-card">
        <h3>UNEP</h3>
        <p>Clean energy financing</p>
      </div>

      <div class="committee-card">
        <h3>WHO</h3>
        <p>Pandemic preparedness</p>
      </div>

      <div class="committee-card">
        <h3>Human Rights</h3>
        <p>Digital surveillance</p>
      </div>

    </div>
  </div>
</section>

<!-- MEMBERS -->
<section id="members">
  <div class="container">

    <div class="section-label">Secretariat</div>
    <h2 class="section-title">The team behind</h2>

    <div class="members-grid">

      <div class="member-card">
        <div class="member-avatar">
          <img src="assets/members/jana.jpg"
               onerror="this.src='assets/image-not-found.webp'"
               alt="Jana Horáčková">
        </div>
        <h3>Jana Horáčková</h3>
        <p>Secretary-General</p>
      </div>

      <div class="member-card">
        <div class="member-avatar">
          <img src="assets/members/tomas.jpg"
               onerror="this.src='assets/image-not-found.webp'"
               alt="Tomáš Novák">
        </div>
        <h3>Tomáš Novák</h3>
        <p>Deputy Secretary-General</p>
      </div>

    </div>

  </div>
</section>

<!-- INSTAGRAM -->
<section id="instagram">
  <div class="container">

    <h2 class="section-title">Instagram</h2>

    <div class="insta-grid">
      <img src="assets/insta/1.jpg" onerror="this.src='assets/image-not-found.webp'">
      <img src="assets/insta/2.jpg" onerror="this.src='assets/image-not-found.webp'">
      <img src="assets/insta/3.jpg" onerror="this.src='assets/image-not-found.webp'">
    </div>

    <a href="https://instagram.com/dumun2027" target="_blank" class="btn-primary">
      Follow @dumun2027
    </a>

  </div>
</section>

<!-- SPONSORS -->
<section id="sponsors">
  <div class="container">

    <h2 class="section-title">Sponsors</h2>

    <div class="sponsors-row">
      <div class="sponsor-box">Partner A</div>
      <div class="sponsor-box">Partner B</div>
    </div>

  </div>
</section>

<!-- FOOTER -->
<footer>
  <p>© 2027 DUMUN — Prague</p>
</footer>

<script>
// mobile nav toggle
document.getElementById('navToggle').onclick = () => {
  document.querySelector('.nav-links').classList.toggle('open');
};

// navbar scroll effect
window.addEventListener('scroll', () => {
  document.getElementById('navbar')
    .classList.toggle('scrolled', window.scrollY > 60);
});
</script>

</body>
</html>