Skip to content

Commit

Permalink
chore: add ark labs to partner section
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau committed Dec 29, 2024
1 parent 14ff825 commit 7c77e93
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/assets/arklabs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/pages/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,13 @@ export const Hero = () => {
</div>
<h2 class="special headline">{t("partners")}</h2>
<div id="partners">
<div>
<a
href="https://arklabs.to/"
target="_blank"
class="arklabs"
/>
</div>
<div>
<a
href="https://blockstream.com/"
Expand Down
8 changes: 8 additions & 0 deletions src/style/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,14 @@ h3 {
width: 124px;
height: 52px;
}
.arklabs {
display: inline-block;
background: url(../assets/arklabs.svg);
background-size: 100%;
background-repeat: no-repeat;
width: 124px;
height: 69px;
}
.fuji {
display: inline-block;
background: url(../assets/fuji.png);
Expand Down

0 comments on commit 7c77e93

Please sign in to comment.