Skip to content

Commit

Permalink
Problem: No data table on tezos page (fractalide#207)
Browse files Browse the repository at this point in the history
Solution: Add data table to tezos page (just layout, no data yet).
  • Loading branch information
miguelsimoni committed Dec 16, 2018
1 parent 43bad89 commit 091f66c
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
81 changes: 81 additions & 0 deletions content/stake-pool/tezos-xtz.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
</div>
</div>
</div>

<div id="estimation" class="hidden">

<div class="row">
<div class="col-sm-offset-2 col-sm-8 col-xs-offset-1 col-xs-10 text-center">
<div class="blue_box">
Expand Down Expand Up @@ -180,6 +183,84 @@
</div>
</div>
</div>

</div>

<!-- kt1 data table -->
<div id="kt1" class="">

<div class="row">
<div class="col-sm-offset-2 col-sm-8 col-xs-offset-1 col-xs-10 text-center">
<div class="border_blue">
<h2 class="sub_heading_blue">You're delegating!</h2>
<p class="text_dark_blue">
You delegated by Cycle 26
</p>
<p class="text_dark_blue">
All rewards re-delegate and you are supporting Fractalide XTZ Stake Pool
</p>
<h2 class="sub_heading_blue">91.75 <img src="/img/stake-pools/tezos-currency-blue-min.png" width="18px"/></h2>
<h2 class="sub_heading_blue">Staked & Delegated</h2>
</div>
</div>
</div>

<div class="row row-eq-height">
<div class="col-sm-offset-2 col-sm-4 col-xs-offset-1 col-xs-10 text-center">
<div class="blue_box">
<p><b class="text_dark_blue">Last Cycle Paid</b></p>
<h2 class="sub_heading_blue">40</h2>
</div>
</div>
<div class="col-sm-offset-0 col-sm-4 col-xs-offset-1 col-xs-10 text-center">
<div class="blue_box">
<p><b class="text_dark_blue">All-time Rewards Paid</b></p>
<h2 class="sub_heading_blue">17368.671477</h2>
</div>
</div>
</div>

<div class="row kt1_data">
<div class="col-sm-offset-2 col-sm-8">
<table class="table">
<thead>
<tr>
<th>Cycle</th>
<th>Snapshot Balance</th>
<th>Estimated Rewards</th>
<th>Final Rewards</th>
<th>Payout Hash</th>
</tr>
</thead>
<tbody>
<tr>
<td>26</td>
<td>19999.74</td>
<td>14.391045</td>
<td>14.391485</td>
<td class="text_blue">Paid out</td>
</tr>
<tr>
<td>26</td>
<td>19999.74</td>
<td>14.391045</td>
<td>14.391485</td>
<td class="text_blue">Paid out</td>
</tr>
<tr>
<td>26</td>
<td>19999.74</td>
<td>14.391045</td>
<td>14.391485</td>
<td class="text_blue">Paid out</td>
</tr>
</tbody>
</table>
</div>
</div>

</div>

<div class="row">
<div class="col-sm-offset-3 col-sm-6 col-xs-offset-1 col-xs-10">
<div class="text-center top_margin">
Expand Down
4 changes: 4 additions & 0 deletions themes/fractalide/files/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,10 @@ section#tezos-xtz ul li {
padding: 10px 5px 5px 5px;
}

.kt1_data {
margin-top: 90px;
}


/****************************************/
/* Page: Home - Section: Cardano Wallet */
Expand Down

0 comments on commit 091f66c

Please sign in to comment.