-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
20 lines (19 loc) · 877 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: xegyn.github.io | About
layout: default
---
<div class="container">
<h3>About Carlo Stearns</h3>
<div class="row">
<div class="col-sm-8">
<img src="http://www.gravatar.com/avatar/966dfe49d18feb7110f7eb029a7da3d5?s=150" alt="profile picture" class="img-rounded">
<p>
I am a software engineer living in the San Francisco Bay Area. Most recently, I was a server-side engineer for
manilla.com. I also like making music, brewing beer, hiking, and cooking/eating delicious food. I am also fluent
in Japanese.
<abbr class="bs-tooltip" data-toggle="tooltip" data-placement="top" title="I was born in Tokyo.">東京で生まれました。</abbr>
I have also lived in Singapore, Hawaii, and Los Angeles.
</p>
</div>
</div>
</div>