-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upcoming events page #338
base: migration
Are you sure you want to change the base?
Upcoming events page #338
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start! I made a few comments (most are trivial) on the code itself, but one thing i wanted to bring up was that maybe we can anchor some parts of the events to sides of the box to keep consistent padding. I know this might be a lot so let me know if you have any questions about anything!
} | ||
|
||
.window { | ||
position: absolute; | ||
z-index: 99; | ||
/* position: absolute; | ||
top: 50%; | ||
left: 50%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah i see all of this is commented out, was there a resason for hat?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe they either did not affect the output visually, but I can confirm this later when events are displayed on the website again.
Status:
Description
I edited the upcoming events page to make the modals structured properly and of a proper size. I made the dates and day of week formatted properly.
Screenshots