Skip to content

Commit

Permalink
Merge pull request #21 from rangoack/test
Browse files Browse the repository at this point in the history
add the dao page
  • Loading branch information
moraleinside authored Aug 18, 2024
2 parents b6c84c1 + aa3ac75 commit 5d109fd
Show file tree
Hide file tree
Showing 11 changed files with 503 additions and 3 deletions.
28 changes: 28 additions & 0 deletions assets/images/dao/bulb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions assets/images/dao/chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/images/dao/intro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions assets/images/dao/thumb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions assets/images/dao/user.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ $radius: 12px;
}

.buttons {
position: relative;
z-index: 99;
gap: 12px;

@include mobile {
Expand Down
6 changes: 6 additions & 0 deletions components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ function toggleMenu(target: string | null) {
</div>
</div>

<div class="navbar-item no-dropdown root-item">
<NuxtLink class="navbar-link is-arrowless goto" to="/dao">
DAO
</NuxtLink>
</div>

<div class="navbar-item no-dropdown root-item">
<NuxtLink class="navbar-link is-arrowless goto" to="/ecosystem">
Ecosystem
Expand Down
6 changes: 5 additions & 1 deletion content/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,9 @@
"en": "https://medium.com/vitelabs/updated-list-of-sbp-who-pay-vite-voters-b461da8e1542"
}
},
"mainnetRelease": "https://forum.vite.net/topic/2753/announcing-the-vite-mainnet-launch"
"mainnetRelease": "https://forum.vite.net/topic/2753/announcing-the-vite-mainnet-launch",
"dao": {
"home": "https://dao.vite.org/",
"more": "https://medium.com/vitelabs/empoweringcommunity-governance-introducing-vdao-token-airdrop-on-the-vite-network-727820fa41a7"
}
}
Loading

0 comments on commit 5d109fd

Please sign in to comment.