Skip to content

Commit

Permalink
feat/publicacoes (#158)
Browse files Browse the repository at this point in the history
* publicações completo

* adicionado link para quem somos
  • Loading branch information
link2755 committed May 29, 2024
1 parent a05359f commit 8579a47
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
40 changes: 40 additions & 0 deletions assets/css/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,46 @@
}
}

.publications {

.publications-text {
display: flex;
flex-direction: column;
align-items: center;

.publications-main-text {
margin: 5rem 30rem;
}

a {
margin-bottom: 5rem;
}
}

.banner-container {
position: relative;
width: 100%;
margin: auto;

img {
width: 100%;
height: auto;
display: block;
}
}

.centered-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center;
font-weight: bold;
font-size: 1.875rem;
}
}

.news {
h2 {
display: flex;
Expand Down
20 changes: 20 additions & 0 deletions lib/pescarte_web/templates/landing_html/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,26 @@
</div>
</div>

<div class="publications">
<div class="banner-container">
<img src={~p"/images/landing/bg_fill.png"} />
<h1 class="centered-text">Publicações</h1>
</div>
<section class="publications-text">
<.text class="publications-main-text" size="lg" color="text-black-80">
O PEA Pescarte é um farol de esperança para os pescadores artesanais da Bacia de Campos, uma comunidade
impactada pelas atividades de exploração de petróleo e gás. Nosso projeto visa não apenas proteger, mas, também,
fortalecer e emancipar economicamente esses guardiões do mar por meio de um programa estruturado em seis fases
cuidadosamente planejadas ao longo de 14 anos.
</.text>
<DesignSystem.link href="https://drive.google.com/drive/folders/13m7ePo1-3ShtUd1plEndrMbEkIxfOyMs?usp=sharing" class="text-sm font-semibold">
<.button style="primary" click="hello">
<.text size="base" color="text-white-100">Acesse Nossas Memórias</.text>
</.button>
</DesignSystem.link>
</section>
</div>

<div class="find-us">
<.text size="h2" color="text-white-100">Onde nos Encontrar</.text>

Expand Down
Binary file added priv/static/images/landing/bg_fill.png
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 8579a47

Please sign in to comment.