Luminate has fully rebranded as Scintilla and all templates have been updated.

This commit is contained in:
Norm Rasmussen
2025-02-05 16:19:58 -05:00
parent e60cdf3a60
commit 12e5a4afdb
252 changed files with 1710 additions and 249 deletions

View File

@ -207,7 +207,7 @@
<div id="dialogContent" class="first-time-user-popup-content">
<div class="modal-headline">
{% if current_person.first_name %}&#128075; Hi, {{ current_person.first_name }}!{% endif %}
Welcome to Walmart Luminate Learning! Can we help you get familiar with the site?</div>
Welcome to Scintilla Learn! Can we help you get familiar with the site?</div>
<div class="modal-links">
<a
href="javascript:setPopupSeenProperty('/app/dashboard')"
@ -216,7 +216,7 @@
{% if current_school.id == "10183441-2254-4b1e-a9f7-9549ca773257" %}
{% comment %} LIVE SCHOOL {% endcomment %}
<a href="javascript:setPopupSeenProperty('https://walmartluminate.northpass.com/c/fabe6410eee0c1fa338f11d854edccada8780b6f')">Sure! Show me around.</a>
<a href="javascript:setPopupSeenProperty('https://learn.walmartdataventures.com/c/fabe6410eee0c1fa338f11d854edccada8780b6f')">Sure! Show me around.</a>
{% elsif current_school.id == "804edb32-c300-42f3-82b7-e5d55fcbc2a6" %}
{% comment %} SANDBOX SCHOOL {% endcomment %}
<a href="javascript:setPopupSeenProperty('/app/courses/52f20328-9868-40e5-9ceb-699f6ab2c6ec')" ">Sure! Show me around.</a>
@ -550,6 +550,7 @@
width: 200px;
height: auto;
margin: 0 0 0 64px;
padding-bottom: 15px;
}
.hero-search-wrapper {
@ -559,6 +560,7 @@
.np-hero-search {
margin-left: 32px;
flex: 2;
width: 380px;
}
}