Compare commits
No commits in common. "master" and "jitsi-forgejo" have entirely different histories.
master
...
jitsi-forg
3 changed files with 8 additions and 30 deletions
|
@ -1425,7 +1425,6 @@ body.menu-is-open {
|
|||
letter-spacing: -0.03rem;
|
||||
margin-top: 0;
|
||||
margin-bottom: 4.8rem;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.subhead {
|
||||
|
|
16
index.html
16
index.html
|
@ -135,12 +135,12 @@
|
|||
|
||||
<div class="row section-header bit-narrow" data-aos="fade-up">
|
||||
<div class="col-full">
|
||||
<h2 class="subhead">About</h2>
|
||||
<p class="display-1">
|
||||
<h3 class="subhead">About</h3>
|
||||
<h1 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>
|
||||
</h1>
|
||||
</div>
|
||||
</div> <!-- end section-header -->
|
||||
|
||||
|
@ -157,12 +157,12 @@
|
|||
|
||||
<div class="row section-header bit-narrow" data-aos="fade-up">
|
||||
<div class="col-full">
|
||||
<h2 class="subhead">Services</h2>
|
||||
<p class="display-1">
|
||||
<h3 class="subhead">Services</h3>
|
||||
<h1 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>
|
||||
fit your budget.</h1>
|
||||
</div>
|
||||
</div> <!-- end section-header -->
|
||||
|
||||
|
@ -256,8 +256,8 @@
|
|||
|
||||
<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 -->
|
||||
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue