-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 1.23 KB
/
index.html
File metadata and controls
39 lines (36 loc) · 1.23 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
34
35
36
37
38
39
---
author: admin
date: 2012-02-12 18:12:40+00:00
layout: page
slug: home
title: alexrose.net
---
<div class="row">
<div class="span6 offset1">
<img class="img-responsive" alt="Caution: individual pictured may not be actual size. Or age. Bear extra."
src="/media/img/AlexAtGrandmaMaimes.jpg"/>
</div>
<div class="span3">
<h4>About</h4>
You've reached the home page of Alex Rose, Seattle area feral child wrangler and sometime software developer. Now and then I
post content, just so I don't forget.
<div class="row">
<div class="span3">
<h4>Contact</h4>
<a href="https://twitter.com/cptavatar">
<img alt="Twitter" src="/media/img/twitter.png"/>
</a>
<a href="http://www.linkedin.com/in/alexrose/">
<img alt="LinkedIn" src="/media/img/linkedin.png"/>
</a>
</div>
</div>
<div class="row">
<div class="span3">
<h4>Code</h4>
<a href="https://github.com/cptavatar">
<img alt="GitHub" src="/media/img/github.png"/>
</a>
</div>
</div>
</div>