Skip to content

Commit

Permalink
Merge pull request #180 from LibreCodeCoop/feat/somos-coop
Browse files Browse the repository at this point in the history
feat: add image with link somos coop
  • Loading branch information
vitormattos authored May 31, 2023
2 parents 934ccd3 + 8524da1 commit fd6c455
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
22 changes: 21 additions & 1 deletion source/_assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1410,6 +1410,25 @@ h6 {
color: #74b5fc;
}

.footer-top .container {
display: flex;
flex-direction: column;

.row {
justify-content: space-between;

img {
height: auto;
}
}

.item {
display: flex;
justify-content: center;
margin-top: 25px;
}
}

#footer .footer-top .footer-contact {
margin-bottom: 30px;
}
Expand All @@ -1428,6 +1447,7 @@ h6 {
width: 65%;
}


#footer .footer-top .footer-newsletter input[type="submit"] {
background: #e5332aff;
border: 0;
Expand Down Expand Up @@ -1564,4 +1584,4 @@ h6 {

.owl-carousel .owl-item img{
width: unset !important;
}
}
15 changes: 13 additions & 2 deletions source/_layouts/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,17 @@
<div class="container">
<div class="row">

<div>
<a href="https://www.somos.coop.br/" target="_blank">
<img
src="../assets/images/somoscoop-horizontal-light.png"
alt="somos coop logo imagem"
width="220" height="200"
/>
</a>
</div>

<div class="col-lg-6 col-md-6">
<div>

<div class="social-links">
<a href="https://t.me/LibreCodeCoop" class="telegram" target=“_blank”><i class="fa fa-telegram"></i></a>
Expand All @@ -76,7 +85,9 @@

</div>

<div class="col-lg-6 col-md-6">
</div>
<div class="item">
<div>
<div class="copyright">
&copy; Copyright <strong>LibreCode</strong>. Todos os direitos reservados
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd6c455

Please sign in to comment.