Skip to content

Commit 22c485e

Browse files
committed
Adding the new blog post to the website
1 parent d3a71b0 commit 22c485e

15 files changed

+343
-322
lines changed

assets/scss/_variables_project.scss

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,13 @@ html.smooth-scroll {
226226
height: 300px;
227227
}
228228

229-
&:hover {
229+
&:hover,
230+
&:focus,
231+
&:active,
232+
&.active {
230233
transform: translateY(-2px);
231234
box-shadow: 0 8px 16px rgba(238, 0, 0, 0.3);
235+
color: #ffffff !important;
232236
}
233237

234238
// Ensure text is visible
@@ -237,16 +241,36 @@ html.smooth-scroll {
237241
position: relative;
238242
z-index: 1;
239243
}
244+
245+
// Ensure text stays white on all states
246+
&:hover *, &:focus *, &:active *, &.active * {
247+
color: #ffffff !important;
248+
}
240249
}
241250

242251
.btn-primary {
243252
background: linear-gradient(135deg, $primary 0%, #cc0000 100%) !important;
244253
box-shadow: 0 4px 12px rgba(238, 0, 0, 0.2);
245254
border: 2px solid transparent;
255+
color: #ffffff !important;
246256

247-
&:hover {
257+
&:hover,
258+
&:focus,
259+
&:active,
260+
&.active {
248261
box-shadow: 0 8px 20px rgba(238, 0, 0, 0.4);
249262
border-color: #ff4444;
263+
color: #ffffff !important;
264+
background: linear-gradient(135deg, $primary 0%, #cc0000 100%) !important;
265+
}
266+
267+
// Ensure all text and icons stay white
268+
&, & * {
269+
color: #ffffff !important;
270+
}
271+
272+
&:hover *, &:focus *, &:active *, &.active * {
273+
color: #ffffff !important;
250274
}
251275
}
252276

content/en/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tech:
4242
---
4343

4444
{{< blocks/cover title="Ansible Middleware" image_anchor="top" height="full" >}}
45-
<a class="btn btn-lg btn-primary me-3 mb-4" href="https://developers.redhat.com/topics/ansible-automation-applications-and-services" target="_blank">
45+
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://developers.redhat.com/topics/ansible-automation-applications-and-services" target="_blank">
4646
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
4747
</a>
4848
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/ansible-middleware" target="_blank">
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Ansible Collection for Red Hat Runtimes
3+
date: 2024-07-15
4+
link: https://developers.redhat.com/articles/2024/07/15/ansible-collection-red-hat-runtimes
5+
---
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Set up a streams for Apache Kafka cluster with Ansible
3+
date: 2024-07-30
4+
link: https://developers.redhat.com/articles/2024/07/30/set-up-streams-apache-kafka-cluster-ansible
5+
---
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Implement remediation strategies with Event-Driven Ansible
3+
date: 2025-01-09
4+
link: https://developers.redhat.com/articles/2025/01/09/implement-remediation-strategies-event-driven-ansible
5+
---
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Get started with the JBoss Web Server collection
3+
date: 2024-10-16
4+
link: https://developers.redhat.com/articles/2024/10/16/get-started-jboss-web-server-collection
5+
---
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Get started with the Keycloak Collection
3+
date: 2024-10-10
4+
link: https://developers.redhat.com/articles/2024/10/10/get-started-keycloak-collection
5+
---
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Get started with the Wildfly collection
3+
date: 2023-03-14
4+
link: https://developers.redhat.com/articles/2023/03/14/tutorial-middleware-automation-collections
5+
---
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: A fully automated setup of a JBoss EAP cluster using Ansible
3+
date: 2024-01-09
4+
link: https://developers.redhat.com/articles/2024/01/09/fully-automated-setup-jboss-eap-cluster-using-ansible
5+
---
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Automating JBoss EAP: Update and upgrade for versions 7 & 8"
3+
date: 2024-09-12
4+
link: https://developers.redhat.com/articles/2024/09/12/automating-jboss-eap-update-upgrade-versions-7-8
5+
---
6+

0 commit comments

Comments
 (0)