Skip to content

Commit 9511b58

Browse files
added links and labels (#117)
* added links and labels * Made events-container keyboard scrollable * Improved label text --------- Co-authored-by: Steve Goode <[email protected]>
1 parent 5af8843 commit 9511b58

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

layouts/components/homepage/events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h3>🗓️ Events</h3>
2020
</svg>
2121
</a>
2222
</span>
23-
<div class="events-container">
23+
<div class="events-container" tabindex="0">
2424
<div class="event-card-container">
2525
<div class="event-card">
2626
<p class="format-bold">

layouts/components/homepage/join.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
class="tabs-join-radio"
66
name="tabs-join"
77
id="join-tab1"
8+
aria-label="View scientists join information"
89
checked
910
/>
1011
<div class="join-row">
@@ -54,6 +55,7 @@ <h2>Join 1 Million + people using Bioconductor</h2>
5455
class="tabs-join-radio"
5556
name="tabs-join"
5657
id="join-tab2"
58+
aria-label="View developers join information"
5759
/>
5860
<div class="join-row">
5961
<div class="join-content">

layouts/components/homepage/persona_info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h2>Contribute to Bioconductor</h2>
185185
</section>
186186
</div>
187187

188-
<a class="mobile-text-block container">
188+
<a class="mobile-text-block container" href="/help/support/">
189189
<div class="data-dev-logo">
190190
<img src="images/icons/svgs/question-mark-circle.svg" alt="question mark circle" width="28" height="28" />
191191
<p>Need some help? Ask our <br>community on the Bioconductor Support site!</p>

0 commit comments

Comments
 (0)