-
Notifications
You must be signed in to change notification settings - Fork 66
Modified the club page #487
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
Merged
Merged
Changes from 14 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
4e25e17
set up the club page
Selasi3 0e3ec56
Merge branch 'BlackPythonDevs:gh-pages' into gh-pages
Selasi3 aa80550
included the club page
Selasi3 c46e5f3
Merge branch 'BlackPythonDevs:gh-pages' into club_page
Selasi3 e1f90ff
Merge branch 'BlackPythonDevs:gh-pages' into gh-pages
Selasi3 00f14e1
Update club.html
Selasi3 ec57147
updated the footer
Selasi3 318fc7d
Merge branch 'BlackPythonDevs:gh-pages' into gh-pages
Selasi3 5286176
updated the club page
Selasi3 df024f5
Merge branch 'club_page' into gh-pages
Selasi3 553e116
Update club.html
Selasi3 2a33b1a
modified changes on the club page
Selasi3 19066ba
Update club.html
kjaymiller 022d9ee
Update club.html
kjaymiller fbaef59
Update club.html
kjaymiller 9e68fec
modified the club page
Selasi3 80c3c52
added the book data
Selasi3 5b4f45c
added the book data
Selasi3 c674d41
Merge branch 'BlackPythonDevs:gh-pages' into gh-pages
Selasi3 865f6f9
Update club.html
Selasi3 4cb32f9
add tests and fix PR
kjaymiller 67bf120
Merge branch 'BlackPythonDevs:gh-pages' into gh-pages
Selasi3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| --- | ||
| layout: default | ||
| title: "Club Page" | ||
| description: "This is the club page." | ||
| --- | ||
|
|
||
| <section class="book-club"> | ||
| <h1><strong>Black Python Devs Book Club: A Community of Readers and Learners</strong></h1> | ||
| <p>The Black Python Devs book club was born from the community's growing passion for technical reading and learning.</p> | ||
|
|
||
| <p> | ||
| Our goal is to create a welcoming and supportive space where members can share their love of Python development, discuss industry trends, and dive deeper into technical concepts. By reading and discussing books together, we hope to sharpen our | ||
| skills, connect with like-minded developers, and contribute to the growth of our community. | ||
| </p> | ||
|
|
||
| <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> | ||
|
|
||
| {% for book in site.data.books %} | ||
| <div class="book"> | ||
| <h2>{{ book.title }}</h2> | ||
| <p><strong>Author:</strong> {{ book.author }}</p> | ||
| {% if book.cover %} | ||
| <img src="{{ book.cover }}" alt="Cover of {{ book.title }}" /> | ||
| {% endif %} | ||
| <p><strong>Summary:</strong> {{ book.summary }}</p> | ||
| </div> | ||
| {% endfor %} | ||
|
|
||
| <h4>Upcoming Books</h4> | ||
| <ul> | ||
| {% for upcoming in site.data.upcoming_books %} | ||
| <li>{{ upcoming.title }} by {{ upcoming.author }} ({{ upcoming.date }})</li> | ||
| {% endfor %} | ||
| </ul> | ||
|
|
||
| <h4>Join Today</h4> | ||
| <p>Our Book club meets twice a month on <a href="https://discord.com/invite/XUc3tFqCT3">Discord</a>.</p> | ||
| </section> | ||
| {% else %} | ||
| <p><strong>No books found</strong></p> | ||
|
|
||
| <hr /> | ||
| <p>Have a book suggestion? <a href="https://github.com/BlackPythonDevs/blackpythondevs.github.io/issues/new?assignees=&labels=book&projects=&template=add_book.yml&title=%5BBOOK%5D+%3CBOOK+TITLE%3E+BY+AUTHOR">Submit a Suggestion</a></p> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.