-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
23 lines (23 loc) · 1.39 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheets/about.css"/>
<title>Who is Kristal Lam?</title>
</head>
<body>
<header>
<h1>Who is Kristal Lam?</h1>
<div class="nav">
<div id="foot1"><a href="https://kristallam.github.io/index.html">Homepage</a></div>
</div>
<div class="clear"></div>
<div class="content-left">
<img src="https://scontent.fsnc1-1.fna.fbcdn.net/hphotos-xta1/v/t1.0-9/1332_10153315810897035_9083659362808395836_n.jpg?oh=1ca2490ca196840b9ffa134d096d77eb&oe=5793D85D" alt="My Picture" class="image"/>
</div>
<div class="content-right">
<p>A little about me...</p>
<p>I have always been interested in technology. As I grew up I realized that I should turn my interest and hobby into a career. Currently I work at Axcient, a disaster recovery company. Where I manage the support team and handle high priority escalations. My career aspirations is to become a Product Manager, overseeing a team of engineers and creating a product that will impact people. I decided to do DBC so I can gain more coding skills to be able to managing a team of engineers as well as start my own company in the future. Something quirky about me is that I love to quote movies just to see if anyone else around me know which movie I’m talking about.</p>
</div>
</div>
</body>
</html>