Skip to content

Commit

Permalink
update8 portal site
Browse files Browse the repository at this point in the history
  • Loading branch information
tksarah committed Jun 29, 2024
1 parent fa5c4a0 commit d1a2292
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/rank/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</head>
<body>
<h2>dApp Ranking During Build&Earn Subperiod</h2>
<h2>2024-06-29 00:08:28</h2>
<h2>Update: 2024-06-29 00:08:28</h2>
<table id="myTable" class="table table-striped">
<thead>
<tr>
Expand Down
35 changes: 14 additions & 21 deletions tools/buildandearnPeriod/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<html>
<head>
<title>Stake Rankings During the Build&Earn Subperiod</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.2/darkly/bootstrap.min.css">

<style>
body {
font-family: 'Courier New', monospace;
Expand Down Expand Up @@ -66,25 +64,20 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.3/js/jquery.tablesorter.min.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>dApp Ranking During Build&Earn Subperiod</h2>
<h2>DATEJST</h2>
<table id="myTable" class="table table-striped">
<thead>
<tr>
<th>Rank</th>
<th>Name</th>
<th>Category</th>
<th>TotalStaked</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
</div>
<h2>dApp Ranking During Build&Earn Subperiod</h2>
<h2>Update: DATEJST</h2>
<table id="myTable" class="table table-striped">
<thead>
<tr>
<th>Rank</th>
<th>Name</th>
<th>Category</th>
<th>TotalStaked</th>
</tr>
</thead>
<tbody></tbody>
</table>

<script>
$(document).ready(function() {
Papa.parse('TotalAmount.csv', {
Expand Down

0 comments on commit d1a2292

Please sign in to comment.