Skip to content

Commit

Permalink
feat /: ask for stars
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Jul 10, 2024
1 parent fa05e98 commit 4cb7eda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
linear-gradient(to bottom, transparent 1px, transparent 1px);
}

.dl-btn {
background:
linear-gradient(to right, rgba(249,37,257,0.4), rgba(13,7,122,0.4));
}
[data-bs-theme=light] .dl-btn {
background-color: #0d6efd !important;
border-color: #0d6efd !important;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ <h1 class="col-lg-7 mx-auto display-4 fw-bold text-body-emphasis width-800">Buil
Powerful, fast and developer-friendly extension framework for Pterodactyl. Utilize extension APIs, inject HTML, modify stylesheets, package extensions and so much more.
</p>
<div class="d-grid gap-2 d-sm-flex my-2 justify-content-sm-center">
<a href="./docs?page=getting-started/Installation"><button type="button" class="btn btn-dark bg-body-tertiary btn-lg px-4 gap-3 me-1 dl-btn">Download</button></a>
<a href="#learnmore"><button type="button" class="btn btn-dark btn-lg px-4 ms-1">Learn more</button></a>
<a href="./docs?page=getting-started/Installation"><button type="button" class="btn btn-dark bg-body-tertiary btn-lg px-4 gap-3 me-1 dl-btn">Get started <i class="bi bi-arrow-right"></i></button></a>
<a href="https://github.com/blueprintframework/framework"><button type="button" class="btn btn-dark btn-lg px-4 ms-1"><i class="bi bi-star-fill me-1"></i> Star on GitHub!</button></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 4cb7eda

Please sign in to comment.