CoffeeWithDevs / CodeWithUs

Code with Us is an Organisation for university students who want to bring about a change through technology. We are focused upon building technical and non-technical skills, which would help students to build a better community
https://coffeewithdevs.github.io/CodeWithUs/
5 stars 19 forks source link

Add a 'Scroll to top button" #33

Closed kumarmanish03 closed 3 years ago

kumarmanish03 commented 3 years ago

You have to add a scroll to top button, It should be on the bottom right of the site. Make sure the button should only visible when I am scrolled down, not when I am already at the top. Also, you'll have to use javascript or something so that when I click the button, it actually visibly scrolls to the top, instead of just snapping to the top.

nusart commented 3 years ago

Hi @kumarmanish03 I think I have the snippet for this. Please assign me this issue.

kumarmanish03 commented 3 years ago

@Nusart go for it!!!

kumarmanish03 commented 3 years ago

@Nusart you have to add yourself in contributions folder first, read issue #2

nusart commented 3 years ago

@kumarmanish03 Do I need to create a PR for making changes to contributions folder?

kumarmanish03 commented 3 years ago

@Nusart Yes

nusart commented 3 years ago

@kumarmanish03 Created a PR#43 to add a scroll up button. Please let me know if any edits are needed.