init
This commit is contained in:
111
static/Vvvebjs/demo/landing/sections/features/features-9.html
Normal file
111
static/Vvvebjs/demo/landing/sections/features/features-9.html
Normal file
@@ -0,0 +1,111 @@
|
||||
<section class="features-9 py-5 bg-alternate" aria-label="features-9">
|
||||
<div class="container">
|
||||
<div class="row text-center">
|
||||
<div class="col-12">
|
||||
<h2>Our product features</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row text-start mt-5">
|
||||
<div class="col-12 col-sm-6 col-lg-3">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
<img alt="map location" loading="lazy" src="demo/img/illustrations.co/109-map-location.svg">
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<h4>Drag and drop</h4>
|
||||
<p class="lead text-muted mt-4">Intuitive building with simple drag and drop for sections, components and blocks/snippets</p>
|
||||
<a>Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-lg-3 pt-3 pt-sm-0">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
<img alt="healthy" loading="lazy" src="demo/img/illustrations.co/107-healthy.svg">
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<h4>Live code editor</h4>
|
||||
<p class="lead text-muted mt-4">Code editor with syntax highglighting that updates in real time</p>
|
||||
<a>Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-lg-3 pt-3 pt-lg-0">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
<img alt="dumbbell" loading="lazy" src="demo/img/illustrations.co/104-dumbbell.svg">
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<h4>Bootstrap 5</h4>
|
||||
<p class="lead text-muted mt-4">The html for sections blocks and components and this template are built using bootrap 5</p>
|
||||
<a>Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-lg-3 pt-3 pt-lg-0">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
<img alt="namaste" loading="lazy" src="demo/img/illustrations.co/126-namaste-no-hand-shake.svg">
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<h4>Google fonts</h4>
|
||||
<p class="lead text-muted mt-4">Use any of the hundreds fonts from google fonts for your design</p>
|
||||
<a>Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row text-start pt-3 pt-lg-5">
|
||||
<div class="col-12 col-sm-6 col-lg-3">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
<img alt="map location" loading="lazy" src="demo/img/illustrations.co/109-map-location.svg">
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<h4>Drag and drop</h4>
|
||||
<p class="lead text-muted mt-4">Intuitive building with simple drag and drop for sections, components and blocks/snippets</p>
|
||||
<a>Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-lg-3 pt-3 pt-sm-0">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
<img alt="healthy" loading="lazy" src="demo/img/illustrations.co/107-healthy.svg">
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<h4>Bootstrap 5</h4>
|
||||
<p class="lead text-muted mt-4">The html for sections blocks and components and this template are built using bootrap 5</p>
|
||||
<a>Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-lg-3 pt-3 pt-lg-0">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
<img alt="map location" loading="lazy" src="demo/img/illustrations.co/109-map-location.svg">
|
||||
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<h4>Drag and drop</h4>
|
||||
<p class="lead text-muted mt-4">Intuitive building with simple drag and drop for sections, components and blocks/snippets</p>
|
||||
<a>Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-lg-3 pt-3 pt-lg-0">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
<img alt="healthy" loading="lazy" src="demo/img/illustrations.co/107-healthy.svg">
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<h4>Live code editor</h4>
|
||||
<p class="lead text-muted mt-4">Code editor with syntax highglighting that updates in real time</p>
|
||||
<a>Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user