Skip to content

Commit

Permalink
Merge pull request #199 from 0xSaksham/main
Browse files Browse the repository at this point in the history
All the requested changes for issue.
  • Loading branch information
pavlenex committed Mar 11, 2024
2 parents ba1e464 + 5c95ad9 commit e9c2962
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 14 deletions.
Binary file added src/.vuepress/public/assets/hut-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions src/.vuepress/public/assets/hut-8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/.vuepress/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ th, td {

img{
max-width: 100%;
max-height:100%;
height: auto;
}

Expand Down
6 changes: 6 additions & 0 deletions src/.vuepress/theme/layouts/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@
@tab-selected="selectedSupportersTab = $event"
/>

<Tabs
:tabs="data.pastSupportersTabs"
:selected="selectedSupportersTab"
@tab-selected="selectedSupportersTab = $event"
/>

<div class="flex z-20 flex-row flex-wrap mx-auto mt-8 mb-12 max-w-5xl">
<a
v-for="supporter of displayedSupporters"
Expand Down
43 changes: 29 additions & 14 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ supportersText1: Let’s make Stratum V2 the new standard. Show material support
supportersTabs:
- name: All contributors
value: all-contributors
supporters:
- braiins
- sri
- hrf
- opensats
- spiral
- hut
- name: Implementers
value: implementers
supporters:
Expand All @@ -75,45 +82,53 @@ supportersTabs:
value: adopters
supporters:
- braiins
- galaxy
- hut
- name: Funders
value: funders
supporters:
- bitmex
- foundry
- galaxy
- hrf
- opensats
- spiral
pastSupportersTabs:
- name: Past Supporters
value: past-supporters
supporters:
- bitmex
- sob
- foundry
- galaxy
supporters:
- value: bitmex
image: /assets/bitmex-logo.svg
link: https://bitmex.com/
- value: braiins
image: /assets/braiins-logo.svg
link: https://braiins.com/
- value: foundry
image: /assets/foundry-logo.svg
link: https://foundrydigital.com/
- value: galaxy
image: /assets/galaxy-logo.svg
link: https://www.galaxy.com/
- value: hrf
image: /assets/hrf-logo.svg
link: https://www.hrf.org/
- value: opensats
image: /assets/opensats-logo.svg
link: https://opensats.org/
link: https://opensats.org/
- value: spiral
image: /assets/spiral-logo.svg
link: https://www.spiral.xyz/
- value: sri
image: /assets/stratum-v2-icon.svg
link: https://github.com/stratum-mining/stratum
- value: bitmex
image: /assets/bitmex-logo.svg
link: https://bitmex.com/
- value: foundry
image: /assets/foundry-logo.svg
link: https://foundrydigital.com/
- value: galaxy
image: /assets/galaxy-logo.svg
link: https://www.galaxy.com/
- value: sob
image: /assets/summer-of-bitcoin.svg
link: https://www.summerofbitcoin.org/
- value: hut
image: /assets/hut-8.svg
link: https://hut8.io/

whyTitle: Layers of Upgrades
supportDevelopersText: Support Developers
supportDevelopersLink: "mailto:[email protected]"
Expand Down

0 comments on commit e9c2962

Please sign in to comment.