22 lines
742 B
Plaintext
22 lines
742 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: "Caja de Herramientas"
|
|
desc: "En este sitio podrás consultar información relevante adicional para tu consulta posterios y que responde a diversas necesidades que continuamente cuentan los proveedores"
|
|
img: "#"
|
|
%}
|
|
</main>
|
|
{% include "footer" %}
|
|
|
|
<style>
|
|
.yellow-text {
|
|
color: #ffc121 !important;
|
|
}
|
|
</style> |