-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
73 lines (68 loc) · 2.89 KB
/
education.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<!-- page description that will appear on search engines as link summary -->
<meta name="description" content="Rick Astley education page ">
<link rel="stylesheet" href="style.css" />
<title>Education</title>
</head>
<body>
<div id="content">
<header>
<a id="head" href="./index.html" target="_parent">About</a>
<a id="head" href="./skills.html" target="_parent">Skills</a>
<div id="current">Education</div>
<a id="head" href="./experience.html" target="_parent">Experience</a>
<a id="head" href="./interests.html" target="_parent">Interests</a>
</header>
<div id="container">
<div id="left">
<p id="left">
<!-- this image needs to be available in the same directory as this document -->
<img src="lokko.png" width="200" alt="My handsome picture">
</p>
<p id="left">
Chun Lok Chan
</p>
<p id="left">
Software Learner and Little singer
</p>
<p>
<a id="self" href="https://www.linkedin.com/in/chun-lok-chan-6a297a227/" target="_blank">My linkedin</a>
</p>
</div>
<div id="right">
<h1>Education</h1>
<table>
<tbody>
<tr>
<td id="education"><strong>PhD/MSc in Something </strong></td>
<td id="eduright">Future</td>
</tr>
<tr>
<td id="place">Somewhere</td>
<td id="rightplace">Over the Rainbow</td>
</tr>
<tr>
<td id="education"><strong>BSc in Software Engineering </strong></td>
<td id="eduright">2021-present</td>
</tr>
<tr>
<td id="place">University of Calgary</td>
<td id="rightplace">Calgary, Canada</td>
</tr>
</tbody>
</table>
<p id="creditial">
Creditial is available upon request.
</p>
</div>
</div>
<footer>
<p>©Chun Lok Chan 2023</p>
</footer>
</div>
</body>
</html>