Link: https://m-heck.github.io/ArtsEdgeWebsite/
This is a personal project that I started to continue practicing my web development and HTML, CSS, and JavaScript. The website was built from scratch and uses content from https://www.artsedgedance.com/index.html. I wanted to explore different effects, layouts, and tools used to build a website. To see the website, visit the github pages linked above.
- Go to the location on your computer where you want the repository to be cloned through your terminal
- Use the command
git clone https://github.com/m-heck/ArtsEdgeWebsite.git
You can use a live server to view changes you make to the website before you commit. For example, in VS Code, the extension "Live Server" can be used.