forked from wezm/wezm.net
Tidy up header and add content to About page
This commit is contained in:
parent
9150028efc
commit
ba90f812d9
3 changed files with 30 additions and 4 deletions
|
@ -1,3 +1,31 @@
|
|||
<div class="vcard">
|
||||
<p>WezM.net is <span class="fn">Wesley Moore</span>'s personal home page, a <span class="title">programmer</span> from <span class="adr"><span class="locality">Melbourne</span> <span class="country-name">Australia</span></span>. Here you will find posts about various projects I'm working on, useful tips I've discovered as well as some random excerpts from other things going on in my life.</p>
|
||||
</div>
|
||||
|
||||
Contact
|
||||
-------
|
||||
|
||||
Email me on wes@wezm.net
|
||||
|
||||
[Follow me on Twitter](twitter)
|
||||
|
||||
This Site
|
||||
---------
|
||||
|
||||
This site is written in [Markdown](markdown), generated using [nanoc](nanoc) and is hosted on my Mac Pro by [Cherokee](cherokee).
|
||||
|
||||
Projects
|
||||
--------
|
||||
|
||||
Visit the projects page for details of some of my software and hardware projects.
|
||||
|
||||
Photography
|
||||
-----------
|
||||
|
||||
I'm an amateur photographer, see [Flickr](flickr). His primary camera is a Canon 400D SLR, and his main lenses are 28mm ƒ/1.4.
|
||||
|
||||
[nanoc]: http://nanoc.stoneship.org/
|
||||
[markdown]: http://daringfireball.net/projects/markdown/
|
||||
[cherokee]: http://www.cherokee-project.com/
|
||||
[twitter]: http://twitter.com/wezm
|
||||
[flickr]: http://www.flickr.com/photos/wezm/
|
|
@ -3,7 +3,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<title><%= @item[:title] %></title>
|
||||
<title><%= @item[:title] %> - WezM.net</title>
|
||||
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen,projector" />
|
||||
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen,projector" />
|
||||
<script src="/js/script.js" type="text/javascript"></script>
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<div id="header">
|
||||
<a href="/">WezM<sup>.net</sup> - ad some texture to this</a>
|
||||
<a href="/">WezM<sup>.net</sup></a>
|
||||
<ul id="menu" class="inline">
|
||||
<li><a href="/articles/">Articles</a></li>
|
||||
<li><a href="/topics/">Topics</a></li>
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li><a href="mailto:contact@example.com">Contact</a></li>
|
||||
<li>
|
||||
<a href="<%= feed_url %>"><img src="/images/white-feed-icon.png" width="12" height="12" /></a>
|
||||
<a href="<%= feed_url %>">Feed</a>
|
||||
|
|
Loading…
Reference in a new issue