doyourownswing / doyourownswing.github.io

DoYourOwnSwing website
2 stars 0 forks source link

Create upcoming events #5

Closed jesseez closed 3 months ago

jesseez commented 4 months ago

Creates the basic version of the Upcoming Events section in the Home page.

  1. Adds a file to keep track of the events as a hardcoded data source with a util to get the next n events
  2. Creates a DyosRenderer to render the typical DYOS events (will need to update the code with an event renderer once we create more)
  3. Creates a large screen version (displays the next two events) and a small screen version (displays one event at a time with a back / next stepper)
  4. Random side effects from renaming files in diffbase (FixSlipperyRenamingIssues)

image image

jesseez commented 3 months ago

Made changes. PTAL