-
Notifications
You must be signed in to change notification settings - Fork 1
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
Footer changes #140
Comments
The work here is to implement the 'two colour' footer. We can use a Switcher to implement the columns in the top part, and simply centre align the lower part. I suggest the HTML be something like this:
And the SCSS can have I think there's room for a logo at the top of |
Then of course all the projects need to be updated… |
Hurrah, we did it. |
Changes discussed with Joe:
Split footer into two parts: links at the top (#403F41), mission statement and company info below (#000000).
Links at the top grouped into three categories: 'Who Can I Vote For?', 'Made by Democracy Club', 'Connect with us' (you can rename these). Each category has links related to either WCIVF, Democracy Club or social media.
Links on phone screens will use the one column layout and be displayed under each other.
Links on larger screens (from the size of a tablet screen in portrait view) will use a three column layout and be displayed in parallel columns.
Mission statement, copyright, company information at the bottom of the page on a darker background.
Headings in white, in bolder font.
Headings, links, mission statement, copyright can use the same font sizes as it is currently or copyright could be about 2px smaller (relative to the screen size).
Designs attached, let me know if you have any questions.
Desktop:
Mobile:
Tablet:
The text was updated successfully, but these errors were encountered: