87 lines
3.6 KiB
HTML
87 lines
3.6 KiB
HTML
<head>
|
|
<title>RetryLife</title>
|
|
|
|
|
|
<link href="/css/animations.css" rel="stylesheet">
|
|
<link href="/css/main.css" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Germania+One" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Black+Ops+One" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Denk+One" rel="stylesheet">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
</head>
|
|
<body >
|
|
<div id="particles-js">
|
|
<article>
|
|
<!-- About Panel -->
|
|
<scetion><div class="about" id="about">
|
|
|
|
<!-- Spacer -->
|
|
<div class="three-height"></div>
|
|
|
|
<!-- Name -->
|
|
<div class="name-wrapper">
|
|
<h1 class="name">Evan</h1>
|
|
<h1 class="name">Pratten</h1>
|
|
<p class="subtitle">Programming Student</p>
|
|
</div>
|
|
|
|
<!-- External Links -->
|
|
<div class="links">
|
|
<a href="https://github.com/ewpratten">GitHub</a><br>
|
|
<a href="https://twitter.com/ewpratten">Twitter</a><br>
|
|
<a href="https://devrant.com/users/ewpratten">Devrant</a><br>
|
|
<a href="https://github.com/frc5024">Robotics</a><br>
|
|
<a href="#content">More</a>
|
|
</div>
|
|
|
|
<!-- PGP Key -->
|
|
<div class="pgp">
|
|
<p><a href="https://keybase.io/ewpratten/pgp_keys.asc">56F5 A6FB 5A8E EF90</a><a href="/id_rsa.pub">SSH</a></p>
|
|
</div>
|
|
|
|
|
|
</div></scetion>
|
|
|
|
<!-- Blank Panel -->
|
|
<scetion class="null"><div class="blank"></div></scetion>
|
|
|
|
</article>
|
|
|
|
<!-- Blank vertical space -->
|
|
<div class="full-height"></div>
|
|
|
|
<!-- Extra content -->
|
|
<table class="content">
|
|
<tr>
|
|
<td class="empty"></td>
|
|
<td class="info">
|
|
<div class="content-box" id="content">
|
|
<div class="content-box-wrapper">
|
|
<!-- About Me -->
|
|
<h1><dashed>---</dashed> About Me <dashed>---</dashed></h1>
|
|
<p>I am a teenager who loves to write code and make stuff. I tend to spend my free time either programming or thinking about programming</p>
|
|
|
|
<!-- Robotics -->
|
|
<h1><dashed>---</dashed> Robotics <dashed>---</dashed></h1>
|
|
<p>As a part of Raider Robotics (frc5024), I co-lead the programming team and help teach new programmers about programming in compiled languages, interfacing with hardware, and computer vision.</p>
|
|
|
|
<!-- Projects -->
|
|
<h1><dashed>---</dashed> Projects <dashed>---</dashed></h1>
|
|
<p>Every year, I work on a large number of projects. Some of the interesting ones are listed here:</p>
|
|
|
|
<li><a onclick="transition('https://github.com/frc5024')">Robotics Projects</a></li>
|
|
<li><a onclick="transition('/devmon.html')">devRant API Status</a></li>
|
|
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<!-- JS -->
|
|
<script src="/js/particles.min.js"></script>
|
|
<script src="/js/main.js"></script>
|
|
<script src="/js/console.js"></script>
|
|
<script src="/js/links.js"></script>
|
|
</body> |