diff --git a/OSD.adoc b/OSD.adoc
index cec70b2a26c..3d612cfef3c 100644
--- a/OSD.adoc
+++ b/OSD.adoc
@@ -1,17 +1,14 @@
---
layout: OSD
-title: Open Source Day 2023
+title: Open Source Day 2024
permalink: /OSD/
image:
- path: https://wildfly-security.github.io/wildfly-elytron/assets/images/posts/OSD2023Banner.png
+ path: https://wildfly-security.github.io/wildfly-elytron/assets/images/posts/OSD2024Banner.png
---
:page-liquid:
Welcome, Open Source Day participants! We are glad you have joined us!
-[.banner]
-image::https://wildfly-security.github.io/wildfly-elytron/assets/images/posts/OSD2023Banner.png[align="left"]
-
== Getting Started
To get started, follow the steps below:
@@ -24,7 +21,7 @@ To get started, follow the steps below:
+
. *Pick your https://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments#Java[IDE].* We recommend https://www.jetbrains.com/idea/[IDEA] or https://www.eclipse.org/ide/[Eclipse], but feel free to use whatever you'd like.
. *Start contributing!* Whether you're new to security, new to Java, or new to tools like Git or Maven, we have a bunch of issues that are perfect for getting started on our project, no prior experience is needed. Check out our list of https://issues.redhat.com/issues/?filter=12383825[good first issues]. Once you have selected an issue you'd like to work on, make sure it's not already assigned to someone else. To assign an issue to yourself, simply click on "Start Progress". This will automatically assign the issue to you. +
-Our https://github.com/wildfly-security/wildfly-elytron/blob/1.x/CONTRIBUTING.md#contributing-guidelines[contribution guide] has all the information you need on how to format your PRs.
+Our https://github.com/wildfly-security/wildfly-elytron/blob/2.x/CONTRIBUTING.md#contributing-guidelines[contribution guide] has all the information you need on how to format your PRs.
If you have any questions, we'll be happy to help on Slack or on Zoom.
diff --git a/_data/navigation.yml b/_data/navigation.yml
index fc72fb07fb7..33a05aabca5 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -1,3 +1,5 @@
+- name: Open Source Day
+ link: /OSD/
- name: Hacktoberfest
link: /hacktoberfest/
- name: Home
diff --git a/_layouts/OSD.html b/_layouts/OSD.html
index 786d4ce00be..4f8592c8b41 100644
--- a/_layouts/OSD.html
+++ b/_layouts/OSD.html
@@ -2,6 +2,6 @@
layout: default
---
-
Grace Hopper Open Source Day 2023
+ Grace Hopper Open Source Day 2024
{{ content }}
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index 7c6f44cccf9..e4d3a9bee97 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -44,11 +44,16 @@
{% 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 'OSD' and item.name == 'Open Source Day' %}
+ {% assign class = 'mdl-navigation__link mdl-navigation__link--current' %}
{% elsif page.url contains 'hacktoberfest' and item.name == 'Hacktoberfest' %}
{% assign class = 'mdl-navigation__link mdl-navigation__link--current' %}
{% else %}
{% assign class = 'mdl-navigation__link' %}
{% endif %}
+ {% if item.name == 'Open Source Day' %}
+ {% assign class = class | append: " highlight-button" %}
+ {% endif %}
{% if item.name == 'Hacktoberfest' %}
{% assign class = class | append: " highlight-button" %}
{% endif %}
@@ -69,12 +74,15 @@
{% 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 'contribute' and item.name == 'Contribute' %}
+ {% elsif page.url contains 'OSD' and item.name == 'Open Source Day' %}
{% assign class = 'mdl-navigation__link mdl-navigation__link--current' %}
{% else %}
{% assign class = 'mdl-navigation__link' %}
{% endif %}
- {% if item.name == 'Contribute' %}
+ {% if item.name == 'Open Source Day' %}
+ {% assign class = class | append: " highlight-sidebar" %}
+ {% endif %}
+ {% if item.name == 'Hacktoberfest' %}
{% assign class = class | append: " highlight-sidebar" %}
{% endif %}
{% if item.name == 'GitHub' %}
diff --git a/_sass/includes/highlighted-components.scss b/_sass/includes/highlighted-components.scss
index 1c7576d50ec..220e91e957f 100644
--- a/_sass/includes/highlighted-components.scss
+++ b/_sass/includes/highlighted-components.scss
@@ -10,6 +10,7 @@ $yellow-idle: #F4c44c;
font-weight: 600;
line-height: 32px;
transition-duration: 0.2s;
+ margin-left: 20px;
&:hover, &:active, &:focus {
transition-duration: 0.2s;
diff --git a/assets/images/posts/OSD2024Banner.png b/assets/images/posts/OSD2024Banner.png
new file mode 100644
index 00000000000..03e23432cac
Binary files /dev/null and b/assets/images/posts/OSD2024Banner.png differ
diff --git a/index.md b/index.md
index 4c32fd58bd9..37cf3236216 100644
--- a/index.md
+++ b/index.md
@@ -8,18 +8,18 @@ title: Home