This is a simple template to help you get started with web design and host your first website on GitHub Pages.
-
Fork this repository to your own GitHub account.
-
Clone the repository to your local machine using:
git clone https://github.com/girlscodetoo-ch/GirlsCodeToo-WebDesign-Template.git
-
Open the index.html file in your browser to see your website.
-
Edit the index.html and style.css files to customize your website.
-
After you're done, push the changes back to your repository
git add . git commit -m "Customizing my website" git push
-
Enable GitHub Pages:
- Go to the Settings of your repository.
- Scroll down to the GitHub Pages section.
- Select the branch you want to use (e.g., main or master) and save.
Your website will be live at: https://girlscodetoo-ch.github.io/GirlsCodeToo-WebDesign-YourName/.
Enjoy creating your website!