Skip to content

Feature/add an event page to hausa translation #435

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
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
39 changes: 39 additions & 0 deletions _articles/ha/events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: default
lang: en
title: Events
---

# Black Python Devs Events

## Coffee and Code

Join us every Friday for a cup of coffee and a chance to code with fellow Python enthusiasts. Our community is open to all levels of experience, from beginners to experts.

We’ll be discussing the latest trends in Python development, sharing tips and tricks, and working on projects together. Whether you’re looking to learn something new or just want to hang out with like-minded people, this is the perfect opportunity to do so. We look forward to seeing you there!

# Upcoming Conferences

Black Python Devs aims to partner with Python conferences around the world to increase the visibility and opportunities for Black leadership in the Python community. We understand that when you put qualified individuals on stage and at conferences it increases their value and opportunities for employment.

<!--
To add a conference one of the following should apply

1. A Black Python Dev Member should be speaking at the conference
2. The conference should have programs in place to empower Black and other Historically Excluded Communities to contribute.

Sample
-----

## CONFERENCE NAME (DATES), City, Region, Country

ONE SENTENCE DESCRIPTION OF THE CONFERENCE. Be sure to link to the conference itself.

### Speaking
- PERSON - TALK or ROLE NAME
---
-->

Here are some highlighted upcoming conferences where you can find Black Python Developers involved on stage or behind the scenes

{% include conferences.html %}
4 changes: 0 additions & 4 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
routes = [
("about"),
("community"),
("conferences"),
("events"),
]

Expand Down Expand Up @@ -41,7 +40,6 @@ def test_destination(
("Inicio", "/es/"),
("Eventos", "/es/events/"),
("Comunidad", "/es/community/"),
("Conferencias", "/es/conferences/"),
),
)
def test_headers_in_language(page: Page, title: str, url: str) -> None:
Expand Down Expand Up @@ -70,7 +68,6 @@ def test_switching_lang_es_about(page: Page) -> None:
("Nyumbani", "/sw/"),
("Matukio", "/sw/events/"),
("Jumuiya", "/sw/community/"),
("Mikutano", "/sw/conferences/"),
),
)
def test_headers_in_sw(page: Page, title: str, url: str) -> None:
Expand Down Expand Up @@ -99,7 +96,6 @@ def test_switching_lang_sw_about(page: Page) -> None:
("Black Python Devs | Blog", "/blog"),
("Black Python Devs | About Us", "/about/"),
("Black Python Devs | Events", "/events/"),
("Black Python Devs | Conferences", "/conferences/"),
("Black Python Devs | Community", "/community/"),
),
)
Expand Down
Loading