forked from vlandham/vlandham.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
44 lines (40 loc) · 1.51 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
39
40
41
42
43
44
---
layout: default
title: about
---
<div class="section">
<p>Hello There! I'm a software developer with experience in <a href="http://facetripper.com/">Mac App Development</a>, database-driven website creation, and data analysis and <a href="http://vallandingham.me/vis">visualization</a>.</p>
<p>Currently, I work at <a href="http://stowers.org">Stowers Institute for Medical Research</a> as a Programmer and Data Analyst. Find out more about me from the links below, or drop me an email any time.</p>
<div class="container">
<div class="span-4 prepend-4">
<a class="title" href='/documents/jim_vallandingham_resume.pdf' target='_blank' rel='me'>Résumé</a>
</div>
<div class="span-4 prepend-1">
<a class="title" href='http://github.com/vlandham' target='_blank' rel='me'>GitHub</a>
</div>
<div class="span-4 prepend-1 last">
<a class="title" href='http://www.linkedin.com/pub/jim-vallandingham/4/417/61b' target='_blank' rel='me'>LinkedIn</a>
</div>
</div>
<div class="container">
<div class="span-4 prepend-4">
<p></p>
</div>
<div class="span-4 prepend-1">
<a class="title" href='http://amzn.com/w/11VSB8W5FOGMP' target='_blank' rel='me'>Wishlist</a>
</div>
<div class="span-4 prepend-1 last">
<p></p>
</div>
</div>
</div>
<script>
$(document).ready(function() {
$(".instagram").instagram({
clientId: 'ea6a9d95c5154a98991ab95d6b14c85c',
hash: 'vlandham',
show: null
});
});
</script>
<div class="instagram"></div>