-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
337 lines (326 loc) · 19.6 KB
/
index.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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>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" href="https://donorbox.org/bay-area-mural-donations">Donate</a></li>
</ul>
</div>
<section class="homepageHeader">
<div class="carousel js-carousel-homepage">
<div class="homepageHeader">
<img class="homepageHeader--img" src="images/index/city-mural.jpeg">
<img class="homepageHeader--svg" src="images/speech-bubble.svg">
</div>
<img class="homepageHeader--img" src="images/index/group-photo.jpeg">
<img class="homepageHeader--img" src="images/index/mural.jpeg">
<img class="homepageHeader--img" src="images/index/sphpainting.jpeg">
<img class="homepageHeader--img" src="images/index/artists.jpeg">
<video class="homepageHeader--img" src="videos/drone-edit-v2.mp4" style="filter: saturate(90%);" autoplay muted playsinline loop>
</div>
</section>
<section class="l-section">
<h1 class="sectionHeading sectionHeading-centered sectionHeading-spaced">Bay Area Mural Program</h1>
<p class="l-section--text">BAMP is a nonprofit organization of local artists dedicated to facilitating and creating public art. We are the go-to hub for public murals in the Bay Area. Our vision is to turn bare, blighted walls into artistic gateways into the community's surrounding environment. </p>
</section>
<section class="l-section">
<div class="gridBox gridBox-col4 gridBox-col4-collapse gridBox-center">
<div class="metrics">
<div class="metrics--photo">
<img src="images/index/kapor-center-final.jpeg">
</div>
<p class="metrics--stats">100</p>
<p class="metrics--text">murals painted</p>
</div>
<div class="metrics">
<div class="metrics--photo">
<img src="images/index/artists-empowered.jpeg">
</div>
<p class="metrics--stats">26</p>
<p class="metrics--text">artists empowered</p>
</div>
<div class="metrics">
<div class="metrics--photo">
<img src="images/index/communities.jpeg">
</div>
<p class="metrics--stats">16</p>
<p class="metrics--text">communities engaged</p>
</div>
<div class="metrics">
<div class="metrics--photo">
<img src="images/index/volunteers.jpeg">
</div>
<p class="metrics--stats">253</p>
<p class="metrics--text">volunteers</p>
</div>
</div>
</section>
<section class="l-section">
<h2 class="sectionHeading sectionHeading-centered sectionHeading-spaced">Featured: Plywood Murals</h2>
<div class="box box-red">
<div class="infoCard">
<img class="infoCard--img" src="images/index/plywood-mural-1.jpeg">
<div class="infoCard--caption">
<p class="infoCard--text">In the wake of George Floyds death, the BAMP and other art organizations have taken to Downtown Oakland, Chinatown to paint plywood boards on storefronts. The boarded up storefronts serve as great canvases to express the need for social change. BAMP hopes that the social justice artwork can be a way to inform, heal, and remind the community of the ongoing current events.</p>
<a class="btnLink" href="events.html">Events</a>
</div>
</div>
</div>
</section>
<section id="testimonials" class="l-section">
<div class="carousel js-carousel-testimonials">
<div class="testimonial">
<div class="testimonial--pic">
<img src="images/index/testimonials/anna-olsen.png">
</div>
<div class="testimonial--content">
<span class="testimonial--name">Anna Olsen</span>
<p class="testimonial--quote">“BAMP was a great partner for a Public Art Mural we worked on with them for a K-12 school in Oakland. Andre and his team are great to work with and were awesome working with the students. Everything was on schedule and the work they did was great! We would recommend them and be happy to work with them again on another project.”</p>
</div>
</div>
<div class="testimonial">
<div class="testimonial--pic">
<img src="images/index/testimonials/fairbanks-farms.jpg">
</div>
<div class="testimonial--content">
<span class="testimonial--name">Fairbanks Farms</span>
<p class="testimonial--quote">“We've had the members of BAMP up several times for different mural projects. Every member of the team has shown up with a very positive energy, and a strong desire to create with one and other as well as us. They've been a pleasure to work with, and we'd absolutely recommend the team to anyone seeking out their services.”</p>
</div>
</div>
<div class="testimonial">
<div class="testimonial--pic">
<img src="images/index/testimonials/belinda-bain.jpg">
</div>
<div class="testimonial--content">
<span class="testimonial--name">Belinda Bain</span>
<p class="testimonial--quote testimonial--quote-long">“I haven’t yet (!) worked with BAMP but can’t help but leave a review of their culture-defining and -shaping work, having followed their rise from conception. Knowing one of their muralists for almost 30 years, I’ve been able to see their destiny take fruition. To make us ask the hard questions, to bring back consideration and compassion in the community, and above all, to introduce new cultural concepts through art activism. Five stars doesn’t cut it.”</p>
</div>
</div>
<div class="testimonial">
<div class="testimonial--pic">
<img src="images/index/testimonials/flax-f.jpg">
</div>
<div class="testimonial--content">
<span class="testimonial--name">Howard Flax</span>
<p class="testimonial--quote">“I love Oakland. We met Andre (Natty Rebel) a few weeks ago as we were walking to dinner. He was painting a mural across the street from the restaurant and I asked him if he'd heard of the new awesome art store in town. He hadn't. We got to talking a bit, and now he's set to adorn the new store with one of his fantastic murals!”</p>
</div>
</div>
</div>
</section>
<section class="l-section l-section-center">
<div style="margin-right: auto; margin-left: auto; text-align: center;">
<button class="btnLink js-showInstaFeed">Show Feed</button>
<p><em>Note: this button & hiding is just for development, to prevent excessive requests to Instagram.</em></p>
</div>
<div class="instagramFeed"></div>
</section>
<section class="l-section">
<h2 class="sectionHeading sectionHeading-centered sectionHeading-spaced">Clients and Partners</h2>
<div class="scrollCarousel">
<div class="scrollCarousel--contents">
<a href="http://aaacc.org/">
<img src="images/supporters/aaacc.png">
</a>
<a href="https://www.ousd.org/Page/495">
<img src="images/supporters/aama.png">
</a>
<a href="https://www.ahc-oakland.org/">
<img src="images/supporters/ahc.png">
</a>
<a href="https://alenamuseum.com/">
<img src="images/supporters/alena.png">
</a>
<a href="https://www.artplaceamerica.org/">
<img src="images/supporters/artplace.png">
</a>
<a href="https://www.mlb.com/athletics">
<img src="images/supporters/athletics.gif">
</a>
<a href="https://www.sfparksalliance.org/our-parks/parks/rosa-parks-senior-center">
<img src="images/supporters/bayviewss.png">
</a>
<a href="https://www.bluedreamoakland.com/">
<img src="images/supporters/blue_dream.png">
</a>
<a href="http://chromaonline.com/landing">
<img src="images/supporters/chroma.png">
</a>
<a href="http://citizenfilm.org/">
<img src="images/supporters/citizen_film.png">
</a>
<a href="https://designdrawbuild.com/">
<img src="images/supporters/design.png">
</a>
<a href="https://ebaldc.org/">
<img src="images/supporters/ebaldc.png">
</a>
<a href="http://eoydc.org/">
<img src="images/supporters/eoydc.png">
</a>
<a href="https://www.exhaleandpaint.com/">
<img src="images/supporters/exhale.png">
</a>
<a href="https://flaxart.com/oakland-store/">
<img src="images/supporters/flax.png">
</a>
<a href="https://sfgfta.org/">
<img src="images/supporters/grants.png">
</a>
<a href="https://www.officiallionofjudah.com/single-post/2020/03/27/Life-Yard-360-KingstonJamaica">
<img src="images/supporters/lifeyard.png">
</a>
<a href="https://www.obama.org/mbka/">
<img src="images/supporters/mbk.png">
</a>
<a href="https://momagic.org/about/">
<img src="images/supporters/mo_magic.png">
</a>
<a href="https://openarchcollab.org/">
<img src="images/supporters/oac.png">
</a>
<a href="http://bamfest.org/home">
<img src="images/supporters/oak_mural_fest.png">
</a>
<a href="https://www.oaklandca.gov/">
<img src="images/supporters/oakland.png">
</a>
<a href="https://oakstop.com/">
<img src="images/supporters/oakstop.png">
</a>
<a href="https://www.tpl.org/">
<img src="images/supporters/public_land.png">
</a>
<a href="https://www.7thwest.com/">
<img src="images/supporters/seventh_west.png">
</a>
<a href="https://sfrecpark.org/">
<img src="images/supporters/sf_parks.png">
</a>
<a href="https://sfmayor.org/">
<img src="images/supporters/sf.png">
</a>
<a href="https://www.sfartscommission.org/">
<img src="images/supporters/sfac.png">
</a>
<a href="https://www.sparcoakland.com/">
<img src="images/supporters/sparc.png">
</a>
<a href="https://www.instagram.com/studio1405_">
<img src="images/supporters/studio_1405.png">
</a>
<a href=#>
<img src="images/supporters/upward_bound.png">
</a>
<a href="https://www.vallejoarts.org/">
<img src="images/supporters/vcaf.png">
</a>
<a href="https://www.visitoakland.com/">
<img src="images/supporters/visit.png">
</a>
<a href="https://www.wholefoodsmarket.com/">
<img src="images/supporters/whole_foods.png">
</a>
<a href=#>
<img src="images/supporters/writing_4_life.png">
</a>
</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>