-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (49 loc) · 2.54 KB
/
Copy pathindex.html
File metadata and controls
64 lines (49 loc) · 2.54 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<!-- Add a link to jQuery CDN here script here -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="index.js"></script>
<title>Thomas Lee Home Page</title>
</head>
<body>
<div id="wrapper">
<Header>
<h1>Thomas Lee</h1>
<h5>"Playing it safe is the biggest risk you can take."</h5>
</Header>
<hr></hr>
<Section id="navbar">
<ul>
<li><a href="http://djvoa12.github.io/index.html">Home</a></li>
<li><a href="blog-posts.html">Blog</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</Section>
<Section>
<img src="imgs/Me.jpg" class="center"/>
</section>
<Section id="content" class="center effect">
<h3>About Me</h3>
<hr id="hr2"></hr>
<p>
<pre>I am passionate about technology. It's constantly evolving and reshaping the standards for many industries. I want to be part of this ever-evolving movement and eventually be in a situation where I can be part of a team that offers innovative and ground-breaking products or services that have large audience base of millions, if not billions, of people. I feel that I can thrive in innovative companies in the tech industry where talent and best ideas win.<br></br>Aside from my interest in technology, my other passion is music. I currently produce EDM and planning to enter the DJ scene shortly. There's too much cliche house music going around in the shows nowadays so I want to bring the bass music to the venues.</pre>
</p>
</section>
<hr></hr>
<Footer>
<div>
<ul>
<li><a href="https://github.com/djvoa12"><img class="icon" src="imgs/github-sign.svg"></a></li>
<li><a href="http://www.linkedin.com/pub/thomas-lee/95/614/8a0"><img class="icon" src="imgs/linkedin-sign.svg"></a></li>
<li><a href="http://www.soundcloud.com/voamusic"><img class="icon" src="imgs/soundcloud-sign.svg"</a></a></li>
<li><a href="https://twitter.com/djvoa12"><img class="icon" src="imgs/twitter-sign.svg"</a></a></li>
</ul>
</div>
</Footer>
</div>
</body>
</html>