Skip to content

Commit da5d7dd

Browse files
committed
WIP accessibility fixes (#99)
Signed-off-by: Grace Grimwood <[email protected]>
1 parent 029f5e8 commit da5d7dd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

_includes/footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
</div>
3030
<div class="w-100 my-2">
3131
<a class="icon-link me-1" href="https://github.com/kroxylicious/kroxylicious">
32-
<img class="img-fluid krx-icon" src="{{ '/assets/theme/images/github-mark.svg' | absolute_url }}"/>
32+
<img class="img-fluid krx-icon" src="{{ '/assets/theme/images/github-mark.svg' | absolute_url }}" alt="GitHub logo"/>
3333
</a>
3434
</div>
3535
</li>
3636
</ul>
3737
</div>
3838
<div class="col-6 col-lg-2 offset-lg-2 mb-3 text-lg-end">
39-
<h5>Links</h5>
39+
<h3 class="fs-5">Links</h3>
4040
<ul class="list-unstyled">
4141
<li class="mb-2">
4242
<a class="text-body link-underline-dark link-underline-opacity-0 link-underline-opacity-10-hover" href="{{ '/' | absolute_url }}">
@@ -61,7 +61,7 @@ <h5>Links</h5>
6161
</ul>
6262
</div>
6363
<div class="col-6 col-lg-2 mb-3 text-lg-end">
64-
<h5>Projects</h5>
64+
<h3 class="fs-5">Projects</h3>
6565
<ul class="list-unstyled">
6666
<li class="mb-2">
6767
<a class="text-body link-underline-dark link-underline-opacity-0 link-underline-opacity-10-hover" href="https://github.com/kroxylicious/kroxylicious">
@@ -76,7 +76,7 @@ <h5>Projects</h5>
7676
</ul>
7777
</div>
7878
<div class="col-6 col-lg-2 mb-3 text-lg-end">
79-
<h5>Community</h5>
79+
<h3 class="fs-5">Community</h3>
8080
<ul class="list-unstyled">
8181
<li class="mb-2">
8282
<a class="text-body link-underline-dark link-underline-opacity-0 link-underline-opacity-10-hover" href="https://kroxylicious.slack.com" target="_blank" rel="noopener">

_includes/redhat-footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="license">
44
&copy; Kroxylicious authors {{ 'now' | date: "%Y" }} | Kroxylicious licensed <a href="https://github.com/kroxylicious/kroxylicious/blob/main/LICENSE" target="_blank" rel="license noopener">Apache-2.0</a> | Documentation <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener">CC-BY-4.0</a> | Apache and Apache Kafka are trademarks of the <a href="https://www.apache.org/" target="_blank" rel="license noopener">Apache Software Foundation</a>.
55
</div>
6-
<div class="redhat-logo"><a href="https://www.redhat.com/" target="_blank"><img src="{{site.baseurl}}/assets/theme/images/Logo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg"></a>
6+
<div class="redhat-logo"><a href="https://www.redhat.com/" target="_blank"><img src="{{site.baseurl}}/assets/theme/images/Logo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg" alt="Sponsored By Red Hat logo"></a>
77
</div>
88
</div>
99
</div>

index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
layout: index
66
---
77

8-
#### Why Kroxylicious?
8+
## Why Kroxylicious?
99

1010
Proxies are a powerful architectural pattern which are widely used for other
1111
application-layer protocols, such as HTTP.

0 commit comments

Comments
 (0)