mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-22 06:11:30 +00:00
Fix some layout issues and add social networks
This commit is contained in:
parent
009f2c0a50
commit
ae3ed35da7
@ -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>
|
<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)**.
|
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>
|
||||||
|
@ -64,27 +64,27 @@ científicas.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p style="display: flex; justify-content: center; line-height: 3em; margin-bottom: 3em;">
|
<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>
|
</p>
|
||||||
|
|
||||||
<div style="display: flex; align-items: center; margin: 2em 0; gap: 20px;">
|
<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;">
|
<img src="orgaos-sociais.svg" style="width: 60px; display: block;">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<p style="margin-bottom: 0px">
|
<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.
|
Conhece as pessoas que compõe a nossa equipa.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="display: flex; align-items: center; margin: 2em 0; gap: 20px;">
|
<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;">
|
<img src="contact.svg" style="width: 60px; display: block;">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<p style="margin-bottom: 0px">
|
<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
|
Estamos disponíveis para falar. Temos também canais de comunicação
|
||||||
abertos a toda a comunidade.
|
abertos a toda a comunidade.
|
||||||
</p>
|
</p>
|
||||||
|
@ -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; }
|
.body-width { margin: 0px auto; width: var(--body-width); max-width: 1000px; }
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
margin-top: auto;
|
||||||
background-color: #041952;
|
background-color: #041952;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 40px 0px;
|
padding: 40px 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user