Skip to content

Commit

Permalink
feat: add tropykus and speed as integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau committed Jan 31, 2025
1 parent aaf3254 commit 74614be
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/assets/speed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/assets/tropykus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/pages/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,20 @@ export const Hero = () => {
class="stashPay"
/>
</div>
<div>
<a
href="https://tropykus.com"
target="_blank"
class="tropykus"
/>
</div>
<div>
<a
href="https://www.tryspeed.com/"
target="_blank"
class="speed"
/>
</div>
</div>
<h2 class="special headline">{t("partners")}</h2>
<div id="partners">
Expand Down
16 changes: 16 additions & 0 deletions src/style/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,22 @@ h3 {
width: 50px;
height: 50px;
}
.tropykus {
display: inline-block;
background: url(../assets/tropykus.svg);
background-size: 100%;
background-repeat: no-repeat;
width: 110px;
height: 80px;
}
.speed {
display: inline-block;
background: url(../assets/speed.svg);
background-size: 100%;
background-repeat: no-repeat;
width: 150px;
height: 90px;
}

#partners,
#integrations {
Expand Down

0 comments on commit 74614be

Please sign in to comment.