Skip to content

Commit

Permalink
style(docs): add TREND logo (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhellmeier authored Jun 27, 2024
1 parent 570c513 commit a23d661
Show file tree
Hide file tree
Showing 15 changed files with 167 additions and 5 deletions.
6 changes: 6 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down Expand Up @@ -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: [
{
Expand Down
File renamed without changes.
Binary file added docs/static/img/branding/icon/black/trend_icon_b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/static/img/branding/icon/black/trend_icon_b.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 added docs/static/img/branding/icon/white/trend_icon_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/static/img/branding/icon/white/trend_icon_w.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions docs/static/img/branding/logo-sub/black/trend_logo-sub_b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions docs/static/img/branding/logo-sub/white/trend_logo-sub_w.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 a23d661

Please sign in to comment.