-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprograms.html
232 lines (222 loc) · 13.6 KB
/
programs.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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Programs | BAMP</title>
<link rel="stylesheet" href="style/index.css">
<script src="scripts/index.js" type="module" defer></script>
</head>
<body class="u-preload">
<header class="header">
<a class="header--linkLogo" href="index.html">
<img class="header--logo" src="images/logo-mini-color.svg">
</a>
<a class="header--link" href="artwork.html">Artwork</a>
<a class="header--link" href="about_us.html">About Us</a>
<a class="header--link" href="programs.html">Programs</a>
<a class="header--link" href="events.html">Events</a>
<a class="header--link" href="services.html">Services</a>
<a class="header--link" href="#">Shop</a>
<a class="header--link" href="get_involved.html">Get Involved</a>
<button class="header--link header--link-tight"><span class="btnLink btnLink-small getUpdates">Get Updates</span></button>
<a class="header--link header--link-tight" href="https://donorbox.org/bay-area-mural-donations"><span class="btnLink btnLink-red btnLink-small">Donate</span></a>
<button id="hamburger" class="header--hamburger">☰</button>
</header>
<div id="navModal" class="navModal">
<button id="closeNavModal" class="navModal--close">×</button>
<ul class="navModal--linkList">
<li><a class="navModal--link" href="index.html">Home</a></li>
<li><a class="navModal--link" href="artwork.html">Artwork</a></li>
<li><a class="navModal--link" href="about_us.html">About Us</a></li>
<li><a class="navModal--link" href="programs.html">Programs</a></li>
<li><a class="navModal--link" href="events.html">Events</a></li>
<li><a class="navModal--link" href="services.html">Services</a></li>
<li><a class="navModal--link" href="#">Shop</a></li>
<li><a class="navModal--link" href="get_involved.html">Get Involved</a></li>
<li><button class="btnLink btnLink-large getUpdates">Get Updates</button></li>
<li><a class="btnLink btnLink-red btnLink-large">Donate</a></li>
</ul>
</div>
<section class="pageHeader">
<img class="pageHeader--img" src="images/programs/programs.jpeg">
<div class="box box-blue">
<h1 class="sectionHeading">Programs</h1>
<p class="pageHeader--text">Register for a BAMP class today!</p>
</div>
</section>
<section class="l-section">
<div class="box box-yellow">
<div class="program">
<div class="program--caption">
<p class="program--title">Adult Figure Drawing</p>
<p class="program--text">Participants must be 18+
Nude models ranging in age between 20 and 45 years old, male or female and sporting a variety of builds and body types.
Warm-up Poses 2-5 minutes.
Harder Poses 10-15 minutes.
Longer Poses (maybe 30-60 minutes at the end).</p>
<p class="program--details">Friday, Feb 28 | 6-9pm | Location</p>
<div class="program--bottom">
<a class="btnLink">Sign Up</a>
<p class="program--price">$30.00</p>
</div>
</div>
<img class="program--img" src="images/programs/figure-drawing.jpg">
</div>
</div>
<div class="box box-red">
<div class="program">
<div class="program--caption">
<p class="program--title">Youth Paint Class</p>
<p class="program--text">Creative paint class for all age children. This great event has something for everyone in the family as we have programs for children as well as parents. Parents can paint or network with other artistic adults while children paint unique subject matter on canvas and small walls. We supply the 16″x20″ canvas, easel, paint, brushes, aprons, and step-by-step instructions from experienced artist. No experience necessary! Just bring yourself, positive vibes, have fun, be social and take home a masterpiece.</p>
<p class="program--details">Coming Soon</p>
<div class="program--bottom">
<a class="btnLink">Sign Up</a>
<p class="program--price">$00.00</p>
</div>
</div>
<img class="program--img" src="images/programs/children-painting.jpg">
</div>
</div>
<div class="box box-blue">
<div class="program">
<div class="program--caption">
<p class="program--title">Brushes and Cans</p>
<p class="program--text">Make space in your calendar to attend an adult painting class. We supply the materials and give you step-by-step instructions from experienced artists. All skill levels welcome, just bring yourself and positive vibes and take home a masterpiece. </p>
<p class="program--details">Coming Soon</p>
<div class="program--bottom">
<a class="btnLink">Sign Up</a>
<p class="program--price">$00.00</p>
</div>
</div>
<img class="program--img" src="images/programs/brushes-and-cans.jpg">
</div>
</div>
</section>
<section class="l-section">
<center>
<div class="fixedRatio fixedRatio-60" style="max-width: 1000px;">
<iframe
id="programsVideo"
class="fixedRatio--contents"
src="https://www.youtube.com/embed/BfKU5g2xqd8?controls=0"
frameborder="0"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
</center>
</section>
<section class="l-section">
<h2 class="sectionHeading sectionHeading-sub sectionHeading-centered">Here are some pictures from our classes!</h2>
<p class="l-center u-text-medium u-padBottom">Art has the power to open doors and therefore is an essential component of each
<br class="u-onlyDesktop"> young person’s education The Bay Area Mural Program takes great pride in
<br class="u-onlyDesktop"> offering different levels of art and mural training for all ages!
</p>
<div class="gridBox gridBox-center gridBox-col3 u-onlyDesktop js-photoGrid">
<div class="fixedRatio fixedRatio-60">
<img class="fixedRatio--contents" src="images/programs/art-class1.jpg">
</div>
<div class="fixedRatio fixedRatio-60">
<img class="fixedRatio--contents" src="images/programs/2BDD79D7-9C8B-4453-933E-5EDB7F600CBD.JPG">
</div>
<div class="fixedRatio fixedRatio-60">
<img class="fixedRatio--contents" src="images/programs/4ACADCBD-3E38-4DEE-983C-9A7D66F9E966.JPG">
</div>
<div class="fixedRatio fixedRatio-60">
<img class="fixedRatio--contents" src="images/programs/4DB887FF-71EA-481F-955D-9E4C9322FE2F.JPG">
</div>
<div class="fixedRatio fixedRatio-60">
<img class="fixedRatio--contents" src="images/programs/6C00BC14-2041-4464-A6EA-9964E1B8AB47.JPG">
</div>
<div class="fixedRatio fixedRatio-60">
<img class="fixedRatio--contents" src="images/programs/6CCF2324-A9B7-456E-9DD1-6903567CC075.JPG">
</div>
<div class="fixedRatio fixedRatio-60">
<img class="fixedRatio--contents" src="images/programs/6EAC3A22-DA68-4C67-A5A3-FD2B086FA837.JPG">
</div>
<div class="fixedRatio fixedRatio-60">
<img class="fixedRatio--contents" src="images/programs/7F9772D7-78FF-4255-A933-53B2784D2389.JPG">
</div>
</div>
</section>
<section class="faqContainer l-section">
<h2 class="sectionHeading sectionHeading-centered sectionHeading-spaced">Frequently Asked Questions</h2>
<div class="faq">
<button class="faq--questionBox">
<div class="faq--question">
How can I volunteer?
</div>
<div class="faq--plus">+</div>
</button>
<div class="faq--answer">
Email <a href="mailto: [email protected]">[email protected]</a> to sign up for our volunteer email list.
</div>
</div>
</section>
<div class="footer">
<div class="footer--panel">
<div class="bizCard">
<div class="bizCard--logoContainer">
<a href="index.html">
<img class="bizCard--logo" src="images/logo-gold-border.svg">
</a>
<div class="u-onlyMobile">
<a class="btnLink" href="mailto: [email protected]">Contact</a><br><br>
<a class="btnLink btnLink-red" href="https://donorbox.org/bay-area-mural-donations">Donate</a>
</div>
</div>
<p class="bizCard--title">BAY AREA MURAL PROGRAM</p>
<p class="bizCard--address u-onlyDesktop">
3463 San Pablo Ave. <br>
Oakland, CA 94608 <br>
(510) 965-5315
</p>
<p class="bizCard--address u-onlyMobile">
3463 San Pablo Ave., Oakland, CA 94608 <br>
(510) 965-5315
</p>
<p class="bizCard--501c3">A 501(c)(3) Non-Profit Organization</p>
</div>
</div>
<hr class="footer--rule">
<div class="footer--panel">
<nav class="footerNav">
<div class="footerNav--column">
<a class="footerNav--link" href="artwork.html">Artwork</a>
<a class="footerNav--link" href="about_us.html">About Us</a>
<a class="footerNav--link" href="events.html">Events</a>
<a class="footerNav--link" href="#">Shop</a>
<span class="u-onlyDesktop"><a class="btnLink" href="mailto: [email protected]">Contact</a></span>
</div>
<div class="footerNav--column">
<a class="footerNav--link" href="services.html">Services</a>
<a class="footerNav--link" href="get_involved.html">Get Involved</a>
<a class="footerNav--link" href="programs.html">Programs</a>
<a class="footerNav--link"> </a> <!-- spacer -->
<span class="u-onlyDesktop"><a class="btnLink btnLink-red" href="https://donorbox.org/bay-area-mural-donations">Donate</a></span>
</div>
</nav>
</div>
<hr class="footer--rule">
<div class="footer--panel">
<form class="emailForm" method="POST" action="https://api.slapform.com/[email protected]">
<p class="emailForm--title">Get updates with our newsletter!</p>
<input type="email" class="emailForm--inputBox" placeholder="Your email address" name="email" required>
<input type="hidden" name="slap_captcha" value="false">
<input type="hidden" name="slap_subject" value="newsletter sign-up form submission">
<input type="submit" class="btnLink" value="Sign Up">
</form>
</div>
</div>
<div class="subFooter">
<a class="subFooter--socials" href="mailto: [email protected]"><img class="subFooter--svg" src="images/icons/footer/mail.svg"></a>
<a class="subFooter--socials" href="https://www.instagram.com/bayareamuralpro/"><img class="subFooter--svg" src="images/icons/footer/instagram.svg"></a>
<a class="subFooter--socials" href="https://www.facebook.com/TheBamp.org"><img class="subFooter--svg" src="images/icons/footer/facebook.svg"></a>
<a class="subFooter--socials" href="https://www.youtube.com/channel/UCJTS2t_Ud1ovJnftAyBqs-A"><img class="subFooter--svg" src="images/icons/footer/youtube.svg"></a>
<a class="subFooter--socials" href="https://www.linkedin.com/company/bayareamuralprogram/"><img class="subFooter--svg" src="images/icons/footer/linkedin.svg"></a>
<a class="subFooter--socials" href="https://www.yelp.com/biz/the-bay-area-mural-program-oakland"><img class="subFooter--svg" src="images/icons/footer/yelp.svg"></a>
<p class="subFooter--copyright">© 2021 Bay Area Mural Program</p>
</div>
</body>
</html>