The website can be viewed in this link: https://ahmedshab.github.io/assignment-2/
This project is a business website designed to provide information about the company's services, products, and contact details. The website includes various pages such as the home page, contact page, sign-in page, and sign-up page.
The website includes information about the company's services and products. It also provides a contact page for inquiries and pages for user sign-in and sign-up.
- Clone the repository to your local machine:
git clone <repository-url>
- Navigate to the project directory:
cd <project-directory>
Open the index.html
file in your web browser to view the website.
- No external dependencies are required for this project.
- index.html: The main landing page of the website.
- pages/contact page/index.html: The contact us page.
- pages/sign in page/sign-in.html: The sign-in page.
- pages/sign up page/sign-up.html: The sign-up page.
- images/logo.png: The logo image used in the website.
- styles/style.css: The main stylesheet for the website.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.