Design comparison
Solution retrospective
- I don't know why when I click dismiss button move me to GitHub note found page it should return me to main page (that's only in Github live site), if anyone can tell me the solution that’s will help me and Thank you.
Community feedback
- @Danii215Posted over 1 year ago
Hello, you probably want your button to redirect to "https://github.com/SalemDev0", instead of "https://salemdev0.github.io". Good job with your project :)
0@SalemDev0Posted over 1 year ago@Danii215 yes, how can i change this i don't now much about GitHub :)
0@Danii215Posted over 1 year ago@SalemDev0 instead of having a form with a button inside, you could either: make a <button> and redirect to your github with javascript; make an anchor <a> with href="yourgithub" don't forget to change your styles, too. to update the project, after updating all the files you want to change, simply open your terminal in the folder of your project and type "git add .", then git commit -m "write here your changes", then git push.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord