fix: simplify section headings, update "about us" & service descriptions
This commit is contained in:
parent
2d205c6de1
commit
5c0f43fd23
1 changed files with 22 additions and 15 deletions
37
index.html
37
index.html
|
@ -135,9 +135,11 @@
|
|||
|
||||
<div class="row section-header bit-narrow" data-aos="fade-up">
|
||||
<div class="col-full">
|
||||
<h3 class="subhead">Who We Are</h3>
|
||||
<h3 class="subhead">About</h3>
|
||||
<h1 class="display-1">
|
||||
We are Libre Solutions, Deploy mail servers powered by Free / Open Source Software – in your own network or data center. Choose from a variety of tools and user interfaces. Manage your users’ emails without constraints. No recurring or per-users costs.
|
||||
Libre Solutions is a software consultancy based out of
|
||||
Coimbatore, India. We design high-quality, custom software solutions to help
|
||||
businesses adapt to the ever-changing needs of the digital era.
|
||||
</h1>
|
||||
</div>
|
||||
</div> <!-- end section-header -->
|
||||
|
@ -155,11 +157,12 @@
|
|||
|
||||
<div class="row section-header bit-narrow" data-aos="fade-up">
|
||||
<div class="col-full">
|
||||
<h3 class="subhead">What we do</h3>
|
||||
<h3 class="subhead">Services</h3>
|
||||
<h1 class="display-1">
|
||||
We take pride in what we do. Our services are designed to help
|
||||
your business stand out and turn your ideas into digital realities.
|
||||
</h1>
|
||||
We offer a range of hosted products and services designed to
|
||||
cater to your business needs as you scale. Our hosted services
|
||||
have high uptime, fast page load times and at a price that will
|
||||
fit your budget.</h1>
|
||||
</div>
|
||||
</div> <!-- end section-header -->
|
||||
|
||||
|
@ -170,10 +173,12 @@
|
|||
<i class="icon-mail"></i>
|
||||
</div>
|
||||
<div class="item-service__text">
|
||||
<h3 class="item-title">Next Cloud</h3>
|
||||
<p>Nemo cupiditate ab quibusdam quaerat impedit magni. Earum suscipit ipsum laudantium.
|
||||
Quo delectus est. Maiores voluptas ab sit natus veritatis ut. Debitis nulla cumque veritatis.
|
||||
Sunt suscipit voluptas ipsa in tempora esse soluta sint.
|
||||
<h3 class="item-title">File Sharing</h3>
|
||||
<p>
|
||||
Take control of proprietary information with our private and
|
||||
secure hosted <a href="https://nextcloud.com">Nextcloud</a>
|
||||
service. Share, edit and collaborate on documents from
|
||||
desktop, mobile and web interfaces.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -183,10 +188,12 @@
|
|||
<i class="fab fa-wordpress"></i>
|
||||
</div>
|
||||
<div class="item-service__text">
|
||||
<h3 class="item-title">Woocommerce</h3>
|
||||
<p>Nemo cupiditate ab quibusdam quaerat impedit magni. Earum suscipit ipsum laudantium.
|
||||
Quo delectus est. Maiores voluptas ab sit natus veritatis ut. Debitis nulla cumque veritatis.
|
||||
Sunt suscipit voluptas ipsa in tempora esse soluta sint.
|
||||
<h3 class="item-title">E-commerce</h3>
|
||||
<p>
|
||||
Launch your e-commerce site with our hosted <a
|
||||
href="https://woo.com">WooCommerce</a> platform. Create
|
||||
product listings, manage inventory, and offer support to
|
||||
customers with WooCommerce.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -307,4 +314,4 @@
|
|||
<script src="js/plugins.js"></script>
|
||||
<script src="js/main.js"></script>
|
||||
|
||||
</body>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue