Skip to content

ThienBNguyen/Aroma_Nails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nail Salon Website This is a simple HTML and SCSS project for a small nail salon business. The website showcases an introduction to the salon and the services they provide.

Getting Started To get started with this project, follow the instructions below:

Clone the repository: git clone https://github.com/your-username/nail-salon-website.git Navigate to the project directory: cd nail-salon-website Open the index.html file in your preferred web browser. Project Structure The project structure is organized as follows:

css Copy code

├── index.html ├──main.css │
├── scss/ │ └── main.scss └── img/ └── list of images/ ├── aroma-shop1.jpg └── aroma-shop2.jpg The index.html file contains the HTML structure and content of the website. The css directory contains the compiled CSS file, main.css, generated from the SCSS. The scss directory contains the SCSS file, main.scss, where you can make changes to the styling of the website. The assets directory holds the images used in the website, such as the salon and services images. Customization You can customize the website according to the specific needs of the nail salon business. To modify the styling, open the main.scss file and update the variables and styles as desired. Run a SCSS compiler to generate the corresponding CSS file.

To add or modify the content of the website, make changes directly in the index.html file. Update the introduction and services sections to reflect the offerings of the nail salon business.

Feel free to replace the images in the assets/images directory with the salon's own pictures or any other relevant visuals.

Contributing Contributions to this project are welcome. If you have suggestions for improvements or encounter any issues, please submit a pull request or open an issue in the repository.

License This project is licensed under the MIT License. You are free to use, modify, and distribute the code as you see fit.

Acknowledgments This project was created for educational purposes and serves as a starting point for building a small nail salon website. The HTML and SCSS code were developed based on best practices and industry standards. Thank you for visiting this repository! Feel free to reach out with any questions or feedback.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published