Skip to content

Commit

Permalink
splash screen tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultec81 authored Jan 12, 2024
1 parent a7b4d4f commit 67fb10d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 384 deletions.
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
title: 'Open smart contracts',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('@site/static/img/splash_1.png').default,
description: (
<>
VSC smart contracts were build from the ground up for openness and transparancy.
Expand All @@ -21,7 +21,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: 'Scalable & future proof',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
Svg: require('@site/static/img/splash_2.png').default,
description: (
<>
VSC is a L2 sidechain.
Expand All @@ -31,7 +31,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: 'Lightning Fast',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
Svg: require('@site/static/img/splash_3.png').default,
description: (
<>
VSC is powered by the Hive blockchain's lightning fast 3s block times and one block irreversibility.
Expand Down
Binary file added static/img/splash_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/splash_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/splash_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
171 changes: 0 additions & 171 deletions static/img/undraw_docusaurus_mountain.svg

This file was deleted.

170 changes: 0 additions & 170 deletions static/img/undraw_docusaurus_react.svg

This file was deleted.

40 changes: 0 additions & 40 deletions static/img/undraw_docusaurus_tree.svg

This file was deleted.

0 comments on commit 67fb10d

Please sign in to comment.