-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout-secretariat.html
389 lines (386 loc) · 28.1 KB
/
about-secretariat.html
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About The Secretariat | HCCRI</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Monda&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<script src="https://code.iconify.design/iconify-icon/1.0.3/iconify-icon.min.js"></script>
</head>
<body>
<div class="red-nav-s">
<a id="side-close" class="nav-link">×</a>
<a href="index.html" class="nav-link">Home</a>
<div class="dropdown">
<span class="nav-link">About</span>
<div class="dropdown-content">
<div class="nav-link-wrapper">
<a href="conference-theme.html" class="nav-link">Conference Theme</a>
</div>
<div class="nav-link-wrapper">
<a href="about-hccri.html" class="nav-link">HCCRI</a>
</div>
<div class="nav-link-wrapper">
<a href="about-hacas.html" class="nav-link">HACAS</a>
</div>
<div class="nav-link-wrapper">
<a href="about-secretariat.html" class="nav-link">The Secretariat</a>
</div>
</div>
</div>
<div class="dropdown">
<span class="nav-link">Conference</span>
<div class="dropdown-content">
<div class="nav-link-wrapper">
<a href="conference-schedule.html" class="nav-link">Conference Schedule</a>
</div>
<div class="nav-link-wrapper">
<a href="position-paper.html" class="nav-link">Position Paper</a>
</div>
</div>
</div>
<div class="dropdown">
<span class="nav-link">Councils</span>
<div class="dropdown-content">
<div class="nav-link-wrapper">
<a href="councils-overview.html" class="nav-link">Overview</a>
</div>
<div class="nav-link-wrapper">
<a href="councils-beginner.html" class="nav-link">Beginner</a>
</div>
<div class="nav-link-wrapper">
<a href="councils-intermediate.html" class="nav-link">Intermediate</a>
</div>
<div class="nav-link-wrapper">
<a href="councils-advanced.html" class="nav-link">Advanced</a>
</div>
<div class="nav-link-wrapper">
<a href="councils-crisis.html" class="nav-link">Crisis</a>
</div>
</div>
</div>
<div class="dropdown">
<span class="nav-link">Registration</span>
<div class="dropdown-content">
<div class="nav-link-wrapper">
<a href="registration.html" class="nav-link">Overview</a>
</div>
<div class="nav-link-wrapper">
<a href="registration-independent.html" class="nav-link">Independent Delegations</a>
</div>
<div class="nav-link-wrapper">
<a href="faq.html" class="nav-link">FAQ</a>
</div>
</div>
</div>
<a href="resources.html" class="nav-link">Resources</a>
<a href="contact.html" class="nav-link">Contact</a>
</div>
<div class="red-nav-m">
<a id="side-open" style="display: block;">☰</a>
<p>HCCRI XII</p>
</div>
<div class="hero-head about-secretariat">
<div class="hero-head-content">
<img src="static/2023logo_transp.png" alt="HACAS Logo" class="hccri-logo">
<h1 class="hero-title">About The Secretariat</h1>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Jonathan</h1>
<h2>Secretary-General</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/jonthanannn`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@jonthanannn</p>
</div>
<p>
“Jonathaning around (verb) - To fool around in a uniquely Jonathan way” ~ Oxford (TZH) Dictionary
<br><br>
Contrary to popular belief, Jonathan is not as scary as he seems, and is often found influencing his peers to do quirky things, such as nerf gun battles in school. Besides his love for tea (brewed, not really spoken), Jonathan can be found watching ghost movies, reading spine chilling mystery novels, or just chilling during his scarce free time. With the motto of making HCCRI’23 the wildest yet academically rigorous conference to date, Jonathan hopes to create an unforgettable and memorable conference for everyone, while embracing “in motion (emotion), chaos”
<br><br>
Well, life is just a dream 💤
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Shanice</h1>
<h2>Conference Management</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/constellashan`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@constellashan</p>
</div>
<p>
Shanice's favourite thing about going for a conference for the second time in a row is being able to reuse her bio from the previous year, so here goes!
<br><br>
She likes to tell everyone that she has a cloud-shaped birthmark as a fun fact. Most of her short spurts of motivation have led her to having a repertoire of not-entirely-useful experiences, like trying to replicate the world’s longest-flying paper aeroplane, and being able to list facts about false blister beetles (did you know their cantharidin was often thought of as an aphrodisiac?). More seriously, she looks forward to HCCRI and working with her very talented CM team, and hopes that delegates will be able to form new memories and friendships in this conference!
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Matthew</h1>
<h2>Conference Management (Logistics)</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/notnacl`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@notnacl</p>
</div>
<p>
Matthew is a quirky J2 student whose subject combination reflects his will to live (he is a KIELME student). Apart from engaging in circular philosophical debates and crying rivers of tears over metaphors and hyperboles, he also enjoys long walks by himself (he swears he has friends) to remote places in Singapore and photography.
<br><br>
As USG 🪵🪵🪵, he will ensure that your conference materials are delivered smoothly, while incessantly pestering his fellow USG Xiran over the smallest of things. He hopes delegates will have a fun time at HCCRI!
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Xiran</h1>
<h2>Conference Management (Logistics)</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/x1rannn_`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@x1rannn_</p>
</div>
<p>
After her delegates questioned her why she did not have a cup of coffee in her hands during her previous MUN conference, Xiran has decided to stop her unhealthy obsession with caffeine. She can be seen in the National Library working on her translation homework which takes at least three hours to complete every weekend. While her friends tell her she can't be bribed, she suggests you can try to bribe her with StellaLou merchandise🐰
<br><br>
While not so thrilled at being bugged by fellow USG Matthew 24/7 over trivialities, Xiran is nonetheless honoured to be part of this marvelous CM team. She hopes that all delegates will have a great time at HCCRI.
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Yihan</h1>
<h2>Conference Management (Operations)</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/y1hannn_`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@y1hannn_</p>
</div>
<p>
Yihan, as a decidedly art-oriented student, often spends her maths lessons contemplating why didn't she take pure art. She is passionate about international relations and Chinese literature. Reading and writing are her all time favorite, but they often take place at night, by night she meant 2am+ because that’s the time when yihan's brain finally decides to activate itself. Unhealthy habit, not advised. Yihan is also very invested in looking for good food and improving her makeup skills. 💅
<br><br>
As a fledgling in the field, yihan is so lucky to be able to work with her brilliant colleagues and learn from them. She's in full optimism that the conference will be a meaningful and unforgettable one for all. 🥂
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Qian Lin</h1>
<h2>Conference Management (Operations)</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/i.vysaur`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@i.vysaur</p>
</div>
<p>
Qian Lin has begun almost every self introduction with updates on her sleep/coffee addiction journey, and she is pleased to announce that she has successfully fought off her coffee addiction, and is striving to right her sleep schedule! While she's not mugging or talking her friends' ears off, she is on the hunt for good food (recommendations are welcome) and the cats around her neighbourhood.
<br><br>
With HCCRI being (hopefully) her last conference, she is delighted to retiremun having been part of an incredible CM team. She hopes that all delegates will enjoy themselves here and walk away having learnt something new!
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Rosaline</h1>
<h2>Academics</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/the_edgeoftonight`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@the_edgeoftonight</p>
</div>
<p>
Rosaline is an extremely exhausted (alliteration!) JC2 HELM student who can be found studying in school or napping. When not chronically on Cookie Clicker, they write critical commentaries on how a high population density impacts the public transport system (TEL is superior).
<br><br>
Just like how a cookie and the Circle Line is round, they find it extremely fitting to have come full circle. From delling at HCCRI 2019, chairing at HCCRI 2022 and finally DSG for HCCRI 2023; Rosaline is honoured to have started and (hopefully) ended their MUN career here. Lastly, they hope that every delegate has a meaningful and unforgettable time at HCCRI 2023!
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Kang Zheng</h1>
<h2>Academics</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/sblue_zinni`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@sblue_zinni</p>
</div>
<p>
When you are seeing this, Kang Zheng may either be: weeding out spider mites on his pandan, rushing out his German coursework, or wondering how we all got here. If there’s one thing you need to know about him, it's that he's willing to learn… by watching YouTube… which may not be the most ideal thing to do in an A-level year.
<br><br>
So! To all delegates, Kang Zheng hopes that you will share the same passion with which he learnt about drones, pharmaceuticals and the Rajya Sabha together with his chairs. Which you will see when you join the conference… and collapse the wave function… or something something quantum something…
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Lucas</h1>
<h2>Academics (Crisis)</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/lbinhe`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@lbinhe</p>
</div>
<p>
Lucas' MUN journey can be summed up succinctly with three iconic memories shared by most in the circuit: “sparring in unmods”, “smoking in GSLs” and “late night council dinners”. As he steps into retiremun with HCCRI being his last conference (for real), he is glad to have spent his 4 years of MUN meaningfully and to end his MUN journey with his team of wonderful chairs.
<br><br>
He hopes that delegates would have a dynamic and stimulating experience at the conference, and also make long-lasting friendships along the way. Finally he would like to wish crisis delegates specifically all the best for the series of ups and downs ahead for them!
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Yee Cun</h1>
<h2>Publicity</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/y2.cun`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@y2.cun</p>
</div>
<p>
As a J2 student, Yee Cun's weekly Canva screen time average has increased to 5 hours a week, which is about 5 hours more than the amount of time she spends on her CSC independent study (she promises her mentor she will start as soon as possible).
<br><br>
As she marvels over her own designs, Yee Cun hopes that delegates will enjoy the content on the HCCRI Instagram feed, and that all delegates will have a fulfilling time at HCCRI this year :”
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Xiaoyuan</h1>
<h2>Publicity</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/yuan.xiao_`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@yuan.xiao_</p>
</div>
<p>
When she isn't pouring over history notes or trying to make headway on her Goodreads reading goal for the year, Xiaoyuan spends her time going down the infinite rabbit hole of Canva templates while lamenting at how difficult it is to multi-select elements on the iPad app. Unfortunately, a situation as such occurs far too often during econs lessons.
<br><br>
Despite not being a MUNner herself, Xiaoyuan is grateful to be a part of such a talented outreach team, and hopes that the publicity designs can contribute to delegates' enjoyment at HCCRI!
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Kayla</h1>
<h2>Publicity</h2>
<p>
Between struggling to keep up with the new biology content and playing tennis every other day, Kayla has spent far too much time on Canva and Procreate (her cumulative screen time on these apps hit 13 hours in just a day once)
<br><br>
Even so, she's really enjoyed working with the rest of the outreach team to create the publicity designs you see today, and hopes that everyone will enjoy HCCRI 2023 just as much :-)
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Ruishan</h1>
<h2>Special Projects</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/ruimountain`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@ruimountain</p>
</div>
<p>
As a J2 student, Ruishan's willpower for life in general is rather low (as reflected by this bio). Once you reach j2, you'll understand, so do forgive her in advance. Nonetheless, she hopes everyone has a great time at HCCRI! #enjoylifewhileyoustillcan #SpecialProjectsisthebestdepartment
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="hero">
<div class="hero-main-content">
<div class="hero-main-content-left secretariat">
<h1>Youqi</h1>
<h2>Special Projects</h2>
<div class="insta-pill" onclick="window.open(`https://www.instagram.com/youuuqi`)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3Z"/></svg>
<p>@youuuqi</p>
</div>
<p>
As a BCME student, Youqi constantly tries to find new personality traits to spice up her otherwise extremely basic life. How basic, you might wonder? Well, she once did buzzfeed quizzes on movie characters (during a GP lesson) and got “funny side-character” and “funny best friend”. (she is not ok) (but hey at least she's funny right)
<br><br>
And that is why she will be making being in SP her new personality trait 😍 and is hoping that the delegates will have a fun time at HCCRI! 🙌
<br>
#SpecialProjectsisthebestdepartment
</p>
</div>
<div class="hero-main-content-right">
<img class="inline-img">
</div>
</div>
</div>
<div class="footer">
<div class="footer-icons">
<div><iconify-icon icon="material-symbols:location-on-outline" width="25"></iconify-icon><span>661 Bukit
Timah Rd, Singapore 269734</span></div>
<div><iconify-icon icon="ic:outline-email"
width="25"></iconify-icon><span>[email protected]</span></div>
</div>
<p class="footer-small">© HCCRI XII</p>
</div>
</body>
<script src="script.js"></script>
</html>