Skip to content

Commit

Permalink
Add contact section
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Apr 27, 2024
1 parent 078b08f commit 041ae3b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 deletions.
23 changes: 15 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: State of the Map LATAM 2024
author: OpenStreetMap Latam
email: [email protected]
contact_form_url:
pt: https://forms.gle/Ky19ce58sBeQt3rM6
en: https://forms.gle/bmoEfEsVwoJ31aFA9
es: https://forms.gle/v26G3sVFZ4o6At4Y8
pt: https://forms.gle/jgPoeGkrALZv5MJM7
en: https://forms.gle/r3JXZsUNi5uxJ5Fj9
es: https://forms.gle/aW3VLGV1B36dz4FF6
baseurl: ""
website: "https://2024.osmlatam.org"
exclude: [README.md]
Expand Down Expand Up @@ -98,7 +98,10 @@ t:
sponsor_section:
sponsors_title: "Sponsorships"
sponsors_description: "Become a sponsor and gain direct access to a vibrant community of IT professionals, geographers, students, and other industry experts. This is an excellent opportunity to increase the visibility of your company and create valuable connections. For more information about sponsorship packages, please fill out our contact form."
contact_button: "Talk to Us"
contact_section:
title: "Contact"
description: "If you have any questions or need more information, please contact us."
button_title: "Visit our contact form"

venue_section:
title: "Venue"
Expand Down Expand Up @@ -140,6 +143,10 @@ t:
sponsors_title: "Patrocinios"
sponsors_description: "Conviértase en patrocinador y obtenga acceso directo a una comunidad vibrante de profesionales de TI, geógrafos, estudiantes y otros expertos del sector. Esta es una excelente oportunidad para aumentar la visibilidad de su empresa y crear conexiones valiosas. Para más información sobre los paquetes de patrocinio, por favor, complete nuestro formulario de contacto."
contact_button: "Hable con nosotros"
contact_section:
title: "Contacto"
description: "Si tienes alguna pregunta o necesitas más información, por favor contáctanos."
button_title: "Visita nuestro formulario de contacto"

venue_section:
title: "Lugar"
Expand Down Expand Up @@ -181,7 +188,7 @@ t:
sponsors_title: "Patrocínios"
sponsors_description: "Torne-se um patrocinador e obtenha acesso direto a uma comunidade vibrante de profissionais de TI, geógrafos, estudantes e outros especialistas do setor. Esta é uma excelente oportunidade para aumentar a visibilidade da sua empresa e criar conexões valiosas. Para mais informações sobre os pacotes de patrocínio, por favor, preencha nosso formulário de contato."
contact_button: "Fale conosco"
venue_section:
title: "Local"
place_name: "Instituto Federal do Pará (IFPA)"
description: "Vivamus aliquet dignissim sapien, semper venenatis massa sagittis dictum. Mauris in magna rutrum, tristique est quis, venenatis nisl. Sed quis nibh nulla. Praesent eu volutpat urna. Maecenas venenatis, augue sed aliquam luctus, nibh lectus pellentesque magna, at egestas eros nisi sit amet lacus. In hac habitasse platea dictumst."
contact_section:
title: "Contato"
description: "Se você tiver alguma dúvida ou precisar de mais informações, entre em contato conosco."
button_title: "Visite nosso formulário de contato"
8 changes: 8 additions & 0 deletions _includes/home/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% assign t = site.t[page.lang].contact_section %}
{% assign contact_url = site.contact_form_url[page.lang] %}

<section id="sponsors" class="container content-section text-center">
<h1>{{ t.title }}</h1>
<p>{{ t.description }}</p>
<a target="_blank" href="{{ contact_url }}" class="btn btn-default">{{ t.button_title }}</a>
</section>
4 changes: 3 additions & 1 deletion _includes/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

{% include home/program.html %}

{% include home/sponsors.html %}
{% include home/sponsors.html %}

{% include home/contact.html %}
1 change: 0 additions & 1 deletion _includes/home/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
<section id="sponsors" class="container content-section text-center">
<h1>{{ t.sponsors_title }}</h1>
<p>{{ t.sponsors_description }}</p>
<a target="_blank" href="{{ contact_url }}" class="btn btn-default">{{ t.contact_button }}</a>
</section>

0 comments on commit 041ae3b

Please sign in to comment.