Skip to content

girlscodetoo-ch/GirlsCodeToo-WebDesign-Gottstein

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.4%
  • CSS 43.6%