Change footer

This commit is contained in:
Serafeim Chatzopoulos 2022-12-20 15:20:50 +02:00
parent db8bdc4a08
commit 4e3806e05e
2 changed files with 8 additions and 59 deletions

View File

@ -116,65 +116,7 @@ const config = {
],
},
footer: {
style: 'dark',
links: [
{
title: 'Docs',
items: [
{
label: 'Research Graph',
to: '/',
},
],
},
{
title: 'Dashboards',
items: [
{
label: 'Explore',
href: 'https://explore.openaire.eu/',
},
{
label: 'Provide',
href: 'https://provide.openaire.eu/',
},
{
label: 'Connect',
href: 'https://connect.openaire.eu/',
},
{
label: 'Monitor',
href: 'https://monitor.openaire.eu/',
},
{
label: 'Develop',
href: 'https://graph.openaire.eu/',
},
],
},
{
title: 'Community',
items: [
{
label: 'Facebook',
href: 'http://www.facebook.com/groups/openaire/'
},
{
label: 'Linkedin',
href: 'https://www.linkedin.com/company/openaire-eu/',
},
{
label: 'Twitter',
href: 'https://twitter.com/OpenAIRE_eu',
},
{
label: 'Youtube',
href: 'https://www.youtube.com/channel/UChFYqizc-S6asNjQSoWuwjw',
},
],
},
],
style: 'light',
copyright: `Copyright © ${new Date().getFullYear()} OpenAIRE`,
},
colorMode: {

View File

@ -61,3 +61,10 @@
background-color: #c6c6c6;
}
.footer {
background-color: var(--ifm-navbar-background-color);
padding-bottom: 2em;
padding-top: 1em;
height: var(--ifm-navbar-height);
}