2020-06-11 11:46:16 +00:00
<!DOCTYPE html>
2021-11-09 20:15:13 +00:00
< html lang = "{{ site.LanguageCode | default " en-us " } } " >
{{ partial "site_head" . }}
2021-11-17 23:44:52 +00:00
< script type = "text/javascript" >
2021-11-17 23:49:59 +00:00
if (window.location.hostname == "www.ansol.org") {
2021-11-17 23:44:52 +00:00
window.location = window.location.href.replace("www.ansol.org", "ansol.org");
}
< / script >
2021-11-09 20:15:13 +00:00
< body >
< nav class = "main" >
< div class = "body-width" >
< a class = "menu" href = "#" onclick = "this.parentNode.parentNode.classList.toggle('menu--expanded'); return false;" > < img src = "{{ (resources.Get " images / menu . svg " ) . Permalink } } " > < / a >
< a href = "{{ (site.GetPage " " ) . Permalink } } " > < img src = "{{ (resources.Get " images / logo . svg " ) . Permalink } } " alt = "Associação Nacional para o Software Livre" / > < / a >
< ul class = 'sections' >
< li > < a href = "{{ (site.GetPage " Section " " noticias " ) . Permalink } } " > Notícias< / a > < / li >
< li > < a href = "{{ (site.GetPage " Section " " iniciativas " ) . Permalink } } " > Iniciativas< / a > < / li >
< li > < a href = "{{ (site.GetPage " politica " ) . Permalink } } " > Política< / a > < / li >
< li > < a href = "{{ (site.GetPage " Section " " eventos " ) . Permalink } } " > Eventos< / a > < / li >
< li > < a href = "{{ (site.GetPage " sobre " ) . Permalink } } " > Sobre< / a > < / li >
< / ul >
< a class = 'nav-search' href = "#" onclick = "document.querySelector('body').classList.toggle('searching'); return false;" > Pesquisar< / a >
< / div >
< / nav >
< main >
{{ block "main" . }}{{ end }}
< / main >
2021-10-28 16:32:48 +00:00
2021-11-09 20:15:13 +00:00
{{ partial "search" . }}
{{ partial "site_js" . }}
2021-10-28 16:32:48 +00:00
2021-11-09 20:15:13 +00:00
< footer >
< div class = "body-width" >
2021-11-11 19:34:41 +00:00
< p > Copyright 2001 — {{ now.Year }} ANSOL< / p >
2021-11-09 20:15:13 +00:00
< p > Associação Nacional para o Software Livre< / p >
< p > < a href = "{{ (site.GetPage " contactos " ) . Permalink } } " > Contactos< / a > < / p >
< p > < a href = "{{ (site.GetPage " orgaos-sociais " ) . Permalink } } " > Órgãos sociais< / a > < / p >
< p > < a href = "https://gitlab.com/ansol/web-ansol.org" > Código fonte< / a > < / p >
< p > < a href = "{{ (site.GetPage " licenca " ) . Permalink } } " > Licenças e atribuições< / a > < / p >
< / div >
< / footer >
< / body >
2020-06-11 11:46:16 +00:00
< / html >