Vvveb Bootstrap 5 template & UI Kit
August 15, 2023 ยท View on GitHub
Bootstrap 5 html template with over 100+ sections that can be used to build any website.
Default theme used in Vvveb CMS
๐ Live Demo ๐ Page builder demo

Categories
- Call to action - https://github.com/givanz/landing/blob/master/screenshots/hero/
- Features - https://github.com/givanz/landing/blob/master/screenshots/features/
- Base - https://github.com/givanz/landing/blob/master/screenshots/base/
- Contact form - https://github.com/givanz/landing/blob/master/screenshots/contact-form/
- Footer - https://github.com/givanz/landing/blob/master/screenshots/footer/
- Navigation - https://github.com/givanz/landing/blob/master/screenshots/navigation/
- Posts - https://github.com/givanz/landing/blob/master/screenshots/posts/
- Pricing table - https://github.com/givanz/landing/blob/master/screenshots/pricing table/
- Products - https://github.com/givanz/landing/blob/master/screenshots/products/
- Showcase - https://github.com/givanz/landing/blob/master/screenshots/showcase/
- Team - https://github.com/givanz/landing/blob/master/screenshots/team/
- Testimonials - https://github.com/givanz/landing/blob/master/screenshots/testimonials/
Build
Generate html files
npm run gulp
Watch for changes for development
npm run gulp watch
Generate sections list for VvvebJs page builder
npm run gulp sections
Generate blocks list for VvvebJs editor
npm run gulp blocks
Generate screenshots for sections
npm run gulp screenshots
Quick start
- Clone the repo and run it.
git clone https://github.com/givanz/landing/
cd landing
npm i
npm run gulp
Structure
โโโ index.html -- **default template used for homepage**
โโโ index.coming-soon.html -- *replaces homepage when site is set to coming soon*
โโโ index.maintenance.html -- replaces homepage when site is set to maintenance
โโโ error404.html -- page not found error page
โโโ error500.html -- internal server error page
โโโ blank.html -- page with basic layout with minimal or no content
โโโ content
โ โโโ index.html - blog page
โ โโโ post.html - singe post page
โ โโโ page.html - page template
โ โโโ tag.html - posts for tag page
โ โโโ category.html - posts category page
โ โโโ archive.html - posts for a certain date
โ โโโ user.html - user posts
โโโ product
โ โโโ index.html - shop page
โ โโโ product.html - singe product page
โ โโโ manufacturer.html - manufacturer page
โ โโโ vendor.html - vendor page
โ โโโ category.html - category page
โโโ search
โ โโโ search.html - search page
โโโ user
โ โโโ index.html - user dashboard
โ โโโ signup.html - user signup form
โ โโโ login.html - site login form
โ โโโ reset.html - password reset form
โ โโโ edit.html - user data edit
โ โโโ address.html - address list
โ โโโ comments.html - comments list
โ โโโ orders.html - orders list
โ โโโ downloads.html - digital products downloads list
โโโ cart
โ โโโ cart.html - display cart page
โโโ checkout
โ โโโ checkout.html - cart checkout form
โ โโโ confirm.html - order confirmation page
โ โโโ confirm.html - order confirmation page
โโโ email
โ โโโ order
โ โ โโโ new.html - template for new order mail
โ โ โโโ user
โ โโโ reset.html - template for new order mail
โโโ signup.html - template for user welcome
Documentation
For documentation check the theme development documentation
Support
If you like the project you can support it with a PayPal donation or become a backer/sponsor via Open Collective
License
Apache 2.0

























