-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (186 loc) · 5.82 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
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Preprod Stats RealT</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<img src="images/RealT_Icon.png" alt="RealT Logo">
<div class="content">
<div class="inner">
<h1>Stats RealT</h1>
<p>Do you like statistics ?<br />
Me too.</p>
</div>
</div>
<nav>
<ul>
<li><a href="#properties">Properties</a></li>
<li><a href="#rent">Rent</a></li>
<li><a href="#misc">Misc.</a></li>
<!--<li><a href="#null">Holder</a></li>-->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Properties -->
<article id="properties">
<h3 class="major">Properties</h3>
<h4>Total properties</h4>
<ul>
<li><span id="nbHouses">0</span></li>
</ul>
<h4>Total properties price</h4>
<ul>
<li><span id="sumTotalTokenPrice">0</span> $</li>
</ul>
<h4>Total RealTokens</h4>
<ul>
<li><span id="nbTokens">0</span></li>
</ul>
<h4>Price for 1 each token</h4>
<ul>
<li><span id="sumUnitTokenPrice">0</span> $</li>
</ul>
<hr></hr>
<h3>Michigan</h3>
<li>Birmingham : <span id="houseBirmingham">0</span></li>
<li>Dearborn Heights :<span id="houseDearbornHeights">0</span></li>
<li>Detroit :<span id="houseDetroit">0</span></li>
<li>Highland Park :<span id="houseHighlandPark">0</span></li>
<li>Jackson :<span id="houseJackson">0</span></li>
<hr></hr>
<h3>Ohio</h3>
<li>Akron :<span id="houseAkron">0</span></li>
<li>Cleveland :<span id="houseCleveland">0</span></li>
<li>East Cleveland :<span id="houseEastCleveland">0</span></li>
<li>House in Toledo :<span id="houseToledo">0</span></li>
<hr></hr>
<h3>Florida</h3>
<li>Deerfield Beach :<span id="houseDeerfieldBeach">0</span></li>
<li>Kissimmee :<span id="houseKissimmee">0</span></li>
<hr></hr>
<h3>Illinois</h3>
<li>Chicago :<span id="houseChicago">0</span></li>
<hr></hr>
<h3>New York</h3>
<li>Rochester :<span id="houseRochester">0</span></li>
</article>
<!-- Rent-->
<article id="rent">
<h3 class="major">Rent</h3>
<h4>Average annuel yield</h4>
<ul>
<li><span id="averageYield">0</span> %</li>
</ul>
<h4>Total Gross Rent</h4>
<ul>
<li>Month: <span id="sumTotalGrossRentMonth">0</span> $</li>
<li>Year: <span id="sumTotalGrossRentYear">0</span> $</li>
</ul>
<h4>Total Net Rent</h4>
<ul>
<li>Day: <span id="sumNetRentDay">0</span> $</li>
<li>Month: <span id="sumNetRentMonth">0</span> $</li>
<li>Year: <span id="sumNetRentYear">0</span> $</li>
</ul>
<h4>Average Gross Rent</h4>
<ul>
<li>Month: <span id="averageGrossRentMonth">0</span> $</li>
<li>Year: <span id="averageGrossRentYear">0</span> $</li>
</ul>
<h4>Average Net Rent</h4>
<ul>
<li>Day: <span id="averageNetRentDay">0</span> $</li>
<li>Month: <span id="averageNetRentMonth">0</span> $</li>
<li>Year: <span id="averageNetRentYear">0</span> $</li>
</ul>
<h4>Net Rent with 1 each token</h4>
<ul>
<li>Net rent day with 1 each token: <span id="sumNetRentDayPerToken">0</span> $</li>
<li>Net rent month with 1 each token: <span id="sumNetRentMonthPerToken">0</span> $</li>
<li>Net rent year with 1 each token: <span id="sumNetRentYearPerToken">0</span> $</li>
</ul>
</article>
<!-- Holder -->
<article id="holder">
<h2 class="major">Holder</h2>
</article>
<!-- Miscellaneous-->
<article id="misc">
<h3 class="major">Miscellaneous</h3>
<h4>Total Cost Property Management</h4>
<ul>
<li>Month: <span id="propertyManagement">0</span> $</li>
<li>Year: <span id="propertyManagementYear">0</span> $</li>
</ul>
<h4>Total Fees RealT Platform</h4>
<ul>
<li>Month: <span id="realtPlatform">0</span> $</li>
<li>Year: <span id="realtPlatformYear">0</span> $</li>
</ul>
<h4>Total Cost Insurance</h4>
<ul>
<li>Month: <span id="insurance">0</span> $</li>
<li>Year: <span id="insuranceYear">0</span> $</li>
</ul>
<h4>Total Cost Property Taxes</h4>
<ul>
<li>Month: <span id="propertyTaxes">0</span> $</li>
<li>Year: <span id="propertyTaxesYear">0</span> $</li>
</ul>
<h4>Total Cost Utilities</h4>
<ul>
<li>Month: <span id="utilities">0</span> $</li>
<li>Year: <span id="utilitiesYear">0</span> $</li>
</ul>
<h4>Total Initial Maintenance Reserve</h4>
<ul>
<li><span id="initialMaintenanceReserve">0</span> $</li>
</ul>
<h4>Total Interior Size</h4>
<ul>
<li><span id="totalsquareFeet">0</span> ft²</li>
</ul>
<h4>Total Lot Size</h4>
<ul>
<li><span id="totallotSize">0</span> ft²</li>
</ul>
<h4>Units</h4>
<ul>
<li>Total Units: <span id="totalUnits">0</span></li>
<li>Rented Units: <span id="totalrentedUnits">0</span></li>
<li>Vacant Units: <span id="totalvacantUnits">0</span></li>
</ul>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p>Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a><br />
Adapted by Kurtisone</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>