Compare commits

..

No commits in common. "master" and "product-descriptions" have entirely different histories.

6 changed files with 18 additions and 69 deletions

View file

@ -30,8 +30,7 @@
* # imports * # imports
* *
* ------------------------------------------------------------------- */ * ------------------------------------------------------------------- */
/*@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Nunito+Sans:300,400,400i,600,600i,700,700i");*/ @import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Nunito+Sans:300,400,400i,600,600i,700,700i");
@import url("fonts/font.css");
@import url("micons/micons.css"); @import url("micons/micons.css");
@import url("font-awesome/css/fontawesome-all.css"); @import url("font-awesome/css/fontawesome-all.css");

View file

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

Binary file not shown.

View file

@ -1,7 +0,0 @@
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src:
/* from https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2 */
url('Montserrat_400.woff2') format('woff2'),

View file

@ -135,12 +135,12 @@
<div class="row section-header bit-narrow" data-aos="fade-up"> <div class="row section-header bit-narrow" data-aos="fade-up">
<div class="col-full"> <div class="col-full">
<h2 class="subhead">About</h2> <h3 class="subhead">About</h3>
<p class="display-1"> <h1 class="display-1">
Libre Solutions is a software consultancy based out of Libre Solutions is a software consultancy based out of
Coimbatore, India. We design high-quality, custom software solutions to help Coimbatore, India. We design high-quality, custom software solutions to help
businesses adapt to the ever-changing needs of the digital era. businesses adapt to the ever-changing needs of the digital era.
</p> </h1>
</div> </div>
</div> <!-- end section-header --> </div> <!-- end section-header -->
@ -157,12 +157,12 @@
<div class="row section-header bit-narrow" data-aos="fade-up"> <div class="row section-header bit-narrow" data-aos="fade-up">
<div class="col-full"> <div class="col-full">
<h2 class="subhead">Services</h2> <h3 class="subhead">Services</h3>
<p class="display-1"> <h1 class="display-1">
We offer a range of hosted products and services designed to We offer a range of hosted products and services designed to
cater to your business needs as you scale. Our hosted services cater to your business needs as you scale. Our hosted services
have high uptime, fast page load times and at a price that will have high uptime, fast page load times and at a price that will
fit your budget.</p> fit your budget.</h1>
</div> </div>
</div> <!-- end section-header --> </div> <!-- end section-header -->
@ -197,38 +197,17 @@
</p> </p>
</div> </div>
</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 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 -->
</div> <!-- end services -->
</section> <!-- end s-services -->
<!-- works <!-- works
@ -256,15 +235,15 @@
<div class="row section-header narrow" data-aos="fade-up"> <div class="row section-header narrow" data-aos="fade-up">
<div class="col-full"> <div class="col-full">
<h2 class="subhead">Keep In Touch</h2> <h3 class="subhead">Keep In Touch</h3>
<p class="display-1">Feel free to contact us for any <br> project idea or collaboration</p> <h1 class="display-1">Feel free to contact us for any <br> project idea or collaboration</h1>
</div> </div>
</div> <!-- end section-header --> </div> <!-- end section-header -->
<div class="row contact-main" data-aos="fade-up"> <div class="row contact-main" data-aos="fade-up">
<div class="col-full"> <div class="col-full">
<p class="contact-email"> <p class="contact-email">
<a href="mailto:#0">contact@libre-solutions.com</a> <a href="mailto:#0">contact@libresolutions.com</a>
</p> </p>
</div> </div>
@ -278,7 +257,7 @@
<footer> <footer>
<div class="row"> <div class="row">
<div class="col-full ss-copyright"> <div class="col-full ss-copyright">
<span>© Copyright Libre Solutions 2024 </span> <span>© Copyright LibreSolutions 2024 </span>
</div> </div>
</div> </div>

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"
]
}
}