Compare commits

..

No commits in common. "master" and "self-host-web-fonts" have entirely different histories.

3 changed files with 29 additions and 79 deletions

View file

@ -1425,7 +1425,6 @@ body.menu-is-open {
letter-spacing: -0.03rem;
margin-top: 0;
margin-bottom: 4.8rem;
color:#fff;
}
.subhead {

View file

@ -135,12 +135,10 @@
<div class="row section-header bit-narrow" data-aos="fade-up">
<div class="col-full">
<h2 class="subhead">About</h2>
<p class="display-1">
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.
</p>
<h3 class="subhead">Who We Are</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.
</h1>
</div>
</div> <!-- end section-header -->
@ -157,12 +155,11 @@
<div class="row section-header bit-narrow" data-aos="fade-up">
<div class="col-full">
<h2 class="subhead">Services</h2>
<p class="display-1">
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.</p>
<h3 class="subhead">What we do</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>
</div>
</div> <!-- end section-header -->
@ -173,12 +170,10 @@
<i class="icon-mail"></i>
</div>
<div class="item-service__text">
<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.
<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.
</p>
</div>
</div>
@ -188,47 +183,24 @@
<i class="fab fa-wordpress"></i>
</div>
<div class="item-service__text">
<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.
<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.
</p>
</div>
</div>
</div> <!-- end service row -->
<div class="row bit-narrow services block-1-2 block-tab-full">
<div class="col-block item-service" data-aos="fade-up">
<div class="item-service__icon">
<i class="icon-camera"></i>
</div>
<div class="item-service__text">
<h3 class="item-title">Videoconferencing</h3>
<p>
Hold encrypted, private and secure videoconferences on our
managed <a href="https://jitsi.org">Jitsi</a> instances. Jitsi's user interface is simple and very intuitive, so new users will be able to proficiently use it in minutes.
</div>
</div>
</div> <!-- end services -->
<div class="col-block item-service" data-aos="fade-up">
<div class="item-service__icon">
<i class="fab fa-git"></i>
</div>
<div class="item-service__text">
<h3 class="item-title">Source Code Hosting</h3>
<p>Host your company's software development team on our dedicated and managed <a
href="https://forgejo.org">Forgejo</a> instances with <a
href="https://woodpecker-ci.org/">Woodpecker CI/CD</a>
integration. Forgejo is fast, light-weight and fast with neat collaboration tools. We use it internally to manage our software projects as well!</p>
</div>
</div>
</div> <!-- end service row -->
</section> <!-- end sservices -->
</section> <!-- end s-services -->
<!-- works
@ -256,15 +228,15 @@
<div class="row section-header narrow" data-aos="fade-up">
<div class="col-full">
<h2 class="subhead">Keep In Touch</h2>
<p class="display-1">Feel free to contact us for any <br> project idea or collaboration</p>
<h3 class="subhead">Keep In Touch</h3>
<h1 class="display-1">Feel free to contact us for any <br> project idea or collaboration</h1>
</div>
</div> <!-- end section-header -->
<div class="row contact-main" data-aos="fade-up">
<div class="col-full">
<p class="contact-email">
<a href="mailto:#0">contact@libre-solutions.com</a>
<a href="mailto:#0">contact@libresolutions.com</a>
</p>
</div>
@ -278,7 +250,7 @@
<footer>
<div class="row">
<div class="col-full ss-copyright">
<span>© Copyright Libre Solutions 2024 </span>
<span>© Copyright LibreSolutions 2024 </span>
</div>
</div>
@ -335,4 +307,4 @@
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</body>

View file

@ -1,21 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":dependencyDashboard"
],
"labels": [
"renovate-bot"
],
"prHourlyLimit": 0,
"timezone": "Asia/kolkata",
"prCreation": "immediate",
"vulnerabilityAlerts": {
"enabled": true,
"labels": [
"renovate-bot",
"renovate-security",
"security"
]
}
}