Skip to content

Commit

Permalink
Stages 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
T00few2 committed Oct 5, 2024
1 parent db602bb commit a9b3b6b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions app/stages/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ export default function stagespage() {
Welcome to STAGES by DZR: Stage Racing Done Right. {'\n\n'}


A very challenging stage race where the winner is the rider finishing all four stages using the least time (as it should be). As a new feature,
A very challenging stage race where the winner is the rider finishing all four stages using the least time (as it should be). {'\n\n'}
As a new feature,
a minimum 3 seconds time gap rule will be applied (iTT excluded) on the finish line. Riders finishing within a 3 seconds time gap will be noted for the same time.{'\n\n'}
Otherwise, time is won on the initial iTT, on bonus sprints in The Sprint, a proper breakaway in The Break Away, and on the hill finish in The Hill.
Bonus seconds are also awarded at the finish line of The Sprint, The Break Away, and The Hill.
Expand Down Expand Up @@ -131,17 +132,17 @@ export default function stagespage() {
</Tbody>
</Table>
</TableContainer>
{/*

<Heading color={'white'} fontSize={'2xl'}>Route Profiles</Heading>
<Carousel
cards={[
'/puncheurs-summer-cup/Stage1.png',
'/puncheurs-summer-cup/Stage2.png',
'/puncheurs-summer-cup/Stage3.png',
'/puncheurs-summer-cup/Stage4.png',
'/stages/stage1.jpeg',
'/stages/stage2.png',
'/stages/stage3.jpeg',
'/stages/stage4.png',
]}
/>
{/*
<Heading color={'white'} fontSize={'2xl'}>Point Structure</Heading>
<Heading color={'white'} fontSize={'md'}>Most accumulated points in the four stages takes the overall win</Heading>
<Heading color={'white'} fontSize={'md'}>Points in the stages are divided according to</Heading>
Expand Down
Binary file added public/stages/stage1.jpeg
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 public/stages/stage2.png
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 public/stages/stage3.jpeg
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 public/stages/stage4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/stages/stages.jpeg
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 a9b3b6b

Please sign in to comment.