Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved accessibility score #49300

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -248,43 +248,51 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
[[params.links.user]]
name_key = "community_youtube_name"
name = "Kubernetes Community YouTube channel"
url = "https://youtube.com/kubernetescommunity"
icon = "fa-brands fa-youtube"

[[params.links.user]]
name_key = "community_forum_name"
name = "Kubernetes Discussion Forum"
url = "https://discuss.kubernetes.io"
icon = "fa-solid fa-envelope"

[[params.links.user]]
name_key = "community_server_fault_name"
name = "Kubernetes Server Fault"
url = "https://serverfault.com/questions/tagged/kubernetes"
icon = "fa-brands fa-stack-overflow"

[[params.links.user]]
name_key = "community_x_name"
name = "Kubernetes Twitter"
url = "https://twitter.com/kubernetesio"
icon = "fa-brands fa-twitter"
# Replace with fa-x-twitter once available

# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
[[params.links.developer]]
name_key = "community_contributor_site_name"
name = "Kubernetes Contributor site"
url = "https://k8s.dev/"
icon = "fa-solid fa-laptop-code"

[[params.links.developer]]
name_key = "community_github_name"
name = "Kubernetes GitHub Repository"
url = "https://github.com/kubernetes/kubernetes"
icon = "fa-brands fa-github"

[[params.links.developer]]
name_key = "community_slack_name"
name = "Kubernetes Slack Community"
url = "https://slack.k8s.io"
icon = "fa-brands fa-slack"

[[params.links.developer]]
name_key = "community_calendar_name"
name = "Kubernetes Community Calendar"
url = "https://calendar.google.com/calendar/embed?src=calendar%40kubernetes.io"
icon = "fa-solid fa-calendar-days"

Expand Down
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="clear"><input type="submit" value="{{ T "subscribe_button" }}" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
<h5 style="text-align: center"><a href="https://us10.campaign-archive.com/home/?u=3885586f8f1175194017967d6&id=11c1b8bcb2" aria-label="Kube Weekly" style="color: #3371E3; font-weight: 400; font-size: 20px">{{ T "main_kubeweekly_past_link" }}</a></h5>
<h4 style="text-align: center"><a href="https://us10.campaign-archive.com/home/?u=3885586f8f1175194017967d6&id=11c1b8bcb2" aria-label="Kube Weekly" style="color: #3371E3; font-weight: 400; font-size: 20px">{{ T "main_kubeweekly_past_link" }}</a></h4>
</div>

<!--End mc_embed_signup-->
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/navbar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ $cover := .HasShortcode "blocks/cover" }}
<nav class="js-navbar-scroll navbar navbar-expand navbar-dark {{ if $cover}} td-navbar-cover {{ end }} flex-column flex-md-row td-navbar" data-auto-burger="primary">
<a class="navbar-brand img-fluid" href="{{ .Site.Home.RelPermalink }}"></a>
<a class="navbar-brand img-fluid" href="{{ .Site.Home.RelPermalink }}" aria-label="Link to home page"></a>
<div class="td-navbar-nav-scroll ml-md-auto" id="main_navbar">

<ul class="navbar-nav mt-2 mt-lg-0">
Expand Down