-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoup-kitchens.html
More file actions
76 lines (55 loc) · 2.6 KB
/
soup-kitchens.html
File metadata and controls
76 lines (55 loc) · 2.6 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
<!doctype>
<html>
<head>
<script src="https://code.jquery.com/jquery.min.js"></script>
<title>Soup Kitchens</title>
<meta charset="utf-8">
<link href= "Change.css" type="text/css" rel="stylesheet" />
</head>
<body id="new-background">
<div class="info-nav">
<ul class="info-links">
<li class="links"><a href="hello-world.html">Home</a></li>
<li class="links"><a href="soup-kitchens.html">Soup kitchens</a></li>
<li class="links"><a href="background-info.html">Background Info</a></li>
<li class="links"><a href="rewards.html">Rewards</a></li>
<li class="links"><a href="sponsors.html">Sponsors</a></li>
<li class="links"><a href="the-team.html">The Team</a></li>
</ul>
</div>
<h1 class="Soup"><center>Soup Kitchens</center></h1>
<div class="soup-kitchen-visual">
<div class="innerParallax">
<h1 class="fix-font"><center></center></h1>
</div>
</div>
<div class="soup-kitchen-div">
<div class="hp">
<h1 class="re-size-text">Holy Apostles Soup Kitchen</h1>
<img class="img-size" src="http://blog.lrei.org/social-justice/files/2014/02/New+York+City+Soup+Kitchen+Feeds+Needy+Christmas+woMNIEoVIF1l-1iny1wg.jpg"/>
<p>Number: (212)-924-0164</p>
<p>Location: 296 9th Ave</p>
</div>
<div class="vt">
<h1 class="re-size-text">Village Temples</h1>
<img class="img-size" src="http://www.nyblueprint.com/sites/default/files/village_temple_0.jpg"/>
<p>Number: (212)-226-6214</p>
<p>Location: 33 E 12th ST</p>
</div>
<div class="crm">
<h1 class="re-size-text">New York City Resource Mission</h1>
<img class="img-size" src="https://imgs.6sqft.com/wp-content/uploads/2016/11/23101306/volunteering-in-new-york-city-e1479914181741.jpg"/>
<p>Number: (212)-226-6224</p>
<p>Location: 90 Lafayette ST, New York 10013</p>
</div>
<div class="bm">
<h1 class="re-size-text">The Bowery Mission</h1>
<img class="img-size fix-height" src="https://c2.staticflickr.com/8/7449/12315480373_a0c6b9098c_b.jpg"/>
<p>Number: (212)-674-1765</p>
<p>Location: 227 Bowery NY, NY 10002</p>
</div>
</div>
<footer class="main-footer">
</footer>
</body>
</html>