Landing page was implemented according to Figma design
- It uses BEM and SCSS for structured and modular CSS.
You can see the landing page live at the following link: DEMO
HTML
: For the basic structure of the webpage.CSS (SCSS)
: For styling, with SCSS providing advanced features like variables, nested rules, and mixins.JavaScript
: For dynamic interactions and functionality.BEM (Block Element Modifier)
: For a modular and reusable CSS code structure.Figma
: The design tool used to create the visual layout of the landing page.
The page is adapted for the following screen sizes:
- Desktop: 1440px
- Small Desktop: 1280px
- Tablet: 640px
- Mobile: > 320px
Header
withnav
.Brand of eco-cosmetics and magic candles
block.If you choose the gifts of nature and care about it’s - scroll down
block.About our brand
block.Shop
block:
- tabs
- slider
About the creators
block.Ayurvedic Tooth Powder
block.Contact us
block.Footer
.
To run this project locally, follow these steps:
- Clone the Repository:
git clone https://github.com/SvitlanaRamanauskas/Eco_cosmetics_landing_page_Portfolio.git
cd Eco_cosmetics_landing_page_Portfolio
- Install Dependencies:
Install dependences using npm (Node Package Manager). Ensure you have Node.js installed on your machine. This project uses Node v14.
npm install
- Run the Project:
Start the development server with live reloading:
npm start
Alternatively, you can use any other local server setup you prefer, such as Live Server for VS Code.
- Open the Project in Your Browser:
Visit http://localhost:5000 or the port your server specifies to see the landing page in action.
If you would like to contribute to this project, please fork the repository and submit a pull request. Contributions are always welcome!