Skip to content

Commit

Permalink
Added developer tools banner
Browse files Browse the repository at this point in the history
  • Loading branch information
monzanifabio committed Jan 13, 2024
1 parent a09a09c commit 8b0ae4d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Binary file added img/jumbotron/devs-cover-alt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/jumbotron/devs-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,15 @@
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner rounded-5">
<div class="carousel-item active">
<img src="/img/jumbotron/v2-cover.png" class="d-block w-100" alt="slide1" />
<img src="/img/jumbotron/devs-cover-alt.png" class="d-block w-100" alt="slide1" />
<div class="carousel-caption d-md-block">
<h5>V2 is out!</h5>
<p>Crypto Tools is upgrading to version 2 with a lot more features.</p>
<h5>Developer Tools</h5>
<p>Explore developers tools in our dedicated section</p>
<a href="https://cripto.tools/pages/dev-tools.html" class="btn btn-primary btn-sm mb-3">Explore Developer Tools</a>
</div>
</div>
<div class="carousel-item">
Expand All @@ -148,6 +150,13 @@ <h5>Discord Community</h5>
<a href="https://discord.gg/HPZK4A6pHn" class="btn btn-primary btn-sm mb-3" target="_blank">Join on Discord</a>
</div>
</div>
<div class="carousel-item">
<img src="/img/jumbotron/v2-cover.png" class="d-block w-100" alt="slide3" />
<div class="carousel-caption d-md-block">
<h5>V2 is out!</h5>
<p>Crypto Tools is upgrading to version 2 with a lot more features.</p>
</div>
</div>
</div>
</div>

Expand Down

0 comments on commit 8b0ae4d

Please sign in to comment.