forked from libre-solutions/website
Compare commits
11 commits
c996d4da9d
...
b8eea5c304
Author | SHA1 | Date | |
---|---|---|---|
b8eea5c304 | |||
702cc34ec3 | |||
7de6c5b5fa | |||
83280227ae | |||
5c0f43fd23 | |||
06af5222a2 | |||
74b8f06100 | |||
20cc612613 | |||
a409229b35 | |||
2d205c6de1 | |||
825f3d8cdd |
5 changed files with 71 additions and 34 deletions
|
@ -1,9 +1,10 @@
|
||||||
pipeline:
|
steps:
|
||||||
deploy:
|
deploy:
|
||||||
image: python
|
image: python
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: master
|
branch: master
|
||||||
commands:
|
commands:
|
||||||
- make ci-deploy
|
- echo foo
|
||||||
secrets: [ GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET ]
|
- make ci-deploy
|
||||||
|
secrets: [GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET]
|
||||||
|
|
|
@ -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");
|
||||||
|
|
||||||
|
|
BIN
fonts/Montserrat_400.woff2
Normal file
BIN
fonts/Montserrat_400.woff2
Normal file
Binary file not shown.
7
fonts/font.css
Normal file
7
fonts/font.css
Normal 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'),
|
76
index.html
76
index.html
|
@ -135,9 +135,11 @@
|
||||||
|
|
||||||
<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">Who We Are</h3>
|
<h3 class="subhead">About</h3>
|
||||||
<h1 class="display-1">
|
<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>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- end section-header -->
|
</div> <!-- end section-header -->
|
||||||
|
@ -155,11 +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">What we do</h3>
|
<h3 class="subhead">Services</h3>
|
||||||
<h1 class="display-1">
|
<h1 class="display-1">
|
||||||
We take pride in what we do. Our services are designed to help
|
We offer a range of hosted products and services designed to
|
||||||
your business stand out and turn your ideas into digital realities.
|
cater to your business needs as you scale. Our hosted services
|
||||||
</h1>
|
have high uptime, fast page load times and at a price that will
|
||||||
|
fit your budget.</h1>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- end section-header -->
|
</div> <!-- end section-header -->
|
||||||
|
|
||||||
|
@ -170,10 +173,12 @@
|
||||||
<i class="icon-mail"></i>
|
<i class="icon-mail"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-service__text">
|
<div class="item-service__text">
|
||||||
<h3 class="item-title">Next Cloud</h3>
|
<h3 class="item-title">File Sharing</h3>
|
||||||
<p>Nemo cupiditate ab quibusdam quaerat impedit magni. Earum suscipit ipsum laudantium.
|
<p>
|
||||||
Quo delectus est. Maiores voluptas ab sit natus veritatis ut. Debitis nulla cumque veritatis.
|
Take control of proprietary information with our private and
|
||||||
Sunt suscipit voluptas ipsa in tempora esse soluta sint.
|
secure hosted <a href="https://nextcloud.com">Nextcloud</a>
|
||||||
|
service. Share, edit and collaborate on documents from
|
||||||
|
desktop, mobile and web interfaces.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -183,24 +188,47 @@
|
||||||
<i class="fab fa-wordpress"></i>
|
<i class="fab fa-wordpress"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-service__text">
|
<div class="item-service__text">
|
||||||
<h3 class="item-title">Woocommerce</h3>
|
<h3 class="item-title">E-commerce</h3>
|
||||||
<p>Nemo cupiditate ab quibusdam quaerat impedit magni. Earum suscipit ipsum laudantium.
|
<p>
|
||||||
Quo delectus est. Maiores voluptas ab sit natus veritatis ut. Debitis nulla cumque veritatis.
|
Launch your e-commerce site with our hosted <a
|
||||||
Sunt suscipit voluptas ipsa in tempora esse soluta sint.
|
href="https://woo.com">WooCommerce</a> platform. Create
|
||||||
|
product listings, manage inventory, and offer support to
|
||||||
|
customers with WooCommerce.
|
||||||
</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> <!-- end services -->
|
</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>
|
||||||
|
|
||||||
</section> <!-- end s-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 -->
|
||||||
|
|
||||||
|
|
||||||
<!-- works
|
<!-- works
|
||||||
|
@ -236,7 +264,7 @@
|
||||||
<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>
|
||||||
|
@ -250,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>
|
||||||
|
@ -307,4 +335,4 @@
|
||||||
<script src="js/plugins.js"></script>
|
<script src="js/plugins.js"></script>
|
||||||
<script src="js/main.js"></script>
|
<script src="js/main.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue