MLH-Fellowship / explorer-portfolio-batch2

Jekyll portfolio website template to showcase your work using GitHub Pages
https://mlh-fellowship.github.io/portfolio-template/
MIT License
46 stars 121 forks source link

Add social media links and footer #63

Closed MyrrhDev closed 3 years ago

MyrrhDev commented 3 years ago

Changes

All changes made responding to issue #12 : Added an interactive responsive footer Added social media links Included a sass file for the footer Included a social-media.yml file Added arrow to scroll up from the bottom of the front page

How Has This Been Tested?

Ran it through Chrome Lighthouse Tested responsiveness in different screen sizes, and different internet browsers.

Mentions

@wrussell1999 @Korusuke if you could please check this out

Types of changes

Checklist

saum7800 commented 3 years ago

@Korusuke , I have added a footer.yml file which takes the filename for whichever footer file a user wishes to use. The required footer file is then included. This will make it easy for #61 to also merge and will give users of the template both choices of footers as @wrussell1999 suggested in #61. Kindly review and let me know what you think. Thanks

Korusuke commented 3 years ago

Thanks a lot for making all the changes!