Skip to content

Commit

Permalink
docs(logos): add zipped svgs for download
Browse files Browse the repository at this point in the history
  • Loading branch information
g-stamatis committed Oct 20, 2022
1 parent 8c1fd5f commit 5855bf8
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 64 deletions.
2 changes: 1 addition & 1 deletion website/docs/webdev/5-Components/14-Logo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide_table_of_contents: true

import EEATabs from '../md_components/tab_component.mdx';
import Usage from '../md_components/logo_components/usage_markdown.md';
import Showcase from '../md_components/logo_components/showcase_markdown.md';
import Showcase from '../md_components/logo_components/showcase_markdown.mdx';
import Api from '../md_components/logo_components/api_markdown.md';

<EEATabs usage={<Usage />} showcase={<Showcase />}></EEATabs>
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import Iframe from '../iframe_component.mdx';
import BiseLogo from '/img/Bise.svg';
import FiseLogo from '/img/Fise.svg';
import WiseMLogo from '/img/WiseM.svg';
import WiseFLogo from '/img/WiseF.svg';
import BiseLogo from '@site/static/img/Bise.svg';
import FiseLogo from '@site/static/img/Fise.svg';
import WiseMLogo from '@site/static/img/WiseM.svg';
import WiseFLogo from '@site/static/img/WiseF.svg';
import EEALogo from '@site/static/img/EEA.svg';
import Download from '../../md_components/static/download.svg';

## EEA logo
Expand All @@ -11,7 +12,7 @@ import Download from '../../md_components/static/download.svg';

<br/>

[<Download/>](/img/EEA.svg)
[<Download/>](/img/EEA.zip)

<br/><br/>

Expand All @@ -26,7 +27,7 @@ import Download from '../../md_components/static/download.svg';

<br/>

[<Download/>](/img/Bise.svg)
[<Download/>](/img/Bise.zip)

<br/><br/><br/>

Expand All @@ -36,7 +37,7 @@ import Download from '../../md_components/static/download.svg';

<br/>

[<Download/>](/img/Fise.svg)
[<Download/>](/img/Fise.zip)

<br/><br/><br/>

Expand All @@ -47,7 +48,7 @@ import Download from '../../md_components/static/download.svg';

<br/>

[<Download/>](/img/WiseF.svg)
[<Download/>](/img/WiseF.zip)

<br/><br/><br/>

Expand All @@ -58,6 +59,6 @@ import Download from '../../md_components/static/download.svg';

<br/>

[<Download/>](/img/WiseM.svg)
[<Download/>](/img/WiseM.zip)

<br/>
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
customFields: {
storyBookUrl: 'https://eea.github.io/volto-kitkat-frontend/',
},
staticDirectories: ['static'],
themeConfig: {
colorMode: {
defaultMode: 'light',
Expand Down
55 changes: 1 addition & 54 deletions website/static/img/Bise.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/Bise.zip
Binary file not shown.
Binary file added website/static/img/EEA.zip
Binary file not shown.
Binary file added website/static/img/Fise.zip
Binary file not shown.
Binary file added website/static/img/WiseF.zip
Binary file not shown.
Binary file added website/static/img/WiseM.zip
Binary file not shown.

0 comments on commit 5855bf8

Please sign in to comment.