52 lines
1.8 KiB
HTML
52 lines
1.8 KiB
HTML
<head>
|
|
<title>RetryLife</title>
|
|
|
|
<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">
|
|
<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">
|
|
|
|
<!-- 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/retrax24">GitHub</a><br>
|
|
<a href="https://twitter.com/ewpratten">Twitter</a><br>
|
|
<!-- <a href="https://twitch.tv/retraxa">Twitch</a><br> -->
|
|
<a href="https://devrant.com/users/hyperlisk">Devrant</a><br>
|
|
<a href="https://github.com/frc5024">Robotics</a><br>
|
|
</div>
|
|
|
|
<!-- PGP Key -->
|
|
<div class="pgp">
|
|
<p><a href="https://keybase.io/ewpratten/pgp_keys.asc">56F5 A6FB 5A8E EF90</a></p>
|
|
</div>
|
|
|
|
|
|
</div></scetion>
|
|
|
|
<!-- Blank Panel -->
|
|
<scetion class="null"><div class="blank"></div></scetion>
|
|
|
|
</article>
|
|
</div>
|
|
|
|
<!-- JS -->
|
|
<script src="/js/particles.min.js"></script>
|
|
<script src="/js/main.js"></script>
|
|
<script src="/js/console.js"></script>
|
|
</body> |