Skip to content

Commit

Permalink
design changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafatufan committed Jan 14, 2024
1 parent d95630b commit 78a12d4
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,15 @@ <h1 class="ml-1 align-middle">
</span>
</h1>
</div>
<hr class="my-1">

<div class="row m-2">
<hr class="my-1">
<div class="row m-5">
<div class="col-md-12">
<div class="card m-1">
<div class="card-body">

<h5 class="card-title">
Bitcoin Wallet Generator
</h5>
<hr class="my-1">

<p class="card-text font-weight-bold">
<span class="text-danger">
<em class="fas fa-exclamation-circle"></em>
Expand All @@ -74,7 +70,7 @@ <h5 class="card-title">
</div>
</div>

<table class="table table-sm m-2 text-left" style="word-break: break-all;" aria-describedby="info">
<table class="table table-sm m-2 text-left table-borderless table-striped" style="word-break: break-all;" aria-describedby="info">
<thead hidden>
<tr>
<th scope="col"></th>
Expand Down Expand Up @@ -103,9 +99,17 @@ <h5 class="card-title">
</div>
</div>

<hr class="my-1">
<div class="row m-2">
<a href="https://github.com/Btckit"><i class="fa fa-github" aria-hidden="true"></i>/Btckit</a>
<div class="row m-5">
<table class="table table-striped table-borderless">
<tbody>
<tr>
<td>UI is open-source. Backend will be open-source soon as well. <a href="https://github.com/Btckit"><i class="fa fa-github" aria-hidden="true"></i>/Btckit</a></td>
</tr>
<tr>
<td>Do you consider to start a company in EU without residing in EU? Try <a href="https://www.xolo.io/ref/MUSTUF">Xolo.io</a>. (It is a ref link, thank you for your support.)</td>
</tr>
</tbody>
</table>
</div>
</div>

Expand Down

0 comments on commit 78a12d4

Please sign in to comment.