feat(UI): Update event creation page
feat(UI): Ref #22 Add event type and event category fields
- Added event type field with online and in person options in create_events.html
- Added corresponding scripts in create_events.js
- Redesigned event_details.html to populate event type
- Added event category field with proposed options
- Added corresponding scripts in create_events.js
- Updated event_details.html to populate event category
feat(UI): Ref#24 Apply conditions to event end date
- Applied conditions to event end date such that event end date >= event start date
- Updated corresponding scripts in create_events.js
feat(UI): Ref#25 Redesign event start date and event end dates to user friendly formats
- Redesigned event start date and event end dates to date format: Day, Month Date, Year (ex: 2023-04-04 -> Tue, Apr 04, 2023
- Updated corersponding script at event_details.js
feat(UI): Ref#20 Add sticky bottom to event details page
- Added sticky bottom footer to event details page
- Added event start date, Register, Share buttons to the sticky footer.