
I choose to do a clothing website where the user searches for sales.
Link to the code: https://github.com/winston199/T-T-Store
Link to live site: https://winston199.github.io/T-T-Store/
Introduction to Multimedia

I choose to do a clothing website where the user searches for sales.
Link to the code: https://github.com/winston199/T-T-Store
Link to live site: https://winston199.github.io/T-T-Store/
You must be logged in to post a comment.
This is a good start, I’m wondering if the story will just be about finding sales, or if that’s a starting point for a story that involves more?
The link to the deals page is not working because it’s not formatted correctly, the href is “/deals.html” which is going to look for a “deals.html” at the root of the site, but the site on GitHub Pages is publishing in the folder T-T-Store, the name of the project. You can fix this by using just “deals.html”. This may be different from how it works locally on your computer, so make sure you test your links after publishing.