Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All the requested changes for issue. #199

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading