diff --git a/_data/navigation.yml b/_data/navigation.yml index 2a2d7b60e7b..a2d5693f572 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,5 +1,5 @@ -- name: Hacktoberfest - link: /hacktoberfest/ +- name: Contribute + link: /contribute/ - name: Home link: / - name: Guides diff --git a/_layouts/default.html b/_layouts/default.html index 8327db0fc84..cea1ee995a3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -44,12 +44,12 @@ {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %} {% elsif page.url contains 'blog' and item.name == 'Blog' %} {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %} - {% elsif page.url contains 'hacktoberfest' and item.name == 'Hacktoberfest' %} + {% elsif page.url contains 'contribute' and item.name == 'Contribute' %} {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %} {% else %} {% assign class = 'mdl-navigation__link' %} {% endif %} - {% if item.name == 'OSD 2023' %} + {% if item.name == 'Contribute' %} {% assign class = class | append: " highlight-button" %} {% endif %} {% if item.name == 'GitHub' %} @@ -69,12 +69,12 @@ {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %} {% elsif page.url contains 'blog' and item.name == 'Blog' %} {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %} - {% elsif page.url contains 'hacktoberfest' and item.name == 'Hacktoberfest' %} + {% elsif page.url contains 'contribute' and item.name == 'Contribute' %} {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %} {% else %} {% assign class = 'mdl-navigation__link' %} {% endif %} - {% if item.name == 'Hacktoberfest' %} + {% if item.name == 'Contribute' %} {% assign class = class | append: " highlight-sidebar" %} {% endif %} {% if item.name == 'GitHub' %} diff --git a/_sass/main.scss b/_sass/main.scss index b92d0fd8414..396ead6591b 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -450,7 +450,7 @@ div.colist.arabic { color: $yellow; } -.blog-page, .post-page, .getting-started-page, .documentation, .OSD-page, .contribute.page, .hacktoberfest-page, .guides-page, .setup-elytron { +.blog-page, .post-page, .getting-started-page, .documentation, .OSD-page, .contribute-page, .hacktoberfest-page, .guides-page, .setup-elytron { padding: 10px 20px; a, p { font-size: 18px; diff --git a/index.md b/index.md index 41a6b18b4e6..0cd79178ef4 100644 --- a/index.md +++ b/index.md @@ -8,18 +8,18 @@ title: Home
- +