update contact
This commit is contained in:
@@ -23,12 +23,8 @@ const year = new Date().getFullYear();
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<Container class="flex items-center py-3">
|
||||
<a
|
||||
href="/"
|
||||
aria-label="Página inicial"
|
||||
class="hover:outline rounded-xs outline-offset-2"
|
||||
>
|
||||
<Container class="flex items-center py-2.5">
|
||||
<a href="/" aria-label="Página inicial">
|
||||
<Icon name="logos/eduseg" class="w-28 h-auto" />
|
||||
</a>
|
||||
|
||||
@@ -54,8 +50,17 @@ const year = new Date().getFullYear();
|
||||
</main>
|
||||
|
||||
<footer class="py-2.5 lg:py-6 text-white/70">
|
||||
<Container>
|
||||
© {year} EDUSEG® Todos os direitos reservados. CNPJ15.608.435/0001-90
|
||||
<Container class="flex max-lg:flex-col gap-2.5 justify-between">
|
||||
<div>
|
||||
© {year} EDUSEG® Todos os direitos reservados. CNPJ15.608.435/0001-90
|
||||
</div>
|
||||
<a
|
||||
href="#"
|
||||
class="underline hover:no-underline flex items-center gap-1 max-lg:self-center"
|
||||
>
|
||||
<Icon name="arrow-up" />
|
||||
<span>Voltar ao início</span>
|
||||
</a>
|
||||
</Container>
|
||||
</footer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user