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
Changed name of event.html to recent_events_section.html.
Changed name of events_page.html to events_array_generator.html.
Used new includes (function style) to simplify code in footer for sponsors displaying.
Created layouts for repetitive code:
- footer_sponsors_inner_layout.html
- recent_event_inner_layout.html
- sponsors_inner_layout.html
Used new includes (function style) to simplify code in inline_style_index.html for future events accessing.
Created function like includes:
- row_display_outer_loop.html - to generate 2 items per row automatically from an array of objects passed in.
- events_array_generator.html - to generate post object arrays automatically with future / past and post limits as parameters.
Added test code suing the new function like includes in events page to see if object attributes are properly accessed.
Modified sponsors column class in upcoming event in index.html (to center content properly).
Used new includes (function style) to simplify code in index.html for listing sponsors in upcoming section and changed the include name for the recent events section to match file name change mentioned above.
0 commit comments