This repository was archived by the owner on Jun 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
449 lines (376 loc) · 22.1 KB
/
index.html
File metadata and controls
449 lines (376 loc) · 22.1 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
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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<!DOCTYPE html>
<html>
<head>
<h1><center><u>Road to Hygiene</u></center></h1>
<link href='https://fonts.googleapis.com/css?family=Antic' rel='stylesheet'>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body id="myPage">
<style>
img{
display: block;
margin-left: auto;
margin-right: auto;
}
h1 {
font-family: 'Antic'
}
p.round3{
border-left: 10px solid black;
border-right: 10px solid black;
background-color: lightgrey;
font-family: "Antic"
}
body {
font-family: 'Antic';font-size:22px
}
nav{
position: sticky;
top:0px;
background-color: white;
width:100%;
z-index: 1;
border: 2px solid white
}
.mymap{
z-index: 0;
}
</style>
<!-- Navbar -->
<!-- <div class="w3-top">
<div class="w3-bar w3-theme-d2 w3-left-align"> -->
<nav>
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-hover-white w3-theme-d2" href="javascript:void(0);" onclick="openNav()"><i class="fa fa-bars"></i></a>
<!-- <a href="#" class="w3-bar-item w3-button w3-red"><i /i>Logo</a> -->
<font size="3"><a href="#" class="w3-bar-item w3-button w3-white"><img src="home.png" alt="earth" width="50"height="40"></a>
<button class="w3-button w3-black"><a href="#about" class="w3-bar-item w3-button w3-hide-small w3-hover-white">About </a></button>
<button class="w3-button w3-black"><a href="#locations" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Locations</a></button>
<button class="w3-button w3-black"><a href="#work" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Organizations</a></button>
<button class="w3-button w3-black"><a href="#products" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Products</a></button>
<button class="w3-button w3-black"><a href="#ourTeam" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Our Team</a></button></font>
</nav>
<div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-theme-d2 w3-hide w3-hide-large w3-hide-medium">
<!-- <a href="#about" class="w3-bar-item w3-button w3-hide-small w3-hover-white">About </a> -->
<a href="#ourTeam" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Our Team</a>
<a href="#locations" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Locations</a>
<a href="#products" class="w3-bar-item w3-button w3-hide-small w3-hover-white"> Products</a>
</div>
</div>
<!-- Slideshow -->
<style>
.mySlides {display:none;}
div.square {
border: solid 50px lightgray;
}
</style>
<div class="logo"></div>
<div class="Image Header">
<div class="square">
<div>
<img class="mySlides"src="https://ssl.c.photoshelter.com/img-get2/I0000OtQVnLG1Jjc/fit=1000x750/020911-Homeless-Women-07RH.jpg" style="width:50%;height:500px">
<img class="mySlides" src="https://s3.amazonaws.com/wapopartners.com/wweek-wp/wp-content/uploads/2016/02/16154721/20150510_WW_Homeless_008.jpg" style="width:50%;height:500px">
<img class="mySlides"src="https://nursing322sp10.files.wordpress.com/2010/03/12.jpg" style="width:50%;height:500px">
<img class="mySlides"src="http://www.trbimg.com/img-58c81715/turbine/ct-homeless-bridge-glanton-20170314" style="width:50%;height:500px">
<img class="mySlides"src="http://news.medill.northwestern.edu/chicago/wp-content/uploads/sites/3/2015/03/geronimo.jpg" style="width:50%;height:500px">
<img class="mySlides"src="http://beyondclassicallybeautiful.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-06-at-8.25.08-PM.png" style="width:50%;height:500px">
<img class="mySlides"src="https://media2.fdncms.com/chicago/imager/u/slideshow/26452789/fob-home_sweet_home-1200.jpg" style="width:50%;height:500px">
<img class="mySlides"src="https://media2.fdncms.com/chicago/imager/u/slideshow/26452789/fob-home_sweet_home-1200.jpg" style="width:50%;height:500px">
</div>
</div>
</div>
<script>
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 3000); // Change image every 2 seconds
}
</script>
<!--Add the logo on the center of the image-->
<!-- Modal -->
<div id="id01" class="w3-modal">
<div class="w3-modal-content w3-card-4 w3-animate-top">
<header class="w3-container w3-teal w3-display-container">
<span onclick="document.getElementById('id01').style.display='none'" class="w3-button w3-teal w3-display-topright"><i class="fa fa-remove"></i></span>
<h4></h4>
<h5><i class="fa fa-smile-o"></i></h5>
</header>
<div class="w3-container">
<p></p>
<p> <a class="w3-text-teal" href="/w3css/default.asp"></a></p>
</div>
<footer class="w3-container w3-teal">
<p></p>
</footer>
</div>
</div>
<br>
<center><p class="round3"><font size= "15">“</font><font color="red">People who are homeless are often at risk of infectious diseases—like hepatitis A, B, and C, tuberculosis, and HIV/AIDS—due to poor nutrition and hygiene.<font size= "10">”</font></center>
<!-- About container -->
<div class = "w3-container w3-padding-64 w3-center" id="about">
<h2><font color="black">ABOUT</font></h2>
<p style="text-align:left"><font color="black"> Welcome to our awareness!!! We are a group of five powerful women, who want to make an impact to our community. We created a website where people who want to donate can come to our website and find a destination near them where they can drop off their donations. According to abc7 “CHICAGO (WLS) --. The new face of homelessness is families. An estimated 140,000 homeless people live in the city including thousands of public school students in shelters, in tents, in parks or just in whatever place they can find across Chicago.
<p>We are specifically focusing on providing hygiene materials to the ones in need. So we are making a difference by making it easier for people to find places that they can donate through our website. So what does all of this mean??? In here we are going to provide you with locations in Chicago where you can go either leave things to donate or donate money. We provide a variety of places to look for your most closest destination for donations.</p>
<p>Also these places are 100% real for donations. I know maybe you have the doubt of how can having hygiene materials make an impact?? It may seem something not as important but we use hygiene materials everyday, for example a toothbrush (morning and night), soap (to shower), women pads or tampons, this is something very important to women!!! Imagine yourself (if you were a women) bleeding either 3 days or a whole week with no protection from bleeding!! Now imagine yourself with no toilet paper, deodorant, oral care, soap, shampoo, lotion, lip balm, razors, etc, maybe these materials don’t seem as important but I’ll give you a challenge!! For a whole week don’t use all of these materials!!! Just try it! And no cheating, get to know how it feels, rethink your decision, always be a better person and see how by contributing can affect your future or your future kids, always think outside of the box, Help those who weren’t as lucky as yourself.</p>
</div>
<!-- Work Row -->
<div class="w3-row-padding w3-padding-64 w3-theme-l1" id="work">
<div class="w3-quarter">
<h2>Organizations/Volunteer</h2>
<p>These are some places where you can either go donate or volunteer opportunities</p>
</div>
<div class="w3-quarter">
<div class="w3-card w3-white">
<img src="15873301_1484826888224411_2699404347304703739_n.png" alt="Chicago Period Organization" style="width:100%">
<div class="w3-container">
<h3>Chicago Period Project</h3>
<h4>This is an organization that mainly focus on giving the needs to homeless women.</h4>
<a href="https://www.chicagoperiodproject.org/" target="_blank" title="Go to Chicago Period Project">Visit Website!</a>
</div>
</div>
</div>
<div class="w3-quarter">
<div class="w3-card w3-white">
<img src="th4LU16YN4.jpg" alt="Support the Girls" style="width:100%">
<div class="w3-container">
<h3>I Support the Girls</h3>
<h4>This is an organization that donates bras,tampons, and other to women in need.<h4>
<a href="http://isupportthegirls.org/" target="_blank" tittle="Go to I support Organization">Visit Website!</a>
</div>
</div>
</div>
<div class="w3-quarter">
<div class="w3-card w3-white">
<img src="1532977223741.png" alt="The Boulevard" style="width:100%">
<div class="w3-container">
<h3>The Boulevard</h3>
<h4>This organizaton helps people "rebuild their lives, and to "grow" their potenial", they had helped near 9,000 people</h4>
<a href="http://www.blvd.org/" target="_blank" tittle="Go to The Boulevard">Visit Website!</a>
</div>
</div>
</div>
</div>
<!-- Google Maps -->
<div class = "w3-container w3-padding-64 w3-center" id ="locations">
<h2> Locations </h2>
<br>
<script type='text/javascript'
src='http://www.bing.com/api/maps/mapcontrol?callback=GetMap&key=AjZ2_xLMCcxzNxxQZCCrXzgXNQ3SmprMNJSdKIDDkyzW0sQ_E8I9nqU-eENPYBKj'
async defer></script>
<script type='text/javascript'>
function GetMap()
{
var dic = {
latitude: 41.8781,
longitude: -87.6298,
title:'Benefit for Chicago Period Proect',
date:'December 5, 2018',
address:"Emporium Logan Square, North Milwaukee Avenue, Chicago, IL, USA",
color: "purple"
}
var map = new Microsoft.Maps.Map('#myMap', {
credentials: 'AjZ2_xLMCcxzNxxQZCCrXzgXNQ3SmprMNJSdKIDDkyzW0sQ_E8I9nqU-eENPYBKj',
center: new Microsoft.Maps.Location(41.8781, -87.6298),
mapTypeId: Microsoft.Maps.MapTypeId.aerial,
zoom: 10
});
//push pin code
var pin = new Microsoft.Maps.Pushpin(new Microsoft.Maps.Location(dic.latitude, dic.longitude), {
title: dic.title,
subTitle: dic.date,
text: '1',
color: dic.color,
});
map.entities.push(pin);
Microsoft.Maps.Events.addHandler(pin, 'mouseover', function (e) {
e.target.setOptions({title:dic.address})
})
Microsoft.Maps.Events.addHandler(pin, 'mouseout', function (e){
e.target.setOptions({title:dic.title})
})
}
</script>
<div>
<div id="myMap" style="position:relative;width:70%;height:400px; margin-left:15%; margin-right:15%"></div>
<!-- Pricing Row -->
<div class="w3-row-padding w3-center w3-padding-64" id="products">
<h2>Products</h2>
<p>Below are some suggestions on places you could buy produts for the homeless and if you dont know what to buy, we have some suggestions down there to help you out!</p><br>
<div class="w3-third w3-margin-bottom">
<ul class="w3-ul w3-border w3-hover-shadow">
<li class="w3-theme">
<p class="w3-xlarge">Target</p>
</li>
<li class="w3-padding-16"><a href = "https://www.target.com/s?searchTerm=pads" target="_blank">Women's Pads</a></li>
<li class="w3-padding-16"><a href = "https://www.target.com/s?searchTerm=tampons" target="_blank">Tampons</a></li>
<li class="w3-padding-16"><a href = "https://www.target.com/s?searchTerm=toilet+paper" target="_blank">Toilet Paper</a></li>
<li class="w3-padding-16"><a href = "https://www.target.com/s?searchTerm=soap" target="_blank">Soap</a></li>
<li class="w3-padding-16"><a href = "https://www.target.com/s?searchTerm=loton" target="_blank">Lotion</a></li>
<li class="w3-padding-16"><a href = "https://www.target.com/s?searchTerm=wipes" target="_blank">Wipes</a></li>
<li class="w3-padding-16"><a href = "https://www.target.com/s?searchTerm=lip+balm" target="_blank">Lip Balm</a></li>
<li class="w3-padding-16"><a href = "https://www.target.com/s?searchTerm=gum" target="_blank">Gum</a></li>
<li class="w3-padding-16"><a href = "https://www.target.com/s?searchTerm=diva+cups" target="_blank">Diva Cups</a></li>
</li>
</ul>
</div>
<div class="w3-third w3-margin-bottom">
<ul class="w3-ul w3-border w3-hover-shadow">
<li class="w3-theme">
<p class="w3-xlarge">Walmart</p>
</li>
<li class="w3-padding-16"><a href = "https://www.walmart.com/search/?query=Womens%20pads&cat_id=0" target="_blank">Women's Pads</a></li>
<li class="w3-padding-16"><a href = "https://www.walmart.com/search/?query=tampons&cat_id=0" target="_blank">Tampons</a></li>
<li class="w3-padding-16"><a href = "https://www.walmart.com/search/?query=toilet%20paper&cat_id=0" target="_blank">Toilet Paper</a></li>
<li class="w3-padding-16"><a href = "https://www.walmart.com/search/?query=soap&cat_id=0" target="_blank">Soap</a></li>
<li class="w3-padding-16"><a href = "https://www.walmart.com/search/?query=lotion&cat_id=0" target="_blank">Lotion</a></li>
<li class="w3-padding-16"><a href = "https://www.walmart.com/search/?query=wipes&cat_id=0" target="_blank">Wipes</a></li>
<li class="w3-padding-16"><a href = "https://www.walmart.com/search/?query=lip%20balm&cat_id=0" target="_blank">Lip Balm</a></li>
<li class="w3-padding-16"><a href = "https://www.walmart.com/search/?query=gum&cat_id=0" target="_blank">Gum</a></li>
<li class="w3-padding-16"><a href = "https://www.walmart.com/search/?query=diva%20cups&cat_id=0" target="_blank">Diva Cups</a></li>
</li>
</ul>
</div>
<div class="w3-third w3-margin-bottom">
<ul class="w3-ul w3-border w3-hover-shadow">
<li class="w3-theme">
<p class="w3-xlarge">Sam's Club</p>
</li>
<li class="w3-padding-16"><a href = "https://www.samsclub.com/sams/search/searchResults.jsp?searchTerm=Womens%20pads&searchCategoryId=all" target="_blank">Women's Pads</a></li>
<li class="w3-padding-16"><a href = "https://www.samsclub.com/sams/search/searchResults.jsp?searchTerm=Tampons&searchCategoryId=all&xid=hdr_search-typeahead_Tampons" target="_blank">Tampons</a></li>
<li class="w3-padding-16"><a href = "https://www.samsclub.com/sams/search/searchResults.jsp?searchTerm=toilet%20paper&searchCategoryId=all&xid=hdr_search-typeahead_toilet%20paper" target="_blank">Toilet Paper</a></li>
<li class="w3-padding-16"><a href = "https://www.samsclub.com/sams/search/searchResults.jsp?searchTerm=soap&searchCategoryId=all" target="_blank">Soap</a></li>
<li class="w3-padding-16"><a href = "https://www.samsclub.com/sams/search/searchResults.jsp?searchTerm=lotion&searchCategoryId=all&xid=hdr_search-typeahead_lotion" target="_blank">Lotion</a></li>
<li class="w3-padding-16"><a href = "https://www.samsclub.com/sams/search/searchResults.jsp?searchTerm=wipes&searchCategoryId=all" target="_blank">Wipes</a></li>
<li class="w3-padding-16"><a href = "https://www.samsclub.com/sams/search/searchResults.jsp?searchTerm=lip%20balm&searchCategoryId=all" target="_blank">Lip Balm</a></li>
<li class="w3-padding-16"><a href = "https://www.samsclub.com/sams/search/searchResults.jsp?searchTerm=gum&searchCategoryId=all" target="_blank">Gum</a></li>
<li class="w3-padding-16"><a href = "https://www.samsclub.com/sams/search/searchResults.jsp?searchTerm=Diva%20cups&searchCategoryId=all" target="_blank">Diva Cups</a></li>
</li>
</ul>
</div>
</div>
<div class="w3-row-padding w3-center w3-padding-64" id="products">
<div class="w3-third w3-margin-bottom">
<ul class="w3-ul w3-border w3-hover-shadow">
<li class="w3-theme">
<p class="w3-xlarge">Walgreens</p>
</li>
<li class="w3-padding-16"><a href = "https://www.walgreens.com/search/results.jsp?Ntt=womens+pads&pillFilters=true" target="_blank">Women's Pads</a></li>
<li class="w3-padding-16"><a href = "https://www.walgreens.com/search/results.jsp?Ntt=tampons&pillFilters=true" target="_blank">Tampon</a></li>
<li class="w3-padding-16"><a href = "https://www.walgreens.com/search/results.jsp?Ntt=toilet+paper&pillFilters=true" target="_blank">Toilet Paper</a></li>
<li class="w3-padding-16"><a href = "https://www.walgreens.com/search/results.jsp?Ntt=soap&pillFilters=true" target="_blank">Soap</a></li>
<li class="w3-padding-16"><a href = "https://www.walgreens.com/search/results.jsp?Ntt=lotion&pillFilters=true" target="_blank">Lotion</a></li>
<li class="w3-padding-16"><a href = "https://www.walgreens.com/search/results.jsp?Ntt=Wipes&pillFilters=true" target="_blank">Wipes</a></li>
<li class="w3-padding-16"><a href = "https://www.walgreens.com/search/results.jsp?Ntt=lip+balm&pillFilters=true" target="_blank">Lip Balm</a></li>
<li class="w3-padding-16"><a href = "https://www.walgreens.com/search/results.jsp?Ntt=gum&pillFilters=true" target="_blank">Gum</a></li>
<li class="w3-padding-16"><a href = "https://www.walgreens.com/search/results.jsp?Ntt=diva+cups&pillFilters=true" target="_blank">Diva Cups</a></li>
</li>
</ul>
</div>
<div class="w3-third w3-margin-bottom">
<ul class="w3-ul w3-border w3-hover-shadow">
<li class="w3-theme">
<p class="w3-xlarge">Dollar Tree</p>
</li>
<li class="w3-padding-16"><a href = "https://www.dollartree.com/search/go?w=pads" target="_blank">Women's Pads</a></li>
<li class="w3-padding-16"><a href = "https://www.dollartree.com/search/go?w=Tampons" target="_blank">Tampons</a></li>
<li class="w3-padding-16"><a href = "https://www.dollartree.com/search/go?w=toilet%20paper" target="_blank">Toilet Paper</li>
<li class="w3-padding-16"><a href = "https://www.dollartree.com/search/go?w=soap" target="_blank">Soap</a></li>
<li class="w3-padding-16"><a href = "https://www.dollartree.com/search/go?w=lotion" target="_blank">Lotion</a></li>
<li class="w3-padding-16"><a href = "https://www.dollartree.com/search/go?w=wipes" target="_blank">Wipes</a></li>
<li class="w3-padding-16"><a href = "https://www.dollartree.com/search/go?w=Lip%20Balm" target="_blank">Lip Balm</a></li>
<li class="w3-padding-16"><a href = "https://www.dollartree.com/search/go?w=gum" target="_blank">Gum</a></li>
</li>
</ul>
</div>
<div class="w3-third w3-margin-bottom">
<ul class="w3-ul w3-border w3-hover-shadow">
<li class="w3-theme">
<p class="w3-xlarge">CVS</p>
</li>
<li class="w3-padding-16"><a href = "https://www.cvs.com/search?cp=%5B%7B%22key%22:%22source%22,%22value%22:%22sayt%22%7D%5D&searchTerm=pads" target="_blank">Women's Pads</a></li>
<li class="w3-padding-16"><a href = "https://www.cvs.com/search?cp=%5B%7B%22key%22:%22source%22,%22value%22:%22sayt%22%7D%5D&searchTerm=tampons" target="_blank">Tampons</a></li>
<li class="w3-padding-16"><a href = "https://www.cvs.com/search?cp=%5B%7B%22key%22:%22source%22,%22value%22:%22sayt%22%7D%5D&searchTerm=toilet%20paper" target="_blank">Toilet Paper</a></li>
<li class="w3-padding-16"><a href = "https://www.cvs.com/search?cp=%5B%7B%22key%22:%22source%22,%22value%22:%22sayt%22%7D%5D&searchTerm=soap" target="_blank">Soap</a></li>
<li class="w3-padding-16"><a href = "https://www.cvs.com/search?cp=%5B%7B%22key%22:%22source%22,%22value%22:%22sayt%22%7D%5D&searchTerm=lotion" target="_blank">Lotion</a></li>
<li class="w3-padding-16"><a href = "https://www.cvs.com/search?cp=%5B%7B%22key%22:%22source%22,%22value%22:%22sayt%22%7D%5D&searchTerm=wipes" target="_blank">Wipes</a></li>
<li class="w3-padding-16"><a href = "https://www.cvs.com/search?cp=%5B%7B%22key%22:%22source%22,%22value%22:%22sayt%22%7D%5D&searchTerm=Lip%20Balm" target="_blank">Lip Balm</a></li>
<li class="w3-padding-16"><a href = "https://www.cvs.com/search?cp=%5B%7B%22key%22:%22source%22,%22value%22:%22sayt%22%7D%5D&searchTerm=gum" target="_blank">Gum</a></li>
<li class="w3-padding-16"><a href = "https://www.cvs.com/search?cp=%5B%7B%22key%22:%22source%22,%22value%22:%22sayt%22%7D%5D&searchTerm=Diva%20cups" target="_blank">Diva Cups</a></li>
</li>
</ul>
</div>
<script>
// Script for side navigation
function w3_open() {
var x = document.getElementById("mySidebar");
x.style.width = "300px";
x.style.paddingTop = "10%";
x.style.display = "block";
}
// Close side navigation
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
}
// Used to toggle the menu on smaller screens when clicking on the menu button
function openNav() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</div>
<!-- My team photos! -->
<div class="w3-container w3-padding-64 w3-center" id="ourTeam">
<h2>OUR TEAM</h2>
<div class="w3-row" ><br>
<div class="w3-quarter" id='joy'>
<img src="images/Joy.JPG" style="width:55%" class="w3-circle w3-hover-opacity">
<p>Joy Taylor</p>
</div>
<div class="w3-quarter" onclick="">
<img src="images/Rosie.jpg" style="width:55%" class="w3-circle w3-hover-opacity">
<p>Rosie Talavera</p>
</div>
<
<div class="w3-quarter">
<img src="images/unnamed.jpg" alt="Picture"style="width:55%" class="w3-circle w3-hover-opacity">
<p>Jaylene Nunez</p>
</div>
<div class="w3-quarter">
<img src="img.jpg" alt="Boss" style="width:55%" class="w3-circle w3-hover-opacity">
<p>Gabriela Pesantez</p>
</div>
<div class="w3-container w3-padding-64 w3-center" id="ourTeam2">
<div class="w3-cell-middle">
<img src="images/IMG_1526.JPG" alt="Boss"style="width:15%" class="w3-circle w3-hover-opacity">
<p>Jenny Zacarias</p>
</div>
</div>
<!-- Footer -->
<div style="position:relative;bottom:100px;z-index:1;" class="w3-tooltip w3-right">
<span class="w3-text w3-padding w3-teal w3-hide-small">Go To Top</span>
<a class="w3-button w3-theme" href="#myPage"><span class="w3-xlarge">
<i class="fa fa-chevron-circle-up"></i></span></a>
</div>
</footer>
</div>
</div>
</body>
</html>