DEV Community

Discussion on: Looking for Feedback on My Website!

Collapse
 
eruj22 profile image
Jure Prnaver

Looking at your website, copyright text in the footer seems out of place. You can try moving it out of section inside footer, so that it is positioned below this section. Another thing to look out for is pages with small amount of text inside (e.g. manage billing). On larger screen with 2K resolution I can see white text below footer. Also on said page breadcrumbs link is not working.
Another interesting thing is how routing is done. I guess you are using plain html + css to render the website. Names of the files when your code lies could be named better and url path could be improved. This is based on the url /OtherSites/manage3/manage3.html, where I would expect path similar to /abstract/manage-billing.html.
Hope this helps you better improve your website. My first impression it looks good for a beginner developer

Collapse
 
novadesign profile image
NovaDesign

Thank you so much!

I fixed white space under the footer 10 minutes ago... so now, It's ok! For the names, I will change names of the files.