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` ```mermaid graph TD A[Webpage] --> B[Header] B --> C[BPD Events] C--> D[Upcomming Conferences] D --> E[Footer] ```