-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1.03 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css">
<title>ZJ's handcrafted website</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>Hi! My name is Mok ZJ!</p>
<p>
I currently work in Micron Technology as a Senior Data Scientist which based in Penang, Malaysia.
</p>
<p>
Previously, I was a Data Scientist for a Malaysia Media & News Publisher. Worked on text and readership data.
</p>
<p>
Favourite programming languages are Python, SQL. Preferred IDEs are vscode and notepad++, while learning
how to escape neovim!
</p>
<p>
My hobbies are foot hunt, cooking, investment, read and work on some geeky tech stuff. I'm a seasonal investor too!
</p>
<p>
If you want to get in touch with me. Here's outdated
<a href="https://docs.google.com/document/d/1iScDAjfSaxaSMy-wczDU0jqhnvdSi2QIlhVb1cdurZI/edit?usp=drive_link">resume</a>
and contact methods.
</p>
</body>
</html>