Luminate Mexico templates for spanish and english courses. Todos. New script for bulk adding of people.
This commit is contained in:
@ -175,4 +175,4 @@
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -1,8 +1,20 @@
|
||||
{% if courses.in_catalog.any? %}
|
||||
<div class="np-catalog-courses row row-with-thumbnails">
|
||||
{% for course in courses.in_catalog %}
|
||||
{% unless course.properties.is_article_course %}
|
||||
{% if course.id == "6cc26c57-34db-4b8e-a38b-ad321ce18add" or course.id == "ac4fbf2e-ed8f-404d-b995-f0ef73481466" %}
|
||||
{% unless course.properties.is_article_course %}
|
||||
{% if course.properties.course_language == current_person.properties.language %}
|
||||
<div class="col-xs-12 col-md-6 col-lg-4 np-stretch-content">
|
||||
{% include "cards_course" with course %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
{% comment %} ---------------------------- {% endcomment %}
|
||||
{%- comment -%} This is code from the US school that was filter specific courses. Keeping it here in case Mexico does the same thing. -- NR {%- endcomment -%}
|
||||
{%- comment -%} --------------------------- {%- endcomment -%}
|
||||
{% comment %}
|
||||
{% if course.id == "6cc26c57-34db-4b8e-a38b-ad321ce18add" or course.id == "ac4fbf2e-ed8f-404d-b995-f0ef73481466" %}
|
||||
{% if current_person.properties.hide_api_certification_exam_course == false %}
|
||||
<div class="col-xs-12 col-md-6 col-lg-4 np-stretch-content">
|
||||
{% include "cards_course" with course %}
|
||||
@ -16,11 +28,12 @@
|
||||
</div>
|
||||
{% endunless %}
|
||||
{% else %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<div class="col-xs-12 col-md-6 col-lg-4 np-stretch-content">
|
||||
{% include "cards_course" with course %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endcomment %}
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
@ -31,4 +44,4 @@
|
||||
%}
|
||||
{% endcapture %}
|
||||
{% include "courses_zero_state", message: message %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@ -25,12 +25,14 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% if course.properties.course_language == current_person.properties.language %}
|
||||
{% if is_featured %}
|
||||
{% assign featured_courses_count = featured_courses_count | plus: 1 %}
|
||||
|
||||
<div class="featured-course-slide" data-position="{{course.properties.course_position}}">
|
||||
{% include "cards_article" with course %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
@ -352,7 +352,7 @@ body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-res
|
||||
text-indent: 0;
|
||||
line-height: .5;
|
||||
display: block;
|
||||
content: "Benvenida a Luminate Mexico";
|
||||
content: "Benvenida a Aprendizaje de Walmart Luminate";
|
||||
}
|
||||
|
||||
.Home.np-homepage-subheadline::after {
|
||||
@ -734,25 +734,25 @@ body > main > div.np-homepage-ongoing.np-max-width > div.ongoing-see-more-wrappe
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
content: "Ver más";
|
||||
content: "Ver más";
|
||||
}
|
||||
body > footer > div.np-footer-top > div > ul > li:nth-child(1) > a::after {
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
content: "Página de Inicio";
|
||||
content: "Página de Inicio";
|
||||
}
|
||||
body > footer > div.np-footer-top > div > ul > li:nth-child(2) > a::after {
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
content: "Panel";
|
||||
content: "Panel";
|
||||
}
|
||||
|
||||
body > footer > div.np-footer-top > div > ul > li:nth-child(3) > a::after {
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
content: "Mis Rutas";
|
||||
content: "Mis Rutas";
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user