-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* extract common tasks aliases * feat: contact response pages * Update config.exs --------- Co-authored-by: Zoey de Souza Pessanha <[email protected]>
- Loading branch information
1 parent
d116e7f
commit a3be22e
Showing
7 changed files
with
386 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<main> | ||
<div class="contact-area"> | ||
<div class="contact-message"> | ||
<.text size="h2" color="text-blue-100"> | ||
Ops! Algo deu errado... | ||
</.text> | ||
<.text size="lg" color="text-black-80"> | ||
Não pudemos receber sua mensagem por conta de um erro. Mas não se preocupe, você pode tentar novamente mais tarde! | ||
</.text> | ||
|
||
<DesignSystem.link navigate="/" styless> | ||
<div class="return-button"> | ||
<img src={~p"/images/contato/fish.png"} /> | ||
<.text size="base" color="text-white-100"> | ||
Voltar para a homepage | ||
</.text> | ||
</div> | ||
</DesignSystem.link> | ||
</div> | ||
<img src={~p"/images/contato/fishing2.svg"} /> | ||
</div> | ||
|
||
<PescarteWeb.DesignSystem.GetInTouch.render /> | ||
</main> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<main> | ||
<div class="contact-area"> | ||
<div class="contact-message"> | ||
<.text size="h2" color="text-blue-100"> | ||
Recebemos sua mensagem! | ||
</.text> | ||
<.text size="lg" color="text-black-80"> | ||
Agradecemos seu contato. Em breve, um membro da nossa equipe irá lhe retornar. Enquanto isso, fique à vontade para conferir mais conteúdos no nosso site. | ||
</.text> | ||
|
||
<DesignSystem.link navigate="/" styless> | ||
<div class="return-button"> | ||
<img src={~p"/images/contato/fish.png"} /> | ||
<.text size="base" color="text-white-100"> | ||
Voltar para a homepage | ||
</.text> | ||
</div> | ||
</DesignSystem.link> | ||
</div> | ||
<img src={~p"/images/contato/fishing.svg"} /> | ||
</div> | ||
|
||
<PescarteWeb.DesignSystem.GetInTouch.render /> | ||
</main> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.