<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <title>Dan Conner - Web Developer</title>
        <link rel="stylesheet" href="/css/base.css">
        <link rel="stylesheet" href="/css/syntax.css">
        <link rel="stylesheet" href="//cloud.typography.com/6078432/669424/css/fonts.css" >
    </head>
    <body>
        <nav>
            <ul>
                <li><a href="/"> / home</a></li>
                <li><a href="/work"> / work</a></li>
                <li><a href="/trail"> / trail</a></li>
                <li><a href="/contact"> / contact</a></li>
            </ul>
        </nav>


        <header>
    <img src='img/dm.jpg' />
</header><section class='page-section'>
    <h2>`whoami`</h2>
    <p>Dan Conner. An experienced web developer, currently enjoying working on contracted projects.</p>
    <div class='page-section'>
        <h3>Development Approach</h3>
        <p>In each project, I produce with...</p>
        <ul>
            <li>Code balanced between efficient and plain</li>
            <li>Honest and accurate estimates</li>
            <li>Consistent progress and communication</li>
            <li>Transparency throughout</li>
        </ul>
    </div>
    <div class='page-section'>
        <h3>Freelancing Fit</h3>
        <p>During my time as a contract developer, I have worked...</p>
        <ul>
            <li>Alongside existing development teams, within their normal practices</li>
            <li>As a developer of specific part of project, integrated to full system by others</li>
            <li>As a sole producer delivering the end project</li>
        </ul>
    </div>
</section><section class='page-section'>
    <h2>Recent Work</h2>
    <p><a href='work/'>More on projects from 2013 and 2014</a></p>
</section><section class='page-section'>
    <h2><strike>Recent</strike> Some Posts</h2>
    <ul class='recent-post-list'>

    <li>
        <span class='post-list-date'>23 Aug 2013</span>
        <a href='/2013/08/23/shell-exercise.html'>exercise in shell commands</a>
    </li>

    <li>
        <span class='post-list-date'>15 Feb 2012</span>
        <a href='/2012/02/15/details.html'>attention to detail</a>
    </li>

    <li>
        <span class='post-list-date'>06 Jan 2012</span>
        <a href='/2012/01/06/experiment-in-scalable-js.html'>experiment in scalable js</a>
    </li>

    <li>
        <span class='post-list-date'>12 Aug 2011</span>
        <a href='/2011/08/12/the-write-stuff.html'>the write stuff</a>
    </li>

</ul>

</section>

    </body>
</html
