-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
479 lines (478 loc) · 32.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="description" content="ISTD Student Board Website Homepage." />
<meta name="author" content="ISTD Student Board" />
<title>ISTD Student Board | Student Initiatives & Resources</title>
<!-- Add Favicons -->
<link rel="icon" type="image/x-icon" href="assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#157878">
<meta name="msapplication-TileImage" content="assets/favicons/ms-icon-144x144.png">
<meta name="og:image" content="assets/img/og_img.png">
<!-- Font Awesome Icons (Free Version) -->
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" />
<!-- Core Theme CSS (includes Bootstrap) -->
<link href="assets/css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img class="nav-image" src="assets/img/istd-logo.png" alt="..."></img></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#initiatives">Initiatives</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#hop">HOP Dialogue</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead -->
<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">Student Board</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">A student body part of SUTD's ISTD pillar.</h2>
<a class="btn btn-primary js-scroll-trigger" target="_blank" rel="noopener noreferrer" href="https://istd.sutd.edu.sg/">Find Out More!</a>
</div>
</div>
</header>
<!-- About -->
<section class="about-section text-center" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-white mb-4">ISTD Student Board</h2>
<p class="text-white-50">
Here in SUTD, we collaborate with the ISTD faculty, staff and external organisations to improve the learning experience of ISTD students. We are formed by student boards of every batch.
</p>
</div>
</div>
</div>
</section>
<!-- Initiatives -->
<section class="projects-section bg-light" id="initiatives">
<div class="container">
<div id="initiatives-carousel-first-half" class="carousel slide" data-interval="false" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#initiatives-carousel-first-half" data-slide-to="0" class="active"></li>
<li data-target="#initiatives-carousel-first-half" data-slide-to="1"></li>
<li data-target="#initiatives-carousel-first-half" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row align-items-center">
<div class="col-xl-8 col-lg-7 carousel-item-left-side">
<img class="d-block img-fluid mb-3 mb-lg-0" src="assets/img/cny.jpg">
</div>
<div class="col-xl-4 col-lg-5 carousel-item-right-side">
<div class="featured-text text-center text-lg-left">
<h4>CNY Event</h4>
<hr class="d-none d-lg-block mb-0 ml-0" />
<p class="initiatives-description text-black-50 mb-0">We held our first CNY event for all 4 classes to allow people to network with one another given the format of online classes. Everyone had a whale of a time in writing encouragement letters to one another in ushering in the new year.</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row align-items-center">
<div class="col-xl-8 col-lg-7 carousel-item-left-side">
<img class="d-block img-fluid mb-3 mb-lg-0" src="assets/img/itree.jpeg">
</div>
<div class="col-xl-4 col-lg-5 carousel-item-right-side">
<div class="featured-text text-center text-lg-left">
<h4>I3 Lab</h4>
<hr class="d-none d-lg-block mb-0 ml-0" />
<p class="initiatives-description text-black-50 mb-0">A place where we call home. One place for all. To use for your projects and project meetings.</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row align-items-center">
<div class="col-xl-8 col-lg-7 carousel-item-left-side">
<img class="d-block img-fluid mb-3 mb-lg-0" src="assets/img/infosysplus.jpg">
</div>
<div class="col-xl-4 col-lg-5 carousel-item-right-side">
<div class="featured-text text-center text-lg-left">
<h4>InfoSys+</h4>
<hr class="d-none d-lg-block mb-0 ml-0" />
<p class="initiatives-description text-black-50 mb-0">We held workshops about Android Studio for our batchmates in the class of 2021 to help them with their InfoSys Projects which required the development of the Android application as the final product of the module requirements.</p>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#initiatives-carousel-first-half" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#initiatives-carousel-first-half" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br>
<div id="initiatives-carousel-second-half" class="carousel slide" data-interval="false" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#initiatives-carousel-second-half" data-slide-to="0" class="active"></li>
<li data-target="#initiatives-carousel-second-half" data-slide-to="1"></li>
<li data-target="#initiatives-carousel-second-half" data-slide-to="2"></li>
<li data-target="#initiatives-carousel-second-half" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row align-items-center">
<div class="col-xl-4 col-lg-5 carousel-item-left-side">
<div class="featured-text-right text-center text-lg-right">
<h4>Industry Talks</h4>
<hr class="d-none d-lg-block mb-0 ml-0" />
<p class="initiatives-description text-black-50 mb-0">We are open to partner with any industry partners or student clubs who want to promote opportunities for the ISTD student body. Drop us an email at our email found in the contacts section of this website.</p>
</div>
</div>
<div class="col-xl-8 col-lg-7 carousel-item-right-side">
<img class="d-block img-fluid mb-3 mb-lg-0" src="assets/img/industry_talks.jpeg">
</div>
</div>
</div>
<div class="carousel-item">
<div class="row align-items-center">
<div class="col-xl-4 col-lg-5 carousel-item-left-side">
<div class="featured-text-right text-center text-lg-right">
<h4>Company Visits</h4>
<hr class="d-none d-lg-block mb-0 ml-0" />
<p class="initiatives-description text-black-50 mb-0">We look forward to company visits to give the student body an idea about the company. You can also drop us an email at our email found in the contact section.</p>
</div>
</div>
<div class="col-xl-8 col-lg-7 carousel-item-right-side">
<img class="d-block img-fluid mb-3 mb-lg-0" src="assets/img/company_visits.png">
</div>
</div>
</div>
<div class="carousel-item">
<div class="row align-items-center">
<div class="col-xl-4 col-lg-5 carousel-item-left-side">
<div class="featured-text-right text-center text-lg-right">
<h4>Git With Seniors Workshop 2022</h4>
<hr class="d-none d-lg-block mb-0 ml-0" />
<p class="initiatives-description text-black-50 mb-0">The ISTD student board members held a workshop for the class of 2024 ISTD students during their 4th semester on 4th February 2022 to help them familiarise with Git and Github. We also shared useful tips for effective project collaboration. The recording of the workshop can be found <a href="https://youtu.be/3Xw8up8Ou-A" target="_blank">here</a>. The workshop slides can also be found <a href="https://docs.google.com/presentation/d/1TMWoAHLj3hMtma7u2VzyS7Nk6b_Ulb8zHlaX51AUkhE/edit?usp=sharing" target="_blank">here</a>.</p>
</div>
</div>
<div class="col-xl-8 col-lg-7 carousel-item-right-side">
<img class="d-block img-fluid mb-3 mb-lg-0" src="assets/img/Git_with_seniors.jpg">
</div>
</div>
</div>
<div class="carousel-item">
<div class="row align-items-center">
<div class="col-xl-4 col-lg-5 carousel-item-left-side">
<div class="featured-text-right text-center text-lg-right">
<h4>InfoSys+ Android Workshop 2022</h4>
<hr class="d-none d-lg-block mb-0 ml-0" />
<p class="initiatives-description text-black-50 mb-0">The ISTD student board conducted a workshop on integrating an Android app with an external database for Term 4 CSD students on 25 March 2022. Topics covered include making REST API requests in Java, FastAPI and MySQL. Workshop materials can be found <a href="https://github.com/naffins/infosysPlus_android_workshop_final" target="_blank">here</a>.</p>
</div>
</div>
<div class="col-xl-8 col-lg-7 carousel-item-right-side">
<img class="d-block img-fluid mb-3 mb-lg-0" src="assets/img/infosys_android_workshop_2022.jpg">
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#initiatives-carousel-second-half" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#initiatives-carousel-second-half" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- HOP Dialogues -->
<section class="dialogues-section" id="hop">
<div class="row dialogues-overall">
<div class="col-lg-6">
<div class="row dialogues-left-body sticky-top">
<div class="col-10 col-sm-9 mx-auto">
<h1>HOP Dialogue</h1>
<hr class="d-none d-lg-block ml-0">
<p class="text-black">
The Head of Pillar Dialogue is hosted at least once per term to provide an opportunity for the student body to feedback any pillar-related issues to the ISTD's management. It could be feedbacks related to academics or the ISTD pillar.
<br><br>
The summarised minutes for the past dialogues can be found in this section.
</p>
</div>
</div>
</div>
<div class="col-lg-6 dialogues-right overflow-auto">
<div class="row card-row">
<div class="col-10 dialogues-right-card mx-auto">
<div class="row align-items-center">
<div class="col-3">
<div class="dialogues-right-card-icon mx-auto d-flex flex-row align-items-center justify-content-center">
<img src="assets/img/hop_logo_1.png">
</div>
</div>
<div class="col-9">
<div class="row">
<div class="col-7">
<h6>ISTD Term 4/7 2022</h6>
<hr class="d-none d-lg-block ml-0">
</div>
<div class="col-5">
<div class="h7-top">11 Mar 2022</div>
</div>
</div>
<div class="row">
<ul>
<li>Feedback regarding all Term 4 courses.</li>
<li>Feedback regarding Term 7 courses, specifically 50.006 User Interface Design and Implementation and 50.020 Network Security.</li>
<li>Feedback regarding general ISTD matters, including transcript change and course scheduling.</li>
</ul>
</div>
<div class="row">
<div class="col-12">
<div class="h7-bottom"><a target="_blank" rel="noopener noreferrer" href="https://sutdapac-my.sharepoint.com/:b:/g/personal/sean_gunawan_mymail_sutd_edu_sg/EZyg4wK9QDNLmBeZWDnGDDwBizxiIoYXHSlN3tlp1DDcpg?e=onMade">Read more <i class="fas fa-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row card-row">
<div class="col-10 dialogues-right-card mx-auto">
<div class="row align-items-center">
<div class="col-3">
<div class="dialogues-right-card-icon mx-auto d-flex flex-row align-items-center justify-content-center">
<img src="assets/img/hop_logo_1.png">
</div>
</div>
<div class="col-9">
<div class="row">
<div class="col-7">
<h6>Degree Name Change</h6>
<hr class="d-none d-lg-block ml-0">
</div>
<div class="col-5">
<div class="h7-top">29 Jul 2021</div>
</div>
</div>
<div class="row">
<ul>
<li>The degree name is being changed from the original Information Systems Technology and Design (ISTD) to Computer Science and Design (CSD).</li>
<li>Information Systems degrees are generally more business-based than Computer Science degrees.</li>
<li>The change in the degree name will affect how the curriculum is shaped in the future.</li>
<li>The pillar name of ISTD will be retained.</li>
</ul>
</div>
<div class="row">
<div class="col-12">
<div class="h7-bottom"><a target="_blank" rel="noopener noreferrer" href="https://hackmd.io/@D9ggjogZTzWBCxUXc2fULg/ryO3sR1yK">Read more <i class="fas fa-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row card-row">
<div class="col-10 dialogues-right-card mx-auto">
<div class="row align-items-center">
<div class="col-3">
<div class="dialogues-right-card-icon mx-auto d-flex flex-row align-items-center justify-content-center">
<img src="assets/img/hop_logo_1.png">
</div>
</div>
<div class="col-9">
<div class="row">
<div class="col-7">
<h6>ISTD Term 5/7 2021</h6>
<hr class="d-none d-lg-block ml-0">
</div>
<div class="col-5">
<div class="h7-top">24 Mar 2021</div>
</div>
</div>
<div class="row">
<ul>
<li>Junior feedbacks with regards to their modules in Term 5.</li>
<li>Senior feedbacks with regards to their modules in Term 7.</li>
<li>Inquiries about the change in pillar name, as well as miscellaneous questions with regards to DAI.</li>
</ul>
</div>
<div class="row">
<div class="col-12">
<div class="h7-bottom"><a target="_blank" rel="noopener noreferrer" href="https://hackmd.io/@h5R-ClhpQPyubny6IWlmWA/r1or6uOV_">Read more <i class="fas fa-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row card-row">
<div class="col-10 dialogues-right-card mx-auto">
<div class="row align-items-center">
<div class="col-3">
<div class="dialogues-right-card-icon mx-auto d-flex flex-row align-items-center justify-content-center">
<img src="assets/img/hop_logo_2.png">
</div>
</div>
<div class="col-9">
<div class="row">
<div class="col-7">
<h6>ISTD Term 4/6 2020</h6>
<hr class="d-none d-lg-block ml-0">
</div>
<div class="col-5">
<div class="h7-top">04 Nov 2020</div>
</div>
</div>
<div class="row">
<ul>
<li>Junior feedbacks with regards to their modules in Term 4.</li>
<li>Senior feedbacks with regards to their modules in Term 6.</li>
<li>Issues with regards to course survey delivery on the school’s coursework website, eDimension.</li>
</ul>
</div>
<div class="row">
<div class="col-12">
<div class="h7-bottom"><a target="_blank" rel="noopener noreferrer" href="https://istd.opensutd.org/documents/hop_session/minutes_4_nov_2020.html">Read more <i class="fas fa-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row card-row">
<div class="col-10 dialogues-right-card mx-auto">
<div class="row align-items-center">
<div class="col-3">
<div class="dialogues-right-card-icon mx-auto d-flex flex-row align-items-center justify-content-center">
<img src="assets/img/hop_logo_3.png">
</div>
</div>
<div class="col-9">
<div class="row">
<div class="col-7">
<h6>ISTD Term 5/7 2020</h6>
<hr class="d-none d-lg-block ml-0">
</div>
<div class="col-5">
<div class="h7-top">20 Mar 2020</div>
</div>
</div>
<div class="row">
<ul>
<li>Introduction of new faculty members and new modules, such as Product Design Studio, Service Design Studio and Advanced Algorithms & Discrete Structures.</li>
<li>Feedbacks by juniors and seniors with regards to coursework.</li>
<li>i3 Lab opening soon.</li>
</ul>
</div>
<div class="row">
<div class="col-12">
<div class="h7-bottom"><a target="_blank" rel="noopener noreferrer" href="https://istd.opensutd.org/documents/hop_session/minutes_20_feb_2020.html">Read more <i class="fas fa-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="contact-section" id="contact">
<div class="container">
<div class="row">
<div class="col-md-10 mx-auto">
<div class="container">
<div class="row contact-section-top">
<div class="col-sm-12 flex-column flex-md-row d-flex align-items-md-start justfiy-content-md-start align-items-center">
<div class="d-flex flex-column align-items-md-start align-items-center">
<h1 class="text-black text-center text-md-left">Contact us!</h1>
<hr class="d-none d-lg-block ml-0 mr-0">
</div>
<div class="d-flex flex-row justify-content-center">
<img src="assets/img/contact_us_1.png">
<img src="assets/img/contact_us_2.png">
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<a target="_blank" rel="noopener noreferrer" class="d-flex" href="mailto:[email protected]">
<button class="btn btn-primary btn-block" type="submit"><h4>[email protected]</h4></button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Notes -->
<footer class="notes" id="notes">
<div class="row notes-top">
<div class="col-1">
<h5 class="text-white">Notes</h5>
<hr class="d-none d-lg-block mb-0 mr-0">
</div>
</div>
<div class="row notes-middle">
<div class="col-lg-5">
<p class="text-white">
This website aims to keep all ISTD students updated on current ongoing student initiatives, as well as act as a central place for student-maintained resources to make life in ISTD easier.
</p>
</div>
<div class="col-lg-2"></div>
<div class="col-lg-5">
<p class="text-white">
This student board web portal is completely open source, supported by the OpenSUTD movement, and anyone can contribute their own pages to this domain. Find out more <a target="_blank" ref="noopener noreferrer" href="https://github.com/OpenSUTD/ISTD">here</a>.
</p>
</div>
</div>
<div class="row notes-bottom text-white">
<div class="col-12">
<hr class="d-none d-lg-block">
<p>
Copyright © 2021 - ISTD Student Board. All rights reserved. To visit our old website, go <a target="_blank" rel="noopener noreferrer" href="https://istd.opensutd.org/old.html">here</a>.
</p>
</div>
</div>
</footer>
<!-- Bootstrap Core JS -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Third Party Plugin JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<!-- Core Theme JS -->
<script src="assets/js/scripts.js"></script>
</body>
</html>