-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f5ae95
commit 068c713
Showing
9 changed files
with
104 additions
and
34 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
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,54 @@ | ||
name: | ||
other: "Nome" | ||
email: | ||
other: "Email" | ||
message: | ||
other: "Mensagem" | ||
send_message: | ||
other: "Enviar mensagem" | ||
message_sent: | ||
other: "A mensagem foi enviada com sucesso!" | ||
phone: | ||
other: "Telefone" | ||
|
||
pricing: | ||
other: "Preços" | ||
choose_plan: | ||
other: "Escolha seu plano" | ||
|
||
categories: | ||
other: "Categorias" | ||
all_categories: | ||
other: "Todas as Categorias" | ||
follow_us: | ||
other: "Siga-nos nas redes sociais:" | ||
|
||
previous: | ||
other: "Anterior" | ||
next: | ||
other: "Próximo" | ||
|
||
subscribe: | ||
other: "Inscrever-se" | ||
subscribe_placeholder: | ||
other: "Seu endereço de email" | ||
|
||
related_posts: | ||
other: "Posts Relacionados" | ||
toc: | ||
other: "Índice" | ||
more_case_studies: | ||
other: "Mais estudos de caso" | ||
|
||
newsletter_heading: | ||
other: "Inscreva-se no nosso boletim informativo" | ||
newsletter_subheading: | ||
other: "As últimas notícias sobre o projeto de harmonização de dados." | ||
newsletter_subtext: | ||
other: "Você pode cancelar a inscrição a qualquer momento clicando no link no rodapé de nossos e-mails. Para informações sobre nossas práticas de privacidade, visite nosso site. Usamos o Mailchimp como nossa plataforma de marketing. Ao clicar abaixo para se inscrever, você reconhece que suas informações serão transferidas para o Mailchimp para processamento. Saiba mais sobre as práticas de privacidade do Mailchimp." | ||
newsletter_button: | ||
other: "Inscrever-se" | ||
newsletter_select: | ||
other: "Por favor, selecione todas as formas como você gostaria de ouvir do projeto Harmony:" | ||
newsletter_email: | ||
other: "Inserir endereço de email" |
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,16 @@ | ||
<section id="feature-4" class="overflow-hidden bg-cover bg-no-repeat bg-center bg-primary-50"> | ||
<div class="px-6 lg:px-8 py-20 lg:py-32"> | ||
<div class="space-y-10 lg:space-y-12"> | ||
<div class="max-w-3xl mx-auto text-center space-y-4 lg:space-y-5"> | ||
<h2 class="text-4xl sm:text-5xl lg:text-6xl font-heading font-bold tracking-tight text-blue-950 dark:text-white -ml-1">{{ i18n "newsletter_heading" }}</h2> | ||
<div class="text-base leading-loose sm:text-lg sm:leading-loose lg:text-xl lg:leading-loose text-slate-600 dark:text-slate-100">{{ i18n "newsletter_subheading" }}</div> | ||
</div> | ||
<div class="max-w-4xl mx-auto"> | ||
<div class="flex justify-center items-center mt-10" id="revue-embed"> | ||
{{ partial "components/form-mailchimp.html" . }} | ||
</div> | ||
<div class="mt-5 lg:px-20 text-xs text-slate-500 leading-loose text-center">{{ i18n "newsletter_subtext" }}</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |