-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
755 lines (725 loc) · 44.1 KB
/
index.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
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, user-scalable=no">
<title>21st MC Recruitment Drive</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.3/css/bulma.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="css/lightbox.min.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div id="main">
<section class="hero is-primary">
<div class="hero-head">
<header class="nav">
<div class="container">
<div class="nav-left">
<a class="nav-item">
<img src="images/logo.png" alt="Logo">
</a>
</div>
<div class="nav-right">
<!-- LARGE SCREEN -->
<span class="nav-item is-hidden-mobile">
<p class="control">
<a class="button is-primary is-inverted" href="https://mysurvey.nus.edu.sg/EFM/se/54CCD14B64528019">
<span class="icon">
<i class="fa fa-sign-in"></i>
</span>
<span>Join Us</span>
</a>
</p>
</span>
<!-- SMALL SCREEN -->
<span class="nav-item is-hidden-tablet">
<div class="field has-addons">
<p class="control">
<a class="button is-primary is-inverted is-outlined" href="https://mysurvey.nus.edu.sg/EFM/se/54CCD14B64528019 ">
<span class="icon">
<i class="fa fa-sign-in"></i>
</span>
<span>Join</span>
</a>
</p>
</div>
</span>
</div>
</div>
</header>
</div>
<div class="hero-body has-text-centered-desktop">
<div class="container">
<h1 class="title is-size-3 is-size-1-desktop">
Recruitment Drive
</h1>
<h2 class="subtitle is-size-4 is-size-3-desktop">
21st Management Committee
</h2>
<h3 class="is-size-6 is-size-5-desktop">
The 21st Management Committee is looking to recruit passionate and committed
sub-committee members to serve the SoC community. There are a total of nine
different cells from which you can join to contribute and spice up the life
in SoC. Find out more about the nine cells below!
</h3>
<hr>
<h3 class="is-size-7 is-size-6-desktop">
Sign-ups closes on <b>26 September 2018, 2359</b>
</h3>
</div>
</div>
</section>
<section class="section">
<section class="container">
<div class="columns is-variable is-8">
<div class="column is-one-quarter is-hidden-mobile">
<aside class="menu">
<p class="menu-label">Cell Subcommittee</p>
<ul class="menu-list">
<li><a href="#academicliaison"><span class="icon"><i class="fa fa-university"></i></span> Academic Liaison</a></li>
<li><a href="#communityservice"><span class="icon"><i class="fa fa-heart"></i></span> Community Service</a></li>
<li><a href="#studentrelations"><span class="icon"><i class="fa fa-handshake-o"></i></span> Student Relations</a></li>
<li><a href="#marketing"><span class="icon"><i class="fa fa-pie-chart"></i></span> Marketing</a></li>
<li><a href="#publicity"><span class="icon"><i class="fa fa-bullhorn"></i></span> Publicity</a></li>
<li><a href="#welfare"><span class="icon"><i class="fa fa-gift"></i></span> Welfare</a></li>
<li><a href="#sports"><span class="icon"><i class="fa fa-futbol-o"></i></span> Sports</a></li>
<li><a href="#infomationtechnology"><span class="icon"><i class="fa fa-code"></i></span> Information Technology</a></li>
<li><a href="#fop"><span class="icon"><i class="fa fa-users"></i></span> FOP</a></li>
</ul>
</aside>
</div>
<div class="column is-three-quarters-desktop">
<!-- academicliaison -->
<div id="academicliaison" class="card spaced-out">
<div class="card-content">
<div class="media">
<div class="media-left">
<a href="images/sherman.jpg" data-lightbox="image-1" data-title="Sherman Dang">
<figure class="image is-64x64">
<img class="circle-image" src="images/sherman.jpg" alt="Sherman Dang">
</figure>
</a>
</div>
<div class="media-left">
<a href="images/yuhong.jpg" data-lightbox="image-1" data-title="Tay Yu Hong">
<figure class="image is-64x64">
<img class="circle-image" src="images/yuhong.jpg" alt="Tay Yu Hong">
</figure>
</a>
</div>
</div>
<div class="media-content">
<p class="title is-4">Academic Liaison</p>
<p class="subtitle is-6">
<span class="tag is-primary spaced-out-nametag">Sherman Dang</span>
<span class="tag is-primary spaced-out-nametag">Tay Yu Hong</span>
<span class="tag is-primary spaced-out-nametag"><a href="mailto:acad@nuscomputing.com">acad@nuscomputing.com</a></span>
</p>
<ul class="content">
<p>The Academic Liaison team is dedicated to helping students with their academic pursuits. We are looking out for passionate and dedicated subcommittee members to plan, execute and facilitate the various events that will be held throughout the year. They will be given opportunities to propose their own events and initiatives as well.</p>
<hr>
<h2>Roles Available</h2>
<h4>CS1010J/CS1010 Mock PE subcommittee for AY19/20</h4>
<ul>
<li>Project Director</li>
<ul>
<li>To oversee the execution of the mock PEs for CS1101S and CS1010S.</li>
<li>Liaison with question-setters to ensure relevancy of event to actual PEs.</li>
<li>To ensure the proposal is done within guidelines and submitted on time.</li>
<li>Ensure the smooth execution of the event.</li>
</ul>
<li>Vice Project Director</li>
<ul>
<li>Assist Project Director with the tasks stated above.</li>
<li>Coordinate ground efforts in facilitation and invigilation.</li>
</ul>
</ul>
<h4>Winter Workshop Subcommittee</h4>
<ul>
<li>Project Director</li>
<ul>
<li>To oversee the execution of the Winter Workshop.</li>
<li>Ensure the proposals are done and submitted within guidelines.</li>
<li>To liase with the tutors and ensure the flow of events during execution.</li>
</ul>
<li>Vice Project Director</li>
<ul>
<li>Assist PD with tasks mentioned above.</li>
<li>Liaise with professors in-charge and tutors to ensure workshop content is <li>manageable and relevant to attendees.</li>
<li>Coordinate ground efforts in setting up equipment.</li>
</ul>
</ul>
<h4>Academic Day Subcommittee</h4>
<ul>
<li>Project Director</li>
<ul>
<li>To plan the itinerary of events for Academic Day.</li>
<li>Ensure the proposals are done and submitted within guidelines.</li>
<li>Liaise with respective segment facilitators to plan segment content.</li>
</ul>
<li>Vice Project Director</li>
<ul>
<li>Assist PD with tasks mentioned above.</li>
<li>Liaise with segment facilitators to ensure smooth delivery of content.</li>
</ul>
<li>Logistics/Finance</li>
<ul>
<li>Make timely requisitions of required equipment.</li>
<li>Ensure requisitions fall within budget allocations.</li>
<li>Coordinate ground efforts in setting up event spaces and equipment.</li>
</ul>
</ul>
<h4>Student Alumni Networking Session (SANS) subcommittee</h4>
<ul>
<li>Project Director</li>
<ul>
<li>To plan the itinerary of SANS.</li>
<li>Ensure the smooth flow of events.</li>
</ul>
<li>Vice Project Director</li>
<ul>
<li>Assist PD with tasks above mentioned.</li>
<li>Coordinate ground efforts in preparing event spaces and facilitation.</li>
</ul>
<li>Logistics/Finance</li>
<ul>
<li>Make timely requisitions of required equipment.</li>
<li>Ensure requisitions fall within budget allocations.</li>
<li>Coordinate ground efforts in setting up event spaces and equipment.</li>
</ul>
</ul>
<h4>Helpers</h4>
<ul>
<li>CS1010S/CS1101S Mock PE</li>
<ul><li>7 volunteers per session (to faciliate and possibly go through answers with students after the mock PE) </li></ul>
<li>Winter Workshops</li>
<ul><li>7 volunteers per day (to facilitate and teach students C++ and Java for the upcoming semesters' modules) </li></ul>
<li>SANS</li>
<ul><li>6 volunteers (to help in setting up, registration and ushering to ensure smooth flow of event)</li></ul>
<li>Academic Day</li>
<ul><li>10 volunteers (to facilitate the event by teaching freshmen how to use the school systems and basic things to know about NUS & SoC, or help in setting up, registration and ushering to ensure smooth flow of event)</li></ul>
</ul>
</ul>
</div>
</div>
</div>
<!-- communityservice -->
<div id="communityservice" class="card spaced-out">
<div class="card-content">
<div class="media">
<div class="media-left">
<a href="images/bryansoh.jpg" data-lightbox="image-1" data-title="Bryan Soh">
<figure class="image is-64x64">
<img class="circle-image" src="images/bryansoh.jpg" alt="Bryan Soh">
</figure>
</a>
</div>
<div class="media-left">
<a href="images/jefferson.jpg" data-lightbox="image-1" data-title="Jefferson Low">
<figure class="image is-64x64">
<img class="circle-image" src="images/jefferson.jpg" alt="Jefferson Low">
</figure>
</a>
</div>
</div>
<div class="media-content">
<p class="title is-4">Community Service</p>
<p class="subtitle is-6">
<span class="tag is-primary spaced-out-nametag">Bryan Soh</span>
<span class="tag is-primary spaced-out-nametag">Jefferson Low</span>
<span class="tag is-primary spaced-out-nametag"><a href="mailto:communityservice@nuscomputing.com">communityservice@nuscomputing.com</a></span>
</p>
<div class="content">
<p>The Community Service Cell aims to be the avenue for School of Computing students to serve others so as to positively impact the community. Join us as we embark on this journey to grow and bring joy to the community around us!</p>
<hr>
<h2>Roles Available</h2>
<h4>Flag Project Committee</h4>
<p>This committee will focus on raising funds for and engaging our beneficiary, Fernvale Gardens
School. Events and activities include fundraising, beneficiary engagement days, flag day, and
the Rag and Flag Carnival.</p>
<ul>
<li>Project Director</li>
<ul>
<li>Oversee fundraisers for our beneficiary</li>
<li>Oversee engagement sessions for our beneficiary</li>
<li>Oversee the club’s involvement in the Rag & Flag Carnival</li>
<li>Be the main point of contact to organise the annual flag day</li>
<li>To vet and ensure the proposal is within guidelines and submitted on time</li>
</ul>
<li>Deputy Project Director</li>
<ul>
<li>Assist the Project Director in the above-mentioned tasks</li>
<li>Be the main point of contact for the rest of the sub-committee</li>
</ul>
<li>Manpower X 2</li>
<ul>
<li>Recruit student volunteers</li>
<li>Be the point of contact for the student volunteers</li>
<li>Allocate manpower during events and activities</li>
</ul>
<li>Programs</li>
<ul>
<li>Plan the fundraisers for our beneficiary</li>
<li>Plan the engagement sessions for our beneficiary</li>
<li>Plan the club’s involvement in the Rag & Flag Carniva</li>
</ul>
<li>Finance Logistics</li>
<ul>
<li>Settle claims and payments for sub-committee members, student volunteers, and external parties</li>
<li>Meet logistic requirements for events and activities</li>
</ul>
<li>Decor</li>
<ul>
<li>Meet the aesthetic needs of the events and activities</li>
</ul>
</ul>
<h4>Upcoming Project Committee</h4>
<p>This committee will focus on a new community service project aimed at serving the elderly. Recruiting student volunteers with or without relevant expertise.</p>
<ul>
<li>Project Director</li>
<ul>
<li>Facilitate the brainstorming of activities to serve the elderly</li>
<li>Oversee the activities on event day with the elderly</li>
<li>Choose and liaise with the new beneficiary on our intent to engage them for a CIP programme</li>
<li>To vet and ensure the proposal is within guidelines and submitted on time</li>
</ul>
<li>Deputy Project Director</li>
<ul>
<li>Assist the Project Director in overseeing activities with the elderly</li>
</ul>
<li>Manpower</li>
<ul>
<li>Recruit student volunteers</li>
<li>Be the point of contact for the student volunteers</li>
<li>Allocate manpower during events and activities</li>
</ul>
<li>Programs X 2</li>
<ul>
<li>Plan activities with the elderly on the event day</li>
</ul>
<li>Finance Logistics</li>
<ul>
<li>Settle claims and payments for sub-committee members, student volunteers, and external parties</li>
<li>Meet logistic requirements for events and activities</li>
</ul>
</ul>
<h4>Helpers</h4>
<p>If you’re interested in volunteering for the CIP projects on the ground, you can indicate your interest now! We will contact you nearer to the event date.</p>
<ul>
<li>New elderly CIP</li>
<li>Code for Community</li>
<li>Flag BEDs</li>
</ul>
</div>
</div>
</div>
</div>
<!-- studentrelations -->
<div id="studentrelations" class="card spaced-out">
<div class="card-content">
<div class="media">
<div class="media-left">
<a href="images/jamais.jpg" data-lightbox="image-1" data-title="Jamais Ang">
<figure class="image is-64x64">
<img class="circle-image" src="images/jamais.jpg" alt="Jamais Ang">
</figure>
</a>
</div>
<div class="media-left">
<a href="images/jiahua.jpg" data-lightbox="image-1" data-title="Law Jia Hua">
<figure class="image is-64x64">
<img class="circle-image" src="images/jiahua.jpg" alt="Law Jia Hua">
</figure>
</a>
</div>
</div>
<div class="media-content">
<p class="title is-4">Student Relations</p>
<p class="subtitle is-6">
<span class="tag is-primary spaced-out-nametag">Jamais Ang</span>
<span class="tag is-primary spaced-out-nametag">Law Jia Hua</span>
<span class="tag is-primary spaced-out-nametag"><a href="mailto:studentrelations@nuscomputing.com">studentrelations@nuscomputing.com</a></span>
</p>
<div class="content">
<p>Interested in planning events or have any ideas to make SOC a little more vibrant and fun? Student Relations cell is the right place for you! Unbounded by our job scope, we get to roll out new initiatives to create platforms for computing students to bond and make friends. We also act as the main channel for students to give feedback on. If you’re dedicated, passionate and up for the fun, do consider joining SR! </p>
</div>
</div>
</div>
</div>
<!-- marketing -->
<div id="marketing" class="card spaced-out">
<div class="card-content">
<div class="media">
<div class="media-left">
<a href="images/urth2.jpg" data-lightbox="image-1" data-title="Urth Tan">
<figure class="image is-64x64">
<img class="circle-image" src="images/urth2.jpg" alt="Urth Tan">
</figure>
</a>
</div>
<div class="media-left">
<a href="images/dominic.jpg" data-lightbox="image-1" data-title="Dominic Dong">
<figure class="image is-64x64">
<img class="circle-image" src="images/dominic.jpg" alt="Dominic Dong">
</figure>
</a>
</div>
<div class="media-left">
<a href="images/rachel.jpg" data-lightbox="image-1" data-title="Rachel Low">
<figure class="image is-64x64">
<img class="circle-image" src="images/rachel.jpg" alt="Rachel Low">
</figure>
</a>
</div>
</div>
<div class="media-content">
<p class="title is-4">Marketing</p>
<p class="subtitle is-6">
<span class="tag is-primary spaced-out-nametag">Urth Tan</span>
<span class="tag is-primary spaced-out-nametag">Dominic Dong</span>
<span class="tag is-primary spaced-out-nametag">Rachel Low</span>
<span class="tag is-primary spaced-out-nametag"><a href="mailto:marketing@nuscomputing.com">marketing@nuscomputing.com</a></span>
</p>
<div class="content">
<p>Keen to expand your network? Join Marketing in Computing Club and get to meet like-minded people with the same interest! Wait no more and join us NOW!</p>
<p>The Marketing Cell works on both frontend and backend and supports various NUS Students’ Computing Club events. These events will require us to work closely with sponsors as well as the managing the core operation of SoC merchandise sales. </p>
<p>Subcommittees of Marketing Cell will have limitless opportunities to:</p>
<ul>
<li>Increase and build network with external clients</li>
<li>Improve communication and presentation skills</li>
<li>Be involved and work closely with other cells</li>
<li>Dual role in marketing and publicity (Case by case)</li>
<li>Can be involved in both sales and sponsorship & procurement subcommittees (Case by case)</li>
</ul>
<hr>
<h2>Roles Available</h2>
<h4>Sales Team</h4>
<ul>
<li>Help to market NUS Computing Club’s products</li>
<li>Gather data on students’ preference & buying habits</li>
<li>Maintain our integrity across all marketing initiatives</li>
<li>Produce successful campaigns for our students</li>
<li>Produce action plans for marketing campaigns</li>
<li>Select media platforms that best suit our products</li>
<li>Liaise with suppliers, students and publicity members</li>
<li>Create & maintain a favourable public image for NUS Computing</li>
<li>Manage our marketing department budget</li>
</ul>
<h4>Sponsorship & Procurement Team</h4>
<ul>
<li>Manage the sponsorships for Computing Club’s events</li>
<li>Outreach to sponsors (Will not need to cold email)</li>
<li>Build rapport with sponsors</li>
<li>Identify potential sponsors</li>
<li>Works closely with all cells for events</li>
<li>Procurement of goods, sourcing for discounts for bulk purchase</li>
</ul>
</div>
</div>
</div>
</div>
<!-- publicity -->
<div id="publicity" class="card spaced-out">
<div class="card-content">
<div class="media">
<div class="media-left">
<a href="images/gan.jpg" data-lightbox="image-1" data-title="Gan Chin Yao">
<figure class="image is-64x64">
<img class="circle-image" src="images/gan.jpg" alt="Gan Chin Yao">
</figure>
</a>
</div>
<div class="media-left">
<a href="images/simun.jpg" data-lightbox="image-1" data-title="Tham Si Mun">
<figure class="image is-64x64">
<img class="circle-image" src="images/simun.jpg" alt="Tham Si Mun">
</figure>
</a>
</div>
<div class="media-left">
<a href="images/mavis.jpg" data-lightbox="image-1" data-title="Mavis Kwa">
<figure class="image is-64x64">
<img class="circle-image" src="images/mavis.jpg" alt="Mavis Kwa">
</figure>
</a>
</div>
</div>
<div class="media-content">
<p class="title is-4">Publicity</p>
<p class="subtitle is-6">
<span class="tag is-primary spaced-out-nametag">Gan Chin Yao</span>
<span class="tag is-primary spaced-out-nametag">Tham Si Mun</span>
<span class="tag is-primary spaced-out-nametag">Mavis Kwa</span>
<span class="tag is-primary spaced-out-nametag"><a href="mailto:publicity@nuscomputing.com">publicity@nuscomputing.com</a></span>
</p>
<div class="content">
<h4>Subcommittee</h4>
<p>Interested in Photography, Videography or Design? No experience is needed! If you are interested to contribute to event coverage, poster/t-shirt design and the promotion of Computing Club activities, do join us in our Publicity family! You may choose more than 1 of the following roles:
<hr>
<h2>Roles Available</h2>
<ul>
<li>Photographer</li>
<br>
<p>Take photos for Computing events such as Freshmen Orientation Camps (4D3N), IFG Games, Sports Camp, Valentine’s Day etc. Help out at photo booths to capture all the highlights of our Computing events! If you have no experience, a photography workshop will be conducted by professionals to help you learn!</p>
<li>Videographer</li>
<br>
<p>Take videos for Computing events and create amazing videos for the rest of the students to see! Events include: Freshmen Orientation Camp (4D3N), BASH, Sports Camp, CIP events etc. If you have no prior experience, a videography workshop will be conducted by professionals to help you learn!</p>
<li>Graphics Designer</li>
<br>
<p>Design graphic works such as posters, logos, shirts, merchandise etc. Events include posters for all Computing related events, such as Valentine, Halloween and Christmas! If you have no prior Photoshop experience, a workshop will be conducted to help you learn!</p>
<li>Social Media Manager</li>
<br>
<p>Take full charge of the NUS Student Computing Club Instagram and Facebook page! Post interesting content (up to your creativity) to engage the SoC population! Learn insights of the business aspect of Instagram and Facebook by utilizing Instagram and Facebook for business!</p>
</ul>
</div>
</div>
</div>
</div>
<!-- welfare -->
<div id="welfare" class="card spaced-out">
<div class="card-content">
<div class="media">
<div class="media-left">
<a href="images/cheesiang.jpg" data-lightbox="image-1" data-title="Ng Chee Siang">
<figure class="image is-64x64">
<img class="circle-image" src="images/cheesiang.jpg" alt="Ng Chee Siang">
</figure>
</a>
</div>
<div class="media-left">
<a href="images/clara.jpg" data-lightbox="image-1" data-title="Clara Lie">
<figure class="image is-64x64">
<img class="circle-image" src="images/clara.jpg" alt="Clara Lie">
</figure>
</a>
</div>
</div>
<div class="media-content">
<p class="title is-4">Welfare</p>
<p class="subtitle is-6">
<span class="tag is-primary spaced-out-nametag">Ng Chee Siang</span>
<span class="tag is-primary spaced-out-nametag">Clara Lie</span>
<span class="tag is-primary spaced-out-nametag"><a href="mailto:welfare@nuscomputing.com">welfare@nuscomputing.com</a></span>
</p>
<div class="content">
<p>The Welfare subcommittee is a group of friends who come together to bring others together. We aim for SoC students to feel like they are part of a community here, and we want to enrich the lives of students. We are responsible for giving them more opportunities to enjoy student life through various events that we organise. The Welfare subcommittee members will have the opportunity to propose ideas to better the lives of fellow students, as well as take part in the execution of those ideas.</p>
<hr>
<h4>Look forward to Movie Night, Welfare Carnival and Welfare Packs!</h4>
</div>
</div>
</div>
</div>
<!-- sports -->
<div id="sports" class="card spaced-out">
<div class="card-content">
<div class="media">
<div class="media-left">
<a href="images/kerwin.jpg" data-lightbox="image-1" data-title="Kerwin Lim">
<figure class="image is-64x64">
<img class="circle-image" src="images/kerwin.jpg" alt="Kerwin Lim">
</figure>
</a>
</div>
<div class="media-left">
<a href="images/jeanne.jpg" data-lightbox="image-1" data-title="Jeanne Toh">
<figure class="image is-64x64">
<img class="circle-image" src="images/jeanne.jpg" alt="Jeanne Toh">
</figure>
</a>
</div>
</div>
<div class="media-content">
<p class="title is-4">Sports</p>
<p class="subtitle is-6">
<span class="tag is-primary spaced-out-nametag">Kerwin Lim</span>
<span class="tag is-primary spaced-out-nametag">Jeanne Toh</span>
<span class="tag is-primary spaced-out-nametag"><a href="mailto:sports@nuscomputing.com">sports@nuscomputing.com</a></span>
</p>
<div class="content">
<p>
Are you passionate about sports or simply interested in making the sports scene in SoC more vibrant? The Sports Cell is the right place for you!!! Join us on this exciting and fulfilling journey where you will get to pick up a myriad of skills and gain valuable experience.
</p><p>
We will be organising 2 events this academic year. One of the two events is SoC Sports Carnival, a one-day sports event in which computing students sign up as teams of 5 to compete in various sports. Our job will be to ensure the logistics and welfare of the participants are taken care of, as well as referee and taking of the scores. And of course, you will be able to participate as well!
</p><p>
The second event is SoC Night Cycling. We will require water points station masters and route marshals to ensure the safety and well-being of the participants. Logistics and route will be settled beforehand.
</p><p>
The Sports Committee is also involved in IFG. We plan and look after the welfare of our athletes, such as providing ice box and isotonic drinks!
</p><p>
Sub-committee members will be able to choose their roles per event! Roles include, Admin, Finance, Logistics, Manpower, Marketing and Publicity. Try a myriad of roles or stick to one. We assure you that you will end the year more experienced and holistic! Delay no more and join our team! Contact us to find out more!
</p>
<h2>Roles Available</h2>
<h4>Project Director and Vice Project Director for Sports Carnival</h4>
<ul>
<li>Delegate roles and lead the sub-committee in planning the Sports Carnival</li>
<li>Facilitate the brainstorming of activities</li>
<li>Oversee the activities on event day</li>
</ul>
<h4>Project Director and Vice Project Director for Night Cycling</h4>
<ul>
<li>Delegate roles and lead the sub-committee in planning the Night Cycling</li>
<li>Liaise with Bicycle and Food Vendors</li>
<li>Ensure safety and smooth execution of event</li>
</ul>
<h4>Sub-Committee Members</h4>
<ul>
<li>Assist Project Directors in executing the above events</li>
<li>Provide welfare for our sports team</li>
</ul>
<h5>* You may select multiple roles. Project Directors and Vice Project Directors are part of the Sub-Committee</h5>
</div>
</div>
</div>
</div>
<!-- infomationtechnology -->
<div id="infomationtechnology" class="card spaced-out">
<div class="card-content">
<div class="media">
<div class="media-left">
<a href="images/ben.jpg" data-lightbox="image-1" data-title="Benjamin Lau">
<figure class="image is-64x64">
<img class="circle-image" src="images/ben.jpg" alt="Benjamin Lau">
</figure>
</a>
</div>
<div class="media-left">
<a href="images/hakwee.jpg" data-lightbox="image-1" data-title="Soh Hak Wee">
<figure class="image is-64x64">
<img class="circle-image" src="images/hakwee.jpg" alt="Soh Hak Wee">
</figure>
</a>
</div>
</div>
<div class="media-content">
<p class="title is-4">Information Technology</p>
<p class="subtitle is-6">
<span class="tag is-primary spaced-out-nametag">Benjamin Lau</span>
<span class="tag is-primary spaced-out-nametag">Soh Hak Wee</span>
<span class="tag is-primary spaced-out-nametag"><a href="mailto:IT@nuscomputing.com">IT@nuscomputing.com</a></span>
</p>
<div class="content">
<p>We are looking for budding web and app developers or coding amateurs who are passionate in creating stuff that benefits the student body.</p>
<p>We shall compile together, git gud together, and throw errors together! Come join IT cell!</p>
<hr>
<h2>Roles Available</h2>
<h4>Development Team</h4>
<ul>
<li>Create websites for SoC specific events</li>
<li>Develop apps to solve problems that the student body faces</li>
<li>Expand the capabilities of Computer Club through automation</li>
</ul>
<h4>Operation Team</h4>
<ul>
<li>Ensure the continuity and operability of nuscomputing.com and its subdomains</li>
<li>Provide technical support for any of our email and web servers.</li>
</ul>
</div>
</div>
</div>
</div>
<!-- FOP -->
<div id="fop" class="card spaced-out">
<div class="card-content">
<div class="media">
<div class="media-left">
<a href="images/crystal.jpg" data-lightbox="image-1" data-title="Crystal Lee">
<figure class="image is-64x64">
<img class="circle-image" src="images/crystal.jpg" alt="Crystal Lee">
</figure>
</a>
</div>
<div class="media-left">
<a href="images/andy.jpg" data-lightbox="image-1" data-title="Andy Lam">
<figure class="image is-64x64">
<img class="circle-image" src="images/andy.jpg" alt="Andy Lam">
</figure>
</a>
</div>
</div>
<div class="media-content">
<p class="title is-4">Freshmen Orientation Projects (FOP)</p>
<p class="subtitle is-6">
<span class="tag is-primary spaced-out-nametag">Crystal Lee</span>
<span class="tag is-primary spaced-out-nametag">Andy Lam</span>
<span class="tag is-primary spaced-out-nametag"><a href="mailto:FOP@nuscomputing.com">FOP@nuscomputing.com</a></span>
</p>
<div class="content">
<p>Had fun in orientation? The Freshmen Orientation Projects (FOP) cell is looking for a dedicated team who will be planning orientation events for freshmen! Our projects are the first opportunity for freshmen to experience university life and integrate themselves into the faculty.</p>
<p>As a FOP sub-committee member, you can turn your ideas to life by conceptualizing and organizing the various orientation camps and activities. Join us on this exciting and fulfilling journey to create a meaningful summer not only for the incoming freshmen, but for yourself as well!</p>
<hr>
<h2>Insights & Roles Available</h2>
<h4>FOP Marketing</h4>
<ul>
<li> Liaise with the Computing Club’s Marketing Team to manage the sponsorships for FOP.</li>
</ul>
<h4>Freshmen Social Camp Project Director / Committee</h4>
<ul>
<li>Plan programs and games for incoming freshmen</li>
<li>Encourage interaction between freshmen</li>
<li>Promote other upcoming FOP/school’s events</li>
<li>Programmes & Logistics: Plan the programmes of the camp</li>
<li>Administrative: Form the structure and provide the required support for the camp to run smoothly.</li>
<li>Publicity: Handle publicity and related design work (e.g. Shirts)</li>
</ul>
<h4>Freshmen Orientation Camp Project Director / Committee</h4>
<ul>
<li>Plan programs and games for incoming freshmen</li>
<li>Encourage interaction between seniors and juniors</li>
<li>Help freshmen integrate into school life</li>
<li>Programmes & Logistics: Plan the programmes of the camp</li>
<li>Administrative: Form the structure and provide the required support for the camp to run smoothly.</li>
<li>Publicity: Handle publicity and related design work (e.g. Shirts)</li>
</ul>
<h4>Freshmen Orientation Week Project Director / Committee</h4>
<ul>
<li>Plan programs and games for incoming freshmen</li>
<li>Help freshmen familiarise with campus facilities and vicinity</li>
<li>Help freshmen integrate into school life</li>
<li>Programmes & Logistics: Plan the programmes of the camp</li>
<li>Administrative: Form the structure and provide the required support for the camp to run smoothly.</li>
<li>Publicity: Handle publicity and related design work (e.g. Shirts)</li>
</ul>
<h4>RAG Project Director / Committee</h4>
<ul>
<li>Coordinate RAG performance</li>
<li>Source for costume/float materials</li>
<li>Creative Department: Be as creative as you can!</li>
<li>Float Department: Design and create floats</li>
<li>Dance Department: Choreograph RAG dance and integrate with floats</li>
<li>Make-up artists: Design RAG hair and make-up</li>
<li>Costumes Designer: Design and create RAG performance costumes</li>
</ul>
<h4>Bash Project Director / Committee</h4>
<ul>
<li>Plan Bash night program</li>
<li>Acquire Venue</li>
<li>Hire necessary staff (DJ, make-up artist, photographer etc)</li>
<li>Arrange photo shoot for BASH Pageants</li>
<li>Work with FSC and/or FOW to plan finale night</li>
<li>Pageant Selection</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>For any queries, please email <a href="mailto:connect@nuscomputing.com">connect@nuscomputing.com</a></p>
<p><i class="fa fa-envelope-o" aria-hidden="true"></i></p>
</div>
</div>
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<script type="text/javascript">
console.log("Join IT Cell. Quote: I found Duckie!")
</script>
</footer>
</div>
</body>
</html>