diff --git a/public/about.html b/public/about.html index 68403c0..e317969 100644 --- a/public/about.html +++ b/public/about.html @@ -43,22 +43,23 @@

About Tom Ward

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 and some of my contributions to rails here.

+

I'm a member of FreeRange, 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. We've worked on sites including Chromaroma, hashblue.com, and www.gov.uk.

-

I'm a member of FreeRange, 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.

+
+ + + +
+ + +

You can see some of the code I've written on github, both on my own account and our company account.

About tomafro.net

-

This site is built using jekyll, 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.

+

This site is built using my own hacked together static site generator. The full source to my site is available here in github.

- \ No newline at end of file diff --git a/public/atom.xml b/public/atom.xml index ae7164d..23dc1ab 100644 --- a/public/atom.xml +++ b/public/atom.xml @@ -2,7 +2,7 @@ Tom Ward - 2012-07-03T09:10:27+01:00 + 2012-07-03T18:34:18+01:00 http://tomafro.net/ Tom Ward diff --git a/public/images/chromaroma.thumb.png b/public/images/chromaroma.thumb.png new file mode 100644 index 0000000..636e29d Binary files /dev/null and b/public/images/chromaroma.thumb.png differ diff --git a/public/images/hashblue.thumb.png b/public/images/hashblue.thumb.png new file mode 100644 index 0000000..d6eba7b Binary files /dev/null and b/public/images/hashblue.thumb.png differ diff --git a/source/about.html.markdown b/source/about.html.markdown new file mode 100644 index 0000000..22fcfe1 --- /dev/null +++ b/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). + +
+ + + +
+ +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). + +

About tomafro.net

+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). diff --git a/source/about.page b/source/about.page index 9f2c005..af5adcd 100644 --- a/source/about.page +++ b/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). +
+ + + +
+ +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).

About tomafro.net

-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). diff --git a/source/images/chromaroma.thumb.png b/source/images/chromaroma.thumb.png new file mode 100644 index 0000000..636e29d Binary files /dev/null and b/source/images/chromaroma.thumb.png differ diff --git a/source/images/hashblue.thumb.png b/source/images/hashblue.thumb.png new file mode 100644 index 0000000..d6eba7b Binary files /dev/null and b/source/images/hashblue.thumb.png differ