Skip to content

Commit

Permalink
Improve accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmacwhite committed Jun 2, 2024
1 parent 55e4435 commit 7c74011
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/garden-collections.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3>{{ day[0] }}</h3>

{% for schedule in day[1] %}
<div class="schedule mb-3">
<h4>{{ schedule.name }}</h3>
<h4><span class="visually-hidden">Schedule:</span> {{ schedule.name }}</h3>
<div class="d-grid gap-2 d-block d-md-inline-block">
<a href="{{ schedule.ics }}" class="btn btn-primary" download>Download iCal</a>
<button id="{{ schedule.id }}" type="button" class="btn btn-secondary">Copy to clipboard</button>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header class="container-fluid text-center">
<img src="{{ "/assets/images/gedling-council-logo.jpg" | relative_url }}" class="mt-3 mb-3">
<img src="{{ "/assets/images/gedling-council-logo.jpg" | relative_url }}" alt="Gedling Borough Council" class="img-fluid mt-3 mb-3">

<h1 class="mb-3">{{ page.title }}</h1>

Expand Down
3 changes: 2 additions & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
{% seo %}
</head>
<body>
<a class="visually-hidden-focusable" href="#content">Skip to main content</a>
{% include header.html %}
<main>
<main id="content">
<div class="container">
<h2>Finding your collection schedule</h2>
<p>Gedling Borough Council provides a <a href="https://apps.gedling.gov.uk/refuse/search.aspx">Refuse Collection Days search tool</a>, allowing you to input your street name within the Gedling district area which will provide your collection weekday and schedule.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: "Gedling Borough Council Bin Calendars"
title: "Waste, Recycling, Glass and Garden bin schedules"

refuse_collection:
Monday:
Expand Down

0 comments on commit 7c74011

Please sign in to comment.