Index page started
This commit is contained in:
37
root/index.html
Normal file
37
root/index.html
Normal file
@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Munebase</title>
|
||||
</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</li>
|
||||
</ul>
|
||||
<footer>
|
||||
<a href="https://git.munebase.dev/Munelit/munebase.dev">Source for this site can be found here.</a>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user