Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lots of update to standardize events page (#1117)
* Moved events.html to an events folder * add permalinks and change title * Add style and render days of week with liquid * Adjust size/margin of Our Events and Our Locations * Change css for .event-title * change padding in .getting-started-page-card-hack-nights * change css for .title-meetup class * put subheading and paragraphs in same div and align righ of image * Constraint fixes - 72px margin between between each Meetup category - 16px margin between subheadings and paragraphs - 80px margin between last paragraph and Meetup button * componentize left col * Change heading spacing - Add 72px margin between heading and first paragraph (same as in the Meetup column card) * Fix Onboarding Link - Onboarding link leads to wrong url- should be to Getting Started page (https://www.hackforla.org/getting-started) * Make time zone text bold - Make time zone text bold, should be font-weight: 700 - In .userTimeZone class * Change css for .day-header-1 class - Make all of the days of week ALL CAPS (MONDAY, TUESDAY, etc. - in the html), bold, and 18px - should be- font-size: 1.125rem (18px) font-weight: 700 + in HTML: all-caps titles - In .day-header-1 class - Add 30px margin above the days of week and 10px margin belo margin: 30px 0 10px 0 * Remove padding from .day-header-1 class - Remove the padding that pushes the meeting times to the right- Add: padding: 0 - Add to .day-header-1 class * css changes and refactors - created new yml files to loop over events in left-col-container.html - Adjust banner font size, weight, and margin - should be - font-size: 1rem (16px) font-weight: 700 margin: auto 29% * Add mobile view css overrides - Decrease the padding of the page cards in their collapsed form- should be- padding: 5px 15px - Adjust the border radius- should be - border-radius: 20px * Some css changes * Moved Javascript - Moved content in the previously second script tag into righ-col-content.html. Because everything the code within that script tag is doing is very tighty tied to everything within the right-col-content.html, i.e the scheduler. * path to refactor * Major refactor of existing js. This can now be separated into its own .js file * Please align the images with the text in both left and right column cards * In .notification-banner p class please remove the line-height property (it should go to default line height) * Addresses point 4 made in the change request * Addresses point 5 in the change request * Adresses point 6 * Adress point 1 made in change request - Can you please actually remove the content-section class? It's causing the yellow banner to have 16px margin on both sides, which makes it look especially weird in mobile- * I was promised these are the last changes * Multi column events display now working * Add time zone text
- Loading branch information