ok i uploaded the original index file from the template i used. now when i search my site it gives me the original template but still no css just the basic design code. would i need a index.html from my host?
Viewing source code on your site, I see a lot of links like:
file:///Macintosh%20HD/Users/stevenlarocque/Desktop/html5up-overflow/assets/css/main.css
This is not a proper FQDN (Fully Qualified Domain Name) nomenclature. What is required is either a FQDN path (ie, https://www.yourdomain.com/css/cssfile1.css), or a relative path (ie, /css/cssfile1.css). The "file:" at the beginning indicates that you used an IDE (Integrated Development Environment) to set the link/reference on a local system (which might work locally but will break when you push it to the production server.)
Hope this helps,
^ _ ^