23 lines
806 B
Plaintext
23 lines
806 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: "Sesiones en vivo"
|
|
desc: "Formación grupal en vivo con especialistas de Walmart en diversos temas de negocio que te ayudarán a estar al día sobre nuevas iniciativas y requerimientos del negocio."
|
|
img: "#"
|
|
%}
|
|
{% include 'impulsa_custom_events' cat: "[Sesiones en vivo]" %}
|
|
</main>
|
|
{% include "footer" %}
|
|
|
|
<style>
|
|
.yellow-text {
|
|
color: #ffc121 !important;
|
|
}
|
|
</style> |