So I have my site here: http://darrenbachan.com/ and I want it where when I click on a project it adds a slug to the url so when I click on project A on the homepage it becomes http://darrenbachan.com/project-A. The way my site is currently built, it all resides in one html file.
What would I have to do, and rebuilding isn't really an option for me at this point, to make this work? Javascript? The UX of the site right now, it needs the project name because if you click on a project and want to go to the homepage I'd hit backspace, but in this case it won't do nothing forcing the user to click on "Back to Projects".