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
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #9
This commit is contained in:
commit
702cc34ec3
1 changed files with 28 additions and 7 deletions
35
index.html
35
index.html
|
@ -197,17 +197,38 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end service row -->
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="row bit-narrow services block-1-2 block-tab-full">
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- end services -->
|
||||
<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>
|
||||
|
||||
</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
|
||||
|
|
Loading…
Reference in a new issue