1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>index | Casey DeLorme's Portfolio / caseydelorme.com</title>
- <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
- <link rel="stylesheet" type="text/css" href="/css/main.css#d79fdde">
- </head>
- <body>
- <header>
- <a href='/'><h1>Casey DeLorme</h1></a>
-
- <nav>
- <ul>
-
- <li><a href='/blog/'>blog</a></li>
-
- <li><a href='/index.html'>index</a></li>
-
- <li><a href='/resume.html'>resume</a></li>
-
- </ul>
- </nav>
-
- </header>
- <div class="content group">
- <p>A home page. An about page.</p>
- </div>
- <footer>
- <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
- <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
- <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
- <a href='https://github.com/cdelorme' class='link github'></a>
- <a href='skype:casey.delorme?chat' class='link skype'></a>
- <div class="scripts">
- <script type="text/javascript" src="/js/main.js#d79fdde" async></script>
- </div>
- </footer>
- </body>
- </html>
|