Skip to content

Commit

Permalink
Website images (data-tools#140)
Browse files Browse the repository at this point in the history
New images for the documentation homepage
  • Loading branch information
JavierMonton committed Oct 31, 2021
1 parent 5518393 commit 5378257
Show file tree
Hide file tree
Showing 4 changed files with 459 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './HomepageFeatures.module.css';
const FeatureList = [
{
title: 'Easy to Use',
Svg: require('../../static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('../../static/img/home_image1.svg').default,
description: (
<>
Import the modules that you need and start transforming your types.
Expand All @@ -14,7 +14,7 @@ const FeatureList = [
},
{
title: 'Type safety',
Svg: require('../../static/img/undraw_docusaurus_tree.svg').default,
Svg: require('../../static/img/home_image2.svg').default,
description: (
<>
Let the compiler work for you, safety conversions,
Expand All @@ -24,7 +24,7 @@ const FeatureList = [
},
{
title: 'Custom transformations',
Svg: require('../../static/img/undraw_docusaurus_react.svg').default,
Svg: require('../../static/img/home_image3.svg').default,
description: (
<>
Convert automatically to camelCase, snake_case, add suffixes or decide your custom function,
Expand Down
143 changes: 143 additions & 0 deletions website/static/img/home_image1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
156 changes: 156 additions & 0 deletions website/static/img/home_image2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5378257

Please sign in to comment.