Added subsections to the topic headers
This commit is contained in:
parent
b293fb3f06
commit
1aa43267a9
49
index.html
49
index.html
@ -281,44 +281,6 @@
|
||||
</b>
|
||||
</div>
|
||||
<br>
|
||||
<!-- <div class="card-wrapper">
|
||||
<div class="card">
|
||||
<h3>Expenses</h3>
|
||||
<p id="total-amount-issued">
|
||||
<sm-spinner></sm-spinner>
|
||||
</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Price per room night </h3>
|
||||
<p id="price-per-unit-consumption">
|
||||
<sm-spinner></sm-spinner>
|
||||
</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Total room nights stayed</h3>
|
||||
<p id="total-consumption-measured">
|
||||
<sm-spinner></sm-spinner>
|
||||
</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Gross Revenue (Booked + stayed)</h3>
|
||||
<p id="total-consumption-cost">
|
||||
<sm-spinner></sm-spinner>
|
||||
</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Revenue from stays</h3>
|
||||
<p id="consumption-valuation">
|
||||
<sm-spinner></sm-spinner>
|
||||
</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>System Valuation</h3>
|
||||
<p id="system-valuation">
|
||||
<sm-spinner></sm-spinner>
|
||||
</p>
|
||||
</div>
|
||||
</div> -->
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -340,7 +302,7 @@
|
||||
Price per room night
|
||||
</h4>
|
||||
<p>
|
||||
Includes rent of the property, maintenance, staff salaries, etc.
|
||||
The valuation price per room night
|
||||
</p>
|
||||
</td>
|
||||
<td id="price-per-unit-consumption" class="stat-value">
|
||||
@ -353,7 +315,7 @@
|
||||
Total room nights stayed
|
||||
</h4>
|
||||
<p>
|
||||
Includes rent of the property, maintenance, staff salaries, etc.
|
||||
Number of nights people have stayed in the tokenroom
|
||||
</p>
|
||||
</td>
|
||||
<td id="total-consumption-measured" class="stat-value">
|
||||
@ -364,10 +326,9 @@
|
||||
<td>
|
||||
<h4>
|
||||
Gross Revenue (Booked + stayed)
|
||||
Total room nights stayed
|
||||
</h4>
|
||||
<p>
|
||||
Includes rent of the property, maintenance, staff salaries, etc.
|
||||
The total money we have received from token sales, pre room bookings and bookings
|
||||
</p>
|
||||
</td>
|
||||
<td id="total-consumption-cost" class="stat-value">
|
||||
@ -380,7 +341,7 @@
|
||||
Revenue from stays
|
||||
</h4>
|
||||
<p>
|
||||
Includes rent of the property, maintenance, staff salaries, etc.
|
||||
Revenue collected from people staying at the tokenroom
|
||||
</p>
|
||||
</td>
|
||||
<td id="consumption-valuation" class="stat-value">
|
||||
@ -393,7 +354,7 @@
|
||||
System Valuation
|
||||
</h4>
|
||||
<p>
|
||||
Includes rent of the property, maintenance, staff salaries, etc.
|
||||
Higher value of the Expenses and Revenue from Stays
|
||||
</p>
|
||||
</td>
|
||||
<td id="system-valuation" class="stat-value">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user