diff --git a/Custom_Templates/customer_templates/Mizuno Running/.DS_Store b/Custom_Templates/customer_templates/Mizuno Running/.DS_Store deleted file mode 100644 index 5008ddfc..00000000 Binary files a/Custom_Templates/customer_templates/Mizuno Running/.DS_Store and /dev/null differ diff --git a/Custom_Templates/customer_templates/Mizuno Running/_header.html.liquid b/Custom_Templates/customer_templates/Mizuno Running/_header.html.liquid index a4718872..c5501311 100644 --- a/Custom_Templates/customer_templates/Mizuno Running/_header.html.liquid +++ b/Custom_Templates/customer_templates/Mizuno Running/_header.html.liquid @@ -1,19 +1,23 @@ -{% assign groupValidator = false %} -{% for group in current_person.groups %} - {% if group %} - {% assign groupValidator = true %} +{% unless current_person.email contains '+preview' %} + {% assign ready = false %} + {% if current_person.signed_in? %} + {% if current_person.properties.city + and current_person.properties.state + and current_person.properties.store_name + and current_person.properties.city.size > 0 + and current_person.properties.state.size > 0 + and current_person.properties.store_name.size > 0 + %} + {% assign ready = true %} + {% endif %} {% endif %} -{% endfor %} -{% if current_person.signed_in? and groupValidator == false %} - {% unless current_person.email contains '+preview-' %} + {% if ready == false %} - {% endunless %} -{% endif %} + {% endif %} +{% endunless %}
{% if current_school.logo_url %} @@ -32,50 +36,66 @@ {% endif %} -
- +
+ +
- {%- comment -%} Desktop Profile Tooltip {%- endcomment -%} -
@@ -90,8 +110,8 @@ background-color: #001588; display: flex; flex-direction: row; - justify-content: space-between; - padding-right: 70px; + justify-content: center; + margin-bottom: 15px; } .mizuno-logo{ @@ -103,13 +123,23 @@ .np-header-logo-image { display: block; margin: auto; - height: 120px; + height: 90px; } @media screen and (min-width: 768px){ + header { + justify-content: space-between; + margin-bottom: 18px; + padding-right: 70px; + } + .mizuno-logo { - padding: 30px 70px; + padding: 20px 50px; justify-content: flex-start !important; } + + .np-header-desktop-nav{ + align-items: center; + } } diff --git a/Custom_Templates/customer_templates/Mizuno Running/_mizuno_promo.html.liquid b/Custom_Templates/customer_templates/Mizuno Running/_mizuno_promo.html.liquid index 160bc317..95bbeacb 100644 --- a/Custom_Templates/customer_templates/Mizuno Running/_mizuno_promo.html.liquid +++ b/Custom_Templates/customer_templates/Mizuno Running/_mizuno_promo.html.liquid @@ -1,4 +1,4 @@ -
+
About Mizuno @@ -7,11 +7,7 @@ It is our mission to not only meet the demands of those who are sincere athletes but also those who believe in the value of sports by offering superior goods and services. We pursue new height in sports and beyond.
- - - {% comment %} - {% endcomment %}
Our Vision @@ -74,4 +70,4 @@ height: 500px; } } - + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Mizuno Running/_sign_up_follow_up_dropdown.html.liquid b/Custom_Templates/customer_templates/Mizuno Running/_sign_up_follow_up_dropdown.html.liquid new file mode 100644 index 00000000..1338fbe1 --- /dev/null +++ b/Custom_Templates/customer_templates/Mizuno Running/_sign_up_follow_up_dropdown.html.liquid @@ -0,0 +1,59 @@ + diff --git a/Custom_Templates/customer_templates/Mizuno Running/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Mizuno Running/_sub_navigation.html.liquid index 912696d4..5de2153e 100644 --- a/Custom_Templates/customer_templates/Mizuno Running/_sub_navigation.html.liquid +++ b/Custom_Templates/customer_templates/Mizuno Running/_sub_navigation.html.liquid @@ -1,11 +1,17 @@