init
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
<section class="features-1 bg-alternate my-5" aria-label="features-1">
|
||||
<div class="container">
|
||||
<div class="row wrap">
|
||||
<div class="col-md-6 align-self-center">
|
||||
<div class="max-box" data-aos="fade-right">
|
||||
<!--
|
||||
<span class="badge bg-success rounded-pill px-3">new</span>
|
||||
-->
|
||||
<h2 class="display-5 fw-bold">Real time code editor</h2>
|
||||
<div class="mt-4">
|
||||
<p class="lead">Code editor with syntax highglighting that updates in real time.</p>
|
||||
<p class="lead">Use any of the hundreds fonts from google fonts for your design.</p>
|
||||
<p class="lead">Powerful and easy to use drag and drop builder for blogs, websites or ecommerce stores.</p>
|
||||
</div>
|
||||
<a tile="Code editor features" href="/page/about" role="button">
|
||||
<span>Learn More</span>
|
||||
<i class="la la-long-arrow-alt-right ms-1"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<img src="demo/img/team-1.jpg" alt="Macbook" loading="lazy" class="img-fluid shadow" data-aos="fade-left" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row g-5 wrap mt-2">
|
||||
<div class="col-md-6">
|
||||
<img src="demo/img/team-2.jpg" alt="App development" loading="lazy" class="img-fluid shadow" data-aos="fade-right" />
|
||||
</div>
|
||||
<div class="col-md-6 align-self-center">
|
||||
<div class="max-box ms-auto" data-aos="fade-left">
|
||||
<!-- <span class="badge bg-success rounded-pill px-3">on sale</span> -->
|
||||
<h2 class="display-5 fw-bold">Drag and drop page builder</h2>
|
||||
<div class="mt-4">
|
||||
<p class="lead">Intuitive building with simple drag and drop for sections, components and blocks.</p>
|
||||
<p class="lead">The html for sections blocks and components and this template are built using Bootstrap.</p>
|
||||
</div>
|
||||
<a title="Drag and drop" href="/page/about" role="button">
|
||||
<span>Learn More</span>
|
||||
<i class="la la-long-arrow-alt-right ms-1"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user