Skip to content

Commit

Permalink
feat: change entire site's UI
Browse files Browse the repository at this point in the history
  • Loading branch information
tobySolutions committed Jan 14, 2023
1 parent b481b2a commit 534c761
Show file tree
Hide file tree
Showing 4 changed files with 790 additions and 39 deletions.
13 changes: 5 additions & 8 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,25 @@ const FeatureList = [
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
Docusaurus was designed from the ground up to be easily installed and
used to get your website up and running quickly.
This is a simple and easy to use website to find resources for web3
</>
),
},
{
title: 'Focus on What Matters',
title: 'Managed by a community',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
description: (
<>
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
ahead and move your docs into the <code>docs</code> directory.
The 4c community is the community behind the free web3 resources site
</>
),
},
{
title: 'Powered by React',
title: 'Powered by Docusaurus',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
The React Docusaurus framework for making documentation is what this site was built with.
</>
),
},
Expand Down
Loading

0 comments on commit 534c761

Please sign in to comment.