Skip to content

Commit

Permalink
Add TurboWarp logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans5958 committed Aug 27, 2023
1 parent 196d30e commit b62dd85
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions assets/assets/css/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,12 @@ body.dark.extension-styled {

}

.tw-icon {
width: 1em;
height: 1em;
vertical-align: -0.125rem;
}

html {
scroll-behavior: smooth;
}
9 changes: 6 additions & 3 deletions layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,12 @@ <h2>{{ T "IndexPage.Install.Heading" }}</h2>
<div class="col-12 col-lg-6 d-md-flex flex-column justify-content-center">
<h2>Try</h2>
<p>Try some of the editor addons on TurboWarp before installing.</p>
<a class="btn btn-success dark-btn-white btn-lg mb-4" href="https://turbowarp.org/addons" target="_blank" rel="noopener">
<span class="iconify-inline" data-icon="emojione-monotone:letter-t"></span> TurboWarp
</a>
<p>
<a class="btn btn-success dark-btn-white btn-lg mb-4" href="https://turbowarp.org/addons" target="_blank" rel="noopener">
<img class="tw-icon" src="/assets/img/showcase/tw-icon.svg"></img>
TurboWarp
</a>
</p>
<p class="text-center">
<img style="max-width: 100%;" src="/assets/img/showcase/tw-addons.png"></img>
</p>
Expand Down
1 change: 1 addition & 0 deletions static/assets/img/showcase/tw-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b62dd85

Please sign in to comment.