Skip to content

Commit 14f021d

Browse files
committed
Merge branch 'develop'
2 parents 34eb490 + eb51572 commit 14f021d

4 files changed

Lines changed: 20 additions & 9 deletions

File tree

src/core/jinja2/core/ME/hotsite.html

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,10 @@ <h3 class="text-xl font-semibold mb-4 text-[#08B59F] flex items-center">
257257
</h3>
258258
<img src="{{ static('images/icons/me/JANDIGME_HOTSITE ALTA2.png') }}" alt="Álbum de Figurinhas" class="w-full h-48 object-cover rounded-lg mb-4 shadow-sm">
259259
<p class="text-gray-700 mb-6 flex-grow" data-translate="album_dl1_p">Layout pronto do álbum em si, imprimível e de fácil montagem. Pode ser impresso a cores ou em preto e branco em qualquer tipo de impressora - caseira ou gráfica rápida. O álbum tem uma breve explicação do uso seguido das três histórias de mitos brasileiros com cenários nos quais você vai colar as figurinhas que ativam as experiências de realidade aumentada. Ao final do álbum você encontra também um pequeno glossário de palavras para ajudar você a entender melhor as histórias e o contexto.</p>
260-
<button disabled class="w-full bg-gray-300 text-gray-500 font-bold py-3 px-6 rounded-full cursor-not-allowed mt-auto flex items-center justify-center" data-translate="coming_soon">
261-
<i class="fas fa-clock mr-2"></i> Em Breve...
262-
</button>
260+
<a href="{{ static('files/album.pdf') }}" download class="w-full bg-[#08B59F] hover:bg-[#05E2D6] text-white font-bold py-3 px-6 rounded-full transition-all duration-300 transform hover:scale-105 mt-auto shadow-md hover:shadow-lg flex items-center justify-center">
261+
<i class="fas fa-download mr-2"></i>
262+
<span data-translate="album_dl1_button">Baixar Álbum</span>
263+
</a>
263264
</div>
264265
<!-- Figurinhas -->
265266
<div class="bg-white p-6 rounded-lg shadow-md text-left border border-gray-200 flex flex-col h-full hover:shadow-lg transition-shadow">
@@ -269,9 +270,10 @@ <h3 class="text-xl font-semibold mb-4 text-[#08B59F] flex items-center">
269270
</h3>
270271
<img src="{{ static('images/icons/me/JANDIGME_HOTSITE ALTA3.png') }}" alt="Figurinhas Avulsas" class="w-full h-48 object-cover rounded-lg mb-4 shadow-sm">
271272
<p class="text-gray-700 mb-6 flex-grow" data-translate="album_dl2_p">Aqui é onde a diversão acontece! Dividimos as figurinhas em 8 pacotes para impressão para estimular a troca entre amigos dentro ou fora da sala de aula. As figurinhas são os marcadores que com o uso da câmera do celular ativam as experiências do curupira, boitatá e anhangá.</p>
272-
<button disabled class="w-full bg-gray-300 text-gray-500 font-bold py-3 px-6 rounded-full cursor-not-allowed mt-auto flex items-center justify-center" data-translate="coming_soon">
273-
<i class="fas fa-clock mr-2"></i> Em Breve...
274-
</button>
273+
<a href="{{ static('files/figurinhas.pdf') }}" download class="w-full bg-[#08B59F] hover:bg-[#05E2D6] text-white font-bold py-3 px-6 rounded-full transition-all duration-300 transform hover:scale-105 mt-auto shadow-md hover:shadow-lg flex items-center justify-center">
274+
<i class="fas fa-download mr-2"></i>
275+
<span data-translate="album_dl2_button">Baixar Figurinhas</span>
276+
</a>
275277
</div>
276278
<!-- Cartaz -->
277279
<div class="bg-white p-6 rounded-lg shadow-md text-left border border-gray-200 flex flex-col h-full hover:shadow-lg transition-shadow">
@@ -281,9 +283,10 @@ <h3 class="text-xl font-semibold mb-4 text-[#08B59F] flex items-center">
281283
</h3>
282284
<img src="{{ static('images/icons/me/JANDIGME_HOTSITE ALTA6.png') }}" alt="Cartazes Educativos" class="w-full h-48 object-cover rounded-lg mb-4 shadow-sm">
283285
<p class="text-gray-700 mb-6 flex-grow" data-translate="album_dl3_p">Um desdobramento do álbum, o cartaz é um ótimo recurso para decorar ambientes educativos ou para serem usados como apoio visual em apresentações.</p>
284-
<button disabled class="w-full bg-gray-300 text-gray-500 font-bold py-3 px-6 rounded-full cursor-not-allowed mt-auto flex items-center justify-center" data-translate="coming_soon">
285-
<i class="fas fa-clock mr-2"></i> Em Breve...
286-
</button>
286+
<a href="{{ static('files/cartaz.pdf') }}" download class="w-full bg-[#08B59F] hover:bg-[#05E2D6] text-white font-bold py-3 px-6 rounded-full transition-all duration-300 transform hover:scale-105 mt-auto shadow-md hover:shadow-lg flex items-center justify-center">
287+
<i class="fas fa-download mr-2"></i>
288+
<span data-translate="album_dl3_button">Baixar Cartaz</span>
289+
</a>
287290
</div>
288291
<!-- Guia do multiplicador -->
289292
<div class="bg-white p-6 rounded-lg shadow-md text-left border border-gray-200 flex flex-col h-full hover:shadow-lg transition-shadow">
@@ -796,11 +799,13 @@ <h2 class="text-2xl font-semibold mb-6 text-[#08B59F]" data-translate="contact_f
796799
album_downloads_title: "DOWNLOADS",
797800
album_dl1_title: "Álbum interativo",
798801
album_dl1_p: "Layout pronto do álbum em si, imprimível e de fácil montagem. Pode ser impresso a cores ou em preto e branco em qualquer tipo de impressora - caseira ou gráfica rápida. O álbum tem uma breve explicação do uso seguido das três histórias de mitos brasileiros com cenários nos quais você vai colar as figurinhas que ativam as experiências de realidade aumentada. Ao final do álbum você encontra também um pequeno glossário de palavras para ajudar você a entender melhor as histórias e o contexto. O álbum de figurinhas, por exemplo, pode ser usado para colecionar e aprender sobre cada personagem.",
802+
album_dl1_button: "Baixar álbum",
799803
coming_soon: "Em Breve...",
800804
album_dl2_title: "Figurinhas",
801805
album_dl2_p: "Aqui é onde a diversão acontece! Dividimos as figurinhas em 8 pacotes para impressão para estimular a troca entre amigos dentro ou fora da sala de aula. As figurinhas são os marcadores que com o uso da câmera do celular ativam as experiências do curupira, boitatá e anhangá. As figurinhas avulsas podem ser impressas e usadas em jogos ou atividades de colagem.",
802806
album_dl3_title: "Cartaz",
803807
album_dl3_p: "Um desdobramento do álbum, o cartaz é um ótimo recurso para decorar ambientes educativos ou para serem usados como apoio visual em apresentações.",
808+
album_dl3_button: "Baixar cartaz",
804809
album_dl4_title: "Guia do multiplicador",
805810
album_dl4_p: "Nossos materiais foram criados para serem flexíveis e adaptáveis. O guia ajuda educadores, pais e entusiastas a levar esta experiência a cada vez mais lugares. O guia é um material de apoio para entender mais dos mitos apresentados pelas experiências de realidade aumentada. Também ajuda você a entrar na plataforma da Jandig que abriga a experiência e compreender a tecnologia que está por trás. Preparamos também algumas sugestões para estimular a criatividade e o uso do álbum de figurinhas e os marcadores.",
806811
learn_title: "Aprenda a fazer",
@@ -975,11 +980,14 @@ <h2 class="text-2xl font-semibold mb-6 text-[#08B59F]" data-translate="contact_f
975980
album_downloads_title: "DOWNLOADS",
976981
album_dl1_title: "Sticker album",
977982
album_dl1_p: "Ready-to-use layout of the album itself, printable and easy to assemble. It can be printed in color or black and white. The album has a brief explanation of its use followed by the three stories of Brazilian myths with scenarios where you will paste the stickers that activate the augmented reality experiences. At the end of the album, you will also find a small glossary of words to help you better understand the stories and the context. The sticker album, for example, can be used to collect and learn about each character.",
983+
album_dl1_button: "Download Album",
978984
coming_soon: "Coming Soon...",
979985
album_dl2_title: "Stickers",
980986
album_dl2_p: "This is where the fun happens! We divided the stickers into 8 printable packs to encourage trading among friends. The stickers are the markers that, with the use of a cell phone camera, activate the experiences of Curupira, Boitatá, and Anhangá. The loose stickers can be printed and used in games or collage activities.",
987+
album_dl2_button: "Download Stickers",
981988
album_dl3_title: "Poster",
982989
album_dl3_p: "An extension of the album, the poster is a great resource for decorating educational environments or for use as a visual aid in presentations.",
990+
album_dl3_button: "Download Poster",
983991
album_dl4_title: "Multiplier's guide",
984992
album_dl4_p: "Our materials were created to be flexible and adaptable. The guide helps educators, parents, and enthusiasts bring this experience to more and more places. The guide is a support material to understand more about the myths presented by the augmented reality experiences. It also helps you to get into the Jandig platform that hosts the experience and understand the technology behind it. We have also prepared some suggestions to stimulate creativity and the use of the sticker album and markers.",
985993
learn_title: "Learn How",
@@ -1156,11 +1164,14 @@ <h2 class="text-2xl font-semibold mb-6 text-[#08B59F]" data-translate="contact_f
11561164
album_downloads_title: "DESCARGAS",
11571165
album_dl1_title: "Álbum de cromos",
11581166
album_dl1_p: "Diseño listo del álbum en sí, imprimible y de fácil montaje. Se puede imprimir en color o en blanco y negro en cualquier tipo de impresora, ya sea casera o profesional. El álbum tiene una breve explicación de su uso, seguida de las tres historias de mitos brasileños con escenarios en los que pegarás los cromos que activan las experiencias de realidad aumentada. Al final del álbum también encontrarás un pequeño glosario de palabras para ayudarte a entender mejor las historias y el contexto. El álbum de cromos, por ejemplo, se puede utilizar para coleccionar y aprender sobre cada personaje.",
1167+
album_dl1_button: "Descargar Álbum",
11591168
coming_soon: "Próximamente",
11601169
album_dl2_title: "Cromos",
11611170
album_dl2_p: "¡Aquí es donde ocurre la diversión! Dividimos los cromos en 8 paquetes para imprimir para fomentar el intercambio entre amigos dentro o fuera del aula. Los cromos son los marcadores que, con el uso de la cámara del teléfono móvil, activan las experiencias del curupira, boitatá y anhangá. Los cromos sueltos se pueden imprimir y usar en juegos o actividades de collage.",
1171+
album_dl2_button: "Descargar Cromos",
11621172
album_dl3_title: "Póster",
11631173
album_dl3_p: "Una extensión del álbum, el póster es un gran recurso para decorar ambientes educativos o para ser utilizado como apoyo visual en presentaciones.",
1174+
album_dl3_button: "Descargar Póster",
11641175
album_dl4_title: "Guía del multiplicador",
11651176
album_dl4_p: "Nuestros materiales fueron creados para ser flexibles y adaptables. La guía ayuda a educadores, padres y entusiastas a llevar esta experiencia a más lugares. La guía es un material de apoyo para entender más sobre los mitos presentados por las experiencias de realidad aumentada. También te ayuda a entrar en la plataforma de Jandig que alberga la experiencia y a comprender la tecnología que hay detrás. También hemos preparado algunas sugerencias para estimular la creatividad y el uso del álbum de cromos y los marcadores.",
11661177
learn_title: "Aprende a hacerlo",

src/core/static/files/album.pdf

11.4 MB
Binary file not shown.

src/core/static/files/cartaz.pdf

5.05 MB
Binary file not shown.
17.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)