Skip to content

Commit

Permalink
Merge pull request #2182 from PrarthonaPaul/develop
Browse files Browse the repository at this point in the history
Website update for OSD 2024
  • Loading branch information
fjuma authored Aug 19, 2024
2 parents 438d28a + dd751bf commit 0a89650
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 20 deletions.
9 changes: 3 additions & 6 deletions OSD.adoc
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.

Expand Down
6 changes: 4 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- name: Contribute
link: /contribute/
- name: Open Source Day
link: /OSD/
- name: Hacktoberfest
link: /hacktoberfest/
- name: Home
link: /
- name: Guides
Expand Down
2 changes: 1 addition & 1 deletion _layouts/OSD.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
layout: default
---
<div class="OSD-page">
<h1>Grace Hopper Open Source Day 2023</h1>
<h1>Grace Hopper Open Source Day 2024</h1>
{{ content }}
</div>
16 changes: 12 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,17 @@
{% 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' %}
{% 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 == 'Contribute' %}
{% if item.name == 'Open Source Day' %}
{% assign class = class | append: " highlight-button" %}
{% endif %}
{% if item.name == 'Hacktoberfest' %}
{% assign class = class | append: " highlight-button" %}
{% endif %}
{% if item.name == 'GitHub' %}
Expand All @@ -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' %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/hacktoberfest.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
layout: default
---
<div class="hacktoberfest-page">
<h1>Hacktoberfest 2023</h1>
<h1>Hacktoberfest 2024</h1>
{{ content }}
</div>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
de ---
---
layout: post
title: 'Using Credential Stores With Encrypted Expressions on WildFly'
date: 2024-08-19
Expand Down
1 change: 1 addition & 0 deletions _sass/includes/highlighted-components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Binary file added assets/images/posts/OSD2024Banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion hacktoberfest.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: hacktoberfest
title: Hacktoberfest
permalink: /hacktoberfest/
image:
path: https://wildfly-security.github.io/wildfly-elytron/assets/images/posts/hacktoberfest2023.png
path: https://wildfly-security.github.io/wildfly-elytron/assets/images/posts/hacktoberfest2024.png
---
:page-liquid:

Expand Down
8 changes: 4 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ title: Home
</div-->

<div class="highlight-chip" >
<a href="{{site.baseurl}}/contribute/">
<a href="{{site.baseurl}}/OSD/">
<button type="button" class="mdl-chip mdl-chip--contact highlight-chip highlight-chip_large">
<img class="mdl-chip__contact" src="{{site.baseurl}}/assets/images/icon-wildfly.png" >
<span class="mdl-chip__text">Welcome new contributors! Click here to get started!</span>
<span class="mdl-chip__text">Welcome new Open Source Day participants! Click here to get started!</span>
</button>
<button type="button" class="mdl-chip mdl-chip--contact highlight_chip highlight-chip_small">
<img class="mdl-chip__contact" src="{{site.baseurl}}/assets/images/icon-wildfly.png" >
<span class="mdl-chip__text">Tap here to learn how to start contributing!</span>
<span class="mdl-chip__text">Tap here to for Open Source Day!</span>
</button>
<button type="button" class="mdl-chip mdl-chip--contact highlight_chip highlight-chip_tiny">
<img class="mdl-chip__contact" src="{{site.baseurl}}/assets/images/icon-wildfly.png" >
<span class="mdl-chip__text">Contribute!</span>
<span class="mdl-chip__text">Open Source Day!</span>
</button>
</a>
</div>
Expand Down

0 comments on commit 0a89650

Please sign in to comment.