-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (34 loc) · 1.83 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
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<title>Michael Shiozaki</title>
<meta charset="utf-8">
<meta name="author" content="Michael Shiozaki">
<meta name="description" content="Systems Design Engineering student with a love for learning, ideation and creation">
<meta name="keywords" content="University, Waterloo, Michael, Shiozaki, Systems, Engineering, Midnight Sun, Creator, Ideas, Learning, Personal, Website">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="images/ms_icon.png" type="image/x-icon">
<link rel="icon" href="images/ms_icon.png" type="image/x-icon">
</head>
<body>
<main>
<img src="images/profile.jpg" class="profile">
<div class="title">
<h1>Michael Shiozaki</h1>
<hr>
<h3>Aspiring PM | Engineer | Creator</h3>
</div>
<div class="intro">
<p>Thanks for taking the time to stop by! I'm a graduating Systems Design Engineering student at the University of Waterloo. I love to learn and be exposed to new things, especially in tech! You'll usually find me singing a cappella, working on the solar car and trying my best to have fun.</p>
<p>Former Research Assistant with the Vision and Image Processing Lab at the University of Waterloo. Looking for full-time opportunities in Product Management or Mobile Development.</p>
<hr>
<p><a href="resume_ms.pdf" target="_blank">Resume</a> | <a href="https://medium.com/life-decisions-on-standby" target="_blank">Ramblings (Blog)</a> | <a href="https://linkedin.com/in/michael-shiozaki" target="_blank">LinkedIn</a></p>
</div>
</main>
<footer>
<p class="footer-text">Made with some technical difficulty | Michael Shiozaki 2020</p>
</footer>
</body>
</html>