59 lines
2.0 KiB
HTML
59 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Munebase</title>
|
|
<link rel="stylesheet" href="styles/main.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1>About Me</h1>
|
|
<nav>
|
|
<a href="/index.html">Home</a>
|
|
<a href="/projects.html">Projects</a>
|
|
<a href="/resources.html">Resources</a>
|
|
<a href="/match.html">Example FRC Match</a>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<article>
|
|
<section>
|
|
<h2>What I do</h2>
|
|
<ul>
|
|
<li>College student</li>
|
|
<li>FIRST Robotics Alumni
|
|
<ul>
|
|
<li><strong>2016</strong> - Electrical</li>
|
|
<li><strong>2017-2019</strong> - Programming & Pneumatics Lead</li>
|
|
<li><strong>2020</strong> - Programming Lead</li>
|
|
</ul>
|
|
</li>
|
|
<li>FIRST Robotics Mentor
|
|
<ul>
|
|
<li><strong>2022-Present</strong> - Programming & Pneumatics</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>My Hobbies</h2>
|
|
<ul>
|
|
<li>Licensed HAM Radio Operator</li>
|
|
<li>Disc Golf</li>
|
|
<li>Programming - <a href="/projects.html">My Projects</a> - <a href="/resources.html">Useful
|
|
Resources</a></li>
|
|
<li>Robotics - <a href="/match.html">Example Match Video & Stats</a></li>
|
|
</ul>
|
|
</section>
|
|
</article>
|
|
</main>
|
|
<footer id="site-footer">
|
|
<a href="https://git.munebase.dev/Munelit/munebase.dev">Source for this site can be found here.</a>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |