forked from abuckstopshere/hoodHawk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
logged.html
229 lines (213 loc) · 10.9 KB
/
logged.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>HoodHawk | Real Estate Data</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="assets/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="assets/css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
</head>
<body>
<!-- Navbar -->
<nav class="white">
<div class="nav-wrapper clearfix">
<div class="ourContainer">
<a href="#" class="brand-logo"><img id="navLogo" src="assets/images/hoodHawk.png" alt="company logo"></a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#" class="cyan-text" id="logout">Logout</a></li>
</ul>
</div>
</div>
</nav>
<!-- Header and Parallax Image 1 -->
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h5 id="formInstructions" class="slogan header col s12">Enter an address to search</h5>
</div>
<!-- Form Section -->
<div id="formZone" class="row center">
<form class="col s10 offset-s1">
<div class="formContainer clearfix">
<div class="input-field col s6">
<i class="material-icons prefix">home</i>
<input id="addressInput" type="text" required>
<label for="addressInput">Street Address</label>
</div>
<div class="input-field col s6">
<i class="material-icons prefix">local_post_office</i>
<input id="zipCodeInput" type="number" required>
<label for="zipCodeInput">U.S. Zip Code</label>
</div>
</div>
<input id="submit" type="submit" value="Get Info" class="btn-large waves-effect waves-light cyan">
</form>
</div>
</div>
</div>
<div class="parallax"><img src="assets/images/background1.jpg" alt="Unsplashed background img 1"></div>
</div>
<!-- Map and Data Section -->
<div id="mapDataSection" class="section">
<div class="row">
<h4 id="addressHeader" class="center-align cyan-text"></h4>
</div>
<div class="row">
<div id="mapZone" class="col s12 m8">
<!-- map here -->
<div id="map"></div>
<!-- pano here -->
<div id="pano"></div>
</div>
<div id="dataZone" class="col s12 m4">
<div id="topIcons" class="row">
<div id="bed" class="col m3 blue-grey-text text-lighten-4 center-align">
<i class="material-icons">hotel</i>
<span id="numBed" class="topIcon"></span>
</div>
<div id="bath" class="col m3 blue-grey-text text-lighten-4 center-align">
<i class="material-icons">hot_tub </i>
<span id="numBath" class="topIcon"></span>
</div>
<!-- Toggle this color to blue if property has heat -->
<div id="fire" class="col m3 center-align blue-grey-text text-lighten-4">
<i class="material-icons">whatshot</i>
<span class="topIcon"></span>
</div>
<!-- Toggle this color to red if property has AC -->
<div id="icy" class="col m3 center-align blue-grey-text text-lighten-4 ">
<i class="material-icons">ac_unit</i>
<span class="topIcon"></span>
</div>
</div>
<ul class="collapsible" data-collapsible="accordion">
<li>
<div class="collapsible-header"><i class="material-icons">view_list</i>Essentials</div>
<div class="collapsible-body">
<table class="bordered centered responsive-table">
<tbody id="essentialsTable"></tbody>
</table>
</div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons">attach_money</i>Affordability</div>
<div class="collapsible-body">
<table class="bordered centered responsive-table">
<tbody id="affordTable"></tbody>
</table>
</div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons">lock_outline</i>Crime Stats</div>
<div class="collapsible-body">
<table class="bordered centered responsive-table">
<tbody id="crimeTable"></tbody>
</table>
</div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons">school</i>Schools</div>
<div class="collapsible-body">
<table class="bordered centered responsive-table">
<tbody id="schoolTable"></tbody>
</table>
</div>
</li>
<!-- <li>
<div class="collapsible-header"><i class="material-icons">flash_on</i>Natural Disaster Risk</div>
<div class="collapsible-body">
<table class="bordered centered responsive-table">
<tbody>
</tbody>
</table>
</div>
</li> -->
<li>
<div class="collapsible-header"><i class="material-icons">star</i>Favorites</div>
<div class="collapsible-body">
<div id="favoriteDisplay"></div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Parallax Image 2 -->
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h5 class="slogan header col s12">Real estate data at your fingertips</h5>
</div>
</div>
</div>
<div class="parallax"><img src="assets/images/background2.jpg" alt="Unsplashed background img 2"></div>
</div>
<!-- Who We Are Section -->
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h4>Who We Are</h4>
<p class="left-align light">
HoodHawk is a quick resource for anyone looking to inform their real estate investments. We offer a free search function that provides data on location, local schools, hypothetical finances, and more, empowering you to make the best investing decisions
possible. Those who spend time on our site come from diverse financial backgrounds, have various experience levels, and may be striving for different goals. Regardless, our goal is to provide each individual with the resources
and support they need to find their own success.
</p>
</div>
</div>
</div>
</div>
<!-- Parallax Image 3 -->
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h5 class="slogan header col s12">Informing your investments</h5>
</div>
</div>
</div>
<div class="parallax"><img src="assets/images/background3.jpg" alt="Unsplashed background img 3"></div>
</div>
<!-- footer -->
<footer class="page-footer cyan">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Team Bio</h5>
<p class="grey-text text-lighten-4">We are a team of web developers based in San Diego, California.</p>
</div>
<div class="col l3 s12"></div>
<div class="col l3 s12">
<h5 class="white-text">Connect with Us</h5>
<ul>
<li><a class="white-text" href="https://github.com/abuckstopshere" target="_blank">Andrew's Github</a></li>
<li><a class="white-text" href="https://github.com/jkhwu" target="_blank">Janet's Github</a></li>
<li><a class="white-text" href="https://github.com/jmbuckley" target="_blank">Justin's Github</a></li>
<li><a class="white-text" href="https://github.com/ryanv027" target="_blank">Ryan's Github</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
</div>
</footer>
<!-- jQuery first, then Popper.js, then Materialize JS and init JS, then Moment.JS, then Firebase.js -->
<script src='https://code.jquery.com/jquery-3.3.1.js' integrity='sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=' crossorigin='anonymous'></script>
<!-- <script src='https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js' integrity='sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q' crossorigin='anonymous'></script> -->
<script src="assets/js/materialize.js"></script>
<script src="assets/js/init.js"></script>
<script src="https://cdn.jsdelivr.net/momentjs/2.12.0/moment.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.11.0/firebase.js"></script>
<!-- local js files -->
<script src='assets/js/firebase.js'></script>
<script src='assets/js/gMaps.js'></script>
<script src='assets/js/mortCalc.js'></script>
<script src='assets/js/hCanary.js'></script>
<script src='assets/js/main.js'></script>
</body>
</html>