23 lines
800 B
Plaintext
23 lines
800 B
Plaintext
{% include "header" %}
|
|
<div class="np-homepage-hero">
|
|
<img class="homepage-hero-image"
|
|
src="https://s3.us-east-1.amazonaws.com/static.northpass.com/Walmart+Mexico/homepage-image-hero.jpg.png"
|
|
alt="{{ homepage.headline }}"
|
|
/>
|
|
</div>
|
|
<main class="np-main np-learning-paths np-subpage-container np-max-width">
|
|
{% include 'impulsa_navigation' %}
|
|
{% include 'impulsa_custom_pages'
|
|
heading: "Contenido Especial"
|
|
desc: "Formació personalizada para usuarios determinados sobre temas estratégicos que competen a la operatividad de tu negocio en la relación comecial con Walmart."
|
|
img: "#"
|
|
%}
|
|
{% include 'impulsa_custom_events' cat: "[Contenido Especial]" %}
|
|
</main>
|
|
{% include "footer" %}
|
|
|
|
<style>
|
|
.yellow-text {
|
|
color: #ffc121 !important;
|
|
}
|
|
</style> |