This is a portfolio template for CATCH’s Project AT. Most of the material is based on w3schools’ “How TO - Make a Website”!
Check out what we’re building: https://katiecha.github.io/project-at/index.html!
Start by navigating the file structure. You should have a directory (or folder) for images and styles.
Within the styles folder, you should see a file called ‘stylesheet.css’. Here you can control the colors, fonts, and more of your website.
Outside of these folders, you should see three files: 1) the ‘README.md’ which you are looking through now, 2) the ‘index.html’, and 3) the ‘about.html’.
Let’s start by looking through the ‘index.html’ file…
Start here!
Download Live Server by Ritwick Dey
A stylesheet can be used to style HTML code. Try changing the selected color in the stylesheet1.css file.
We are super close to the CATCH website’s homepage (https://www.catch-inc.com/) right now!
Let’s change the font of our text!
https://fonts.google.com/
Now, we can add a navbar!