Skip to content

Commit

Permalink
Make "portfolio" homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
garethrees committed Mar 13, 2013
1 parent 08d4a7b commit 17a8458
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
3 changes: 1 addition & 2 deletions _includes/header.html
Expand Up @@ -2,8 +2,7 @@
<h1 class="title"><a href="/" title="Home">Gareth Rees</a></h1>
<nav class="main-nav">
<ul>
<li><a href="/">Blog</a></li>
<li><a href="/portfolio">Portfolio</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/gareth-rees-cv.pdf">CV</a></li>
</ul>
</nav>
Expand Down
4 changes: 1 addition & 3 deletions index.html → blog.html
Expand Up @@ -14,6 +14,4 @@ <h1>Blog</h1>
</li>
{% endfor %}
</ul>
</section>


</section>
14 changes: 9 additions & 5 deletions portfolio.md → index.md
@@ -1,16 +1,20 @@
---
layout: default
title: Portfolio
title: Home
---

# Portfolio

## Work

I currently work at [Box UK](http://boxuk.com).

I've also worked on applications for [Cardiff University Students' Union](http://cardiffstudents.com), [Cardiff Venue Centre](http://cardiffvenuecentre.com), [Smart Card Store](http://smartcardstore.co.uk), [The Wales Trades Union Congress](http://standupforabetterway.org), [Havering Fabian Society](http://haveringfabians.org.uk) and [Maesycoed Motors](http://maesycoedmotors.co.uk).

## Blog

{% for post in site.posts limit:3 %}
- [{{ post.title }}]({{ post.url }})
{% endfor %}

[More &rarr;](/blog)

## Community

I founded and run [cardiffrb](http://cardiffrb.com), a [monthly](http://lanyrd.com/profile/cardiffrb/future) meet up for Ruby programmers in [Cardiff, UK](http://goo.gl/maps/5VuC8).
Expand Down
4 changes: 4 additions & 0 deletions stylesheets/application.css
Expand Up @@ -54,6 +54,10 @@ li {
margin-bottom: 0.4em;
}

li p {
margin: 0;
}

.wrap {
margin: 0 auto;
max-width: 600px;
Expand Down

0 comments on commit 17a8458

Please sign in to comment.