https://github.com/ewertonsolitto/onebitx
Exercise of OneBitCode course to train Bootstrap and Sass, remaking a website with 3 pages, also using the Animate on Scroll Library.
https://github.com/ewertonsolitto/onebitx
bootstrap html sass
Last synced: 3 months ago
JSON representation
Exercise of OneBitCode course to train Bootstrap and Sass, remaking a website with 3 pages, also using the Animate on Scroll Library.
- Host: GitHub
- URL: https://github.com/ewertonsolitto/onebitx
- Owner: EwertonSolitto
- License: mit
- Created: 2022-09-06T19:40:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T23:30:51.000Z (almost 3 years ago)
- Last Synced: 2025-08-03T06:25:52.207Z (11 months ago)
- Topics: bootstrap, html, sass
- Language: CSS
- Homepage: https://ewertonsolitto.github.io/OneBitX/pages/index.html
- Size: 15.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OneBitX 🚀
[](https://github.com/EwertonSolitto/OneBitX/blob/main/LICENSE)
# About 📝
https://ewertonsolitto.github.io/OneBitX/pages/index.html
Exercise of OneBitCode course to train Bootstrap and Sass, remaking a website with 3 pages, also using the Animate on Scroll Library.
# Layout Web 🖥️

# Layout Mobile 📱
# Tecnologies ⚡
- BOOTSTRAP
- SASS
- HTML
- AOS
# Installation 🔧
```bash
# Clone repository
git clone https://github.com/EwertonSolitto/OneBitX.git
# Install dependencies
npm i
# Install Sass
npm i -g sass
# Run Sass
npm run sass
# Open index
pages/index.html
```