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

Adding navigation bar to Error 404 page. #49

Open amansharma2910 opened 3 years ago

amansharma2910 commented 3 years ago

@wrussell1999 right now, the error 404 page looks like a dead end. Once you end up on the 404 page, you have to click on the back button in your browser which is inefficient.

Current 404 page:

image

Adding a navbar kind of thing to the 404 page will allow the user to travel back to some other existing page.

Korusuke commented 3 years ago

or we can add a timed redirect to the homepage?

amansharma2910 commented 3 years ago

That can be implemented too I guess. My team is already working on a navbar thing and we just have to include it in the 404 page