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
The city page should have the norms of what to do/not to do and 1-3 hardcoded events below.
Part of the page will likely be laid out similarly as other pages (e.g. the header and the footer)
There could also be:
detailed city info, like the description of the city and the country it's located in
detailed event info for the list of events
sorting options for the events (e.g. by date, name)
a map showing the city using the Maps API
Of course none of these extra options really need to be functional for now.
I suggest focusing on one city page, and then either copying/pasting for the other ones or using JavaScript's URLSearchParams to figure out the city from the url query string and have JavaScript load the hardcoded data dynamically.
The text was updated successfully, but these errors were encountered:
The city page should have the norms of what to do/not to do and 1-3 hardcoded events below.
Part of the page will likely be laid out similarly as other pages (e.g. the header and the footer)
There could also be:
Of course none of these extra options really need to be functional for now.
I suggest focusing on one city page, and then either copying/pasting for the other ones or using JavaScript's URLSearchParams to figure out the city from the url query string and have JavaScript load the hardcoded data dynamically.
The text was updated successfully, but these errors were encountered: