diff --git a/config.toml b/config.toml index a3a7418..b7005fe 100644 --- a/config.toml +++ b/config.toml @@ -20,4 +20,4 @@ email = "mail@va3zza.com" twitter = "ewpratten" github = "ewpratten" qrz = "va3zza" -linkedin = "ewpratten" \ No newline at end of file +linkedin = "ewpratten" diff --git a/content/_index.md b/content/_index.md index 031bf78..2ea5aa6 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,20 +7,37 @@ I am a first-year college student, studying Information Security at Sheridan Col ## 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 + \ No newline at end of file diff --git a/sass/styles/layout.scss b/sass/styles/layout.scss index 61de47a..e386ced 100644 --- a/sass/styles/layout.scss +++ b/sass/styles/layout.scss @@ -64,7 +64,7 @@ body { .headshot-container { display: inline-block; max-width: 150px; - @media only screen and (max-width: 377px) { + @media only screen and (max-width: 382px) { display: block; margin: auto; } @@ -103,3 +103,32 @@ body { .gray { color: gray; } + +ul { + padding-left: 20px; +} + +.events-list { + & > li { + color: gray; + } + & > ul { + & > li { + & > div { + display: table-row; + & > span { + display: table-cell; + + &:first-of-type { + color: gray; + width: 30px; + letter-spacing: -0.35em; + text-align: center; + padding-right: 8px; + text-transform: full-width; + } + } + } + } + } +}