Skip to content

Commit

Permalink
Re-add SVGs and change positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Sep 27, 2021
1 parent eb65d04 commit 89da9f9
Show file tree
Hide file tree
Showing 8 changed files with 5,500 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/LandingPageHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
const actions = [
{
title: 'Learn',
image: 'img/learn.png',
image: 'img/learn.svg',
link: 'docs/learn/about-iota/an-introduction-to-iota',
description: 'Learn about IOTA, the Tangle, its features, industry applications, network and more.',
},
{
title: 'Participate',
image: 'img/participate.png',
image: 'img/participate.svg',
link: 'docs/participate/support-the-network/about-nodes',
description: 'Join the network and start using solutions built on top of the Tangle.',
},
{
title: 'Build',
image: 'img/build.png',
image: 'img/build.svg',
link: 'docs/build/getting-started/architecture',
description: 'Access documentation and guides to build with IOTA in Rust, C, Go, Java or Python.',
},
Expand Down
1 change: 1 addition & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

.card__image img {
width: 100%;
margin-bottom: -8px;
}

.footer__copyright {
Expand Down
Binary file removed static/img/build.png
Binary file not shown.
409 changes: 409 additions & 0 deletions static/img/build.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/learn.png
Binary file not shown.
4,485 changes: 4,485 additions & 0 deletions static/img/learn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/participate.png
Binary file not shown.
602 changes: 602 additions & 0 deletions static/img/participate.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 89da9f9

Please sign in to comment.