Tweak layout a little
This commit is contained in:
parent
fcf00af55f
commit
23b69df43a
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -8,7 +8,7 @@
|
||||
"type": "shell",
|
||||
"command": "zola",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/ewpratten.com"
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
"args": [
|
||||
"serve",
|
||||
|
@ -8,7 +8,7 @@ I am a **Software Developer**, specializing in *automation* and *computer networ
|
||||
|
||||
In my free time, I bounce around between a large collection of interests, with the common focus of wanting to learn how things *really work*. I take deep dives into topics that I find interesting, and occasionally write about them on [my blog](/blog).
|
||||
|
||||
## Whats in the works
|
||||
## What I'm up to
|
||||
|
||||
I am currently:
|
||||
|
||||
|
@ -8,5 +8,4 @@ I spend my free time learning and making things. Check out the following pages f
|
||||
- [Amateur Radio](/radio)
|
||||
- [Photography](/photography)
|
||||
- [3D Printing](/3dprint)
|
||||
- Gaming
|
||||
- [Minecraft](/games/minecraft)
|
||||
- [Minecraft](/games/minecraft)
|
@ -6,16 +6,11 @@ title: Darth Raider
|
||||
|
||||
<img src="/images/projects/darthraider.png" alt="Darth Raider" style="max-width:400px;">
|
||||
|
||||
**Darth Raider** carried a 15-4-0 WLT record, and was ranked #1 at the [*FIRST Robotics Humber College ONT District Event*](https://www.thebluealliance.com/event/2020onto3). This success ranked Raider Robotics as the 8th best robotics team in all of Canada for the 2020 competition season.
|
||||
**Darth Raider** carried a 15-4-0 WLT record, and was ranked #1 at the *FIRST Robotics Humber College ONT District Event*. This success ranked Raider Robotics as the 8th best robotics team in all of Canada for the 2020 competition season.
|
||||
|
||||
## High-Level Features
|
||||
|
||||
- On the fly autonomous path planning & following
|
||||
- Fully autonomous global positioning system
|
||||
- Real-time global position estimation
|
||||
- Environmentally reactive aim compensation
|
||||
- Highly coordinated intra-system game piece handling
|
||||
|
||||
## External Links & Documentation
|
||||
|
||||
- [Source Code](https://github.com/frc5024/InfiniteRecharge)
|
||||
- [High-Level Design Documentation](/downloads/darth_raider_tech_binder.pdf)
|
||||
|
@ -107,7 +107,8 @@
|
||||
{# <li><a href="/projects">Projects</a></li> #}
|
||||
<li><a href="/hobbies">Hobbies</a></li>
|
||||
{# <li><a href="/photography">Photos</a></li> #}
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
{# <li><a href="/contact">Contact</a></li> #}
|
||||
{# <li><a href="/hobbies">More</a></li> #}
|
||||
</ul>
|
||||
<hr>
|
||||
</nav>
|
||||
|
Loading…
x
Reference in New Issue
Block a user