-
Notifications
You must be signed in to change notification settings - Fork 56
Front page layout four #159
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
Front page layout four #159
Conversation
20bee79
to
3fe1eac
Compare
@davidlange6 requested review changes made:
|
looks basically good to me.
|
review changes made. YML Format:
|
- changed navbar color in main.css - added hero/jumbotron/Splash section - Splash Screen/Home Page Text updated as per review - About Page created to move extra content from home page - added cards/thumbnails to link to projects - Cards color and order updated - simplified and realigned youtube preview - Custom Button CSS added - Youtube section miniaturized and simplified - News section height reduced to bottom half, tweaked to match card/carousel edges - Added "Blog" to main navigation bar (blogs added in separate PR)
- added 4 fixed height boxes showing the following timelines: - Project Meetings - Recent News - Open Projects - Team Meetings - Updated `homelay.html` to add new boxes - updated `news.html` and added similar `open-projects`, `project-meetings` and `team-meetings` layouts to make up the timeline boxes - removed `scroll` functionality to make the boxes uniform - Had to reformat the `standing_meetings.yml`, since it was only considering it as one news item. - Also had to edit `date` parameter to enable sorting. - Finally, moved the `updates` link to meeting notes doc outside the `agenda` since it was messing with the sorting (error: can't sort null date) - removed an extra space ( ) from `team_meetings` page that was messing up the layout
- Separated News from Release - Added new "releases" YML, Include and a Markdown page to list releases - Added Releases timeline on front page (`homelay.html`) - reverted formatting changes to `standing_meetings.yml` since it is no longer used for front page timeline - updated permalink on AllNews page to follow the same convention as other pages
reverted changes to `team_meetings.md` removed `team_meetings.html` include file since no longer used removed backup files
date format fixed codebase and version separate keys for Releases headings fixed
6d9bb75
to
b406626
Compare
Note: This is a fork built on top of the Front Page Layout already created for PR157. Following are only the changes made after that PR
Important Note: If this PR is merged, there is no need to merge PR115!
Changes in this PR:
Multiple News Timelines POC - Front Page Layout 4
added 4 fixed height boxes showing the following timelines:
Updated
homelay.html
to add new boxesupdated
news.html
and added similaropen-projects
,project-meetings
andteam-meetings
layouts to make up the timeline boxesremoved
scroll
functionality to make the boxes uniformHad to reformat the
standing_meetings.yml
, since it was only considering it as one news item.Also had to edit
date
parameter to enable sorting.Finally, moved the
updates
link to meeting notes doc outside theagenda
since it was messing with the sorting (error: can't sort null date)removed an extra space from
team_meetings
page that was messing up the layout