Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Nov 26, 2023
1 parent 300ed7d commit faa54fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,19 @@ const config = {
items: [
{
label: 'Blog',
to: 'blog',
to: '/blog',
},
{
label: 'Projects',
to: 'projects',
to: '/projects',
},
{
label: 'Books to read',
href: 'books/to-read',
to: '/books/to-read',
},
{
label: 'Books already read',
href: 'books/already-read',
to: '/books/already-read',
},
],
},
Expand All @@ -167,19 +167,19 @@ const config = {
items: [
{
label: 'Videos on stage',
href: 'videos/on-stage',
to: '/videos/on-stage',
},
{
label: 'Videos interviews',
href: 'videos/interviews',
to: '/videos/interviews',
},
{
label: 'Videos on webinars/presentations',
href: 'videos/webinars-presentations',
label: 'Videos on webinars',
to: '/videos/webinars-presentations',
},
{
label: 'Videos on product videos',
href: 'videos/product-videos',
to: '/videos/product-videos',
},
],
},
Expand All @@ -188,19 +188,19 @@ const config = {
items: [
{
label: 'Resume experience',
href: 'resume/experience',
to: '/resume/experience',
},
{
label: 'Resume articles',
href: 'resume/articles',
to: '/resume/articles',
},
{
label: 'Resume education',
href: 'resume/education',
to: '/resume/education',
},
{
label: 'Resume courses',
href: 'resume/courses',
to: '/resume/courses',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ a[href^="http"] {
text-decoration: underline;
}

a[href^="/"]:not([class^="menu__link"]):not([class^="sidebarItemLink"]):not([class^="navbar__item"]):not([itemprop^="url"]):not([class^="navbar__title"]):not([class^="tag_"]):not([class^="navbar__brand"]):not([class^="footer__"]) {
a[href^="/"]:not([class^="menu__link"]):not([class^="sidebarItemLink"]):not([class^="navbar__item"]):not([itemprop^="url"]):not([class^="navbar__title"]):not([class^="tag_"]):not([class^="navbar__brand"]):not([class^="footer__link-item"]) {
font-style: italic;
text-decoration: underline;
}
Expand Down

0 comments on commit faa54fd

Please sign in to comment.