-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
73 lines (63 loc) · 2.78 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
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
70
71
72
73
<!DOCTYPE html>
<html lang = "en-US">
<head>
<link rel="stylesheet" href="style.css">
<i class="fa fa-user"></i>
</head>
<body>
<div class="tabs">
<ul class="tabs-list">
<p>
<h1>Infinite Diabolo</h1>
<a href="home.html"> Home | </a>
<a href="about.html"> About | </a>
<a href="performances.html"> Performances </a>
</p>
</p>
<head>
</head>
<body>
<div class="header">
<h1>
About Me
</h1>
</div>
<div id="container">
<div class="section">
<h2>
Introduction
</h2>
<p>
Hi! I'm <span class="emphasis">Carolyn</span>, a student at the <span class="emphasis">University of Maryland</span> who aspires to be a CEO in the future. I am majoring in chemical engineering and hope to minor in robotics & autonomous systems, and one day build a career where I can use both. Here's a link to <a href="http://www.google.com">my resume</a>.
</p>
</div>
<div class="section">
<h2>
Education and Career
</h2>
<p>
I went to Richard Montgomery high school and learned roboticss in FIRST Tech Challenge. In APSCA, I learned basic data strctures, and got introduced to <span class="emphasis">Java</span>. I took a math-heavy courseload that included <span class="emphasis">Multivariable Calculus, Ordinary Differential Equations,</span> and <span class="emphasis">AP BC Calculus</span>.
</p>
<p>
In college, I am taking a variety of STEM classes such as <span class="emphasis">Engineering Design</span> where I learn CAD, and <span class="emphasis">Physics</span> which taught me how the world works the way that it does from a mathematical perspective. I also was able to take immerse myself in business through IBH with classes such as <span class="emphasis">The Future of Work</span>, which explores the future of business and work from a critical and multidisciplinary perspective.
</p>
</div>
<div class="section">
<h2>
Interests
</h2>
<p>
In my free time, I love drawing, traveling, biking, and running!
I am also passionate about business an entrepreneurship and love to create new startup ideas.
</p>
</div>
</div>
</body>
</html>