Skip to content

Commit

Permalink
plain but workable resume
Browse files Browse the repository at this point in the history
  • Loading branch information
grampelberg committed May 6, 2012
1 parent 31ad380 commit a5a0933
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
/_site
.DS_Store

32 changes: 32 additions & 0 deletions _layouts/resume.html
@@ -0,0 +1,32 @@
<!DOCTYPE html>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{{ page.title }}</title>
{% include seo.html %}
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
<style type="text/css">

</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16039664-1']);
_gaq.push(['_setDomainName', '.saunter.org']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>

<body>
<div class="container">
{{ content }}
</div>
</body>
</html>
6 changes: 5 additions & 1 deletion resume.md
@@ -1,8 +1,12 @@
---
title: saunter.org
layout: resume
---

# Thomas Rampelberg

* <thomas@saunter.org>
* <http://saunter.org>
* <@pyronicide>

## Code

Expand Down

0 comments on commit a5a0933

Please sign in to comment.