1

Tweak layout a little

This commit is contained in:
Evan Pratten 2024-11-09 19:43:09 -05:00
parent fcf00af55f
commit 23b69df43a
5 changed files with 7 additions and 12 deletions

2
.vscode/tasks.json vendored
View File

@ -8,7 +8,7 @@
"type": "shell", "type": "shell",
"command": "zola", "command": "zola",
"options": { "options": {
"cwd": "${workspaceFolder}/ewpratten.com" "cwd": "${workspaceFolder}"
}, },
"args": [ "args": [
"serve", "serve",

View File

@ -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). 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: I am currently:

View File

@ -8,5 +8,4 @@ I spend my free time learning and making things. Check out the following pages f
- [Amateur Radio](/radio) - [Amateur Radio](/radio)
- [Photography](/photography) - [Photography](/photography)
- [3D Printing](/3dprint) - [3D Printing](/3dprint)
- Gaming - [Minecraft](/games/minecraft)
- [Minecraft](/games/minecraft)

View File

@ -6,16 +6,11 @@ title: Darth Raider
<img src="/images/projects/darthraider.png" alt="Darth Raider" style="max-width:400px;"> <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 ## High-Level Features
- On the fly autonomous path planning & following - On the fly autonomous path planning & following
- Fully autonomous global positioning system - Real-time global position estimation
- Environmentally reactive aim compensation - Environmentally reactive aim compensation
- Highly coordinated intra-system game piece handling - 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)

View File

@ -107,7 +107,8 @@
{# <li><a href="/projects">Projects</a></li> #} {# <li><a href="/projects">Projects</a></li> #}
<li><a href="/hobbies">Hobbies</a></li> <li><a href="/hobbies">Hobbies</a></li>
{# <li><a href="/photography">Photos</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> </ul>
<hr> <hr>
</nav> </nav>