Skip to content

Commit

Permalink
Merge pull request #216 from LibreCodeCoop/feature/changs-nextcloud-page
Browse files Browse the repository at this point in the history
changes on nextcloud page
  • Loading branch information
vitormattos authored Jul 11, 2024
2 parents df7682c + 3116825 commit ca2896e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
12 changes: 6 additions & 6 deletions source/_layouts/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

<div>
<div class="social-links">
<a href="https://t.me/LibreCodeCoop" class="telegram" target=_blank><i class="fa fa-telegram"></i></a>
<a href="https://www.facebook.com/librecodecoop/" class="facebook" target=_blank><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/librecodecoop/" class="instagram" target=_blank><i class="fa fa-instagram"></i></a>
<a href="https://github.com/librecodecoop" class="github" target=_blank><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/company/librecode/" class="linkedin" target=_blank><i class="fa fa-linkedin"></i></a>
<a href="https://t.me/LibreCodeCoop" class="telegram" target="_blank"><i class="fa fa-telegram"></i></a>
<a href="https://www.facebook.com/librecodecoop/" class="facebook" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/librecodecoop/" class="instagram" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://github.com/librecodecoop" class="github" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/company/librecode/" class="linkedin" target="_blank"><i class="fa fa-linkedin"></i></a>
</div>
</div>

Expand All @@ -36,7 +36,7 @@
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=NewBiz
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
Designed by <a href="https://bootstrapmade.com/" target="_blank">BootstrapMade</a>
</div>
</div>

Expand Down
33 changes: 16 additions & 17 deletions source/nextcloud.blade.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
@extends('_layouts.main')

@section('body')
<header id="header" class="fixed-top">
<div class="container">
<div class="logo float-left">
<a href="/" class="scrollto"><img src="../assets/images/logo.png" alt="" class="img-fluid"></a>
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li><a href="/">Voltar</a></li>
</ul>
</nav><!-- .main-nav -->
</div>
</header><!-- #header -->

@extends('_layouts.header')

<section id="intro" class="clearfix">
<div class="container">
Expand Down Expand Up @@ -171,16 +161,25 @@
</i>
</div>
</div>
<div class="col text-center mt-5">
<p class="h2 mb-5 text-light">Gostou? Agende uma demonstração conosco!</p>
<a href="https://t.me/LibreCodeCoop" target="blank" class="btn btn-light btn-lg mt-2">Saiba mais</a>
</div>
</div>
</div>

<p class="texto-nextcloud text-center text-light">Nextcloud é uma marca registrada de Nextcloud GmbH.</p>

</section>

<section id="about" class="products">
<div class="container">
<div class="row about-container">
<div class="col-lg-12 icon-box wow fadeInUp" style="text-align: center;">
<p class="h2 mb-5 text-dark">Gostou? Agende uma demonstração conosco!</p>
<a href="https://t.me/LibreCodeCoop" target="blank" class="btn btn-light btn-lg mt-2">Saiba mais</a>
</div>
<div class="col-lg-12 icon-box wow fadeInUp" style="text-align: center;">
<p class="texto-nextcloud text-center text-dark">Nextcloud é uma marca registrada de Nextcloud GmbH.</p>
</div>
</div>
</div>
</section>

</main>
@endsection

0 comments on commit ca2896e

Please sign in to comment.