-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
69 lines (66 loc) · 3.35 KB
/
Copy pathabout.html
File metadata and controls
69 lines (66 loc) · 3.35 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
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<title>Pace Lee | About</title>
<link href='css/bootstrap.min.css' rel='stylesheet'>
<link href='css/styling.css' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Barrio" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body>
<div class='navbar navbar-default navbar-static-top'>
<div class='container topbar'>
<a href='index.html' class='navbar-brand'>Pace Lee</a>
<ul class='nav navbar-nav navbar-right collapse navbar-collapse'>
<li><a href='photos1.html'>Photos
<span class='glyphicon glyphicon-camera'></span></a></li>
<li><a href='about.html'>About
<span class='glyphicon glyphicon-user'></span></a></li>
<li><a href='contact.html'>Contact
<span class='glyphicon glyphicon-pencil'></span></a></li>
<li><a href='experiments.html'>Experiments
<span class='glyphicon glyphicon-cloud'></span></a></li>
</ul>
</div>
</div>
<div class='container'>
<h1><b> About </b></h1>
<div class='col-md-8'>
<p><b> Hello! My full name is Pace Morehead Lee and I am originally from
Brooklyn, New York. I grew up in a neighborhood called Williamsburg,
which many today consider the place of origination of the "hipster." My parents
are actually both artists who moved into this area in the '80s. My mother
is of Korean and Japanese descent while my father is American.
<br><br>
In high school I was a very fast mid-distance runner. I was the Manhattan
Borough Champion in the 400m, 600m and 800m in my senior year.
After graduating from high school I attended the University of Chicago where
I studied Political Science. Chicago is a fantastic city and I really quite
enjoyed my time there. I also continued to run for 2 years at UChicago as
well as working on a Bitcoin startup during my time there.
<br><br>
After graduating in 2015 I moved back to New York where I worked as a
Sales Consultant at a startup called Oscar Health. After some time I moved
to another startup called Signpost also working in sales. Although I found
myself to be quite successful in the sales roles I held, I started to take
issue with the fact that many skills one learns in sales are what I would
call non-tangible. Even though there is a lot to learn, it is in some
sense difficult to fully demonstrate said skillset. As a result I started
looking into web development as I was always intrigued by the work the
developers at the companies I worked for were doing. Fast forward a bit
and I found myself at Accelerate! I look forward to continuing the learning
journey!
<br><br>
-Pace
</b></p>
</div>
<div class='col-md-4'>
<br><img class='aboutme' src="photos/aboutme.jpg" alt="me" style="width:100%">
<br><br><img class="aboutme" src='photos/aboutme2.jpg' alt="me" style="width:100%">
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src='js/bootstrap.js'></script>
<script type="text/javascript" src="/Users/PaceLee/Website/js/application.js"></script>
</body>
</html>