Change footer
This commit is contained in:
parent
db8bdc4a08
commit
4e3806e05e
|
@ -116,65 +116,7 @@ const config = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
style: 'dark',
|
style: 'light',
|
||||||
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',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
|
|
||||||
],
|
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} OpenAIRE`,
|
copyright: `Copyright © ${new Date().getFullYear()} OpenAIRE`,
|
||||||
},
|
},
|
||||||
colorMode: {
|
colorMode: {
|
||||||
|
|
|
@ -61,3 +61,10 @@
|
||||||
background-color: #c6c6c6;
|
background-color: #c6c6c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
background-color: var(--ifm-navbar-background-color);
|
||||||
|
padding-bottom: 2em;
|
||||||
|
padding-top: 1em;
|
||||||
|
height: var(--ifm-navbar-height);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue