Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@
to = "/pages/bike-racks/"
status = 301

## moved playbooks content onto meeting notes page
[[redirects]]
from = "/pages/playbooks"
to = "/pages/meeting-notes"
status = 301

#------------------------------------------------------------------------------------
# handlers for the various "single page applications".
#
Expand Down
6 changes: 4 additions & 2 deletions site/config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ disableKinds = ["taxonomy", "term"]
# mastodon verification
verificationURL = "https://pdx.social/@shift2bikes"

# link for accepting donations
donationsURL = "https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=BNL2NY7U8GH3Q"
# links for accepting donations
[params.donations]
primaryURL = "https://www.zeffy.com/donation-form/donate-to-shift"
secondaryURL = "https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=BNL2NY7U8GH3Q"

# Festival details
[params.festival]
Expand Down
2 changes: 1 addition & 1 deletion site/content/pages/contact.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Contact
weight: 3
weight: 5
menu:
main:
parent: aboutmenu
Expand Down
12 changes: 9 additions & 3 deletions site/content/pages/donate.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Donate
weight: 4
weight: 6
menu:
main:
parent: aboutmenu
Expand All @@ -14,10 +14,16 @@ Want to help make bike fun happen? Shift is an all-volunteer organization and we

Donations to Shift are tax-deductible via our fiscal sponsor, [Umbrella](https://www.umbrellapdx.org/). You can see how we use this money on our [expenses](/pages/budget-finance-stuff/) page.

You can donate via PayPal with the Donate button below:
Donate to Shift using Zeffy with the Donate button below. When possible we prefer Zeffy since they don't take a cut as PayPal does!

<div class="donate">
<a href="{{% param "donationsURL" %}}" target="_blank">Donate</a>
<a href="{{% param "donations.primaryURL" %}}" target="_blank">Donate with Zeffy</a>
</div>

We also accept donations via PayPal:

<div class="donate">
<a href="{{% param "donations.secondaryURL" %}}" target="_blank">Donate with PayPal</a>
</div>

Donations can also be made by mailing a check to Umbrella:
Expand Down
4 changes: 2 additions & 2 deletions site/content/pages/get-involved.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Shift welcomes all respectful participants. There are a lot of ways to get invol
* Help improve the functionality of the calendar — see the [calendar readme page](https://github.com/shift-org/shift-docs) for some more details.
* Help facilitate events like [Pedalpalooza](/pages/pedalpalooza/). Join the [Shift volunteers mailing list](https://groups.google.com/forum/#!forum/shift-volunteers) and let us know what dreams and/or skills you've got. We need folks to help edit the calendar, encourage folks to create events, create memorabilia, lead rides, etc.
* Help Shift operate by joining the board — see the [board of directors application](https://docs.google.com/forms/d/12epys19NqGw3jr2PeyhXp6kbFLpz22eeff7OyIRC5bk/edit).
* **Donate!** The PayPal button at the bottom of the page here lets you give a tax deductible donation to Shift via our fiscal sponsor Umbrella. You can see how we use this money on our [expenses page](/pages/budget-finance-stuff/).
* **Donate!** The Donate button at the bottom of the page here lets you give a tax deductible donation to Shift via our fiscal sponsor Umbrella. You can see how we use this money on our [expenses page](/pages/budget-finance-stuff/).

<div class="donate">
<a href="{{% param "donationsURL" %}}" target="_blank">Donate</a>
<a href="/pages/donate/">Donate</a>
</div>
49 changes: 49 additions & 0 deletions site/content/pages/going-on-a-ride.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: Going on a ride
weight: "4"
menu:
main:
parent: communitynav
---

**Please read our [Public health](/pages/public-health/) page** for info on riding safely during the pandemic and beyond.

----

## Social Rides 101

Want to know what to expect on a group ride? Check out our Social Rides 101 video, created in collaboration with [Bike Stuff PDX](https://www.youtube.com/@BikeStuffPDX)!

<iframe width="560" height="315" src="https://www.youtube.com/embed/TAPTfIItyBE?si=TSsI11DwqhZbCGpQ" title="Social Rides 101 — YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>


## Ride riding guidelines

<img src="/images/ride_riding_comic.png" alt="Ride riding comic, described below" height=800>


### Know your ride.

Every ride is different. Some are casual, slow, meanderings. Some are hammer-it-out sufferfests. Check the online Pedalpalooza calendar for more detailed info.


### Expect the unexpected.

Just because you think you know what the ride is about, doesn't mean that you know what the ride is about. Don't stress out. Chill out, go with the flow. You might enjoy yourself!


### Safety in numbers does not mean let your guard down.

Just because you're in a big group doesn't mean that traffic laws — or the laws of physics — don't apply. Be aware of your surroundings and your fellow riders.


### Be prepared!

A Pedalpalooza readiness kit should include:
* flyers for your event
* snacks
* condoms
* TriMet fare
* tool kit
* bike map
* Pedalpalooza calendar
2 changes: 1 addition & 1 deletion site/content/pages/groups.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Groups
weight: "5"
weight: "3"
menu:
main:
parent: communitynav
Expand Down
2 changes: 1 addition & 1 deletion site/content/pages/lead-a-ride.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Leading a Social Ride
weight: 7
weight: "5"
menu:
main:
parent: communitynav
Expand Down
20 changes: 17 additions & 3 deletions site/content/pages/meeting-notes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
title: Meeting notes
date: 2018-11-11T15:19:34.000Z
weight: 10
weight: 4
menu:
main:
parent: communitynav
parent: aboutmenu
---

## Meeting notes


Shift's operations have been facilitated by a board of directors since July 2018. All of the most recent notes for meetings held during 2021 and onward can be found here:

* [Google Drive link](https://drive.google.com/drive/folders/1RP9pl_sU_VelT_H-3a_9WyL8FsHLHVIv?usp=sharing)
Expand All @@ -14,4 +18,14 @@ The meeting notes for the board from 2018-2020 can be found here:

* [Google Drive link](https://drive.google.com/drive/folders/1Ap4BIWV2usuA_XqiGGM-HStbVjyisomD)

There are also [many years of legacy Shift meeting notes from 200x until 2014 or so](/archive/meeting-notes-archive/), when there was less organization.
There are also [many years of legacy Shift meeting notes from 200x until 2014 or so](/archive/meeting-notes-archive/), when there was less organization.


## Playbooks

Shift tries to be a transparent organization. Here's some guides on how we run things.

- [What goes into facilitating Pedalpalooza](/playbooks/pedalpalooza-playbook/)
- [How we work with fiscal sponsor Umbrella](/playbooks/shift-umbrella-playbook/)
- [How we do social media](/playbooks/social-media-playbook/)
- [Running our website and other related stuff](/playbooks/technology-playbook/)
15 changes: 0 additions & 15 deletions site/content/pages/playbooks.md

This file was deleted.

4 changes: 2 additions & 2 deletions site/content/pages/shift-board-bylaws.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Shift Board Bylaws
weight: 10
weight: 3
menu:
main:
parent: communitynav
parent: aboutmenu
---
These bylaws are in no way intended to be legally binding, or even permanent. They are proposed to provide structure for the formation and operations of the Shift Board of Directors.

Expand Down
10 changes: 5 additions & 5 deletions site/content/playbooks/pedalpalooza-playbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: pedalpalooza playbook
date: '2019-03-14T15:03:51-07:00'
weight: '3'
---
## overview
## Overview

Pedalpalooza has a lot of moving parts that hopefully take place starting in January or so.
[Pedalpalooza](/pages/bike-summer/) has a lot of moving parts that hopefully take place starting in January or so.

## artwork and calendar
## Artwork and calendar

We used this spreadsheet in 2015 to organize all the required activities. Thanks Carl Larson!

Expand All @@ -19,11 +19,11 @@ https://docs.google.com/document/d/1pQRfsoSr_mdKdD357WUbhdNrVOxVCuy2l__Gl3t1VYM/

## Modifications in recent years are:

### artwork
### Artwork

- failure to get things in order in time for artist selection by committee, so picked contributors to the community
- not printing a full run of posters anymore. It cost money there was negligible community engagement in getting them posted around town. Now we print a handful and give them out to the artist and key volunteers and high-dollar donors.

### calendar editing doc
### Calendar editing doc

...was written up last year but was for the old "classic" calendar so the advice is not universally applicable around the tech - but is applicable around the database and the "what is our goal in editing?" portions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</p>
<p>
<span>Support year-round bike fun</span>
<a href="{{ .Param "donationsURL" }}" target="_blank">Donate to {{ .Site.Title }}</a>
<a href="/pages/donate/">Donate to {{ .Site.Title }}</a>
</p>
</div>

Expand Down