-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbioexercise.html
More file actions
37 lines (21 loc) · 931 Bytes
/
bioexercise.html
File metadata and controls
37 lines (21 loc) · 931 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Student Bio</title>
</head>
<body>
<h1>Student Bio</h1>
<br>
<h2>Timothy Lee</h2>
<br>
<img src="https://scontent-dft4-2.xx.fbcdn.net/v/t1.0-0/p206x206/12241491_10100397102011336_2115882859062878928_n.jpg?oh=d67f3d7dfcc890687a4731b878309ae3&oe=588D4ACD" alt="Picture of Tim"/>
<br>
<p>I am a web developer in training. I grew up in Ohio, graduated with my bachelors from the University of Michigan, and have worked 5 years in Houston in the oil and gas industry in various roles in sales and contract management.</p>
<h3><strong>Contact Info</strong></h3>
<ul>
<li>Email: <a href="mailto:timothy.d.lee@live.com" target="_blank">timothy.d.lee@live.com</a></li>
<li>Github: <a href="https://github.com/timothydlee" target="_blank">timothydlee</a></li>
<li>Portfolio: <a href="#">coming soon</a></li>
</ul>
</body>
</html>