index.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>index | Casey DeLorme's Portfolio / caseydelorme.com</title>
  6. <link rel="icon" type="image/x-icon" href="https://www.caseydelorme.com/cdn/favicon.ico" />
  7. <link rel="stylesheet" type="text/css" href="/css/main.css#546e527">
  8. </head>
  9. <body>
  10. <header>
  11. <a href='/'><h1>Casey DeLorme</h1></a>
  12. <nav>
  13. <ul>
  14. <li><a href='/blog/'>blog</a></li>
  15. <li><a href='/index.html'>index</a></li>
  16. <li><a href='/resume.html'>resume</a></li>
  17. </ul>
  18. </nav>
  19. </header>
  20. <div class="content group">
  21. <p>A home page. An about page.</p>
  22. </div>
  23. <footer>
  24. <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
  25. <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
  26. <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
  27. <a href='https://github.com/cdelorme' class='link github'></a>
  28. <a href='skype:casey.delorme?chat' class='link skype'></a>
  29. <div class="scripts">
  30. <script type="text/javascript" src="/js/main.js#546e527" async></script>
  31. </div>
  32. </footer>
  33. </body>
  34. </html>