-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
43 lines (42 loc) · 2.1 KB
/
about.html
File metadata and controls
43 lines (42 loc) · 2.1 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
<div id="about">
<div id="imageContainer">
<img id="headshot" src="media/headshot.jpg" alt="Andrew Hwang!" />
</div>
<div id="textContainer">
<div style="font-weight: bold">What is this website, exactly?</div>
<br /><br />
<div id="aboutText">
I created this website from scratch as a side project starting December
2017. Using HTML, CSS, and vanilla JavaScript, I wanted to create a
personal portfolio that showcases both my technical abilities and
appreciation for aesthetics.
</div>
<br /><br /><br />
<div style="font-weight: bold">So who am I?</div>
<br /><br />
<div>
I am a creative developer working on Outlook for Web at Microsoft. I
graduated from University of Michigan and studied Computer Science with a
minor in Art & Design. I have gained a deep appreciation for technology &
aesthetics throughout my work experience & education, and love to combine
the two fields together. Going into college, I always loved creative
challenges and had a strong passion for product design, despite my
inability to draw. It wasn't until after I had started university where I
was introduced to the world of digital media as a medium for creativity,
and that is when I transitioned into Computer Science. As I have continued
to further my education, both video game development and web development
have piqued my interest and are two fields that I would love to further
learn about and work in professionally. In terms of video game
development, I have worked a bit with the Unity Game Engine and C#. For
web development, I have been working on honing in my skills for front-end
development, working with JavaScript and React.js as a foundation.
</div>
<br /><br />
<div>
Beyond being a developer, I consider myself an avid EDM fan, "gamer",
amateur photographer, and a fitness lover. I have also recently started to
explore 3D modelling with Blender for fun and will be sure to put up some
projects I completed here on the website!
</div>
</div>
</div>