-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (81 loc) · 2.72 KB
/
index.html
File metadata and controls
84 lines (81 loc) · 2.72 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Jonas website</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table class='first'>
<tr class='first'>
<td class='first'>
<img class='JonasPng' src='Jonaspng.png'>
</td>
<td class='first'>
<h1>Png Yi Wei Jonas</h1>
<p><em>A Level Graduate</em></p>
<p><em> Section Commander of Singapore Armed Forces Ammunition Command <strong><a href='https://www.mindef.gov.sg/web/portal/army/our-forces/formations/formations-detail/saf-ammunition-command/saf-ammunition-command'>(SAFAC)</a></strong>,
Explosive Safety Branch (ESB), Explosive Safety Inspectorate (ESI)</em></p>
</td>
</tr>
</table>
<hr>
<h3>About Me</h3>
<p>I am 21 Years old this year (as of 2021). I have recently completed my 2 years Full-Time National Service with Singapore Armed Forces under the <strong><a
href='https://sso.agc.gov.sg/Bills-Supp/3-1967/Published/19670301?DocDate=19670301&ProvIds=legis#legis'>National Service (Amendment) Bill</a></strong>. I will continue pursuing my passion for computer science in the National University of
Singapore which will commence in August.</p>
<h3>My Belief</h3>
<p>I believe in a Growth Mindset whereby no one is inherently intellligent. Everyone has the potential to excel as long as they work hard and perservere.</p>
<hr>
<h3>Educational background</h3>
<table class='second'>
<thead class="table-head">
<tr>
<th class="table-head">Year</th>
<th class="table-head">School</th>
<th class="table-head">Examination taken</th>
</tr>
</thead>
<tbody class="table-body">
<tr>
<td class="table-body">2007-2012</td>
<td class="table-body">Kheng Cheng Primary School</td>
<td class="table-body">PSLE</td>
</tr>
<tr>
<td class="table-body">2013-2016</td>
<td class="table-body">Presbyterian High School</td>
<td class="table-body">'O' Level</td>
</tr>
<tr>
<td class="table-body">2017-2018</td>
<td class="table-body">St Andrew's Junior College</td>
<td class="table-body">'A' Level</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table class="third">
<tr>
<td>Python</td>
<td> 🌟🌟🌟</td>
</tr>
<tr>
<td>Bookstrap</td>
<td>🌟🌟</td>
</tr>
<tr>
<td>HTML</td>
<td>🌟🌟🌟</td>
</tr>
<tr>
<td>Java Script</td>
<td>🌟</td>
</tr>
</table>
<hr>
<h3>More links below</h3>
<a href="hobbies.html">Hobbies</a>
</body>
</html>