An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# OneBitX 🚀

[![LICENSE](https://img.shields.io/npm/l/react)](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
```