Skip to content

Commit

Permalink
Change what it's all about
Browse files Browse the repository at this point in the history
  • Loading branch information
tomafro committed Jul 3, 2012
1 parent 1a2522f commit 4e00c35
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 16 deletions.
19 changes: 10 additions & 9 deletions public/about.html
Expand Up @@ -43,22 +43,23 @@ <h1><a href="about">About Tom Ward</a></h1>
<div class="content">
<p>I'm a London based software developer, passionate about building and improving the web.</p>

<p>You can see some of the code I've written <a href="http://github.com/tomafro">on github</a> and some of my <a href="http://contributors.rubyonrails.org/contributors/tom-ward/commits">contributions to rails here</a>.</p>
<p>I'm a member of <a href="http://gofreerange.com">FreeRange</a>, a small collective of talented, like-minded developers. If you're interested on having us work on a project with you, get in touch at <a href="mailto:lets@gofreerange.com">lets@gofreerange.com</a>. We've worked on sites including <a href="http://www.chromaroma.com/">Chromaroma</a>, <a href="https://hashblue.com">hashblue.com</a>, and <a href="https://www.gov.uk">www.gov.uk</a>.</p>

<p>I'm a member of <a href="http://gofreerange.com">FreeRange</a>, a collective of talented, like-minded developers. If you're interested on having us work on a project with you, get in touch at <a href="mailto:lets@gofreerange.com">lets@gofreerange.com</a>.</p>
<div class="browsershots">
<a href="http://www.chromaroma.com"><img class="browsershot" src="/images/chromaroma.thumb.png"/></a>
<a href="https://hashblue.com"><img class="browsershot" src="/images/hashblue.thumb.png"/></a>
<a href="https://www.gov.uk/government/organisations"><img class="browsershot" src="/images/departments.thumb.png"/></a>
</div>


<p>You can see some of the code I've written on github, both on <a href="http://github.com/tomafro">my own account</a> and <a href="http://github.com/freerange">our company account</a>.</p>

<h2 style="padding-top:2em;">About tomafro.net</h2>


<p>This site is built using <a href="http://github.com/mojombo/jekyll/tree/master">jekyll</a>, the 'blog-aware, static site generator'. The theme was custom written from the ground up, and date archives and tag pages are generated using a rake task. The full source is available <a href="http://github.com/tomafro/tomafro.net/tree/master">here in github</a>.</p>
<p>This site is built using my own hacked together static site generator. The full source to my site is available <a href="http://github.com/tomafro/tomafro.net/tree/master">here in github</a>.</p>

</div>
<footer>
<span class='author'><a rel='author' href='http://tomafro.net'>Tom Ward</a></span>
<span class='date'><a href=""></a></span>
<ul>
</ul>
</footer>
</article>
</body>
</html>
2 changes: 1 addition & 1 deletion public/atom.xml
Expand Up @@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Tom Ward</title>
<link href="http://tomafro.net/atom.xml" rel="self"/>
<updated>2012-07-03T09:10:27+01:00</updated>
<updated>2012-07-03T18:34:18+01:00</updated>
<id>http://tomafro.net/</id>
<author>
<name>Tom Ward</name>
Expand Down
Binary file added public/images/chromaroma.thumb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/hashblue.thumb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions source/about.html.markdown
@@ -0,0 +1,18 @@
---
title: About Tom Ward
hide-meta: true
---
I'm a London based software developer, passionate about building and improving the web.

I'm a member of [FreeRange](http://gofreerange.com), a small collective of talented, like-minded developers. If you're interested on having us work on a project with you, get in touch at [lets@gofreerange.com](mailto:lets@gofreerange.com). We've worked on sites including [Chromaroma](http://www.chromaroma.com/), [hashblue.com](https://hashblue.com), and [www.gov.uk](https://www.gov.uk).

<div class="browsershots">
<a href="http://www.chromaroma.com"><img class="browsershot" src="/images/chromaroma.thumb.png"/></a>
<a href="https://hashblue.com"><img class="browsershot" src="/images/hashblue.thumb.png"/></a>
<a href="https://www.gov.uk/government/organisations"><img class="browsershot" src="/images/departments.thumb.png"/></a>
</div>

You can see some of the code I've written on github, both on [my own account](http://github.com/tomafro) and [our company account](http://github.com/freerange).

<h2 style="padding-top:2em;">About tomafro.net</h2>
This site is built using my own hacked together static site generator. The full source is available [here on github](http://github.com/tomafro/tomafro.net/tree/master).
18 changes: 12 additions & 6 deletions source/about.page
@@ -1,13 +1,19 @@
---
layout: post
layout: "_layouts/default.mustache"
title: About Tom Ward
hide_meta: true
hide-meta: true
---
I'm a London based software developer, passionate about building and improving the web.
I'm a London based software developer, passionate about building and improving the web.

You can see some of the code I've written [on github](http://github.com/tomafro) and some of my [contributions to rails here](http://contributors.rubyonrails.org/contributors/tom-ward/commits).
I'm a member of [FreeRange](http://gofreerange.com), a small collective of talented, like-minded developers. If you're interested on having us work on a project with you, get in touch at [lets@gofreerange.com](mailto:lets@gofreerange.com). We've worked on sites including [Chromaroma](http://www.chromaroma.com/), [hashblue.com](https://hashblue.com), and [www.gov.uk](https://www.gov.uk).

I'm a member of [FreeRange](http://gofreerange.com), a collective of talented, like-minded developers. If you're interested on having us work on a project with you, get in touch at [lets@gofreerange.com](mailto:lets@gofreerange.com).
<div class="browsershots">
<a href="http://www.chromaroma.com"><img class="browsershot" src="/images/chromaroma.thumb.png"/></a>
<a href="https://hashblue.com"><img class="browsershot" src="/images/hashblue.thumb.png"/></a>
<a href="https://www.gov.uk/government/organisations"><img class="browsershot" src="/images/departments.thumb.png"/></a>
</div>

You can see some of the code I've written on github, both on [my own account](http://github.com/tomafro) and [our company account](http://github.com/freerange).

<h2 style="padding-top:2em;">About tomafro.net</h2>
This site is built using [jekyll](http://github.com/mojombo/jekyll/tree/master), the 'blog-aware, static site generator'. The theme was custom written from the ground up, and date archives and tag pages are generated using a rake task. The full source is available [here in github](http://github.com/tomafro/tomafro.net/tree/master).
This site is built using my own hacked together static site generator. The full source to my site is available [here in github](http://github.com/tomafro/tomafro.net/tree/master).
Binary file added source/images/chromaroma.thumb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/hashblue.thumb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e00c35

Please sign in to comment.