Added a media page
This commit is contained in:
@ -6,30 +6,48 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>About Me</h1>
|
||||
<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>
|
||||
<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>
|
||||
</ul>
|
||||
<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>
|
||||
<a href="https://git.munebase.dev/Munelit/munebase.dev">Source for this site can be found here.</a>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user