-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
38 lines (33 loc) · 1.66 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
---
layout: narrow-page
title: about
---
<div id="tape"></div>
<img class="profile" src="assets/images/profile.jpg" alt="profile pic"/>
<h2>nice to meet you,</h2><br>
<h2>i'm </h2><h2 class="highlight">emily hong</h2><h2> 👋</h2>
<p>
I'm currently a software engineer @ <a href="https://www.viam.com/">Viam</a>, based in NYC. I recently graduated from Harvard with a concentration in computer science and educational studies. In everything I do, I strive to learn as much about the world as I can, and share my perspective on those things through art, technology, and education.
</p>
<p>
When I'm not working, you can find me exploring grocery stores, doodling in a park, tickling the ivories, working on DIY projects, or playing with my food.
</p>
<h3>say hello!</h3>
<p>📧 <b><a href="mailto:emilyhong@college.harvard.edu">emilyhong@college.harvard.edu</a></b>
<br>
✂️ <a href="https://www.instagram.com/elyhng"><b>@elyhng</b></a> on instagram
<br>
💻 <a href="https://www.linkedin.com/in/emily-h-5a2050168/"><b>professional emily</b></a> on linkedin
</p>
<h3>about this website</h3>
<h4>tech tools used</h4>
<ul>
<li><a href="https://pages.github.com/">github pages</a>: free static site hosting</li>
<li><a href="https://jekyllrb.com/">jekyll</a>: static site generator</li>
<li>HTML/CSS, <a href="https://sass-lang.com/">SASS</a>, javascript/jquery</li>
</ul>
<h4>design tools used</h4>
<ul>
<li>adobe illustrator: home page graphics</li>
<li>fonts: <a href="https://fonts.google.com/specimen/Space+Grotesk">space grotesk</a> (google fonts) and <a href="https://pangrampangram.com/products/neue-machina">neue machina</a> (pangram pangram foundry)</li>
</ul>