-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathelmhurst.html
130 lines (114 loc) · 4.47 KB
/
elmhurst.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Affordable Housing: Elmhurst</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header class="d-flex align-items-center elmhurst">
<div class="container">
<h1 class="text-center text-light">ELMHURST</h1>
<p class="text-center text-light lead">Izzy Tangney</p>
</div>
</header>
<!-- mobile -->
<nav class="navbar">
<div class="container-fluid">
<button class="navbar-toggler mx-auto d-block" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div class="">
<div class="px-3 text-center">
<a href="index.html" class="pl-2">
<p>Home</p>
</a>
<a href="astoria.html" class="lBo">
<p>Astoria</p>
</a>
<a href="elmhurst.html" class="lox">
<p>Elmhurst</p>
</a>
<a href="flushing.html" class="Box">
<p>Flushing</p>
</a>
<a href="jackson.html" class="Box">
<p>Jackson Heights</p>
</a>
</div>
</div>
</div>
<!-- end mobile -->
<div class="d-flex justify-content-center my-3 link">
<a href="index.html" class="lBox">
<p>Home</p>
</a>
<a href="astoria.html" class="lBox">
<p>Astoria</p>
</a>
<a href="elmhurst.html" class="lBox">
<p>Elmhurst</p>
</a>
<a href="flushing.html" class="lBox">
<p>Flushing</p>
</a>
<a href="jackson.html" class="lBox">
<p>Jackson Heights</p>
</a>
</div>
<div class="mx-5">
<img src="elmhurst/final.png" class="mx-auto d-block bg-dark my-3" width="350" alt="map of elmhurst">
<h2>Demographics & Statistics: HC2 </h2>
<p>
<b>Total Population: </b> 101,517;
<b>Asian:</b> 47%;
<b>Hispanic:</b> 41%;
<b>White:</b> 9%;
<b>Black:</b> 1%;
<b>Other/Multiracial:</b> 1%
</p>
<p> </p>
<h2>Neighborhood Rankings: HC3 </h2>
<p>Elmhurst generally ranks high compared to other neighborhoods. The website Niche places it at the 123rd best
neighborhood in NYC and gives it a B+ rating overall. The same site ranks Emhurst highest for nightlife (A+) and
lowest for housing (D). DNAInfo declares Elmhurst the 15th best neighborhood for all crime in Queens and Curbed
Walkable claims it is the 62nd “most walkable” neighborhood in the city and the 1st in Queens. Finally, Street
Advisor
ranks Elmhurst as the 32nd best neighborhood in the borough, with an overall score of 6.2 out of 10.
</p>
<h2>Data Exploration & Data Analysis: HC7/HC8 </h2>
<p>There are 3802 affordable housing units in Elmhurst, which is defined by postcodes 11368-11370, 11372-11373,
11377,
and 11380-11381. Generally, the more bedrooms a unit contains, the less likely it is to be present as an
affordable
housing option. By far, the most common affordable housing option was an apartment with two bedrooms, followed by
one
bedroom. A possible reason for this is that fewer bedrooms generally means an apartment is less expensive, but
larger
families will need more space. Additionally, there was a large spike in projects at the beginning of the
twenty-first
century.
</p>
<img src="elmhurst/elmhurst_housing_3.png" class="mx-auto d-block bg-dark my-3 dMap" width="850"
alt="affordable housing">
<p> </p>
<h2>Map: HC10 </h2>
<p> Below is a map of affordable housing buildings/projects in Elmhurst. </p>
<iframe src="elmhurst/elmhurstLocations.html" class="mx-auto d-block my-4 dMap" width="400x" height="400"></iframe>
<footer>
<p> © MHC Queens 1 2022 </p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous">
</script>
</body>
</html>