Skip to content

Commit 414ef50

Browse files
committed
Styling changes to working-groups
1 parent 239f5c9 commit 414ef50

File tree

5 files changed

+24
-47
lines changed

5 files changed

+24
-47
lines changed

_data/wg.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ working-groups:
88
<p>Recently, we delivered a new approach to dealing with WebSocket (both for the server and client). This was the first step. There are still a few areas to improve, such as documentation, security, observability, and testability. The goal of this focus group is to track these efforts.</p>
99
<p>Point of contact: @mkouba (@<strong>Martin Kouba</strong> on Zulip)</p>
1010
status: on track
11-
last-activity: 12/07/2024
11+
last-activity: "July 12, 2024"
1212
- title: "Quarkus 3.15 LTS"
1313
board-url: "https://github.com/orgs/quarkusio/projects/28"
1414
short-description: This WG focuses on defining the issues we would like to have in the next-to-be LTS (Quarkus 3.14/3.15)
@@ -21,7 +21,7 @@ working-groups:
2121
<li>The <code>done</code> column means that the issues have been completed</li>
2222
</ul>
2323
status: at risk
24-
last-activity: 11/07/2024
24+
last-activity: "July 11, 2024"
2525
- title: "Enhanced TLS support"
2626
board-url: "https://github.com/orgs/quarkusio/projects/24"
2727
short-description: Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...)
@@ -31,7 +31,7 @@ working-groups:
3131
<p>The goal of this focus group is to continue integrating the TLS registry and improve Quarkus integration with certificate providers (Let's Encrypt, Cert-Manager). In addition, we would like to provide a frictionless local experience around TLS (i.e., without the infamous untrusted certificate screen).</p>
3232
<p><em>Point of contact:</em> @cescoffier (@<strong>Clement Escoffier</strong> on Zulip)</p>
3333
status: on track
34-
last-activity: 09/07/2024
34+
last-activity: "July 9, 2024"
3535
- title: "Docker file generation"
3636
board-url: "https://github.com/orgs/quarkusio/projects/27"
3737
short-description: A working group focusing on the generation of Dockerfile / ContainerFile
@@ -48,7 +48,7 @@ working-groups:
4848
Once completed, this working group will be followed by other initiatives focusing on generating the Github Action and Tekton pipelines.</p>
4949
<p><em>Point of contact</em>: @iocanel (<code>Ioannis Canellos</code>on Zulip)</p>
5050
status: on track
51-
last-activity: 09/07/2024
51+
last-activity: "July 9, 2024"
5252
- title: "Roq :: Quarkus SSG"
5353
board-url: "https://github.com/orgs/quarkiverse/projects/6"
5454
short-description: Allow Static Site Generation with Quarkus.
@@ -69,5 +69,5 @@ working-groups:
6969
<p>This effort is now tracked using a &quot;Working Group&quot; project: https://github.com/orgs/quarkiverse/projects/6</p>
7070
<p>This is a great opportunity to participate in fun effort and be involved with the Quarkus community, if anyone is interested in being a part of this, please reach out to me 🚀</p>
7171
status: on track
72-
last-activity: 08/07/2024
72+
last-activity: "July 8, 2024"
7373
last-update: Good progress so far.

_includes/header-navigation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<li><a href="{{site.baseurl}}/support/" class="{% if page.url contains '/support/' %}active{% endif %}">SUPPORT</a></li>
4747
<li><a href="{{site.baseurl}}/blog" class="{% if page.url contains '/blog/' %}active{% endif %}">BLOG</a></li>
4848
<li><a href="{{site.baseurl}}/discussion" class="{% if page.url contains '/discussion/' %}active{% endif %}">DISCUSSION</a></li>
49+
<li><a href="{{site.baseurl}}/working-groups" class="{% if page.url contains '/working-groups/' %}active{% endif %}">WORKING GROUPS</a></li>
4950
<li><a href="{{site.baseurl}}/insights" class="{% if page.url contains '/insights/' %}active{% endif %}">PODCAST</a></li>
5051
<li><a href="{{site.baseurl}}/events" class="{% if page.url contains '/events/' %}active{% endif %}">EVENTS</a></li>
5152
<li><a href="{{site.baseurl}}/newsletter" class="{% if page.url contains '/newsletter/' %}active{% endif %}">NEWSLETTER</a></li>

_includes/working-group-band.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,25 @@
22
<div class="grid-wrapper working-groups-cards">
33
<div class="width-12-12 width-12-12-m">
44
<p class="mt-0 lead">
5-
<span class="emph">Working Groups</span> are a way to organize the community around a specific topic or goal.
6-
They are a great way to get involved and help shape the future of Quarkus.
5+
Joining a working group is a great way to get involved and help shape the future of Quarkus.
76
If you are interested in joining a working group, please reach out to the point of contact on GitHub or Zulip.
8-
</h3>
7+
</p>
98
</div>
109

1110

1211
{% for item in site.data.wg.working-groups %}
1312
<div class="card">
1413
<div class="card-header">
15-
<span class="card-title">{{ item.title }}</span>
14+
<p class="card-title">{{ item.title }}</p>
1615
</div>
1716
<div class="card-body">
1817
<p class="card-text"><span class="key">Status:</span>&nbsp;<span class="status {{ item.status | | replace: ' ', '-'}}">{{ item.status }}</span></p>
1918
<p class="card-text"><span class="key">Description:</span>&nbsp;<span class="short-description">{{ item.short-description }}</span></p>
2019
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">{{ item.last-activity }}</span></p>
2120
{% if item.last-update %}<p class="card-text"><span class="key">Last status update:</span>&nbsp;<span class="last-update">{{ item.last-update }}</span></p>{% endif %}
2221
</div>
23-
<div class="card-footer">
24-
<!-- <a href="#" class="btn btn-sm btn-secondary me-1 mb-1 float-start" data-bs-toggle="modal" data-bs-target="#modal-{board.id}">More info</a> -->
25-
<a href="{{ item.board-url }}" class="button-cta float-end">Board</a>
22+
<div class="card-footer">
23+
<a href="{{ item.board-url }}" class="float-end"> View the {{ item.title }} Board <i class="fa-solid fa-chevron-right"></i></a>
2624
</div>
2725
</div>
2826
{% endfor %}

_sass/layouts/working-groups.scss

Lines changed: 11 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11

22
.working-groups-cards {
33

4-
.emph {
5-
font-weight: 600;
6-
color: var(--link-color);
7-
}
8-
9-
.card-header:first-child {
4+
/* .card-header:first-child {
105
border-radius: 5px 5px 0 0;
116
}
12-
13-
.button-cta {
14-
font-size: 1rem;
15-
line-height: 1.2;
16-
font-weight: normal;
17-
padding: .5rem 1.2rem;
18-
}
7+
*/
198

209
.lead {
2110
font-size: 20px;
@@ -36,27 +25,19 @@
3625
}
3726

3827
.card-header {
39-
padding-left: 10px;
40-
padding-top: 10px;
4128
padding-bottom: 5px;
42-
color: rgb(33, 37, 41);
43-
background-color: rgba(33, 37, 41, 0.03);
44-
border-bottom: 1px solid rgba(0, 0, 0, 0.176);
29+
border-bottom: 1px solid var(--card-outline);
30+
height: 2rem
4531
}
4632

4733
.card-body {
48-
padding: 1rem 1rem;
49-
color: rgb(255, 255, 255);
34+
padding: 1rem 0rem;
35+
height: 11rem;
5036
}
5137

5238
.card-footer {
5339
padding-top: 10px;
54-
padding-left: 10px;
55-
padding-right: 10px;
56-
padding-bottom: 10px;
57-
color: rgb(33, 37, 41);
58-
background-color: rgba(33, 37, 41, 0.03);
59-
border-top: 1px solid rgba(0, 0, 0, 0.176);
40+
border-top: 1px solid var(--card-outline);
6041
}
6142

6243
.card-title {
@@ -74,17 +55,15 @@
7455

7556
.card {
7657
display: inline-grid;
77-
font-family: "Open Sans", sans-serif;
78-
font-size: 16px;
7958
position: relative;
80-
color: rgb(33, 37, 41);
8159
word-wrap: break-word;
82-
background-color: rgb(255, 255, 255);
8360
background-clip: border-box;
84-
border: 1px solid rgba(0, 0, 0, 0.176);
61+
padding: 1rem;
62+
border-radius: 10px;
63+
border: 1px solid var(--card-outline);
8564
width: calc(100% - 2rem);
8665

87-
grid-column: span 6;
66+
grid-column: span 4;
8867

8968
@media screen and (max-width: 1300px) {
9069
grid-column: span 6;
@@ -100,7 +79,6 @@
10079
}
10180

10281
.status {
103-
font-family: "Open Sans", sans-serif;
10482
font-weight: lighter;
10583
display: inline-block;
10684
padding: 0.35rem 0.65rem;

wg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: working-groups
33
title: Working Groups
4-
subtitle: This page lists the currently running working groups.
5-
permalink: /wg/
4+
subtitle: Organizing the community around a specific topics or goals.
5+
permalink: /working-groups/
66
---

0 commit comments

Comments
 (0)