Skip to content

Commit

Permalink
add next year's dates
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoho authored Aug 16, 2024
1 parent bd0b15a commit ccd456b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 6 deletions.
24 changes: 24 additions & 0 deletions hugo/assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,27 @@ body {
padding: 0;
}
}

.save-the-date {
text-align: center;
border: 5px dashed var(--light-green);
padding-bottom: 1rem;

h3 {
font-size: 2rem;
}

.date {
display: flex;
justify-content: center;
gap: 1rem;
}

img {
transform: scale(150%);
}

.right-arrow {
transform: rotate(180deg) scale(150%);
}
}
19 changes: 13 additions & 6 deletions hugo/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ description: Face a series of thrilling challenges and stations along the Oregon

Ladies and gentlemen, scouts of Seneca Waterways! Welcome to The Amazing Oregon Trail! Your patrol will embark on an epic adventure, following in the footsteps of the brave pioneers who journeyed westward in search of a better life.

**The 2025 Glacier Lakes Camporee will be held Friday, June 6 through Sunday, June 8 at [Camp Cutler](https://maps.app.goo.gl/woE5EJqmfF2GCEQv5).** A link to register will be available soon.

{{< save-the-date >}}

<!--
The 2024 Glacier Lakes Spring Camporee, Amazing Oregon Trail, will be held at [Camp Cutler](https://maps.app.goo.gl/woE5EJqmfF2GCEQv5). The Camporee will run Friday, April 19 through Sunday, April 21. You can see a [map of Camp Cutler](https://scoutingevent.com/Download/39729750/OR/Map_J_Warren_Cutler_Scout_Reservation.pdf) here.
Scouts can register for the event at the [ScoutingEvent.com page](https://scoutingevent.com/397-glot2023). The cost is $20 per scout and $10 per adult.
Scouts can register for the event at the [ScoutingEvent.com page](https://scoutingevent.com/397-glot2023). The cost is $20 per scout and $10 per adult. -->

## About the Camporee

You and your patrol will face a series of thrilling challenges and [stations](/stations/) along the trail, testing your skills, teamwork, and resourcefulness. Each
station represents a vital aspect of life on the Oregon Trail - from fire building and river crossing to hunting and cooking. You'll need to work
Expand All @@ -23,12 +31,11 @@ ultimate prize at the trail's end are better. But remember, the journey will
be arduous, and you'll need to use your tokens wisely to gain advantages at
each station.

Now, gather around, patrol leaders! It's time to prepare your patrol for the
adventure that lies ahead. Take a moment to discuss your strategy and plan
your approach to tackling the challenges you'll face. Remember, teamwork and
Prepare your patrol for the adventure that lies ahead. Take a moment to discuss your strategy and plan
your approach to tackling the challenges you'll face. Remember: teamwork and
communication are the keys to success on the Oregon Trail.

Are you ready to brave the Amazing Oregon Trail, Scouts? Let's gear up and
<!-- Are you ready to brave the Amazing Oregon Trail, Scouts? Let's gear up and
embrace the spirit of adventure that awaits us! Good luck and may the best
patrol triumph! REMEMBER: You will not win if you do not spend tokens. You
will only win if you spend them wisely.
will only win if you spend them wisely. --> -->
8 changes: 8 additions & 0 deletions hugo/layouts/shortcodes/save-the-date.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div class="save-the-date">
<h2>Next Glacier Lakes Camporee</h2>
<div class="date">
<img src="/img/arrow.svg"/>
<h3>June 6-8, 2025</h3>
<img class="right-arrow" src="/img/arrow.svg"/>
</div>
</div>

0 comments on commit ccd456b

Please sign in to comment.