Skip to content
Snippets Groups Projects
Commit baec963c authored by Michael Haidner's avatar Michael Haidner
Browse files

Logo für FIT-Connect dem Footer hinuugefügt, mit Link auf...

Logo für FIT-Connect dem Footer hinuugefügt, mit Link auf https://www.fitko.de/projektmanagement/fit-connect
parent af5230b2
No related branches found
No related tags found
1 merge request!231642_Logo_fuer_FIT-Connect_in_die_Hilfe_einfuegen(planning#642)
......@@ -36,16 +36,16 @@ module.exports = {
},
navbar: {
title: 'FIT-Connect',
logo: {
alt: 'FIT-Connect-Logo',
src: '/images/FIT-Connect-logo.svg',
srcDark: '/images/FIT-Connect-logo.svg',
href: 'https://www.fitko.de/projektmanagement/fit-connect',
/* href: 'https://docs.fitko.de/fit-connect/docs/', */
target: '_self',
width: 250,
height: 30,
},
logo: {
alt: 'FIT-Connect-Logo',
src: '/images/FIT-Connect-logo.svg',
srcDark: '/images/FIT-Connect-logo.svg',
/* href: 'https://www.fitko.de/projektmanagement/fit-connect', */
href: 'https://docs.fitko.de/fit-connect/docs/',
target: '_self',
width: 250,
height: 30,
},
items: [
{
type: 'html',
......@@ -125,6 +125,13 @@ module.exports = {
},
footer: {
style: 'light',
logo: {
alt: 'FIT-Connect-Logo',
src: '/images/FIT-Connect-logo.svg',
href: 'https://www.fitko.de/projektmanagement/fit-connect',
width: 250,
height: 30,
},
copyright: `Copyright © ${new Date().getFullYear()} FITKO (Föderale IT-Kooperation) | Zum Gottschalkhof 3 | 60594 Frankfurt am Main | E-Mail: poststelle@fitko.de | https://www.fitko.de | Die FITKO ist eine Anstalt des öffentlichen Rechts. Sie wird vertreten durch die Präsidentin Frau Dr. Annette Schmidt.`,
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment