Skip to content

Commit

Permalink
feat: added 'dApp Staking' and 'User Guides'
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto committed Jul 13, 2022
1 parent a159869 commit 0b8c53e
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 0b8c53e

Please sign in to comment.