index.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
  7. <link rel="stylesheet" type="text/css" href="/css/main.css#7be5ae1">
  8. </head>
  9. <body>
  10. <header class="group">
  11. <h1><a href='/'>Casey DeLorme</a></h1>
  12. <nav>
  13. <ul>
  14. <li><a href='/index.html'>index</a></li>
  15. <li><a href='/projects/'>projects</a></li>
  16. <li><a href='/resume.html'>resume</a></li>
  17. </ul>
  18. </nav>
  19. </header>
  20. <div class="content group">
  21. <h2>Table of Contents:</h2>
  22. <ul>
  23. <li><a href="/projects/caseydelorme.com.html">caseydelorme.com</a></li>
  24. <li><a href="/projects/level6.html">level6</a></li>
  25. <li><a href="/projects/staticmd.html">staticmd</a></li>
  26. </ul>
  27. <h1>projects</h1>
  28. <p>This section is for detailed information on projects I wrote or participated in.</p>
  29. <p>Select a project from the list!</p>
  30. </div>
  31. <footer class="group">
  32. <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
  33. <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
  34. <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
  35. <a href='https://github.com/cdelorme' class='link github'></a>
  36. <a href='skype:casey.delorme?chat' class='link skype'></a>
  37. <div class="scripts">
  38. <script type="text/javascript" src="/js/main.js#7be5ae1" async></script>
  39. </div>
  40. </footer>
  41. </body>
  42. </html>