Website link

The website can be viewed in this link: https://ahmedshab.github.io/assignment-2/

Business Website

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.

Table of Contents

Description

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.

Setup

  1. Clone the repository to your local machine:
    git clone <repository-url>
  2. Navigate to the project directory:
    cd <project-directory>

Usage

Open the index.html file in your web browser to view the website.

Dependencies

  • No external dependencies are required for this project.

File Structure

  • 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.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.