BlackPythonDevs / blackpythondevs.github.io

Website for Black Python Devs
https://blackpythondevs.com
MIT License
30 stars 52 forks source link

Combine Conferences and Events to one page #413

Closed kjaymiller closed 3 weeks ago

kjaymiller commented 3 weeks ago

Currently we have the events page with one event (Coffee and Code) and the conferences page that is dynamically built using _conferences/__main__.py.

The plan is to combine the two pages to be events.html

graph TD
    A[Webpage] --> B[Header]
    B --> C[BPD Events]
    C--> D[Upcomming Conferences]
    D --> E[Footer]
TimOsahenru commented 3 weeks ago

@kjaymiller in summary we want our events and conferences to all point here https://blackpythondevs.com/events/. Please assign this to me. Thanks

kjaymiller commented 3 weeks ago

yes but you want the two pages to be merged.