Skip to content

Commit

Permalink
Tom conner patch 1 (#2)
Browse files Browse the repository at this point in the history
* Update _index.md

Pickup date and price set

* Update cayman_config.yaml

* Update config.toml

* Update footer.html

* Update sidebar.html

* Update register-form.html

* Update index.md

* Update index.md

* Update index.md
  • Loading branch information
TomConner authored Oct 20, 2023
1 parent 27fc87f commit 9a8b96f
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 13 deletions.
6 changes: 2 additions & 4 deletions cayman_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#baseURL: https://troop105treedrive.com
#baseURL: https://TomConner.github.io/tree105
baseURL: https://www.thatswho.site
baseURL: https://troop105treedrive.com
languageCode: en-us
defaultContentLanguage: en
title: Cayman
Expand All @@ -18,7 +16,7 @@ permalinks:

params:
# Header text, can be markdown
project_name: 2023 Pembroke Troop 105 Tree Drive
project_name: 2024 Pembroke Troop 105 Tree Drive
project_tagline: Let the Scouts Pick Up and Recycle Your Christmas Tree!

# Date format for post list and single pages
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseurl = "https://www.troop105treedrive.com"
baseurl = "https://troop105treedrive.com"
languageCode = "en"
title = "2024 Chistmas Tree Drive"
theme = "soho"
Expand Down
8 changes: 4 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Christmas Tree Curbside Pickup & Recycling
---

# 2024 Tree Drive planning is underway!
# 2024 Tree Drive pickup day will be Saturday, January 6, 2024.

## Check back in the second half of November for details and registration!

Expand All @@ -15,7 +15,7 @@ title: Christmas Tree Curbside Pickup & Recycling

## Last Year's Drive

* Pickup day was Saturday, January 7, 2023.
* Pickup day was Saturday, January 6, 2024.
* **THANK YOU** to all who registered!
* Place your tree curbside by 9:00 am.
* Donate $15 per tree.
Expand All @@ -36,9 +36,9 @@ Questions or issues?
* **Thank You** to Top Notch Tree for chipping hundreds of trees
* **Thank You** Pembroke residents who support our effort each year!

## Register for Pickup (Closed for 2023)
## Register for Pickup (Check back before Thanksgiving.)

The 2023 tree drive is completed. Registration for 2024 will open later this year.
Registration for 2024 will open in mid-November.

<!-- {{< register-form >}}
-->
3 changes: 2 additions & 1 deletion content/paypalsent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ date: 2019-03-29
You're all set.

We've received your registration and your payment has been sent to have your
<!-- TODO date -->
tree picked up on January 7, 2023. An email confirmation will be sent to you
within 3 days.

Additionally, you will receive an email by Friday, January 6th as a reminder
with last minute details about leaving your tree out for us.

Thank you for your support.
Thank you for your support.
4 changes: 3 additions & 1 deletion content/registered/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ date: 2019-03-29

You're all set.

<!-- TODO date -->
We've received your registration to have your tree picked up on January 7, 2023.
An email confirmation will be sent to you within 3 days.

<!-- TODO date -->
Additionally, you will receive an email by Friday, January 6th as a reminder
with last minute details about leaving your tree out for us.

Thank you for your support.
Thank you for your support.
2 changes: 2 additions & 0 deletions content/venmoinstructions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ date: 2019-03-29

## Registration Received

<!-- TODO date -->
We've received your registration to have your tree picked up on January 7, 2023.
Please Venmo your payment to @Pembroke-Troop105 (QR code below). An email
confirmation will be sent to you within 3 days.

<!-- TODO date -->
Additionally, you will receive an email by Friday, January 6th as a reminder
with last minute details about leaving your tree out for us.

Expand Down
1 change: 1 addition & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<footer>
<div>
<p>
<!-- TODO: new web address -->
Web: <a href="https://www.pembroket105.org">Troop 105</a> | Email: <a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ <h1>{{ .Site.Title }}</h1>
{{ with .Site.Params.description }}
<p class="lead">{{.}}</p>
{{end}}

<!-- TODO email -->
<p>Email<br><a href="mailto:[email protected]">[email protected]</a></p>

<!-- TODO web address -->
<p>Website<br><a href="https://www.pembroket105.org">Troop 105</a></p>
</div>

Expand Down
3 changes: 3 additions & 0 deletions layouts/shortcodes/register-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ <h3>Payment</h3>
<div id="paypal-button-container"></div>
<p>&nbsp;</p>

<p>TODO payment</p>
<!--
<script src="https://www.paypal.com/sdk/js?client-id=AdHIRx2G1Rfz6nVvl1AlBg3m1lB49ueXMizGxXWE9JM5245qq60JOe4X2Nc2gp9UYrVCpdwbMuY8sSlh&currency=USD&intent=capture" data-sdk-integration-source="integrationbuilder"></script>
-->

<script>
function renderPaypalButtons(amount) {
Expand Down

0 comments on commit 9a8b96f

Please sign in to comment.