Yet another new design

Alright I know it is horrible but I really didn’t like the last design and there was a lot behind the scenes I wanted to change. I decided I would update the site again and resolve some of the issues I had with the code.

One thing I wanted to do was start converting the site over to html5. Really there isn’t much of a point at this juncture other than it is more semantic and simple to make the change.

For example historically I would code something like this for the header.

<div id="header" class="container_12 clearfix">
    <h1 class="grid_5">
        <a class="logo" href="#">Daniel Hardy</a>
    </h1>
    <div id="nav" class="grid_7">
        <ul class="navList right">
            <li><a href="#home">Home</a></li>
            <li><a href="#archives" >Archives</a></li>
        </ul>
    </div>
</div>

Read the rest of this entry »