/artbeat-entertainment-main-web

A frontend web for a film production house in Bihar made by our team.

Primary LanguageHTML

Artbeat Entertainment

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 ⚠

Contributing Guide


If you want to make new changes to the site, follow these steps:

  1. Fork the project repository.
  2. Clone the forked repository on your machine.
  3. Make changes wherever needed.
  4. That's it! Stage your changes
    git add -A
  5. Commit your changes
    git commit -m "Updates"
  6. Push to the changes to your forked repo
    git push origin master
  7. Open a pull request and I will merge your contribution to the repo!