-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathabout.html
More file actions
33 lines (28 loc) · 1.24 KB
/
about.html
File metadata and controls
33 lines (28 loc) · 1.24 KB
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
---
layout: pagetail
title: About
header: Pages
---
{% include JB/setup %}
<h2>Dan Mayer's developer blog</h2>
<img src="/assets/img/dan-family-sm.jpg" width='100%' align="center" alt="Dan Mayer Profile Pic" />
<h3>{{ page.tagline }}</h3>
I primary write about Ruby development, distributed teams, & dev/PM process. The archives go
back to my first CS classes during college when I was learning to write software. I contribute to a few OSS projects and often work on my own projects. You can find <a href="http://github.com/danmayer">my code on github</a>.
<h4 class="side-header">Twitter <a href="http://twitter.com/danmayer">@danmayer</a></h4>
<h4 class="side-header">Github <a href="http://github.com/danmayer">@danmayer</a></h4>
<h2>Search</h2>
<form>
<input type="text" id="st-search-input" class="st-search-input" />
</form>
<script type="text/javascript">
var Swiftype = window.Swiftype || {};
(function() {
Swiftype.key = 'WMctAVi8bArVJhxn4ymA';
/** DO NOT EDIT BELOW THIS LINE **/
var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true;
script.src = "//s.swiftypecdn.com/embed.js";
var entry = document.getElementsByTagName('script')[0];
entry.parentNode.insertBefore(script, entry);
}());
</script>