Skip to content

Commit

Permalink
Merge pull request #26 from AstarNetwork/feat/update-front-page
Browse files Browse the repository at this point in the history
feat: added 'dApp Staking' and 'User Guides'
  • Loading branch information
jakehemmerle committed Jul 13, 2022
2 parents a159869 + 0b8c53e commit 0e49fd2
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,28 @@ const FeatureList: FeatureItem[] = [
</>
),
},
{
title: 'dApp Staking',
link: '/docs/dapp-staking/',
Svg: require('@site/static/img/staking.svg').default,
description: (
<>
Earn tokens for yourself and your dApp by staking tokens and registering
your dApp with Astar’s dApp Staking.
</>
),
},
{
title: 'User Guides',
link: '/docs/user-guides/',
Svg: require('@site/static/img/docs.svg').default,
description: (
<>
Learn how to create different types of wallets, obtain tokens, and
manage your assets.
</>
),
},
];

function Feature({ title, Svg, description, link }: FeatureItem) {
Expand Down
3 changes: 3 additions & 0 deletions src/css/homepage-features.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
grid-template-columns: auto auto auto;
column-gap: 50px;
}
@media (min-width: 1900px) {
grid-template-columns: auto auto auto auto;
}
}

.box {
Expand Down
12 changes: 12 additions & 0 deletions static/img/docs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions static/img/staking.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e49fd2

Please sign in to comment.