-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (29 loc) · 1.47 KB
/
index.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="/style.css">
<script type="text/javascript" src="/static/d3.js"></script>
</head>
<body>
<div id='content'>
<div id='welcome'>
<img src='/static/colin.jpg'/>
<div id='social-grid'><a src='/static/linkedin-logo.jpg' href='linkedin.com/cschimm1orwhatev'></a></div>
<h2>Hi dudes</h2>
<p>Thanks for visiting. See what I'm all about below. I'm also at all the social shindigs to the right.</p>
</div>
<div id='resume-section'>
<p>If you want to know more about me, you have three different ways to do so below, take a look:</p>
<!-- TODO: make this resume/map resume/pdf, etc -->
<div class='resume' id='maps'><h3><a href='/map_resume/'>I like maps!</a></h3></div>
<div class='resume' id='charts'><h3><a href='/chart_resume/'>I like charts!</a></h3></div>
<div class='resume' id='resume'><h3><a href='/static/resume.pdf'>Nah, I'm more of a pdf person!</a></h3> <!-- use QC API? --></div>
</div>
<div id='projects'>
<div id='blog'><h3><a href='/blog/'>I be bloggin'</a></h3></div>
<div id='teamNOW'><h3><a href='/teamNOW/'>Cool data visualization at Quantcast</a></h3></div>
<div id='world_dash'><h3>Dashboard of Inequality in the world</h3></div>
<div id='research'><h3><a href='/college_research/'>Summer research at Swarthmore College</a></h3></div>
<div id='nls'><h3><a href='http://newlightsolutions.com'>Website for my father's business</a></h3></div>
</div>
</div>
</body>