Another front page section
This commit is contained in:
parent
cce58ac4c8
commit
88b8315fa8
@ -4,3 +4,23 @@ title: Home
|
|||||||
## About me
|
## About me
|
||||||
|
|
||||||
I am a first-year college student, studying Information Security at Sheridan College, starting this fall. I develop software both as a hobby, and professionally, and have been programming since I was in the 5th grade. I am also a Canadian amateur radio operator (callsign **VA3ZZA**), and the former Lead Software Developer at [Raider Robotics](https://github.com/frc5024).
|
I am a first-year college student, studying Information Security at Sheridan College, starting this fall. I develop software both as a hobby, and professionally, and have been programming since I was in the 5th grade. I am also a Canadian amateur radio operator (callsign **VA3ZZA**), and the former Lead Software Developer at [Raider Robotics](https://github.com/frc5024).
|
||||||
|
|
||||||
|
## What I have been up to
|
||||||
|
|
||||||
|
- <span class="gray">06/21:</span> Participated in ARRL Summer Field Day, scoring 270 points
|
||||||
|
- <span class="gray">04/21:</span> Produced [*Deep Breath*](https://github.com/Ewpratten/ludum-dare-48) as part of Ludum Dare 48
|
||||||
|
- <span class="gray">08/20:</span> Participated in Google CTF 2020
|
||||||
|
- <span class="gray">05/20:</span> Participated in Hack-A-Sat CTF
|
||||||
|
- <span class="gray">04/20:</span> Produced [*Micromanaged Mike*](https://ldjam.com/events/ludum-dare/46/micromanaged-mike) as part of Ludum Dare 46
|
||||||
|
- <span class="gray">03/20:</span> FRC Humber district event *finalists* as part of Raider Robotics
|
||||||
|
- <span class="gray">02/20:</span> Participated in the Canadian Computing Competition
|
||||||
|
- <span class="gray">06/19:</span> Participated in Google CTF 2019
|
||||||
|
- <span class="gray">04/19:</span> FRC district championships *quarter-finalists* as part of Raider Robotics
|
||||||
|
- <span class="gray">04/19:</span> FRC Western district event *semi-finalists* as part of Raider Robotics
|
||||||
|
- <span class="gray">03/19:</span> Participated in the ECOO Programming Contest
|
||||||
|
- <span class="gray">02/19:</span> FRC Ryerson district event *quarter-finalists* as part of Raider Robotics
|
||||||
|
- <span class="gray">02/19:</span> Participated in the Canadian Computing Competition
|
||||||
|
- <span class="gray">09/18:</span> Completed Google's *Foobar* programming challenge
|
||||||
|
- <span class="gray">04/18:</span> Participated in the ECOO Programming Contest
|
||||||
|
- <span class="gray">03/18:</span> FRC Waterloo district event *quarter-finalists* as part of Raider Robotics
|
||||||
|
- <span class="gray">03/18:</span> FRC Georgian district event *quarter-finalists* as part of Raider Robotics
|
@ -7,7 +7,8 @@ h6 {
|
|||||||
font-family: "Urbanist", sans-serif;
|
font-family: "Urbanist", sans-serif;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
}
|
}
|
||||||
p {
|
p,
|
||||||
|
li {
|
||||||
font-family: "Roboto", sans-serif;
|
font-family: "Roboto", sans-serif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
@ -97,5 +98,8 @@ body {
|
|||||||
|
|
||||||
.blog-post-li {
|
.blog-post-li {
|
||||||
margin: 0.25em;
|
margin: 0.25em;
|
||||||
font-size: 96%;
|
}
|
||||||
|
|
||||||
|
.gray {
|
||||||
|
color: gray;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user