diff --git a/src/footer/last-deployed.ts b/src/footer/last-deployed.ts index 8dd5dde..62a9921 100644 --- a/src/footer/last-deployed.ts +++ b/src/footer/last-deployed.ts @@ -1 +1 @@ -export default "18/03/2024"; +export default "27/04/2024"; diff --git a/src/running/races.ts b/src/running/races.ts index ade6ea7..be7d756 100644 --- a/src/running/races.ts +++ b/src/running/races.ts @@ -18,6 +18,10 @@ const races: Race[] = [ src: "running-images/22fredericton_06.jpg", caption: "Early morning before the race - cold with lots of nervous energy", }, + { + src: "running-images/22fredericton_08.jpg", + caption: "Start of the race", + }, { src: "running-images/22fredericton_02.jpeg", caption: "About to cross the finish line", @@ -183,6 +187,44 @@ const races: Race[] = [ caption: "The race map", }, ], + }, + { + name: "2024 21k de Montréal", + link: "https://canadarunningseries.com/21k-de-montreal/", + orderDate: new Date(2024, 3, 20), + date: new Date(2024, 3, 20), + runningTime: "1:19:18 (PB Half-Marathon)
[Official Times]", + placement: "65th of 2281 overall, 12th of 298 in the M25-29 category", + description: `

My 2nd official half-marathon. I again didn't want to commit to winter training for a full marathon, so decided to do a half-marathon in the spring (I'm thinking a full marathon in the fall going to happen), and having just moved to Montréal earlier that year, I signed up for the 21k de Montréal.

+

I started off the race in the first coral with all the other very serious looking runners. This was my first "big" race, and Kobi had warned me about how people might be jostling for position at the start because of how crowded it would be, and energy was pretty high during the countdown to the starting gun. Once we got started, I picked 2 guys to follow who looked like they were monitoring their speed with a smartwatch, and they set a pretty good pace. I ran with the same crowd for most of the race, and then we all began to separate as we got closer to the finish line. Parts of the race were on the F1 track, which was pretty cool, but the straight sections were pretty windy and rough to run in. The crowds were great, always good for an energy boost when I was beginning to question whether I was going to be able to keep up the pace.

+

I ended up finishing with a PB half-marathon time, beating my previous best by 1 minute and 41 second.

+ `, + images: [ + { + src: "running-images/24montreal21_01.JPG", + caption: "Struggling to give the thumbs up", + }, + { + src: "running-images/24montreal21_02.JPG", + caption: "Locked in", + }, + { + src: "running-images/24montreal21_03.JPG", + caption: "Finished!", + }, + { + src: "running-images/24montreal21_04.JPG", + caption: "Kobi with a PB too!", + }, + { + src: "running-images/24montreal21_05.JPG", + caption: "The New Brunswick cheering section", + }, + { + src: "running-images/24montreal21_06.png", + caption: "The race map", + }, + ], } ]; diff --git a/src/running/running-images/22fredericton_08.jpg b/src/running/running-images/22fredericton_08.jpg new file mode 100644 index 0000000..c4e76ea Binary files /dev/null and b/src/running/running-images/22fredericton_08.jpg differ diff --git a/src/running/running-images/24montreal21_01.JPG b/src/running/running-images/24montreal21_01.JPG new file mode 100644 index 0000000..1bb7ef1 Binary files /dev/null and b/src/running/running-images/24montreal21_01.JPG differ diff --git a/src/running/running-images/24montreal21_02.JPG b/src/running/running-images/24montreal21_02.JPG new file mode 100644 index 0000000..4887c36 Binary files /dev/null and b/src/running/running-images/24montreal21_02.JPG differ diff --git a/src/running/running-images/24montreal21_03.JPG b/src/running/running-images/24montreal21_03.JPG new file mode 100644 index 0000000..1525d27 Binary files /dev/null and b/src/running/running-images/24montreal21_03.JPG differ diff --git a/src/running/running-images/24montreal21_04.JPG b/src/running/running-images/24montreal21_04.JPG new file mode 100644 index 0000000..cf2f3eb Binary files /dev/null and b/src/running/running-images/24montreal21_04.JPG differ diff --git a/src/running/running-images/24montreal21_05.JPG b/src/running/running-images/24montreal21_05.JPG new file mode 100644 index 0000000..52adbbf Binary files /dev/null and b/src/running/running-images/24montreal21_05.JPG differ diff --git a/src/running/running-images/24montreal21_06.png b/src/running/running-images/24montreal21_06.png new file mode 100644 index 0000000..8f368ee Binary files /dev/null and b/src/running/running-images/24montreal21_06.png differ