forked from arnp/herring-cove
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
25 lines (25 loc) · 953 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
---
title: About
---
<div class="container">
<div class="container">
<div class="row">
<div class="user-card">
<div class="row">
<div class="card col-md-3">
<img src="{{ site.baseurl }}/images/WhiteBoard2.jpg">
</div>
<div class="col-md-9">
<h1>Joseph Obiajulu</h1>
<p><i class="fa fa-envelope-o"></i> obiajulu[at]priceton.edu </p>
<hr />
</div>
</div>
<div class="row">
<div class="col-md-12 letter">
<p>Hi, my name is Joseph Obiajulu and I am a rising Senior studying Math, Computer Science, and a little Physics at Princeton Unversity. This summer I'll be doing Google's Summer of Code, working with the Julia Language on their ODE package. I am being mentored by @mauro3 and @jiahao, and am looking forward to the summer spent coding!</p>
</div>
</div>
</div>
</div>
</div>