Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.01 KB

File metadata and controls

34 lines (24 loc) · 1.01 KB

Web Design - Template

GirlsCodeToo

Introduction

This is a simple template to help you get started with web design and host your first website on GitHub Pages.

Steps to get started:

  1. Fork this repository to your own GitHub account.

  2. Clone the repository to your local machine using:

    git clone https://github.com/girlscodetoo-ch/GirlsCodeToo-WebDesign-Template.git
  3. Open the index.html file in your browser to see your website.

  4. Edit the index.html and style.css files to customize your website.

  5. After you're done, push the changes back to your repository

    git add .
    git commit -m "Customizing my website"
    git push
  6. 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!