<!DOCTYPE html> <!-- Forty by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <title>Evan Pratten</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" href="/assets/css/main.css" /> <!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]--> <!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]--> <!-- Syntax highlight --> <link rel="stylesheet" href="/assets/css/vs.css" /> </head> <body> <!-- Wrapper --> <div id="wrapper"> <!-- Header --> <header id="header" class="alt" > <a href="http://localhost:4000//" class="logo"><strong>Evan Pratten</strong> <span>retrylife</span></a> <nav> <!-- <a href="#menu">Menu</a> --> </nav> </header> <!-- Menu --> <!-- <nav id="menu"> <ul class="links"> <li><a href="http://localhost:4000//">Home</a></li> <li><a href="http://localhost:4000/all_posts.html">All posts</a></li> </ul> <ul class="actions vertical"> <li><a href="#" class="button special fit">Get Started</a></li> <li><a href="#" class="button fit">Log In</a></li> </ul> </nav> --> <!-- Banner --> <section id="banner" class="major" style="height:90vh"> <div class="inner"> <header class="major"> <h1>Hi, I am Evan Pratten</h1> </header> <div class="content"> <p style="text-transform: uppercase;">Computer wizard, student, <a href="https://github.com/frc5024">@frc5024</a> programming team lead, and radio enthusiast.</p> <!-- <ul class="actions"> <li><a href="#one" class="button next scrolly">Get Started</a></li> </ul> --> </div> </div> </section> <!-- Main --> <div id="main"> <!-- <section id="two"> <div class="inner"> <header class="major"> <h2>Projects</h2> </header> </div> </section> <section id="one" class="tiles"> <article> <span class="image"> <img src="assets/images/DeepSpace.jpg" alt="" /> </span> <header class="major"> <h3><a href="/DeepSpace.html" class="link">Generic</a></h3> <p>The code behind 5024's 2019 robot</p> </header> </article> </section> <section id="two"> <div class="inner"> <header class="major"> <h2>Posts</h2> </header> </div> </section> --> <section id="one" class="tiles"> <article> <span class="image"> <img src="" alt="" /> </span> <header class="major"> <h3><a href="/random/2019/06/26/BashSmash.html" class="link">BashSmash</a></h3> <p>A tool for driving people crazy</p> </header> </article> <article> <span class="image"> <img src="" alt="" /> </span> <header class="major"> <h3><a href="/frc/2019/06/24/LanguageHunt2.html" class="link">The language hunt: Part 2</a></h3> <p>A quick followup</p> </header> </article> <article> <span class="image"> <img src="" alt="" /> </span> <header class="major"> <h3><a href="/ctf/2019/06/23/googlectf.html" class="link">I gave Google's CTF a short try and learned a thing or two</a></h3> <p>But exams got in the way and took all the fun</p> </header> </article> <article> <span class="image"> <img src="" alt="" /> </span> <header class="major"> <h3><a href="/frc/2019/06/21/Robot-Experiences.html" class="link">What I have learned from 2 years of FRC programming</a></h3> <p>Robots are pretty cool</p> </header> </article> <article> <span class="image"> <img src="" alt="" /> </span> <header class="major"> <h3><a href="/random/2019/06/18/Blogs-I-Read.html" class="link">Blogs I Read</a></h3> <p>The constantly updating list</p> </header> </article> <article> <span class="image"> <img src="" alt="" /> </span> <header class="major"> <h3><a href="/music/2019/06/17/AMM2M1-release.html" class="link">I made a new song!</a></h3> <p>Releasing a new song with friends at school</p> </header> </article> </section> <!-- Two --> <section id="two"> <div class="inner"> <!-- <header class="major"> <h2>Massa libero</h2> </header> <p> </p> --> <ul class="actions"> <li><a href="all_posts.html" class="button next">View All</a></li> </ul> </div> </section> </div> <!-- Footer --> <footer id="footer"> <div class="inner"> <ul class="icons"> <li><a href="https://twitter.com/ewpratten" class="icon alt fa-twitter" target="_blank"><span class="label">Twitter</span></a></li> <li><a href="https://gitlab.com/u/ewpratten" class="icon alt fa-gitlab" target="_blank"><span class="label">GitLab</span></a></li> <li><a href="https://github.com/ewpratten" class="icon alt fa-github" target="_blank"><span class="label">GitHub</span></a></li> <li><a href="/feed.xml" class="icon alt fa-rss" target="_blank"><span class="label">RSS</span></a></li> </ul> <ul class="copyright"> <li>© Evan Pratten retrylife</li> <li>Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a></li> </ul> </div> </footer> </div> <!-- Scripts --> <script src="http://localhost:4000/assets/js/jquery.min.js"></script> <script src="http://localhost:4000/assets/js/jquery.scrolly.min.js"></script> <script src="http://localhost:4000/assets/js/jquery.scrollex.min.js"></script> <script src="http://localhost:4000/assets/js/skel.min.js"></script> <script src="http://localhost:4000/assets/js/util.js"></script> <!--[if lte IE 8]><script src="http://localhost:4000/assets/js/ie/respond.min.js"></script><![endif]--> <script src="http://localhost:4000/assets/js/main.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-74118570-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-74118570-2'); </script> </body> </html>