https://github.com/vbuldenko/air_landing
Landing page example for Air creative agency.
https://github.com/vbuldenko/air_landing
bem html5 sass
Last synced: 11 months ago
JSON representation
Landing page example for Air creative agency.
- Host: GitHub
- URL: https://github.com/vbuldenko/air_landing
- Owner: vbuldenko
- License: gpl-3.0
- Created: 2025-03-01T15:55:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T16:16:43.000Z (over 1 year ago)
- Last Synced: 2025-03-01T17:22:13.580Z (over 1 year ago)
- Topics: bem, html5, sass
- Language: SCSS
- Homepage: https://vbuldenko.github.io/Air_Landing/
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Air
This project is an example landing page for a creative agency.
## Technologies Used
- HTML
- CSS (SCSS)
- JavaScript
## Links
- [Preview](https://vbuldenko.github.io/layout_dia/)
- [Mockup](https://www.figma.com/file/7qwsWggv9BAxMi2VPhBuPr/Air-(formerly-Dia)?node-id=9138%3A35)
## Launch Instructions
1. Clone the repository:
```bash
git clone https://github.com/vbuldenko/Air_Landing.git
```
2. Navigate to the project directory:
```bash
cd Air_Landing
```
3. Install the dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm start
```
Open your browser and navigate to [http://localhost:8080](http://localhost:8080).