Skip to content

Commit

Permalink
fix /: center some links
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed May 24, 2024
1 parent b82a042 commit f6d1486
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ <h1 class="display-5 fw-bold lh-1 text-body-emphasis mb-4 mt-5">Explore modifica
<p class="lead">Find new and established extensions and themes on the extension browse page.</p>
<a href="./browse/?1=n" class="icon-link me-3">
Extensions
<i class="bi bi-chevron-right" style="font-size: 1em; height: 1.2em; width: 1em;"></i>
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
<a href="./browse/?2=n" class="icon-link">
Themes
<i class="bi bi-chevron-right" style="font-size: 1em; height: 1.2em; width: 1em;"></i>
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
</div>
Expand All @@ -153,7 +153,7 @@ <h3 class="fs-2 text-body-emphasis">Extensions</h3>
<p>Browse from a growing library of free, open source and paid extensions.</p>
<a href="./browse" class="icon-link">
Browse extensions
<i class="bi bi-chevron-right" style="font-size: 1em; height: 1.2em; width: 1em;"></i>
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<div class="feature col pt-sm-5 pt-lg-0">
Expand All @@ -164,7 +164,7 @@ <h3 class="fs-2 text-body-emphasis">Documentation</h3>
<p>Learn to build extensions with step-by-step guides and refer to documentation of Blueprint's features and extension APIs.</p>
<a href="./docs" class="icon-link">
Read more
<i class="bi bi-chevron-right" style="font-size: 1em; height: 1.2em; width: 1em;"></i>
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<div class="feature col pt-sm-5 pt-lg-0">
Expand All @@ -175,7 +175,7 @@ <h3 class="fs-2 text-body-emphasis">Open source</h3>
<p>Blueprint is Free and Open Source Software (FOSS). Anyone is free to use, study and modify the framework's source code.</p>
<a href="https://github.com/BlueprintFramework" class="icon-link">
GitHub
<i class="bi bi-chevron-right" style="font-size: 1em; height: 1.2em; width: 1em;"></i>
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<div class="feature col pt-sm-2 pt-lg-0">
Expand All @@ -186,7 +186,7 @@ <h3 class="fs-2 text-body-emphasis">Donation-funded</h3>
<p>People just like you fund future development for Blueprint by donating.</p>
<a href="https://liberapay.com/blueprint" class="icon-link">
Donate
<i class="bi bi-chevron-right" style="font-size: 1em; height: 1.2em; width: 1em;"></i>
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<!-- Desktop only -->
Expand All @@ -198,7 +198,7 @@ <h3 class="fs-2 text-body-emphasis">Beginner-friendly</h3>
<p>Both installing and developing extensions is made to be less complicated than conventional methods.</p>
<a href="./docs?page=getting-started/Installation" class="icon-link">
Install Blueprint
<i class="bi bi-chevron-right" style="font-size: 1em; height: 1.2em; width: 1em;"></i>
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<div class="feature col d-lg-inline d-none">
Expand All @@ -209,7 +209,7 @@ <h3 class="fs-2 text-body-emphasis">Theme support</h3>
<p>Extensions can ship with custom stylesheets to theme your Pterodactyl panel with.</p>
<a href="./browse/?2=n&1=y" class="icon-link">
Browse themes
<i class="bi bi-chevron-right" style="font-size: 1em; height: 1.2em; width: 1em;"></i>
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
</div>
Expand Down

0 comments on commit f6d1486

Please sign in to comment.