Updated templates and tasks.

This commit is contained in:
Norm Rasmussen
2025-04-23 16:18:17 -04:00
parent 78e50050a4
commit 3d1fa03a51
15 changed files with 518 additions and 86 deletions

View File

@ -76,7 +76,7 @@
</div>
<div class="faq-content">
<div class="faq-answer">
The Supplier Academy team is happy to help support your learning. Email supplierdevelopment@walmart.com and we will respond as soon as possible.
The Supplier Academy team is happy to help support your learning. Use <a href="https://supplieracademy.northpass.com/app/contact" style="color: white;">the form here</a> to contact us and we will respond as soon as possible.
</div>
</div>
</div>
@ -91,15 +91,12 @@
</div>
<div class="faq-content">
<div class="faq-answer">
Yes. Please send all feedback to supplierdevelopment@walmart.com.
We welcome all feedback! Please <a href="https://supplieracademy.northpass.com/app/contact" style="color: white;">contact us here.</a>
</div>
</div>
</div>
</div>
<div class="support-text text-center">
Contact supplierdevelopment@walmart.com for additional support.
</div>
</div>
</div>
<style>
.faq-wrapper {

View File

@ -44,24 +44,7 @@
{% endif %}
</nav>
{% if website_footer.show_customer_service_email? and
website_footer.school_customer_service_email
%}
<div class="np-footer-support">
<div class="np-footer-support-item np-footer-support-help">
{% t .need_help %}
</div>
<div class="np-footer-support-item np-footer-support-email">
{% t .email %}
</div>
<a
class="np-footer-support-item np-footer-support-link np-button-color"
href="mailto:{{ website_footer.school_customer_service_email }}"
>
{{ website_footer.school_customer_service_email }}
</a>
</div>
{% endif %}
</div>
</footer>

View File

@ -3,13 +3,9 @@
<div class="banner-container">
<div class="banner-image-wrapper">
<img src="https://i5.walmartimages.com/dfwrs/76316474-30ea/k2-_c397aeb4-ecf5-485a-b04a-9e094d10e8fb.v1.png" alt="" class="banner-img">
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/1077946836?h=62260e9bc0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Grow with US Introduction"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
<div class="deatils-container">
<div class="banner-descirption text-center">Email <span class="bold-text">supplierinclusion@walmart.com</span></div>
<div class="banner-descirption text-center">for additional support.</div>
</div>
</div>
</div>
<div class="banner-content-container">
<div class="banner-descirption">
Ready to elevate your small business with Walmart?
@ -107,7 +103,7 @@
align-items: center;
}
.banner-image-wrapper {
width: 30%;
width: 60%;
display: flex;
flex-direction: column;
gap: 30px;

View File

@ -107,7 +107,7 @@
<li class= "np-header-desktop-nav-item">
<a
href="mailto:supplierdevelopment@walmart.com "
href="/app/contact"
class="np-header-desktop-nav-link np-header-font-color"
>
Contact

View File

@ -0,0 +1,29 @@
{% if current_person.properties.first_login == true %}
<script>
window.location.replace('/app');
</script>
{% endif %}
{% include "header" %}
{% include "sub_navigation" %}
<main class="np-main np-catalog np-subpage-container np-max-width">
<h1>Please use the form below to contact the Supplier Academy team.</h1>
<iframe class="airtable-embed" src="https://airtable.com/embed/appf41rlLEtVEHBMO/pagX3d6qFnH84vFPM/form" frameborder="0" onmousewheel="" width="100%" height="1000" style="background: transparent; border: 0px solid #ccc;"></iframe>
</main>
{% include "footer" %}
<style>
h1 {text-align: center;}
@media screen and (min-width: 768px) {
.np-card-content-description {
display: block;
}
}
</style>

View File

@ -10,6 +10,24 @@
{{ color_palette.header_color }}
*/
@font-face {
font-family: "EverydaySans";
src: url(https://s3.us-east-1.amazonaws.com/static.northpass.com/walmart-supplier/fonts/EverydaySansUI-Italic-VF_wght.ttf);
font-style: italic;
}
@font-face {
font-family: "EverydaySans";
src: url(https://s3.us-east-1.amazonaws.com/static.northpass.com/walmart-supplier/fonts/EverydaySansUITT-Bold.ttf);
font-style: bold;
}
@font-face {
font-family: "EverydaySans";
src: url(https://s3.us-east-1.amazonaws.com/static.northpass.com/walmart-supplier/fonts/EverydaySansUITT-Regular.ttf);
font-style: normal;
}
@font-face {
font-family: "Bogle";
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Regular.OTF);
@ -64,7 +82,7 @@
body,
html {
font-family: "Bogle", "Roboto", sans-serif;
font-family: "EverydaySans", "Bogle", "Roboto", sans-serif;
color: #fff;
}
@ -263,8 +281,8 @@ height: 20px;
.filter-content {
position: absolute;
top: 100%;
width: 250px;
top: 100%;
width: 250px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
@ -273,7 +291,7 @@ height: 20px;
gap: 10px;
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, width 0.4s ease;
transition: max-height 0.4s ease, width 0.4s ease;
z-index: 111;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
padding: 5px;
@ -299,8 +317,8 @@ height: 20px;
.filter-active .filter-content {
display: flex;
max-height: 500px;
width: 250px;
max-height: 500px;
width: 250px;
}
.card-course-container {
margin-bottom: 20px;
@ -352,4 +370,4 @@ height: 20px;
.np-header-logo-image {
height: 20px;
}
}
}