Compare commits

...

15 commits

Author SHA1 Message Date
e291e94448 Merge pull request 'chore: Configure Renovate' (#12) from renovate/configure into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #12
2024-06-08 01:29:58 +05:30
Renovate Bot
a0a9e9b4e7 Add renovate.json
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-06-07 19:59:30 +00:00
593f5ed1b4 Merge pull request 'semantic code changes' (#11) from nitishkumar/website:master into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #11
Reviewed-by: Aravinth Manivannan <realaravinth@batsense.net>
2024-03-25 16:51:27 +05:30
nitishkumar
3b01f40832 paragraph removing
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-03-25 14:33:20 +05:30
nitishkumar
0cc0134b5f heading correction
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-03-25 12:39:56 +05:30
nitishkumar
0aec4fae65 semantic code changes
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-03-25 11:48:52 +05:30
b8eea5c304 Merge pull request 're pulling' (#10) from nitishkumar/website:master into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #10
Reviewed-by: Aravinth Manivannan <realaravinth@batsense.net>
2024-03-22 12:18:55 +05:30
nitishkumar
c996d4da9d re pulling
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-03-22 12:16:58 +05:30
702cc34ec3 Merge pull request 'feat: list forgejo and jitsi managed hosting' (#9) from jitsi-forgejo into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #9
2024-03-16 19:45:58 +05:30
7de6c5b5fa
feat: list forgejo and jitsi managed hosting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-03-16 19:29:06 +05:30
83280227ae Merge pull request 'fix: simplify section headings, update "about us" & service descriptions' (#8) from product-descriptions into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #8
2024-03-16 17:45:10 +05:30
06af5222a2 Merge pull request 'fix: email address' (#6) from fix-email into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #6
2024-03-16 17:43:14 +05:30
74b8f06100 Merge pull request 'feat: self-host web fonts for privacy' (#5) from self-host-web-fonts into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #5
2024-03-16 17:42:56 +05:30
20cc612613
fix: email address
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-03-16 17:16:08 +05:30
a409229b35
feat: self-host web fonts for privacy
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-03-16 13:40:19 +05:30
6 changed files with 69 additions and 18 deletions

View file

@ -30,7 +30,8 @@
* # 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,6 +1425,7 @@ 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 {

BIN
fonts/Montserrat_400.woff2 Normal file

Binary file not shown.

7
fonts/font.css Normal file
View file

@ -0,0 +1,7 @@
@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">
<h3 class="subhead">About</h3> <h2 class="subhead">About</h2>
<h1 class="display-1"> <p 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.
</h1> </p>
</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">
<h3 class="subhead">Services</h3> <h2 class="subhead">Services</h2>
<h1 class="display-1"> <p 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.</h1> fit your budget.</p>
</div> </div>
</div> <!-- end section-header --> </div> <!-- end section-header -->
@ -197,17 +197,38 @@
</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
@ -235,15 +256,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">
<h3 class="subhead">Keep In Touch</h3> <h2 class="subhead">Keep In Touch</h2>
<h1 class="display-1">Feel free to contact us for any <br> project idea or collaboration</h1> <p class="display-1">Feel free to contact us for any <br> project idea or collaboration</p>
</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@libresolutions.com</a> <a href="mailto:#0">contact@libre-solutions.com</a>
</p> </p>
</div> </div>
@ -257,7 +278,7 @@
<footer> <footer>
<div class="row"> <div class="row">
<div class="col-full ss-copyright"> <div class="col-full ss-copyright">
<span>© Copyright LibreSolutions 2024 </span> <span>© Copyright Libre Solutions 2024 </span>
</div> </div>
</div> </div>

21
renovate.json Normal file
View file

@ -0,0 +1,21 @@
{
"$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"
]
}
}