Skip to content

Commit

Permalink
Html code improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
gilardh committed Sep 17, 2018
1 parent 7aae451 commit 0ac6f1b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Expand Up @@ -18,7 +18,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img class="pull-left" style="position: relative; height: 40px; top: -10px;" src="images/logo.png"><span class="pull-left" style="padding-left: 5px;">Hush Dashboard</span></a>
<a class="navbar-brand" href="/"><img class="pull-left" style="position: relative; height: 40px; top: -10px;" src="images/logo.png" alt="HUSH"><span class="pull-left" style="padding-left: 5px;">Hush Dashboard</span></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav pull-right">
Expand Down Expand Up @@ -57,7 +57,7 @@ <h3 class="panel-title">Upcoming</h3>
<td>2</td>
<td>Update HUSH ad on Bitcointalk</td>
<td>In progress</td>
<td><a href="https://bitcointalk.org/index.php?topic=2008578.0" target="_blank">View site</a></td></td>
<td><a href="https://bitcointalk.org/index.php?topic=2008578.0" target="_blank">View site</a></td>
</tr>
<tr>
<td>3</td>
Expand All @@ -66,6 +66,7 @@ <h3 class="panel-title">Upcoming</h3>
<td><a href="http://dashboard.myhush.org" target="_blank">View site </a> /
<a href="https://github.com/MyHush/hush-dashboard" target="_blank">Github</a>
</td>
</tr>
<tr>
<td>4</td>
<td>HushNG Wallet</td>
Expand Down Expand Up @@ -289,7 +290,7 @@ <h3 class="panel-title">Team Donation Addresses</h3>
<div class="panel-body">
<span class="container">
<table class="table table-striped table-hover table-bordered">
<tbody>
<tbody>
<tr>
<td><strong>#</strong></td>
<td><strong>Name</strong></td>
Expand All @@ -314,12 +315,12 @@ <h3 class="panel-title">Team Donation Addresses</h3>
<td>t1eMKg4bGqfvyX1JAWiLME5Lm6L9n61dsTb</td>
<td><a href="https://explorer.myhush.org/address/t1eMKg4bGqfvyX1JAWiLME5Lm6L9n61dsTb" target="_blank">Explorer</a></td>
</tr>
</tbody>
</tbody>
</table>
</span>
</div>
<div class="panel-primary" id="donate"> </div>
</div>
</div>
</body>
</div>
</body>
</html>

0 comments on commit 0ac6f1b

Please sign in to comment.