This repository was archived by the owner on Sep 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSupper.html
More file actions
933 lines (812 loc) · 61 KB
/
Copy pathSupper.html
File metadata and controls
933 lines (812 loc) · 61 KB
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
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
<!DOCTYPE html>
<html>
<head>
<script src="https://www.googleoptimize.com/optimize.js?id=OPT-5RB8QJC"></script>
<meta charset="utf-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-71SSB3KHXD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-71SSB3KHXD', { 'optimize_id': 'OPT-5RB8QJC'});
</script>
<!--SITE TITLE-->
<title>DiscoverSUTD 2021</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Starting your SUTD life">
<meta name="keywords" content="DiscoverSUTD2021">
<!-- include bootstrap-->
<!-- Latest compiled and minified CSS -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- included css style folders here-->
<link rel="stylesheet" href="assets/css/supper.css">
<!-- iOS Splashscreens Package -->
<link href="assets/media/splashscreens/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="assets/media/splashscreens/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="assets/media/splashscreens/iphoneplus_splash.png" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image">
<link href="assets/media/splashscreens/iphonex_splash.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image">
<link href="assets/media/splashscreens/iphonexr_splash.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="assets/media/splashscreens/iphonexsmax_splash.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image">
<link href="assets/media/splashscreens/ipad_splash.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="assets/media/splashscreens/ipadpro1_splash.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="assets/media/splashscreens/ipadpro3_splash.png" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="assets/media/splashscreens/ipadpro2_splash.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link rel="stylesheet" type="text/css" href="/assets/css/landing.css">
<link rel="stylesheet" type="text/css" href="/assets/css/tooltip.css">
<noscript><link rel="stylesheet" type="text/css" href="/assets/css/landing-noscript.css"></noscript>
<!-- Favicon Package -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/media/favicons/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="assets/media/favicons/apple-touch-icon-precomposed.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/media/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="194x194" href="assets/media/favicons/favicon-194x194.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/media/favicons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/media/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/media/favicons/site.webmanifest">
<link rel="mask-icon" href="assets/media/favicons/safari-pinned-tab.svg" color="#cc0000">
<link rel="shortcut icon" href="assets/media/favicons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="DiscoverSUTD">
<meta name="application-name" content="DiscoverSUTD">
<meta name="msapplication-TileColor" content="#cc0000">
<meta name="msapplication-TileImage" content="assets/media/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="assets/media/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- NAVBAR -->
<div id="topnav">
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<a class="navbar-brand" href="index.html">
<img src="assets/favicon.ico" alt="Logo" style="width:50px;">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="fifthrows.html">FIFTH ROWS<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="Human_Library.html">HUMAN LIBRARY</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="Supper.html" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
SUPPER
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#16 sept">16/09/21</a>
<a class="dropdown-item" href="#20 sept">20/09/21</a>
<a class="dropdown-item" href="#21 sept">21/09/21</a>
<a class="dropdown-item" href="#22 sept">22/09/21</a>
<a class="dropdown-item" href="#23 sept">23/09/21</a>
<a class="dropdown-item" href="#27 sept">27/09/21</a>
<a class="dropdown-item" href="#28 sept">28/09/21</a>
<a class="dropdown-item" href="#29 sept">29/09/21</a>
<a class="dropdown-item" href="#30 sept">30/09/21</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="lab_sessions.html">LAB SESSIONS</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- Start of section-->
<header class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase">Supper With Seniors</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">Someone said Supper?</h2>
<a class="btn btn-primary js-scroll-trigger" href="#registration">REGISTER</a>
</div>
</div>
</header>
<div class="container">
<h1 style="padding-top: 50px; color: #800;">
DiscoverPeople
</h1>
<p style="font-size: 25px;">Yes you heard that right! We will be providing supper most days of the week to encourage Freshmores to stay for workshops and activities after class.
Also we hope that having the cohort gather regularly might help in building a stronger community through encouraging people to share about their day, hopes and experiences at SUTD.
Since you’ll be having Supper with Seniors, do look forward to learn something new from them!
<section id="registration">
<h3>Registration</h3>
<br/>
<p style="font-size: 20px;">
<b>Location:</b> Dance Studio 1,2 / Dance Studio 3,4,5/ <a href="https://discord.gg/s2D4aKhv">Discord (Live-stream !)</a> <br/>
<br/>
<b>Date: Every Mon, Tues, Weds, & Thurs
from 16 Sept till 30 Sept</b> <br/>
<b>Time:</b> 8:30pm - 10:00pm <br/>
<!--TODO add the link here! in href-->
<a href="https://forms.office.com/r/tUu9eL3C6M"><span style="color: #800;">FIRST COME FIRST SERVE! REGISTER HERE!</span></a>
</p>
</section>
<br/>
<h3>Seniors attending Supper </h3>
<br/>
<section id="16 sept">
<h2>16/9</h2>
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1aqMVUTCgsJB2z3M9SBm6JxrEIBuwXg3prZ2gf346 (1).png" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Sarah Chua</h5>
<p class="card-text">I love supper (that's why I'm here!), not just for the good food but for the good chat too. I'm in Tchoukball, ROOT and Productions so feel free just chat if you wanna know more.
Tip: Make full use of the Term 1 pass/fail to explore school life .</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1dC1MeGP5svl72h-oiLqFDAe9AWMMn--NkLMlIbzh.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Ragul Balaji</h5>
<p class="card-text">Ragul likes to make things. Talk to him about Robotics, Cybersec CTFs, Minecraft or anything!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1NMUzpByn1_ewJy1Y1O3hnW5WEzVEIkArxsKtgk75.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Natalie Lim</h5>
<p class="card-text">Heyoo im nat! I like to be adventurous and try new things so thats what i did in SUTD. I was in cheer but then I grew too old for it ;( so then I found new things to do like becoming the EPD student rep, OGL stuff and various SUTD marketing things.
Now, I just started working at Shopee as a Product Manager, so hmu if you want to know more about that as well. I'd like to think I'm pretty friendly so dont worry and come chat with me!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2020-12-22_06-15-03.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Chester Koh</h5>
<p class="card-text">Hi! I'm a ISTD PhD student starting this Sept. I just graduated from ISTD last week!
My specialisation is in Computer Networks & Cloud Computing. I have been very involved in fifth rows such as NihonGo (the Japanese Cultural Club) and 3DC (Digital Design and Development) and helping out in SUTD events such as Virtual Open House.
I strongly believe that SUTD is a place where you learn best by doing crazy things, not mugging. If you are like me and have a tendency to do wild, come talk to me and I can share about my craziest experiences in SUTD!</p>
</div>
</div>
</div>
</div>
</section>
<br/>
<br/>
<section id="20 sept">
<h2 style="color: #800;">20/9</h2>
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1aMLyaYiYV4EG8fl0BJ8bkS_EQoshTfa1ArMmJkKi.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Peter</h5>
<p class="card-text">Peter is a stong believer in trying new things, always challenging himself to learn new skills from those around him. Open to talking about anything design related from Adobe Premiere, Photoshop to Interior Design & Architecture.
He was also a TA for Design for the 2020 Freshies so feel free to talk to him about what freshie life is like or if you're interested to know more about ASD!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\jamestiotio_profile_picture.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">James Raphael Tiovalen</h5>
<p class="card-text">James is a strong advocate for open-source and he is involved in various side projects. If there is something wrong with the system, he is usually there to try and fix it.
He is open to talk about OpenSUTD, academics, food, technology, corny jokes, memes, or university and hostel life in general. He likes to explore random ideas, connect the dots between random concepts and tinker with random technologies, just because it's fun.</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1Mxk4U5LE68mMKNxXssQpw9S3b5ZZXf5FYQE0qfKx.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Yong Kang</h5>
<p class="card-text">yong kang is a wacky guy that is always down for some crazy ass talk. you can hit him up in the gym at anytime except for night but his usual timings are monday weds fridays at 7am.
Yong kang is also passionate about coding, software engineering and machine learning and startups. he is currently an intern at rakuten viki and a cofounder of a digital mentoring app matchin</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2021-02-15_09-10-57.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Melody</h5>
<p class="card-text">Melody is a strong advocate for trying everything that you can. Famously known as caramel_melmel.
From technical to non-technical stuff, she can talk about anything related to UI/UX, javascript and some dev stuff and the hooks around school life, many more to come.
She was also a TA for Design for the 2020 freshmores and will also be the TA for Data Driven World for the term 3 fresh-no mores. Feel free to fire away questions about life choices and also hit her up for brawl stars :D </p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1KmC0jRD2y3iMeekEJlZYa5-Wk9Xs9reLOScDFueP.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Raasheeda Fathima</h5>
<p class="card-text">Raash is a very sporty person who loves picking up new sports during her free time.Part of SUTD's Floorball team, she can give you tips and tricks on how to juggle school life and fifth row commitment.
She can give advice how to handle school in the new norm of the covid 19 pendemic
Currently an ISTD junior, she is well known to be a front end developer and loves anything to do with UI/UX! Want to know more about SUTD life and more, come join in!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1xdU9KgpBehNz_fhYJtcW7c9EVHxaFRF6JbjgbVcH.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Joseph Low</h5>
<p class="card-text">Joseph has been into the coffee hobby for the past 4 years or so and has a little side hustle refurbishing and reselling coffee equipment as well as conducting home barista workshops. He started and is currently running the Changi Coffee Corner Interest Group in SUTD so hit him up for coffee anytime.
Joseph aims to learn the skills to become a CPO/CTO that can help non-technical founders make their vision a reality. His previous exepriences are in UX design, consulting and as a scrum master. Currently he is exploring product management in a DeFI analytics startup. Talk to him about UI/UX, Product Management, DeFi and Blockchain. </p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1wb9iRMHTjHtcyaKj9VBF3K43LTOUjPPSdfVTB8TJ.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Alexander James Fonseca</h5>
<p class="card-text">Alex has difficulty describing himself in third-person, so I'm just gonna use first-person.
Holla! I'm Alex, a MNEED Dual Masters student. I've just returned from a 9 month IC Design course in Taiwan's Chang Gung University, and I'm now lurking the labs doing drone battery things. Before that, I was a scrub in the EPD Robotics Track with too many Fifth Rows for his own good.
Stuff that tickles my pickles:
- Presenting, public speaking, emceeing. And also a little writing.
- DnD (did you know we have an SUTDnD group?)
- Food. I love food and am filled with a chonky spirit.
- Complaining about SUTD like the boomer I am.
- History, politics, and geography.
- Whiskey. Especially of the Islay variety.
</p>
</div>
</div>
</div>
</div>
</section>
<br/>
<br/>
<section id= "21 sept">
<h2 style="color: #800;">21/9</h2>
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1dC1MeGP5svl72h-oiLqFDAe9AWMMn--NkLMlIbzh.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Ragul Balaji</h5>
<p class="card-text">Ragul likes to make things. Talk to him about Robotics, Cybersec CTFs, Minecraft or anything
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1Mxk4U5LE68mMKNxXssQpw9S3b5ZZXf5FYQE0qfKx.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Yong Kang</h5>
<p class="card-text">yong kang is a wacky guy that is always down for some crazy ass talk. you can hit him up in the gym at anytime except for night but his usual timings are monday weds fridays at 7am.
Yong kang is also passionate about coding, software engineering and machine learning and startups. he is currently an intern at rakuten viki and a cofounder of a digital mentoring app matchin</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2021-02-15_09-10-57.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Melody</h5>
<p class="card-text">Melody is a strong advocate for trying everything that you can. Famously known as caramel_melmel.
From technical to non-technical stuff, she can talk about anything related to UI/UX, javascript and some dev stuff and the hooks around school life, many more to come.
She was also a TA for Design for the 2020 freshmores and will also be the TA for Data Driven World for the term 3 fresh-no mores. Feel free to fire away questions about life choices and also hit her up for brawl stars :D </p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1xdU9KgpBehNz_fhYJtcW7c9EVHxaFRF6JbjgbVcH.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Joseph Low</h5>
<p class="card-text">Joseph has been into the coffee hobby for the past 4 years or so and has a little side hustle refurbishing and reselling coffee equipment as well as conducting home barista workshops. He started and is currently running the Changi Coffee Corner Interest Group in SUTD so hit him up for coffee anytime.
Joseph aims to learn the skills to become a CPO/CTO that can help non-technical founders make their vision a reality. His previous exepriences are in UX design, consulting and as a scrum master. Currently he is exploring product management in a DeFI analytics startup. Talk to him about UI/UX, Product Management, DeFi and Blockchain. </p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2021-09-03_20-17-02.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Timothy Liu</h5>
<p class="card-text">I am is a first-year ISTD PhD student working on natural language processing (NLP) and deep learning. I graduated from SUTD (ISTD) last year. Feel free to talk to me about ISTD, UROP or anything that interests you!
</p>
</div>
</div>
</div>
</div>
</section>
<br/>
<br/>
<section id="22 sept">
<h2 style="color: #800;">22/9</h2>
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1aMLyaYiYV4EG8fl0BJ8bkS_EQoshTfa1ArMmJkKi.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Peter</h5>
<p class="card-text">Peter is a stong believer in trying new things, always challenging himself to learn new skills from those around him. Open to talking about anything design related from Adobe Premiere, Photoshop to Interior Design & Architecture.
He was also a TA for Design for the 2020 Freshies so feel free to talk to him about what freshie life is like or if you're interested to know more about ASD!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\20191203_142121 copy.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Sean Gunawan</h5>
<p class="card-text">Sean is a current ISTD student who likes to tinker with both software and hardware, and to get involved in various kinds of stuff from helping to manage Fifth Rows (NihonGo and Wind Ensemble) to TAing juniors to making academics-related memes.
Talk to him about pretty much anything!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1wb9iRMHTjHtcyaKj9VBF3K43LTOUjPPSdfVTB8TJ.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Alexander James Fonseca</h5>
<p class="card-text">Alex has difficulty describing himself in third-person, so I'm just gonna use first-person.
Holla! I'm Alex, a MNEED Dual Masters student. I've just returned from a 9 month IC Design course in Taiwan's Chang Gung University, and I'm now lurking the labs doing drone battery things. Before that, I was a scrub in the EPD Robotics Track with too many Fifth Rows for his own good.
Stuff that tickles my pickles:
- Presenting, public speaking, emceeing. And also a little writing.
- DnD (did you know we have an SUTDnD group?)
- Food. I love food and am filled with a chonky spirit.
- Complaining about SUTD like the boomer I am.
- History, politics, and geography.
- Whiskey. Especially of the Islay variety.
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2021-02-15_09-10-57.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Melody</h5>
<p class="card-text">Melody is a strong advocate for trying everything that you can. Famously known as caramel_melmel.
From technical to non-technical stuff, she can talk about anything related to UI/UX, javascript and some dev stuff and the hooks around school life, many more to come.
She was also a TA for Design for the 2020 freshmores and will also be the TA for Data Driven World for the term 3 fresh-no mores. Feel free to fire away questions about life choices and also hit her up for brawl stars :D </p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1KmC0jRD2y3iMeekEJlZYa5-Wk9Xs9reLOScDFueP.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Raasheeda Fathima</h5>
<p class="card-text">Raash is a very sporty person who loves picking up new sports during her free time.Part of SUTD's Floorball team, she can give you tips and tricks on how to juggle school life and fifth row commitment.
She can give advice how to handle school in the new norm of the covid 19 pendemic
Currently an ISTD junior, she is well known to be a front end developer and loves anything to do with UI/UX! Want to know more about SUTD life and more, come join in!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2020-12-22_06-15-03.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Chester Koh</h5>
<p class="card-text">Hi! I'm a ISTD PhD student starting this Sept. I just graduated from ISTD last week!
My specialisation is in Computer Networks & Cloud Computing. I have been very involved in fifth rows such as NihonGo (the Japanese Cultural Club) and 3DC (Digital Design and Development) and helping out in SUTD events such as Virtual Open House.
I strongly believe that SUTD is a place where you learn best by doing crazy things, not mugging. If you are like me and have a tendency to do wild, come talk to me and I can share about my craziest experiences in SUTD!</p>
</div>
</div>
</div>
</div>
</section>
<br/>
<br/>
<section id="23 sept">
<h2>23/9</h2>
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2021-09-03_20-17-02.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Timothy Liu</h5>
<p class="card-text">I am is a first-year ISTD PhD student working on natural language processing (NLP) and deep learning. I graduated from SUTD (ISTD) last year. Feel free to talk to me about ISTD, UROP or anything that interests you!
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1dC1MeGP5svl72h-oiLqFDAe9AWMMn--NkLMlIbzh.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Ragul Balaji</h5>
<p class="card-text">Ragul likes to make things. Talk to him about Robotics, Cybersec CTFs, Minecraft or anything
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\jamestiotio_profile_picture.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">James Raphael Tiovalen</h5>
<p class="card-text">James is a strong advocate for open-source and he is involved in various side projects. If there is something wrong with the system, he is usually there to try and fix it.
He is open to talk about OpenSUTD, academics, food, technology, corny jokes, memes, or university and hostel life in general. He likes to explore random ideas, connect the dots between random concepts and tinker with random technologies, just because it's fun.</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1hHSXsiJn1DMY6tb7lYGt8UXqPQNHLT2cIu5mIwdt.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Chole</h5>
<p class="card-text">Chloe loves to create and has a strong passion for the arts. Her love for creating is often showcased in her hobbies like cooking and sewing. Furthermore, her passion for the arts has also pushed her to be a part of SUTD's Chamber (string ensemble) and Band fifth row.
If you have any interests in the performing arts fifth rows in SUTD do not be shy to ask her anything! Or if you just want someone to talk to she is always open to listening to any worries!
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1y6RP1hE0HBeApUWFfDaLkSlA6wyuAWy2k-8alTET.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Joshua</h5>
<p class="card-text">Joshua is a Term 3 Student who comes from a JC background. Having recently gone through the first two terms you can approach him for any infromation regarding settling in to SUTD.
He is also a Teaching Assistant for Physical world so if you have any questions about what to expect you can feel free to inquire.
Furthermore he is the President of the Cuesport Fifthrow and Vice President of the Drama Fifthrow if you have any inquiries about those types of fifthrow.
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2021-02-15_09-10-57.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Melody</h5>
<p class="card-text">Melody is a strong advocate for trying everything that you can. Famously known as caramel_melmel.
From technical to non-technical stuff, she can talk about anything related to UI/UX, javascript and some dev stuff and the hooks around school life, many more to come.
She was also a TA for Design for the 2020 freshmores and will also be the TA for Data Driven World for the term 3 fresh-no mores. Feel free to fire away questions about life choices and also hit her up for brawl stars :D </p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1KmC0jRD2y3iMeekEJlZYa5-Wk9Xs9reLOScDFueP.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Raasheeda Fathima</h5>
<p class="card-text">Raash is a very sporty person who loves picking up new sports during her free time.Part of SUTD's Floorball team, she can give you tips and tricks on how to juggle school life and fifth row commitment.
She can give advice how to handle school in the new norm of the covid 19 pendemic
Currently an ISTD junior, she is well known to be a front end developer and loves anything to do with UI/UX! Want to know more about SUTD life and more, come join in!</p>
</div>
</div>
</div>
</div>
</section>
<br/>
<br/>
<section id="27 sept">
<h2 style="color: #800;">27/9</h2>
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2021-02-15_09-10-57.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Melody</h5>
<p class="card-text">Melody is a strong advocate for trying everything that you can. Famously known as caramel_melmel.
From technical to non-technical stuff, she can talk about anything related to UI/UX, javascript and some dev stuff and the hooks around school life, many more to come.
She was also a TA for Design for the 2020 freshmores and will also be the TA for Data Driven World for the term 3 fresh-no mores. Feel free to fire away questions about life choices and also hit her up for brawl stars :D </p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1KmC0jRD2y3iMeekEJlZYa5-Wk9Xs9reLOScDFueP.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Raasheeda Fathima</h5>
<p class="card-text">Raash is a very sporty person who loves picking up new sports during her free time.Part of SUTD's Floorball team, she can give you tips and tricks on how to juggle school life and fifth row commitment.
She can give advice how to handle school in the new norm of the covid 19 pendemic
Currently an ISTD junior, she is well known to be a front end developer and loves anything to do with UI/UX! Want to know more about SUTD life and more, come join in!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\jamestiotio_profile_picture.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">James Raphael Tiovalen</h5>
<p class="card-text">James is a strong advocate for open-source and he is involved in various side projects. If there is something wrong with the system, he is usually there to try and fix it.
He is open to talk about OpenSUTD, academics, food, technology, corny jokes, memes, or university and hostel life in general. He likes to explore random ideas, connect the dots between random concepts and tinker with random technologies, just because it's fun.</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1Mxk4U5LE68mMKNxXssQpw9S3b5ZZXf5FYQE0qfKx.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Yong Kang</h5>
<p class="card-text">yong kang is a wacky guy that is always down for some crazy ass talk. you can hit him up in the gym at anytime except for night but his usual timings are monday weds fridays at 7am.
Yong kang is also passionate about coding, software engineering and machine learning and startups. he is currently an intern at rakuten viki and a cofounder of a digital mentoring app matchin</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1xdU9KgpBehNz_fhYJtcW7c9EVHxaFRF6JbjgbVcH.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Joseph Low</h5>
<p class="card-text">Joseph has been into the coffee hobby for the past 4 years or so and has a little side hustle refurbishing and reselling coffee equipment as well as conducting home barista workshops. He started and is currently running the Changi Coffee Corner Interest Group in SUTD so hit him up for coffee anytime.
Joseph aims to learn the skills to become a CPO/CTO that can help non-technical founders make their vision a reality. His previous exepriences are in UX design, consulting and as a scrum master. Currently he is exploring product management in a DeFI analytics startup. Talk to him about UI/UX, Product Management, DeFi and Blockchain. </p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1aMLyaYiYV4EG8fl0BJ8bkS_EQoshTfa1ArMmJkKi.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Peter</h5>
<p class="card-text">Peter is a stong believer in trying new things, always challenging himself to learn new skills from those around him. Open to talking about anything design related from Adobe Premiere, Photoshop to Interior Design & Architecture.
He was also a TA for Design for the 2020 Freshies so feel free to talk to him about what freshie life is like or if you're interested to know more about ASD!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1wb9iRMHTjHtcyaKj9VBF3K43LTOUjPPSdfVTB8TJ.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Alexander James Fonseca</h5>
<p class="card-text">Alex has difficulty describing himself in third-person, so I'm just gonna use first-person.
Holla! I'm Alex, a MNEED Dual Masters student. I've just returned from a 9 month IC Design course in Taiwan's Chang Gung University, and I'm now lurking the labs doing drone battery things. Before that, I was a scrub in the EPD Robotics Track with too many Fifth Rows for his own good.
Stuff that tickles my pickles:
- Presenting, public speaking, emceeing. And also a little writing.
- DnD (did you know we have an SUTDnD group?)
- Food. I love food and am filled with a chonky spirit.
- Complaining about SUTD like the boomer I am.
- History, politics, and geography.
- Whiskey. Especially of the Islay variety.
</p>
</div>
</div>
</div>
</div>
</section>
<br/>
<br/>
<section id="28 sept">
<h2 style="color: #800;">28/9</h2>
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1dC1MeGP5svl72h-oiLqFDAe9AWMMn--NkLMlIbzh.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Ragul Balaji</h5>
<p class="card-text">Ragul likes to make things. Talk to him about Robotics, Cybersec CTFs, Minecraft or anything
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\jamestiotio_profile_picture.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">James Raphael Tiovalen</h5>
<p class="card-text">James is a strong advocate for open-source and he is involved in various side projects. If there is something wrong with the system, he is usually there to try and fix it.
He is open to talk about OpenSUTD, academics, food, technology, corny jokes, memes, or university and hostel life in general. He likes to explore random ideas, connect the dots between random concepts and tinker with random technologies, just because it's fun.</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1Mxk4U5LE68mMKNxXssQpw9S3b5ZZXf5FYQE0qfKx.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Yong Kang</h5>
<p class="card-text">yong kang is a wacky guy that is always down for some crazy ass talk. you can hit him up in the gym at anytime except for night but his usual timings are monday weds fridays at 7am.
Yong kang is also passionate about coding, software engineering and machine learning and startups. he is currently an intern at rakuten viki and a cofounder of a digital mentoring app matchin</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2021-02-15_09-10-57.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Melody</h5>
<p class="card-text">Melody is a strong advocate for trying everything that you can. Famously known as caramel_melmel.
From technical to non-technical stuff, she can talk about anything related to UI/UX, javascript and some dev stuff and the hooks around school life, many more to come.
She was also a TA for Design for the 2020 freshmores and will also be the TA for Data Driven World for the term 3 fresh-no mores. Feel free to fire away questions about life choices and also hit her up for brawl stars :D </p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1KmC0jRD2y3iMeekEJlZYa5-Wk9Xs9reLOScDFueP.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Raasheeda Fathima</h5>
<p class="card-text">Raash is a very sporty person who loves picking up new sports during her free time.Part of SUTD's Floorball team, she can give you tips and tricks on how to juggle school life and fifth row commitment.
She can give advice how to handle school in the new norm of the covid 19 pendemic
Currently an ISTD junior, she is well known to be a front end developer and loves anything to do with UI/UX! Want to know more about SUTD life and more, come join in!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1xdU9KgpBehNz_fhYJtcW7c9EVHxaFRF6JbjgbVcH.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Joseph Low</h5>
<p class="card-text">Joseph has been into the coffee hobby for the past 4 years or so and has a little side hustle refurbishing and reselling coffee equipment as well as conducting home barista workshops. He started and is currently running the Changi Coffee Corner Interest Group in SUTD so hit him up for coffee anytime.
Joseph aims to learn the skills to become a CPO/CTO that can help non-technical founders make their vision a reality. His previous exepriences are in UX design, consulting and as a scrum master. Currently he is exploring product management in a DeFI analytics startup. Talk to him about UI/UX, Product Management, DeFi and Blockchain. </p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2021-09-03_20-17-02.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Timothy Liu</h5>
<p class="card-text">I am is a first-year ISTD PhD student working on natural language processing (NLP) and deep learning. I graduated from SUTD (ISTD) last year. Feel free to talk to me about ISTD, UROP or anything that interests you!
</p>
</div>
</div>
</div>
</div>
</section>
<br/>
<br/>
<section id="29 sept">
<h2 style="color: #800;">29/9</h2>
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1aMLyaYiYV4EG8fl0BJ8bkS_EQoshTfa1ArMmJkKi.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Peter</h5>
<p class="card-text">Peter is a stong believer in trying new things, always challenging himself to learn new skills from those around him. Open to talking about anything design related from Adobe Premiere, Photoshop to Interior Design & Architecture.
He was also a TA for Design for the 2020 Freshies so feel free to talk to him about what freshie life is like or if you're interested to know more about ASD!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1wb9iRMHTjHtcyaKj9VBF3K43LTOUjPPSdfVTB8TJ.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Alexander James Fonseca</h5>
<p class="card-text">Alex has difficulty describing himself in third-person, so I'm just gonna use first-person.
Holla! I'm Alex, a MNEED Dual Masters student. I've just returned from a 9 month IC Design course in Taiwan's Chang Gung University, and I'm now lurking the labs doing drone battery things. Before that, I was a scrub in the EPD Robotics Track with too many Fifth Rows for his own good.
Stuff that tickles my pickles:
- Presenting, public speaking, emceeing. And also a little writing.
- DnD (did you know we have an SUTDnD group?)
- Food. I love food and am filled with a chonky spirit.
- Complaining about SUTD like the boomer I am.
- History, politics, and geography.
- Whiskey. Especially of the Islay variety.
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1NMUzpByn1_ewJy1Y1O3hnW5WEzVEIkArxsKtgk75.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Natalie Lim</h5>
<p class="card-text">Heyoo im nat! I like to be adventurous and try new things so thats what i did in SUTD. I was in cheer but then I grew too old for it ;( so then I found new things to do like becoming the EPD student rep, OGL stuff and various SUTD marketing things.
Now, I just started working at Shopee as a Product Manager, so hmu if you want to know more about that as well. I'd like to think I'm pretty friendly so dont worry and come chat with me!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2020-12-22_06-15-03.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Chester Koh</h5>
<p class="card-text">Hi! I'm a ISTD PhD student starting this Sept. I just graduated from ISTD last week!
My specialisation is in Computer Networks & Cloud Computing. I have been very involved in fifth rows such as NihonGo (the Japanese Cultural Club) and 3DC (Digital Design and Development) and helping out in SUTD events such as Virtual Open House.
I strongly believe that SUTD is a place where you learn best by doing crazy things, not mugging. If you are like me and have a tendency to do wild, come talk to me and I can share about my craziest experiences in SUTD!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2021-02-15_09-10-57.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Melody</h5>
<p class="card-text">Melody is a strong advocate for trying everything that you can. Famously known as caramel_melmel.
From technical to non-technical stuff, she can talk about anything related to UI/UX, javascript and some dev stuff and the hooks around school life, many more to come.
She was also a TA for Design for the 2020 freshmores and will also be the TA for Data Driven World for the term 3 fresh-no mores. Feel free to fire away questions about life choices and also hit her up for brawl stars :D </p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1KmC0jRD2y3iMeekEJlZYa5-Wk9Xs9reLOScDFueP.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Raasheeda Fathima</h5>
<p class="card-text">Raash is a very sporty person who loves picking up new sports during her free time.Part of SUTD's Floorball team, she can give you tips and tricks on how to juggle school life and fifth row commitment.
She can give advice how to handle school in the new norm of the covid 19 pendemic
Currently an ISTD junior, she is well known to be a front end developer and loves anything to do with UI/UX! Want to know more about SUTD life and more, come join in!</p>
</div>
</div>
</div>
</div>
</section>
<br/>
<br/>
<section id="30 sept">
<h2 style="color: #800;">30/9</h2>
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1dC1MeGP5svl72h-oiLqFDAe9AWMMn--NkLMlIbzh.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Ragul Balaji</h5>
<p class="card-text">Ragul likes to make things. Talk to him about Robotics, Cybersec CTFs, Minecraft or anything
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1hHSXsiJn1DMY6tb7lYGt8UXqPQNHLT2cIu5mIwdt.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Chole</h5>
<p class="card-text">Chloe loves to create and has a strong passion for the arts. Her love for creating is often showcased in her hobbies like cooking and sewing. Furthermore, her passion for the arts has also pushed her to be a part of SUTD's Chamber (string ensemble) and Band fifth row.
If you have any interests in the performing arts fifth rows in SUTD do not be shy to ask her anything! Or if you just want someone to talk to she is always open to listening to any worries!
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1y6RP1hE0HBeApUWFfDaLkSlA6wyuAWy2k-8alTET.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Joshua</h5>
<p class="card-text">Joshua is a Term 3 Student who comes from a JC background. Having recently gone through the first two terms you can approach him for any infromation regarding settling in to SUTD.
He is also a Teaching Assistant for Physical world so if you have any questions about what to expect you can feel free to inquire.
Furthermore he is the President of the Cuesport Fifthrow and Vice President of the Drama Fifthrow if you have any inquiries about those types of fifthrow.
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2021-02-15_09-10-57.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Melody</h5>
<p class="card-text">Melody is a strong advocate for trying everything that you can. Famously known as caramel_melmel.
From technical to non-technical stuff, she can talk about anything related to UI/UX, javascript and some dev stuff and the hooks around school life, many more to come.
She was also a TA for Design for the 2020 freshmores and will also be the TA for Data Driven World for the term 3 fresh-no mores. Feel free to fire away questions about life choices and also hit her up for brawl stars :D </p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\1KmC0jRD2y3iMeekEJlZYa5-Wk9Xs9reLOScDFueP.jfif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Raasheeda Fathima</h5>
<p class="card-text">Raash is a very sporty person who loves picking up new sports during her free time.Part of SUTD's Floorball team, she can give you tips and tricks on how to juggle school life and fifth row commitment.
She can give advice how to handle school in the new norm of the covid 19 pendemic
Currently an ISTD junior, she is well known to be a front end developer and loves anything to do with UI/UX! Want to know more about SUTD life and more, come join in!</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\photo_2021-09-03_20-17-02.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Timothy Liu</h5>
<p class="card-text">I am is a first-year ISTD PhD student working on natural language processing (NLP) and deep learning. I graduated from SUTD (ISTD) last year. Feel free to talk to me about ISTD, UROP or anything that interests you!
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="assets\images\supper\jamestiotio_profile_picture.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">James Raphael Tiovalen</h5>
<p class="card-text">James is a strong advocate for open-source and he is involved in various side projects. If there is something wrong with the system, he is usually there to try and fix it.
He is open to talk about OpenSUTD, academics, food, technology, corny jokes, memes, or university and hostel life in general. He likes to explore random ideas, connect the dots between random concepts and tinker with random technologies, just because it's fun.</p>
</div>
</div>
</div>
</div>
</section>
</div>