diff --git a/content/_index.md b/content/_index.md
index 454a5e9..031bf78 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -4,3 +4,23 @@ title: Home
## 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).
+
+## What I have been up to
+
+- 06/21: Participated in ARRL Summer Field Day, scoring 270 points
+- 04/21: Produced [*Deep Breath*](https://github.com/Ewpratten/ludum-dare-48) as part of Ludum Dare 48
+- 08/20: Participated in Google CTF 2020
+- 05/20: Participated in Hack-A-Sat CTF
+- 04/20: Produced [*Micromanaged Mike*](https://ldjam.com/events/ludum-dare/46/micromanaged-mike) as part of Ludum Dare 46
+- 03/20: FRC Humber district event *finalists* as part of Raider Robotics
+- 02/20: Participated in the Canadian Computing Competition
+- 06/19: Participated in Google CTF 2019
+- 04/19: FRC district championships *quarter-finalists* as part of Raider Robotics
+- 04/19: FRC Western district event *semi-finalists* as part of Raider Robotics
+- 03/19: Participated in the ECOO Programming Contest
+- 02/19: FRC Ryerson district event *quarter-finalists* as part of Raider Robotics
+- 02/19: Participated in the Canadian Computing Competition
+- 09/18: Completed Google's *Foobar* programming challenge
+- 04/18: Participated in the ECOO Programming Contest
+- 03/18: FRC Waterloo district event *quarter-finalists* as part of Raider Robotics
+- 03/18: FRC Georgian district event *quarter-finalists* as part of Raider Robotics
\ No newline at end of file
diff --git a/sass/styles/layout.scss b/sass/styles/layout.scss
index bcc687b..61de47a 100644
--- a/sass/styles/layout.scss
+++ b/sass/styles/layout.scss
@@ -7,7 +7,8 @@ h6 {
font-family: "Urbanist", sans-serif;
font-weight: bolder;
}
-p {
+p,
+li {
font-family: "Roboto", sans-serif;
font-weight: normal;
}
@@ -97,5 +98,8 @@ body {
.blog-post-li {
margin: 0.25em;
- font-size: 96%;
+}
+
+.gray {
+ color: gray;
}