CodeStitchOfficial / Beginner-Website-Kit

This kit is for those just getting started in building websites. We use only HTML and CSS with LESS and SCSS options. Nothing else to complicate it. This is as barebones as it get! This kit contains an entire website already built to use as a basis for a new website to build for a client.
Creative Commons Zero v1.0 Universal
23 stars 15 forks source link

Website styling is broken? #1

Open JohnLamontagne1996 opened 7 months ago

JohnLamontagne1996 commented 7 months ago

For some reason opening index, and various other pages the styling is broken after downloading Screenshot 2023-11-02 152628

OakHarbor commented 7 months ago

Did you open the terminal in VS Studio and npm install on the project folder, then npm start, and then CTRL + Click the local host link that it gives you to open the project in?

rchrdchn commented 3 weeks ago

@OakHarbor - the CSS and JS file paths are broken.

These are the changes needed in all of the HTML files:

<link rel="stylesheet" href="./css/core-styles.css">
<link rel="stylesheet" href="./css/reviews.css">
<link rel="stylesheet" href="./css/dark.css">
<script defer src="./assets/js/nav.js"></script>

I tried creating a PR but don't have permission.