Skip to content

Commit

Permalink
add rocket icon
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Dec 6, 2024
1 parent 53d04cf commit bbc9e36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@

</canvas>

<div id="splash" style="z-index: 2;">
<h1 style="padding-top: 25%; text-align:center;">SPACEKIT</h1>
<div id="splash" style="z-index: 2; padding-top: 25%; text-align:center; align-items: center;">
<i class="fa-solid fa-rocket fa-4x"></i>
<h1>SPACEKIT</h1>
<p style="z-index: 3;"><a class="btn btn-primary btn-lg" href="{{ pathto('overview') }}" role="button">Documentation</a></p>
</div>

Expand Down

0 comments on commit bbc9e36

Please sign in to comment.