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 pathffvolunteerinfo.html
More file actions
112 lines (100 loc) · 4.38 KB
/
ffvolunteerinfo.html
File metadata and controls
112 lines (100 loc) · 4.38 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
104
105
106
107
108
109
110
111
112
---
layout: default
title: "Form and Function Volunteer Information: Bit by Bit"
banner-title: "Form and Function Volunteer"
scripts:
- "utils.js"
- "sort.js"
style: volunteerinfo.css
---
<h1>Form and Function Volunteer Information</h1>
<div>
<h2>Form and Function Team</h2>
<p>The goal is to teach middle schoolers how to code an interactive website in HTML, CSS, and JavaScript through an
after school program that will meet three times a week. Volunteer commitment has flexibility dependent on which
volunteer position you sign up for and which days you are available. The options are standard volunteer and homeroom instructor.
</p>
<h3>General Outline</h3>
<p>The afterschool program will be divided into homerooms. Each homeroom will focus on a different stage in learning
web design. Students will follow an established pathway through the homerooms.
</p>
<div class="details-container">
<div class="details-item">
<h3>Homeroom Instructor</h3>
<h4>Responsibilities</h4>
<ul>
<li>Manage students in their room
</li>
<li>Teach students the topics of the corresponding homeroom
</li>
<li>Keep homeroom organized and running smoothly
</li>
</ul>
<h4>Time Commitment</h4>
<ul>
<li>1 hour a week + 1.5 hours per day you volunteer
</li>
<li>Initial training with other current homeroom instructors
</li>
<li>Mandatory consistent attendance for at at least one of the sessions, including arriving at least five minutes before
program begins and staying until last student leaves
</li>
<li>Occasional organizational meetings as needed
</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>Know basic debugging techniques
</li>
<li>Be comfortable with public speaking
</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>
<a href="https://forms.gle/kotTFAZzZn2eWLJ79">
<button class="action-button mediumbutton">Apply</button>
</a>
</div>
<div class="details-item">
<h3>Standard Volunteer</h3>
<h4>Responsibilities</h4>
<ul>
<li>Act as a supporting volunteer in a homeroom led by an instructor
</li>
<li>Will be broken out with small groups of students and so should be comfortable communicating concepts
with students
</li>
</ul>
<h4>Time Commitment</h4>
<ul>
<li>30 minutes a week + 1.25 hours per day you volunteer
</li>
<li>Initial training with directors
</li>
<li>Occasional organizational meetings as needed
</li>
</ul>
<h4>Prerequisites</h4>
<ul>
<li>Have a solid understanding of HTML and CSS or JavaScript
</li>
<li>Must be willing to learn HTML, CSS, and JavaScript if applicable
</li>
<li>If you are not a very advanced coder, you can help in a more beginner homeroom and we would still
love for you to apply!
</li>
</ul>
<a href="https://forms.gle/kotTFAZzZn2eWLJ79">
<button class="action-button mediumbutton">Apply</button>
</a>
</div>
<strong id="bigger-text">If you are interested in helping out with curriculum, consider joining BxB Central's
<a href="{{ 'bxbstandardinfo.html' | relative_url | remove: '.html' }}">Software Engineer Team</a> to help code interactive tutorials for Form and Function!
</strong>
</div>
</div>