-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvolunteer.html
33 lines (33 loc) · 3.19 KB
/
volunteer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<title>COPA CODERS - Code Clubs</title>
<meta charset="UTF-8">
<meta name="language" content="en-US">
<meta name="author" content="Traek Malan">
<meta name="description" content="CoderDojo for Maricopa, AZ">
<link rel="stylesheet" href="styles.css">
<!-- OpenGraph support as documented at https://ogp.me -->
<meta property="og:title" content="Copa Coders - volunteer">
<meta property="og:type" content="website">
<meta property="og:url" content="https://copacoders.club/volunteer.html">
<meta property="og:image" content="https://copacoders.club/android-chrome-512x512.png">
<meta property="og:description" content="Learn more about about volunteering opportunities at COPA CODERS here in Maricopa.">
<!-- Favicon support as generated at https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<h1>COPA CODERS — Volunteer</h1>
<p class="callout">We are looking for volunteers in running our weekly CoderDojo at the City of Maricopa Public Library. As an organization that is youth-centered, we require our volunteers to be registered with the library as volunteers and pass a background check. If you are not already a registered volunteer, please visit the Library's <a href='https://www.volgistics.com/ex/portal.dll/ap?ap=1691487956' target="_blank">Volunteer Application Form</a> to initiate the application process. Once you are approved, come back here and register with the same email you registered as a volunteer for the City. We will also provide periodic, <emphasis>mandatory</emphasis> training to ensure we can all do our best to keep our youth safe.</p>
<h2>Volunteer Opportunities</h2>
<p>Thank you for your interest in volunteering with <strong>COPA CODERS</strong>. If you haven't already, please read about <a href="">what a CoderDojo is</a> and how we work with <a href="">Code Clubs</a> in our local schools. We are so excited to bring these programs to our youth in Maricopa and your interest in helping us fulfill this vision!</p>
<p>There are several roles we are looking for help in both in our CoderDojo as well as our individual Code Clubs. While many volunteers are already technologically-savvy, just as many are new to coding and making projects now possible with low-power, low-cost devices like the Raspberry Pi. Whether an interested beginner or a seasoned IT professional (and everything in-between), we welcome you to learn with and help our children turn a passion for technology into a passion for life-long learning and open up opportunities for the rest of their lives.</p>
<h3></h3>
</body>
</html>