index.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="description" content="">
  8. <title>index | Casey DeLorme's Portfolio / caseydelorme.com</title>
  9. <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
  10. <link rel="stylesheet" type="text/css" href="/css/main.css#41eba33">
  11. </head>
  12. <body>
  13. <header class="group">
  14. <h1><a href='/'>Casey DeLorme</a></h1>
  15. <nav>
  16. <ul>
  17. <li><a href="/projects">Projects</a></li>
  18. <li><a href="/resume.html">Resume</a></li>
  19. </ul>
  20. </nav>
  21. </header>
  22. <div class="content group">
  23. <p>Welcome to my portfolio website.</p>
  24. <p>I am a <strong>Software developer, systems administrator, devops engineer, and technology enthusiast.</strong></p>
  25. <p>My life objectives are to challenge conventions by looking at new ways of employing all the wild new technologies that continue to evolve around us. This is what leads us to major breakthroughs in software design and architecture, which allows our field to continue improving and building best practices.</p>
  26. <p>I am currently employed by <a href="https://www.ellucian.com/">ellucian</a>, a higher education software company, where I write infrastructure, automation, tools, and services in <a href="https://golang.org/">go</a> and <a href="https://nodejs.org/en/">node</a> that live in <a href="https://aws.amazon.com/">AWS (Amazon Web Services)</a> for my own team and others under the title of &ldquo;Devops Engineer Principal&rdquo;.</p>
  27. <p>Interested in my skills? Checkout my <a href="/resume.html">resume</a>, or my <a href="https://github.com/cdelorme">github account</a> for <a href="/projects">projects</a>. Looking to contact me? Feel free to send me an <a href="mailto:cdelorme@gmail.com">email</a>.</p>
  28. </div>
  29. <footer class="group">
  30. <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
  31. <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
  32. <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
  33. <a href='https://github.com/cdelorme' class='link github'></a>
  34. <a href='skype:casey.delorme?chat' class='link skype'></a>
  35. <div class="scripts">
  36. <script type="text/javascript" src="/js/main.js#41eba33" async></script>
  37. </div>
  38. </footer>
  39. </body>
  40. </html>