-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcoderdojo.html
68 lines (68 loc) · 6.15 KB
/
coderdojo.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<title>COPA CODERS - CoderDojo</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 - CoderDojo">
<meta property="og:type" content="website">
<meta property="og:url" content="https://copacoders.club/coderdojo.html">
<meta property="og:image" content="https://copacoders.club/android-chrome-512x512.png">
<meta property="og:description" content="Learn more about the CoderDojo Foundation and how COPA CODERS is affiliated with their organization.">
<!-- 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 id="top">COPA CODERS — CoderDojo</h1>
<p class="callout"><a href="https://coderdojo.com/about/" target="_blank">CoderDojo Foundation</a> (CDF) is a member of the <a href="https://www.raspberrypi.org/about/" target="_blank">Raspberry Pi Foundation</a> and is a global non-profit dedicated to youth technology education. While COPA CODERS is its own organization, we have signed the CDF Charter and, as such, adhere to the CoderDojo charter guidelines and ethos. We hope this helps you understand a little more about why we call ourselves a dojo and how being affiliated with this organization helps your child as he or she becomes a code ninja!</p>
<h2 id="charter">Charter</h2>
<article>
<p>For the purposes of this Charter, "CoderDojo" shall mean the open source, volunteer led movement orientated around running free not-for-profit coding clubs. "Dojos" shall mean the not-for profit coding clubs established to support communities and spread the philosophy of CoderDojo.</p>
<p>All Dojos are independent, autonomous, community groups set up to inspire young people to learn code. All Dojos have different styles of operating but they all hold the same ethos.</p>
<ul id="ethos">
<li>We commit to inspiring and supporting young people to learn how to create technology</li>
<li>We commit to the highest possible standards of child protection in our jurisdiction</li>
<li>We commit to not charging children attending nor their parents</li>
<li>We commit to encourage parent participation within our Dojo</li>
<li>We commit to sharing our knowledge for free (libre and open)</li>
<li>We commit to share our knowledge within our Dojo and to other Dojos</li>
<li>We commit to take care and uphold the good name of the global CoderDojo community</li>
<li>We commit to encouraging collaboration, peer to peer mentoring and project work between the attendees</li>
<li>We commit to welcoming volunteers and children regardless of gender, race, sexual orientation, creed, religion or ability.</li>
</ul>
<p>CoderDojo Foundation (CDF) commitments to you:</p>
<ul id="commitments">
<li>CDF commits to act in the interest of the global CoderDojo community</li>
<li>CDF commits to facilitating the community to share its knowledge</li>
<li>CDF commits to sharing our resources for free</li>
<li>CDF commits to encouraging active involvement in our organisation</li>
</ul>
<h3 id="agreement">Agreement</h3>
<ul>
<li>On registration you are making an agreement with the CoderDojo Foundation and agreeing to follow the CoderDojo ethos.</li>
<li>You are entitled to use the CoderDojo name, logo and website to promote your activity for non commercial use</li>
<li>You are entitled to fundraise on the condition that it is made explicit you do so for your Dojo or as a group of Dojos under a group name (EG Dojos of California) and inappropriate fundraising is a breach of this Charter.</li>
<li>It is your responsibility to ensure you are compliant with legislation in your jurisdiction when undertaking any activities, including fundraising, for your Dojo or group of Dojos.</li>
<li>If the terms of this Charter are breached, CoderDojo Foundation retains the right to remove the group from the website. In this case your coding club shall cease using the CoderDojo name, brand and logo in the promotion of your coding club and on third party websites.</li>
<li>Opinions expressed by any individual Dojo or people in the registered Dojo do not represent the views of CoderDojo Foundation.</li>
<li>CoderDojo Foundation may terminate this Charter with any Dojo without cause on thirty days' notice.</li>
<li>As CoderDojo Foundation is an Irish entity, this Charter is subject to Irish law and you agree to that.</li>
</ul>
<h3 id="disclaimer">Disclaimer of Liability</h3>
<ul>
<li>CoderDojo Foundation accepts no responsibility or liability whatsoever where a party is injured while engaging in the activities of a registered group. It is the responsibility of each club to ensure they maintain valid and appropriate insurance.</li>
<li>You are solely responsible for the activities conducted by your own Dojo. Agreeing to this Charter does not constitute endorsement of those activities by the CoderDojo Foundation.</li>
</ul>
</article>
</body>
</html>