This repository was archived by the owner on Jan 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhwvolunteerinfo.html
More file actions
103 lines (99 loc) · 4.25 KB
/
hwvolunteerinfo.html
File metadata and controls
103 lines (99 loc) · 4.25 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!--
---
layout: default
title: "Hello World Volunteer Information: Bit by Bit"
banner-title: "Hello World Volunteer"
scripts:
- "utils.js"
- "sort.js"
style: volunteerinfo.css
---
-->
<!-- <h1>Hello World Volunteer Information</h1>
<div>
<p>The goal of our summer program is to teach middle school girls and non-binary youth how to code an interactive
website in HTML, CSS,
and JavaScript through a 1 to 2 week-long summer camp. For more information on the specifics of Hello World,
please visit our <a href="{{ 'helloworld.html' | relative_url | remove: '.html' }}">Hello World page</a>.</p>
<p>Volunteer applications are now <strong>closed</strong>.</p>
<h3>General Outline</h3>
<p>The camp will have two tracks that teach at different speeds: a normal track and a faster track that is meant for
students that have previous coding experience. Volunteers may teach workshops focused on a particular coding
concept or work one-on-one with students.
</p>
<p id="no-below">We understand that your commitment may vary, and as we approach the camp, we will be deciding on
volunteers that
will act as an instructor or standard volunteer based on preference and performance.</p>
<div>
<h3>Hello World Volunteer</h3>
<h4>Responsibilities</h4>
<ul>
<li>Instructors</li>
<ul>
<li>Assist and manage students in their room
</li>
<li>Teach students the topics of the corresponding homeroom
</li>
</ul>
<li>Standard volunteers</li>
<ul>
<li>Act as a supporting volunteer to instructors
</li>
<li>May be broken out with students for a one-on-one and so should be comfortable communicating concepts
with students
</li>
</ul>
</ul>
<h4>Time Commitment</h4>
<ul>
<li>Around 3.5-4 hours a day the week of the program
</li>
<li>
You must choose to volunteer for at least two weeks. You can either sign up for a single session, which
is one HTML & CSS week and one JavaScript week, or sign up for the HTML & CSS weeks or JavaScript weeks.
<ul>
<li>
HTML & CSS
<ul>
<li>Week 1: July 5th-9th</li>
<li>Week 2: July 19th-23th</li>
</ul>
</li>
<li>
JavaScript
<ul>
<li>Week 1: July 12th-16th</li>
<li>Week 2: July 26th-30th</li>
</ul>
</li>
</ul>
</li>
<li>An hour a week on volunteer training in the weeks leading up to the camp
</li>
<ul>
<li>Those who join after June 12th or who don’t have any knowledge of HTML, CSS or JavaScript will be
expected to attend extra volunteer trainings/meetings</li>
</ul>
<li>An initial meeting with the program director to determine your coding level and provide extra
training if needed
</li>
<li>If you would like, you are welcome to stay after the program to work with students who are in need
of more additional help!
</li>
</ul>
<h4>Prerequisites</h4>
<ul>
<li>Have a solid understanding of HTML, CSS, and/or JavaScript
</li>
<li>Must be willing to learn more about HTML, CSS, and JavaScript if applicable
</li>
<li>If you are not a very advanced coder, you can teach a beginner-level homeroom and we would still
love
for you to apply!
</li>
</ul>
<p>Once you apply, you will receive a confirmation email letting you know that we have received your
application. A follow up email will be sent out 2-3 days after we receive your application and
interviews will begin in May.</p>
</div>
</div> -->