diff --git a/NOTICE.md b/NOTICE.md index 14c8d6c..bafc7ce 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -39,6 +39,12 @@ The documentation uses the Docusaurus framework with its autogenerated files. - License (code): [MIT license](https://github.com/facebook/docusaurus/blob/main/LICENSE) - License (documentation): [CC-BY-4.0](https://github.com/facebook/docusaurus/blob/main/LICENSE-docs) +### Lato (Font) +The TREND logo (located in `/docs/static/img/branding`) uses the Lato font. +- Source URL: https://fonts.google.com/specimen/Lato // https://www.latofonts.com/ +- Designer: Ɓukasz Dziedzic +- License: [Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL) + ### Dependencies This project uses different dependencies. See the specific subfolders of each component for more information. diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index de246b1..9f2bbc2 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -15,7 +15,7 @@ import {themes as prismThemes} from 'prism-react-renderer'; const config = { title: 'TREND', tagline: 'Traceability Enforcement of Datatransfers', - favicon: 'img/favicon.ico', + favicon: 'img/branding/favicon.ico', url: 'https://fraunhoferisst.github.io/', baseUrl: '/TREND/', @@ -57,8 +57,8 @@ const config = { title: '', logo: { alt: 'TREND Logo', - src: 'img/logo-black.svg', - srcDark: 'img/logo-white.svg', + src: 'img/branding/logo/black/trend_logo_b.svg', + srcDark: 'img/branding/logo/white/trend_logo_w.svg', }, items: [ { diff --git a/docs/static/img/favicon.ico b/docs/static/img/branding/favicon.ico similarity index 100% rename from docs/static/img/favicon.ico rename to docs/static/img/branding/favicon.ico diff --git a/docs/static/img/branding/icon/black/trend_icon_b.png b/docs/static/img/branding/icon/black/trend_icon_b.png new file mode 100644 index 0000000..abaff49 Binary files /dev/null and b/docs/static/img/branding/icon/black/trend_icon_b.png differ diff --git a/docs/static/img/branding/icon/black/trend_icon_b.svg b/docs/static/img/branding/icon/black/trend_icon_b.svg new file mode 100644 index 0000000..e6548de --- /dev/null +++ b/docs/static/img/branding/icon/black/trend_icon_b.svg @@ -0,0 +1,14 @@ + + + + + + + + + \ No newline at end of file diff --git a/docs/static/img/branding/icon/white/trend_icon_w.png b/docs/static/img/branding/icon/white/trend_icon_w.png new file mode 100644 index 0000000..0b8583b Binary files /dev/null and b/docs/static/img/branding/icon/white/trend_icon_w.png differ diff --git a/docs/static/img/branding/icon/white/trend_icon_w.svg b/docs/static/img/branding/icon/white/trend_icon_w.svg new file mode 100644 index 0000000..62a26be --- /dev/null +++ b/docs/static/img/branding/icon/white/trend_icon_w.svg @@ -0,0 +1,14 @@ + + + + + + + + + \ No newline at end of file diff --git a/docs/static/img/branding/logo-sub/black/trend_logo-sub_b.png b/docs/static/img/branding/logo-sub/black/trend_logo-sub_b.png new file mode 100644 index 0000000..1749a10 Binary files /dev/null and b/docs/static/img/branding/logo-sub/black/trend_logo-sub_b.png differ diff --git a/docs/static/img/branding/logo-sub/black/trend_logo-sub_b.svg b/docs/static/img/branding/logo-sub/black/trend_logo-sub_b.svg new file mode 100644 index 0000000..0483b70 --- /dev/null +++ b/docs/static/img/branding/logo-sub/black/trend_logo-sub_b.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/static/img/branding/logo-sub/white/trend_logo-sub_w.png b/docs/static/img/branding/logo-sub/white/trend_logo-sub_w.png new file mode 100644 index 0000000..174d29b Binary files /dev/null and b/docs/static/img/branding/logo-sub/white/trend_logo-sub_w.png differ diff --git a/docs/static/img/branding/logo-sub/white/trend_logo-sub_w.svg b/docs/static/img/branding/logo-sub/white/trend_logo-sub_w.svg new file mode 100644 index 0000000..e8e39cb --- /dev/null +++ b/docs/static/img/branding/logo-sub/white/trend_logo-sub_w.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/static/img/branding/logo/black/trend_logo_b.png b/docs/static/img/branding/logo/black/trend_logo_b.png new file mode 100644 index 0000000..453b8c2 Binary files /dev/null and b/docs/static/img/branding/logo/black/trend_logo_b.png differ diff --git a/docs/static/img/logo-black.svg b/docs/static/img/branding/logo/black/trend_logo_b.svg similarity index 96% rename from docs/static/img/logo-black.svg rename to docs/static/img/branding/logo/black/trend_logo_b.svg index ad39eef..d0554f1 100644 --- a/docs/static/img/logo-black.svg +++ b/docs/static/img/branding/logo/black/trend_logo_b.svg @@ -8,7 +8,7 @@ } - + diff --git a/docs/static/img/branding/logo/white/trend_logo_w.png b/docs/static/img/branding/logo/white/trend_logo_w.png new file mode 100644 index 0000000..494a26b Binary files /dev/null and b/docs/static/img/branding/logo/white/trend_logo_w.png differ diff --git a/docs/static/img/logo-white.svg b/docs/static/img/branding/logo/white/trend_logo_w.svg similarity index 96% rename from docs/static/img/logo-white.svg rename to docs/static/img/branding/logo/white/trend_logo_w.svg index 2ee108d..0ca60c8 100644 --- a/docs/static/img/logo-white.svg +++ b/docs/static/img/branding/logo/white/trend_logo_w.svg @@ -8,7 +8,7 @@ } - +