https://github.com/app-generator/sample-bootstrap-landing-page
Bootstrap 5 Landing Page - Learn by Coding | AppSeed
https://github.com/app-generator/sample-bootstrap-landing-page
appseed-sample bootstrap tutorial
Last synced: 10 months ago
JSON representation
Bootstrap 5 Landing Page - Learn by Coding | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/sample-bootstrap-landing-page
- Owner: app-generator
- License: mit
- Created: 2022-04-25T11:30:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T07:04:52.000Z (over 3 years ago)
- Last Synced: 2025-06-07T11:13:46.123Z (10 months ago)
- Topics: appseed-sample, bootstrap, tutorial
- Language: SCSS
- Homepage: https://blog.appseed.us/bootstrap-for-beginners-with-examples/
- Size: 2.78 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Bootstrap for Beginners](https://blog.appseed.us/bootstrap-for-beginners-with-examples/)
All the sample code for the blog article [Everything important about Bootstrap 5](https://blog.appseed.us/bootstrap-for-beginners-with-examples/) - Provided by `AppSeed`.
The article explains the basics of Bootstrap 5 Framework and also provides two free samples crafted from scratch: a landing page and a dashboard.
- 👉 [Bootstrap 5 Landing Page](https://sample-bootstrap-landing-page.appseed-srv1.com/) - LIVE Demo
- 👉 [Bootstrap 5 Dashboard Layout](https://sample-bootstrap-dashboard.appseed-srv1.com/) - LIVE Demo
## ✨ How to use it
- Download the files
- Open up index.html in a code editor, if needed make some changes
- Double click index.html to open it in a web browser and see your changes.

## ✨ Components
- `Navbar`
- `Home`
- `Features`
- `Pricing`
- `Footer`
## ✨ What is Bootstrap 5
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites, it includes HTML, CSS and JavaScript based design templates for almost anything, including (but not limited to): typography, forms, buttons, navigation, and other components.
---
[Everything important about Bootstrap 5](https://blog.appseed.us/bootstrap-for-beginners-with-examples/) - provided by `AppSeed`.