diff --git a/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_calendar.html.liquid b/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_calendar.html.liquid
new file mode 100644
index 00000000..7ee83fe9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_calendar.html.liquid
@@ -0,0 +1,325 @@
+
+{% for training_event in training_events.available %}
+ {% for session in training_event.sessions %}
+
+ {% endfor %}
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+
Su
+
Mo
+
Tu
+
We
+
Th
+
Fr
+
Sa
+
+
+
+
Today
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_content_by_cards.html.liquid b/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_content_by_cards.html.liquid
new file mode 100644
index 00000000..f4e9c9df
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_content_by_cards.html.liquid
@@ -0,0 +1,50 @@
+{% assign categories = current_school.filterable_categories %}
+
+
+ {% for category in categories %}
+
+
+ {{ category.name }}
+
+
+
+ {% endfor %}
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_header.html.liquid b/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_header.html.liquid
index 9e5eaa11..28aeae28 100644
--- a/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_header.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_header.html.liquid
@@ -36,15 +36,15 @@