Skip to content

Commit

Permalink
Adding a logo so I can link to it from ibm cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
djp3 committed Aug 20, 2024
1 parent 9a91ab6 commit 52b9258
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,13 @@ <h5>Sample Latencies</h5>
</div>
<iframe src="swagger-ui.html" width="100%" height="800" frameborder="0" style="border: 1px solid #ddd;"></iframe>

<div class="container text-center" style="border:none;padding:0;margin:0;">
<!-- IBM Cloud is linking to this image on gh-pages, it is a hack. This is such a hack. Tell me how to do it better -djp3 -->
<img src="assets/img/blockpliance_logo_square.png" alt="Blockpliance Square Logo" class="img-fluid d-block mx-auto">
<div class="container text-center">
<div class="row">
<div class="col">
<!-- IBM Cloud is linking to this image on gh-pages, it is a hack. This is such a hack. Tell me how to do it better -djp3 -->
<img src="assets/img/blockpliance_logo_square.png" alt="Blockpliance Square Logo" class="img-fluid d-block mx-auto">
</div>
</div>
</div>


Expand Down

0 comments on commit 52b9258

Please sign in to comment.