This is the project for my internship at Artbeat Entertainment. I am designing and programming the front-end part of the page. This project will be responsive across all viewports. It is currently under construction ⚠
If you want to make new changes to the site, follow these steps:
- Fork the project repository.
- Clone the forked repository on your machine.
- Make changes wherever needed.
- That's it! Stage your changes
git add -A
- Commit your changes
git commit -m "Updates"
- Push to the changes to your forked repo
git push origin master
- Open a pull request and I will merge your contribution to the repo!