-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (48 loc) · 1.14 KB
/
index.html
File metadata and controls
51 lines (48 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>★ Patrick's Personal site</title>
</head>
<body>
<table cellpadding=10>
<tr>
<td><img src="Profile.jpg" alt="Patrick's profile picture"></td>
<td>
<h1>Patrick Kok</h1>
<p><em>Engineer that wants to <strong>change jobs</strong></em></p>
<p>Graduated in 2021 and is drawn to the perks of dev jobs over engineering ones</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>SUTD Bachelor of Engineering 2017-2021
<ul>
<LI>GPA: 4.35/5</LI>
</ul>
</li>
<li>SMU Bachelor of Business Management 2017-2021
<UL>
<LI>GPA: 3.4/4</LI>
</UL>
</li>
</ul>
<hr>
<h3>My Skills</h3>
<table>
<tr>
<td>Python</td>
<td>★★★★★</td>
</tr>
<tr>
<td>Having Fun</td>
<td>★★★★★</td>
</tr>
</table>
<hr>
<h3><a href="Hobbies.html">My Hobbies</a></h3>
<h3><a href="Contact Me.html">Contact Me</a></h3>
</body>
</html>