Skip to content

Update headers to be to follow accessibility guidelines in book-club.html #491 #496

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

4 changes: 2 additions & 2 deletions book-club.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ <h1><strong>Black Python Devs Book Club: A Community of Readers and Learners</st

<p>The club's leadership is dedicated to building a vibrant and engaging community for everyone. Our initiative aligns with BPD's overall mission to increase participation, empower our members, and provide opportunities for professional growth.</p>

<h3><strong>Books Completed:</strong></h3>
<h2><strong>Books Completed:</strong></h2>

{% for book in site.data.books %}
<div class="book">
<h2>{{ book.title }}</h2>
<h3>{{ book.title }}</h3>
<p><strong>Author:</strong> {{ book.author }}</p>

<h4>Reviews</h4>
Expand Down
Loading