Skip to content
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

Website Footer #3

Open
dickwyn opened this issue Sep 13, 2019 · 0 comments
Open

Website Footer #3

dickwyn opened this issue Sep 13, 2019 · 0 comments
Assignees
Labels
EPIC: MVP Features to ship the core application to production story A feature of the application

Comments

@dickwyn
Copy link
Member

dickwyn commented Sep 13, 2019

As a user I want to click on different social icons and page links when I scroll to the end of the page. Use mock data to populate the list of links.

AC:

  • The 4 circles are social media icons (facebook, twitter, instagram, wechat)
  • The links should properly stagger on mobile view
  • The links should be dynamically rendered from an array of objects and should open in a new tab
    • eg: [ {name: 'about us', link: '/about'}, {name: 'our events', link: '/event'}, {name: 'contact us', link: '/contact'} ]

footer
footer_mobile

@dickwyn dickwyn added story A feature of the application EPIC: MVP Features to ship the core application to production labels Sep 13, 2019
dickwyn pushed a commit that referenced this issue Oct 9, 2019
(update) to get branch up to date with dev
@dickwyn dickwyn changed the title [NEEDS AC] Website Footer Website Footer Oct 19, 2019
@dickwyn dickwyn assigned dickwyn and unassigned NiGel2789 Oct 20, 2019
dickwyn added a commit that referenced this issue Oct 22, 2019
* (feat) initial layout for footer credits

* (feat) initial structure of footer top section

* (feat) implement footer structure for table and mobile view

* (style) footer bottom

* (style) footer top for mobile and tablet

* (feat) add social media icons to footer and clean up styling

* (chore) convert to grid-template shorthand

* (feat) style contact page and populate information
dickwyn added a commit that referenced this issue Oct 22, 2019
* (lint) index.js (#58)

* feat(#3 #10): Implement footer and contact page (#59)

* (feat) initial layout for footer credits

* (feat) initial structure of footer top section

* (feat) implement footer structure for table and mobile view

* (style) footer bottom

* (style) footer top for mobile and tablet

* (feat) add social media icons to footer and clean up styling

* (chore) convert to grid-template shorthand

* (feat) style contact page and populate information

* feat(#55): Implement alert banner (#61)

* (feat) create AlertBanner component

* (feat) restructure content of contact page

* (update) verbiage on contact page

* (style) contact page for mobile view

* (update) scss colors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EPIC: MVP Features to ship the core application to production story A feature of the application
Projects
None yet
Development

No branches or pull requests

2 participants