Skip to content

Commit a91932d

Browse files
committed
Update README.md
1 parent 4db1977 commit a91932d

1 file changed

Lines changed: 24 additions & 16 deletions

File tree

README.md

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,20 @@
1212
</div>
1313

1414
<style>
15-
.data-card .features-text {
16-
color: #000000 !important;
15+
.card-with-features {
16+
position: relative;
1717
}
18-
.data-card:hover .features-text {
19-
color: #ffffff !important;
18+
.card-with-features .features-text {
19+
font-size: 85%;
20+
margin-top: 0.5em;
21+
color: #000000;
22+
text-align: center;
23+
}
24+
.card-with-features:hover .features-text {
25+
color: #ffffff;
2026
}
2127
.data-card #lab_powered_by {
22-
color: #000000 !important;
28+
color: #000000;
2329
}
2430
.data-card:hover #lab_powered_by {
2531
color: #ffffff !important;
@@ -29,19 +35,21 @@
2935
<h1 id="90_minute_sectin">90 minute workshops</h1>
3036
<section class="page-contain">
3137
<!-- lab -->
32-
<a target="_blank" href="https://rhpds.github.io/ai-driven-automation-showroom/modules/index.html" class="data-card">
33-
<h3>AI + Ansible</h3>
34-
<h4>Introduction to AI-Driven Ansible Automation & AIOps</h4>
35-
<p>Build an intelligent, self-healing automation workflow</p>
36-
<p class="features-text" style="font-size: 85%; margin-top: 0.5em;">Features Splunk</p>
37-
<span class="link-text">
38-
Lab Page
39-
<svg width="25" height="16" viewBox="0 0 25 16" fill="none" xmlns="http://www.w3.org/2000/svg">
38+
<div class="card-with-features">
39+
<a target="_blank" href="https://rhpds.github.io/ai-driven-automation-showroom/modules/index.html" class="data-card">
40+
<h3>AI + Ansible</h3>
41+
<h4>Introduction to AI-Driven Ansible Automation & AIOps</h4>
42+
<p>Build an intelligent, self-healing automation workflow</p>
43+
<span class="link-text">
44+
Lab Page
45+
<svg width="25" height="16" viewBox="0 0 25 16" fill="none" xmlns="http://www.w3.org/2000/svg">
4046
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.8631 0.929124L24.2271 7.29308C24.6176 7.68361 24.6176 8.31677 24.2271 8.7073L17.8631 15.0713C17.4726 15.4618 16.8394 15.4618 16.4489 15.0713C16.0584 14.6807 16.0584 14.0476 16.4489 13.657L21.1058 9.00019H0.47998V7.00019H21.1058L16.4489 2.34334C16.0584 1.95281 16.0584 1.31965 16.4489 0.929124C16.8394 0.538599 17.4726 0.538599 17.8631 0.929124Z" fill="#000000"/>
4147
</svg>
42-
</span>
43-
<div id="lab_powered_by" style="color: #000000;">Red Hat Demo Platform</div>
44-
</a>
48+
</span>
49+
<div id="lab_powered_by" style="color: #000000;">Red Hat Demo Platform</div>
50+
</a>
51+
<p class="features-text">Features Splunk</p>
52+
</div>
4553
<!-- lab -->
4654
<a target="_new" href="https://rhpds.github.io/showroom-virt-aap-day-2/modules/index.html" class="data-card">
4755
<h3>Day 2 Ops</h3>

0 commit comments

Comments
 (0)