Fix some layout issues and add social networks

This commit is contained in:
Hugo Peixoto 2021-10-31 00:53:32 +01:00
parent 009f2c0a50
commit ae3ed35da7
3 changed files with 20 additions and 6 deletions

View File

@ -24,3 +24,9 @@ aliases:
<dd><a href="mailto:webmaster@ansol.org">webmaster@ansol.org</a></dd><dt><strong>Discussão e participação:</strong></dt><dd><a href="https://membros.ansol.org/mailman/listinfo">listas de correio</a></dd></dl>
Poderá também consultar e contactar os **[órgãos sociais em exercício](/orgaos-sociais)**.
## Redes sociais
Estamos presentes no twitter: <https://twitter.com/ANSOL>
Temos uma sala Matrix aberta ao público: <https://matrix.to/#/#geral:ansol.org>

View File

@ -64,27 +64,27 @@ científicas.
</div>
<p style="display: flex; justify-content: center; line-height: 3em; margin-bottom: 3em;">
<a href="{{ (site.GetPage "inscricao").Permalink }}" class='cta' style="margin-left: 0px;">Junta-te a nós</a>
<a href="{{< ref "/inscricao" >}}" class='cta' style="margin-left: 0px;">Junta-te a nós</a>
</p>
<div style="display: flex; align-items: center; margin: 2em 0; gap: 20px;">
<a href="/ansol.org/orgaos-sociais" style="display: block;">
<a href="{{< ref "/orgaos-sociais" >}}" style="display: block;">
<img src="orgaos-sociais.svg" style="width: 60px; display: block;">
</a>
<p style="margin-bottom: 0px">
<a href="/ansol.org/orgaos-sociais"><strong>Órgãos sociais</strong></a>:
<a href="{{< ref "/orgaos-sociais" >}}"><strong>Órgãos sociais</strong></a>:
Conhece as pessoas que compõe a nossa equipa.
</p>
</div>
<div style="display: flex; align-items: center; margin: 2em 0; gap: 20px;">
<a href="/ansol.org/contactos" style="display: block;">
<a href="{{< ref "/contactos" >}}" style="display: block;">
<img src="contact.svg" style="width: 60px; display: block;">
</a>
<p style="margin-bottom: 0px">
<a href="/ansol.org/contactos"><strong>Contactos</strong></a>:
<a href="{{< ref "/contactos" >}}"><strong>Contactos</strong></a>:
Estamos disponíveis para falar. Temos também canais de comunicação
abertos a toda a comunidade.
</p>

View File

@ -9,10 +9,18 @@
}
body { margin: 0px; font-family: Roboto; font-weight: 400; }
body {
margin: 0px;
font-family: Roboto;
font-weight: 400;
display: flex;
flex-direction: column;
min-height: 100vh;
}
.body-width { margin: 0px auto; width: var(--body-width); max-width: 1000px; }
footer {
margin-top: auto;
background-color: #041952;
color: white;
padding: 40px 0px;