{% extends 'dashboard.html' %} {% load staticfiles %} {% block styles %} {% endblock %} {% block content %}

New Membership

{% csrf_token %} {{ membership_form.member }}

The Bridge City Bicycle Co­operative aims to be a safe and respectful environment geared towards education, empowerment and community­building. In order to do so we need your input and support.

Member Privileges

  • Access to the BCBC tools, stands, and workspace
  • Access to friendly mechanical assistance and education when available
  • Opportunity to engage in decisions and help to build and develop the community's vision
  • The Bridge City Bicycle Co­operative (BCBC) values the trust of its volunteers, staff and members and is committed to protecting the privacy of all personal information entrusted to it. As such, collected information will be used in accordance with our privacy policy outlined on our website and in our shop.
{% if membership_form.non_field_errors %}
{{ membership_form.errors }}
{% endif %}

Member Responsibilities

Respect and Maintaining a Safe Space
  • Respect others and self
  • Help others
  • Racist, ableist, ageist, homophobic, sexist, and classist behavior and language will not be tolerated
  • The BCBC seeks to build a healthy lifestyle community, and behavior seen as hindering this objective will not be tolerated
  • Ask for help: With tools, processes, and even emotions
Respect the Community
  • Build positive relationships with Community Members
  • Build positive relationships with CNYC employees, volunteers, and patrons
Giving back

Our services are free and Members are encouraged to contribute in any way they can. Our vibrancy comes from the volunteer work of a large community with diverse skills and passions. There are so many ways to be a part of this community, regardless of whether or not you know how to change a tire (yet!). Ask how you can help out or get in touch with our volunteer coordinator (volunteer@bridgecitybicyclecoop.com)

Respect the Space
  • Replace tools when not using them so that others can play too.
  • Do not steal or borrow articles within the space for personal use.
  • If you don't know what it is, how to use it, or where it goes, ask someone
  • Ensure you always leave time to clean up after yourself and others, and then do so
  • If you have to leave in the middle of a project, put pieces into a small bag and attach it to the bike
  • Personal projects may be kept at the BCBC for a maximum of one day; however, this is highly discouraged due to lack of space and the concern for theft.
  • Label your bike with your name, phone number, and the last date you worked on it.
  • Do not force tools and use them only for their intended use. If you need help or guidance, ask someone! It’s what we’re here for!

Voluntary Self Identification

We want to make sure that all members of our community, regardless of race, ethnicity, and gender are able to participate fully in the BCBC. Please share information about your race and/or ethnicity so that we can track how well we are including all communities and whether there may be barriers to certain groups’ participation. Thank you! Do you identify as: (In each category, check all that apply)

{% for checkbox in membership_form.self_identification %} {% endfor %} {% if membership_form.self_identification.errors %} {{ membership_form.self_identification.errors }} {% else %} Hmm {% endif %}
{{ membership_form.self_ident_other }} {% if membership_form.self_ident_other.errors %} {{ membership_form.self_ident_other.errors }} {% endif %}

Gender Identification

{% for checkbox in membership_form.gender %} {% endfor %}
{{ membership_form.gender_other }} {% if membership_form.gender_other.errors %} {{ membership_form.gender_other.errors }} {% endif %}
{{ membership_form.renewed_at }} {% if membership_form.renewed_at %} {{ membership_form.renewed_at.errors }} {% else %} Incorrect date. {% endif %}

Payment Type

{% for checkbox in payment_form.type %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}