-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
156 lines (140 loc) · 7.99 KB
/
Copy pathabout.html
File metadata and controls
156 lines (140 loc) · 7.99 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE HTML>
<html>
<head>
<title>About — Emily Wang</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link id="google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alata:400">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="/" class="logo"><img src="images/logo.png" alt="Emily Wang" /></a>
<nav id="nav">
<ul>
<li class="current"><a href="about.html">About</a></li>
<li>
<a href="portfolio.html">Portfolio</a>
</li>
<li><a href="assets/resume.pdf">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Two -->
<section id="two" style="padding-top: 0;">
<div class="inner">
<div class="row aln-middle">
<div class="col-6 col-12-medium">
<span class="image fit"><img src="images/emily-31.jpg" alt="" /></span>
<!-- <p style="position:relative; color:rgba(0, 0, 0, 0.7); margin:-6.5em 4em 6.5em; z-index: 10000">Photo by my friend <a target="_blank" rel="noopener noreferrer" href="https://v-v-n.com/">Vivian</a></b> -->
</div>
<div class="col-6 col-12-medium">
<h1 style="color: #db545a;margin-bottom: 0.5em;">Software
engineer,<br>student,<br>dance enthusiast.</h1>
<ul class="alt">
<li>Currently based in Ithaca, NY</li>
<li>I'm a student at Cornell University, studing Computer Science and Applied
Mathematics in the College of Engineering</li>
<li>My main interests lie in low-level & systems programming, as well as the incredible
language of C++. Read more about <i>why</i> below!</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Three -->
<section id="three">
<div class="inner" style="padding-top:0;">
<div class="row">
<div class="col-4 col-12-medium">
<h1 style="color: #db545a; margin-bottom: 0.25em">01.</h1>
<h1 style="color: #db545a;">Software<br>engineer</h1>
<p> This first lines of code I wrote were standard:<i>System.out.println(“Hello World”)</i>
and
<i>public
static void main</i> - and they did not inspire wonder nor creativity. Rather, it
inspired was
confusion and an endless chain of “but what does this actually mean?” Eventually, I
learned to halt the ever-expanding tree
of questions; not everything needed to be understood in the moment. In computer science,
everyone learns early on the usefulness of abstraction.
</p>
<p>
But to me, this was just a promise that later on, I would truly learn what
<i>public static void main</i> meant (beyond semantics), into how this one line of code
could
be turned into assembly, machine language, and then signals on a wire.
</p>
<p>
And that's precisely why I'm motivated by systems programming, and why my love for
languages (like C++) with low-level potential are so strong!!
</p>
</div>
<div class="col-4 col-12-medium">
<h1 style="color: #f1c50e; margin-bottom: 0.25em">02.</h1>
<h1 style="color: #f1c50e;">Currently...<br>student</h1>
<p>I started my undergraduate studies at Cornell in 2020, and I'm planning on graduating
this spring!
I will be following up my undergrad with a Masters of Engineering degree in Computer
Science at Cornell, which I am very excited for.</p>
<p>My current academic & project team affiliations at Cornell include <a
href="https://cornelldata.science">Cornell Data Science</a>, of which I have worked
on several projects for, including
TinderBot, CoalescenceML, CDS Infrastructure, and more!
</p>
<p>Outside of academics, I'm highly involved in BreakFree Cornell, which is an open-style
dance team. Check out our upcoming showcase details here! <a
href="https://www.breakfreecornell.com">BreakFree</a></p>
</div>
<div class="col-4 col-12-medium">
<h1 style="color: #3a67aa; margin-bottom: 0.25em">03.</h1>
<h1 style="color: #3a67aa;">A little<br>bit of everything</h1>
<p>In addition to ~coding~ and dancing, I also enjoy cooking, reading fiction,
and mixing music!</p>
<p>Just for fun: horse zodiac sign, INTP Myers-Briggs,
true neutral alignment...</p>
<p>Want to chat? Just <a href="contact.html">drop me a message!</a></p>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/emwangs"
class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/emwangs/"
class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="copyright">
<li>© 2023 Emily Wang</li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>