You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Events are easy to add, located in /data/events.js
There are three arrays: Past, Present, and Upcoming.
Past actually gets reversed before returning it. This allows you to paste events from present to the bottom of Past.
Present is typically the single most relevant to the club at a given time. I don't think there should usually be more than one, though the site would support it and would say "Current Events" as expected.
Upcoming is displayed before Past but after Present. Events the club has decided on a date and time for should be placed here, to avoid repetitive questions about event dates.