-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
27 lines (25 loc) · 989 Bytes
/
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
---
layout: default
title: about
permalink: /about/
---
<div class="about">
<div id="about-main">
<p>I am a senior at Washington University in St. Louis. I will be finishing a semester early this December with a Bachelor of Science degree in systems engineering, a second major in electrical engineering, and a minor in computer science. I am interested in a career that pairs mathematics and data analysis with software.</p>
<p>Say hello!<br><a href="mailto:hello@andhess.com?subject=Hello">hello@andhess.com</a></p>
</div>
<div id"about-extra">
<h4>Other Information</h4>
<h5>Interests</h5>
<ul>
<li>Movies</li>
<li>Travelling</li>
<li>Photography</li>
</ul>
<h5>Projects</h5>
<ul>
<li><a href="http://www.andhess.com/charging">Charging Algorithms</a></li>
<li><a href="http://www.textreject.com">Text Reject</a></li>
</ul>
</div>
</div>