Conversation
Re-write code using bootstrap CSS to allow for responsive layout on variety of devices currently used in the district. Focus will be small-screen mobile first, then large screen desktop.
Initial import of main content from current index page. Twitter widget is still not working, but main content is imported and laid out as expected. Responsive design works well on smaller screens as well- tablets and cell phones have been tested. Tested-on: magrathea <20 May 2014>
Updated to PM color scheme. Fixed Twitter Widget. Tested-on: magrathea <20 May 2014>
Added additional customization to CSS to bring color scheme to Penn Manor colors. Tested-on: magrathea <21 May 2014>
- Fix min-height of greybox - Minor CSS tweaks for coloring TODO: Fix span12 to actually use the 'footer' class. Tested-on: magrathea <21 May 2014>
The larger format and reflowing text allows more text to be displayed. The twitter widget will now include 3 most recent tweets, rather than just two. Tested-on: magrathea <02 Jun 2014>
Update to latest Bootstrap Allow for greater similarity to current page Current config is a mess- CSS colors need to be sorted. Tested-on: magrathea <15 Sep 2014>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-write code using bootstrap CSS to allow for responsive layout on
variety of devices currently used in the district.
Focus will be small-screen mobile first, then large screen desktop.