123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="description" content="">
- <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#9eb699d">
- </head>
- <body>
- <header class="group">
- <h1><a href='/'>Casey DeLorme</a></h1>
- <nav>
- <ul>
- <li><a href="/projects">Projects</a></li>
- <li><a href="/resume.html">Resume</a></li>
- </ul>
- </nav>
- </header>
- <div class="content group">
- <p>Welcome to my portfolio website.</p>
- <p>I am a <strong>Software developer, systems administrator, devops engineer, and technology enthusiast</strong> working remotely for <a href="https://sharpnotions.com/">Sharp Notions</a>.</p>
- <p>I aim to deliver simple and complete architecture, automation, and software solutions.</p>
- <p>My favorite technology stack is <a href="https://golang.org/">go</a>. It has a comprehensive standard library, tooling with built-in testing and performance measurement, produces stand-alone binaries, and aims for simple legible code.</p>
- <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>
- </div>
- <footer class="group">
- <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#9eb699d" async></script>
- </div>
- </footer>
- </body>
- </html>
|