Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.55 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.55 KB

HouseVOP Project

Landing Work Project License Working on

This project represents a website for a residential complex, designed with HTML, CSS, and JavaScript. It includes sections for information about the complex, its surroundings, available apartments, etc. Used SCSS

Table of Contents

Folder Structure

  • css: Contains the styles for the website.
  • img: Holds all the images used in the project.
  • js: Includes the JavaScript file for additional functionality.

Usage

  1. Clone the repository:
git clone https://github.com/HEAD0223/houseVOP.git
cd houseVOP
  1. Open the index.html file in a web browser to view the website.

Screenshots

HouseVOP houseVOP_1 houseVOP_2 houseVOP_3

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-name
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature-name
  5. Submit a pull request.