-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSP_life.html
539 lines (450 loc) · 24.5 KB
/
SP_life.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Signika+Negative:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
<!-- Bootstrap --> <!-- Scripts are at the bottom-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</head>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="#"><i class="bi bi-emoji-sunglasses"></i></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="SP_life.html">Life in SP</a>
</li>
<li class="nav-item">
<a class="nav-link" href="career.html">Career Prospects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="feedback.html" tabindex="-1" aria-disabled="false">Feedback</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Start Background-->
<section class="header2 bg-image">
<div id="text-box2" class="mb-3">
<p class="h1">Life in SP<p>
<p>How is life in SP for me? Well...</p>
</div>
</section>
<button id="btnScrollToTop" onclick="scrollUp()">
<i class="bi bi-arrow-up-circle"></i>
</button>
<!--Section 1 -->
<div class="bg-primary">
<div class="container py-5 ">
<div class="row justify-content-center">
<div class="col-12 my-5">
<!-- My Interests Title -->
<p class="h1 text-light text-center">Academics</p>
</div>
<!-- Column 1 -->
<div class="col-sm-12 col-md-6 col-lg-4 my-2 ">
<!-- SP Card -->
<div class=" card text-center reveal">
<div class="d-flex justify-content-center pt-4">
<img class="card-img" src="./Images/Book.jpg" alt="Book"> <!--Photo by Kimberly Farmer on Unsplash-->
</div>
<div class="card-body">
<p class="h2 card-title">Singapore Polytechnic</p>
<p class="card-text">Life in this Polytechnic has been stressful yet enriching! I could meet people from diverse backgrounds, though I'll admit I had difficult adjusting the to environment.</p>
</div>
</div>
</div>
<!-- Column 2 -->
<div class="col-sm-12 col-md-6 col-lg-4 my-2 ">
<!-- ECG Card -->
<div class=" card text-center reveal">
<div class="d-flex justify-content-center pt-4">
<img class="card-img" src="./Images/Mastery.jpeg" alt="ECG">
</div>
<div class="card-body">
<p class="h2 card-title">Education and Career Guidance</p>
<p class="card-text">Talks were given to help us understand the industrial landscape. Exciting and rewarding!</p>
</div>
</div>
</div>
<!-- Column 3 -->
<div class="col-sm-12 col-md-6 col-lg-4 my-2 ">
<!-- Computer Code Card -->
<div class="card text-center reveal">
<div class="d-flex justify-content-center pt-4">
<img class="card-img" src="./Images/Math.jpeg" alt="Computer Code">
</div>
<div class="card-body">
<p class="h2 card-title">Mathematics</p>
<p class="card-text">Mathematics lessons can be confusing at times, but practice makes perfect!</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Section 2 -->
<div class="bg-success">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-12 my-5 ">
<!-- My Interests Title -->
<p class="h1 text-light text-center">Socials</p>
</div>
<!-- Column 1 -->
<div class="col-sm-12 col-md-6 col-lg-4 my-2 ">
<div class=" card text-center reveal">
<div class="d-flex justify-content-center pt-4">
<img class="card-img" src="./Images/SP.jpg" alt="Friends"> <!-- Photo from https://commons.wikimedia.org/wiki/File:Singapore_Polytechnic_logo.png (public domain) -->
</div>
<div class="card-body">
<p class="h2 card-title">Social Life</p>
<p class="card-text">It is important to make friends in polytechnic as this network can serve you well in future! Finding people of similar interests can make your polytecnhnic life much more memorable!</p>
</div>
</div>
</div>
<!-- Column 2 -->
<div class="col-sm-12 col-md-6 col-lg-4 my-2">
<!-- ECG Card -->
<div class=" card text-center reveal">
<div class="d-flex justify-content-center pt-4">
<img class="card-img" src="./Images/Friends2.jpeg" alt="ECG">
</div>
<div class="card-body">
<p class="h2 card-title">Friends</p>
<p class="card-text">Meet my fellow coursemates! Our class outing was to go to the Sentosa Beach for a picnic!</p>
</div>
</div>
</div>
<!-- Column 3 -->
<div class="col-sm-12 col-md-6 col-lg-4 my-2 ">
<!-- Computer Code Card -->
<div class=" card text-center reveal">
<div class="d-flex justify-content-center pt-4">
<img class="card-img" src="./Images/Friends3.jpeg" alt="Computer Code">
</div>
<div class="card-body">
<p class="h2 card-title">CCA</p>
<p class="card-text">Introducing the School of Computing Ambassadors (SOCA) club, which I am proud to be part of!</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--- End of Cards-->
<div id = "calendar"></div>
<!--Section 3 -->
<!---Start of Table-->
<div class="backgroundColorB">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-12 my-5">
<!-- My Interests Title -->
<p class="h1 text-white text-center">My Timetable!</p>
<p class="h2 text-white" id = "tableHeading"></p>
<div class="table-responsive-xl table-striped mt-2">
<table class=" text-center">
<tr>
<th class= "border border-dark border-2" >Days</th>
<th class= "border border-dark border-2" >8 - 8.30</th>
<th class= "border border-dark border-2" >8.30 - 9</th>
<th class= "border border-dark border-2" >9 - 9.30</th>
<th class= "border border-dark border-2" >9.30 - 10</th>
<th class= "border border-dark border-2" >10 - 10.30</th>
<th class= "border border-dark border-2" >10.30 - 11</th>
<th class= "border border-dark border-2" >11 - 11.30</th>
<th class= "border border-dark border-2" >11.30 - 12</th>
<th class= "border border-dark border-2" >12 - 12.30</th>
<th class= "border border-dark border-2" >12.30 - 1</th>
<th class= "border border-dark border-2" >1 - 1.30</th>
<th class= "border border-dark border-2" >1.30 - 2</th>
<th class= "border border-dark border-2" >2 - 2.30</th>
<th class= "border border-dark border-2" >2.30 - 3</th>
<th class= "border border-dark border-2" >3 - 3.30</th>
<th class= "border border-dark border-2" >3.30 - 4</th>
<th class= "border border-dark border-2" >4 - 4.30</th>
<th class= "border border-dark border-2" >4.30 - 5</th>
<th class= "border border-dark border-2" >5 - 5.30</th>
<th class= "border border-dark border-2" >5.30 - 6</th>
</tr>
<tr id="a2">
<th class= "border border-dark border-2" >Monday</th>
<td colspan="20" class= "border border-dark border-2"></td>
</tr>
<tr id="b2">
<th class= "border border-dark border-2" >Tuesday</th>
<td colspan="4" class="border border-dark border-2"></td>
<td colspan="4" class= "border border-dark border-2" ><span class="badge rounded-pill bg-danger align-items-center">ST2413<br>FOC<br>T22510</span></td>
<td colspan="2" class="border border-dark border-2">Break</td>
<td colspan="6" class= "border border-dark border-2"><span class="badge rounded-pill bg-dark">ST0502 <br>FOP<br>T2152</span></td>
<td colspan="4" class="border border-dark border-2"></td>
</tr>
<tr id="c2">
<th class= "border border-dark border-2" >Wednesday</th>
<td colspan="5" class= "border border-dark border-2"><span class="badge rounded-pill bg-warning text-dark align-items-center">ST0501<br>FED<br>T2152</span></td>
<td colspan="4" class= "border border-dark border-2"><span class="badge rounded-pill bg-light text-dark align-items-cente">SP108B<br>ECG<br>T2152</span></td>
<td colspan="2" class= "border border-dark border-2" >Break</td>
<td colspan="3" class= "border border-dark border-2"><span class="badge rounded-pill bg-primary">MS0105<br>Math<br>T2152</span></td>
<td colspan="6" class= "border border-dark border-2"></td>
</tr>
<tr id="d2">
<th class= "border border-dark border-2" >Thursday</th>
<td colspan="4" class= "border border-dark border-2" ><span class="badge rounded-pill bg-danger">ST2413<br>FOC<br>T2152</span></td>
<td colspan="4" class= "border border-dark border-2"><span class="badge rounded-pill bg-success">LC0860<br>CAT<br>T22512</span></td>
<td colspan="2" class= "border border-dark border-2" >Break</td>
<td colspan="4" class= "border border-dark border-2"><span class="badge rounded-pill bg-secondary">LC0855<br>CPR<br>T22510</span></td>
<td colspan="3" class= "border border-dark border-2"><span class="badge rounded-pill bg-primary">MS0105<br>Math<br>T2152</span></td>
<td colspan="3" class= "border border-dark border-2" ></td>
</tr>
<tr id="e2" >
<th class= "border border-dark border-2" >Friday</th>
<td colspan="3" class= "border border-dark border-2" ></td>
<td colspan="5" class= "border border-dark border-2" ><span class="badge rounded-pill bg-warning text-dark">ST0501<br>FED<br>T2152</span></td>
<td colspan="4" class= "border border-dark border-2">Break</td>
<td colspan="6" class= "border border-dark border-2"><span class="badge rounded-pill bg-dark">ST0502 <br>FOP<br>T2152</span></td>
<td colspan="2" class= "border border-dark border-2"></td>
</tr>
<tr id="f2">
<th class= "border border-dark border-2" >Saturday</th>
<td colspan="2" class= "border border-dark border-2"></td>
<td colspan="2" class= "border border-dark border-2" ><span class="badge rounded-pill bg-primary">MS0105<br>Math Lecture<br>ASYN</span></td>
<td colspan="16" class= "border border-dark border-2" ></td>
</table>
</div>
<!-- Button trigger modal -->
<!--Section 4 -->
<div class="container p-5 text-light">
<h1 class="lead"> My Course </h1>
<p>So far, academic life has been manageable for me. There were times when multiple assignments had to be handed in in the same week, but I managed to complete them.</p>
<p>It was interesting that open book quizzes could be counted to an overall grade, highlighting that conceptual understanding is more important than memorising facts, as facts can be searched readily while at work.</p>
<p>I found academics challenging, because such content is very abstract and is cannot simply be memorized like in secondary school. The content is very wide and has no fixed syllabus. It is also stressful as I heard the semester 1 GPA is the most important and it is an indication of the final GPA one will receive at the end.</p>
<p> In the diploma of information technology course, I learnt mathmatics, how a computer performs, and how to write javascript, html and css. I also learnt how to think critically and write a proposal. Click the icons below to find out what I learnt!
</div>
<div class="row justify-content-center bg-white col-10 mx-5">
<button type="button" class="btn btn-danger col-1 m-4 btnB" data-bs-toggle="modal" data-bs-target="#exampleModal1">
<span class="badge badge-pill badge-light">FOC</span>
</button>
<button type="button" class="btn btn-dark col-1 m-4 btnB" data-bs-toggle="modal" data-bs-target="#exampleModal2">
<span class="badge badge-pill badge-light">FOP</span>
</button>
<button type="button" class="btn btn-warning col-1 m-4 btnB" data-bs-toggle="modal" data-bs-target="#exampleModal3">
<span class="badge badge-pill badge-light">FED, ECG</span>
</button>
<button type="button" class="btn btn-success col-1 m-4 btnB" data-bs-toggle="modal" data-bs-target="#exampleModal4">
<span class="badge badge-pill badge-light">CAT</span>
</button>
<button type="button" class="btn btn-secondary col-1 m-4 btnB" data-bs-toggle="modal" data-bs-target="#exampleModal5">
<span class="badge badge-pill badge-light">CPR</span>
</button>
<button type="button" class="btn btn-primary col-1 m-4 btnB" data-bs-toggle="modal" data-bs-target="#exampleModal6">
<span class="badge badge-pill badge-light">Math</span>
</button>
</div>
<!-- Modal 1-->
<div class="modal fade" id="exampleModal1" tabindex="-1" aria-labelledby="exampleModalLabel1" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel1">Fundamentals Of Computing</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<ul>
<li>Basic Structure of Computers</li>
<li>Digital Representation</li>
<li>Network Communication</li>
<li>Operation of Networking Devices</li>
<li>OSI and TCP/IP Protocol Layers</li>
<li>Linux Operating System</li>
<li>Files, Systems, Web Applications Deployment</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal 2-->
<div class="modal fade" id="exampleModal2" tabindex="-1" aria-labelledby="exampleModalLabel2" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel2">Fundamentals Of Programming</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<ul>
<li>Javascript Introduction</li>
<li>Data Types and Operators</li>
<li>Selections</li>
<li>Repetitions</li>
<li>Arrays</li>
<li>Functions</li>
<li>Objects and Classes</li>
<li>Arrays of Objects</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-dark" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal 3-->
<div class="modal fade" id="exampleModal3" tabindex="-1" aria-labelledby="exampleModalLabel3" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel3">Front-End Development, Education and Career Guidance</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<ul>
<li>HTML Basics</li>
<li>CSS Basics</li>
<li>Page Layout Design</li>
<li>Tables and Columns</li>
<li>Web Forms</li>
<li>Bootstrap</li>
<li>Javascipt</li>
<li>Graphic Design with CSS</li>
<li> </li>
<li>SP Life</li>
<li>Values and Mindset</li>
<li>Personality, Strengths and Interests</li>
<li>Learning Advicement Portal</li>
<li>IT Discovery</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-warning" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal 4-->
<div class="modal fade" id="exampleModal4" tabindex="-1" aria-labelledby="exampleModalLabel4" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel4">Critical And Analytical Thinking</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<ul>
<li>Crafting Research Questions</li>
<li>Identifying Stakeholder's Claims</li>
<li>Evaluating Literature using CRAAP</li>
<li>Synthesizing Literature</li>
<li>Crafting Persuasive Arguments and Pitches</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-success" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal 5-->
<div class="modal fade" id="exampleModal5" tabindex="-1" aria-labelledby="exampleModalLabel5" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel5">Communicating For Project Effectiveness</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<ul>
<li>Proposal Writing Fundamentals</li>
<li>Research and Citation (Proposal)</li>
<li>The 3P Framework</li>
<li>Division of Labour, Conflict Management</li>
<li> </li>
<li>Presentation Fundamentals</li>
<li>Giving and Receiving Feedback</li>
<li>Using Visuals</li>
<li>Citting and Referencing (Slides)</li>
<li>Persuasive Delivery Techniques</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal 6-->
<div class="modal fade" id="exampleModal6" tabindex="-1" aria-labelledby="exampleModalLabel6" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel6">Mathematics</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<ul>
<li>Matrices</li>
<li>Linear Transformation</li>
<li>Number Systems</li>
<li>Set Theory</li>
<li>Logic</li>
<li>Boolean Algebra</li>
<li>Techniques of Counting</li>
<li>Probability</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Footer-->
<footer>
<div class=" bg-dark d-flex justify-content-center align-items-center text-white">
<a class="btn-floating btn-info btn-lg p-3 m-4" href="https://www.google.com/gmail/about/">
<span class="bi bi-envelope-plus-fill"></span>
</a>
<a class="btn-floating btn-success btn-lg p-3 m-4" href="https://www.youtube.com/">
<span><i class="bi bi-youtube"></i></span>
</a>
<a class="btn-floating btn-warning btn-lg p-3 m-4" href="https://discord.com/">
<span><i class="bi bi-discord"></i></span>
</a>
</div>
</footer>
<p class="text-center footerColor"> © Ang Wei Liang FED Project 2022 - Gmail: angweiliang19@gmail.com - <a href = "README.txt" target="_blank" rel="noopener noreferrer" class = "Credits">(Image Credits)</a></p>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="./Scripts/script.js"></script>
<script src="./Scripts/script2.js"></script>
<script src="./Scripts/script3.js"></script>
<script src="./Scripts/script4.js"></script>
</body>
</html>