Skip to content

Commit

Permalink
Merge pull request #442 from brombaut/montreal-21k
Browse files Browse the repository at this point in the history
Montreal 21k
  • Loading branch information
brombaut authored Apr 27, 2024
2 parents a2b4349 + b69ed15 commit 620a1c2
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/footer/last-deployed.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default "18/03/2024";
export default "27/04/2024";
42 changes: 42 additions & 0 deletions src/running/races.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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)<br><a href='https://sportstats.one/event/21k-de-montreal?view=tracker&pid=2067&eventid=41823' target='_blank'>[Official Times]</a>",
placement: "65th of 2281 overall, 12th of 298 in the M25-29 category",
description: `<p>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.</p>
<p>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.</p>
<p>I ended up finishing with a PB half-marathon time, beating my previous best by 1 minute and 41 second.</p>
`,
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",
},
],
}
];

Expand Down
Binary file added src/running/running-images/22fredericton_08.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/running/running-images/24montreal21_01.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/running/running-images/24montreal21_02.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/running/running-images/24montreal21_03.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/running/running-images/24montreal21_04.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/running/running-images/24montreal21_05.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/running/running-images/24montreal21_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 620a1c2

Please sign in to comment.