Added concept and stats panels

This commit is contained in:
sairaj mote 2023-04-26 00:56:46 +05:30
parent 9343ce1d7c
commit 70555abd3b
4 changed files with 116 additions and 1 deletions

View File

@ -325,6 +325,23 @@ sm-copy {
text-decoration: underline;
}
table th {
padding-bottom: 1rem;
}
table th:first-of-type {
text-align: start;
}
table th:last-of-type {
text-align: end;
}
table td {
padding-bottom: 0.5rem;
font-size: 0.9rem;
}
table td:last-of-type {
text-align: end;
}
@media screen and (min-width: 768px) {
main {
padding: 1.5rem 8vw;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -302,6 +302,24 @@ sm-copy {
}
}
}
table {
th {
&:first-of-type {
text-align: start;
}
&:last-of-type {
text-align: end;
}
padding-bottom: 1rem;
}
td {
padding-bottom: 0.5rem;
font-size: 0.9rem;
&:last-of-type {
text-align: end;
}
}
}
@media screen and (min-width: 768px) {
main {

View File

@ -198,6 +198,86 @@
</div>
</section>
<main>
<div class="app">
<div class="app__icon">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px"
viewBox="0 0 24 24" width="24px" fill="#000000">
<rect fill="none" height="24" width="24" y="0" />
<path
d="M7,20h4c0,1.1-0.9,2-2,2S7,21.1,7,20z M5,19h8v-2H5V19z M16.5,9.5c0,3.82-2.66,5.86-3.77,6.5H5.27 C4.16,15.36,1.5,13.32,1.5,9.5C1.5,5.36,4.86,2,9,2S16.5,5.36,16.5,9.5z M21.37,7.37L20,8l1.37,0.63L22,10l0.63-1.37L24,8 l-1.37-0.63L22,6L21.37,7.37z M19,6l0.94-2.06L22,3l-2.06-0.94L19,0l-0.94,2.06L16,3l2.06,0.94L19,6z" />
</svg>
</div>
<h2>
The concept
</h2>
<p>
<strong>Room investors</strong> can buy room nights in-advance without telling the dates.
</p>
<p>
<strong>Room investors</strong> can resell the room nights after 1 year or stay if room is available.
</p>
<p>
<strong>Room renters</strong> get 5 USD worth of tokenroom# for every room night of stay.
</p>
<p>
<strong>Room renters</strong> can sell tokenroom# after the value of their aggregate tokenroom# has
increased more
than 60USD.
</p>
<a href="https://ranchimall.github.io/flowallet/#/smartcontracts/participate?scName=swap-tokenroom-usd&scAddress=FUSBi3sQ9YFRs76wiMrDYmhqguPCXue8po"
target="_blank" class="ext-link">
Invest in room nights
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px"
viewBox="0 0 24 24" width="24px" fill="#000000">
<g>
<rect fill="none" height="24" width="24" />
</g>
<g>
<polygon points="6,6 6,8 14.59,8 5,17.59 6.41,19 16,9.41 16,18 18,18 18,6" />
</g>
</svg>
</a>
</div>
<div class="app">
<div class="app__icon">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px"
viewBox="0 0 24 24" width="24px" fill="#000000">
<g>
<rect fill="none" height="24" width="24" />
</g>
<g>
<g>
<path
d="M21,8c-1.45,0-2.26,1.44-1.93,2.51l-3.55,3.56c-0.3-0.09-0.74-0.09-1.04,0l-2.55-2.55C12.27,10.45,11.46,9,10,9 c-1.45,0-2.27,1.44-1.93,2.52l-4.56,4.55C2.44,15.74,1,16.55,1,18c0,1.1,0.9,2,2,2c1.45,0,2.26-1.44,1.93-2.51l4.55-4.56 c0.3,0.09,0.74,0.09,1.04,0l2.55,2.55C12.73,16.55,13.54,18,15,18c1.45,0,2.27-1.44,1.93-2.52l3.56-3.55 C21.56,12.26,23,11.45,23,10C23,8.9,22.1,8,21,8z" />
<polygon points="15,9 15.94,6.93 18,6 15.94,5.07 15,3 14.08,5.07 12,6 14.08,6.93" />
<polygon points="3.5,11 4,9 6,8.5 4,8 3.5,6 3,8 1,8.5 3,9" />
</g>
</g>
</svg>
</div>
<h2>
Statistics
</h2>
<p>Statistics are from 5th April 2023 - today</p>
<table>
<thead>
<tr>
<th>Stat</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Room nights invested</td>
<td>1019</td>
</tr>
<tr>
<td>Room nights consumed</td>
<td>8</td>
</tr>
</tbody>
</table>
</div>
<div class="app">
<div class="app__icon">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px"