Files
Gainsight/Custom_Templates/customer_templates/JJSV/_footer.html.liquid
2023-02-06 15:07:51 -05:00

260 lines
10 KiB
Plaintext

<div class="footer-terms">
<hr />
<p>Please see our <a href="https://jjsvbucket.s3.us-east-
2.amazonaws.com/Vision+Excellence+Institute+Privacy+Policy+Jan+2023.pdf" target="_blank">Privacy Policy</a>. Use of this site constitutes your consent to the application of such laws and regulations and to our <a href="https://jjsvbucket.s3.us-east-
2.amazonaws.com/Vision+Excellence+Institute+Privacy+Policy+Jan+2023.pdf" target="_blank">Privacy Policy</a>. Your use of the information on this site is subject to the terms of our <a href="https://jjsvbucket.s3.us-east-2.amazonaws.com/Vision+Excellence+Terms+Of+Service.pdf">Terms of Use</a>. </p>
<p>This website is published by Johnson & Johnson Services, Inc., which is solely responsible for its content. This website is intended for visitors in the United States. Third-party trademarks used herein are trademarks of their respective owners. Portions of this website are intended for visitors from certain geographical regions only and will be indicated as such.</p>
<p>The materials on this website are intended to provide information about products of the Johnson & Johnson Medical Devices Companies. Each product has its own labeling, which may include specific limitations relevant to the use of the product and which may vary from country to country. Please remember to check the local labeling of each product you plan to use to be aware of these limitations. If you have any questions on the use of these products, please contact your sales consultant.</p>
<p>This is a Healthcare Professional (HCP) educational website published by the Johnson & Johnson Institute, LLC which is solely responsible for its content. It is intended for all HCPs. Third party trademarks used herein are trademarks of their respective owners. You are solely responsible for your interactions on this website and we encourage you to review the Privacy Policy. HCPs are advised to consult their respective regulatory bodies, licensing authorities and program directors for program and product specific information and applicable industry associations and laws related to interactions between suppliers and HCPs. HCPs are responsible for complying with any specific hospital/entity requirements as well as their respective legal and regulatory requirements - which may affect participation in the programs offered. Products and/or procedures referenced in program materials may not be approved for sale in your location or the approval may differ from what is presented. Please check your local product labeling/instructions for use for the approved use. Program materials are not intended to be relied upon for medical or other advice.</p>
{% comment %} <p>093430-180612</p> {% endcomment %}
</div>
<div class="jnj-footer-links">
<div class="links-col">
<div class="links-col-header">About</div>
<hr style="width:40px;"/>
<div class="links-col-link">
<a href="https://www.jjvision.com/about-us" target="_blank">About Us</a>
<a href="https://www.jjvision.com/news-media-center" target="_blank">News & Media</a>
<a href="https://www.jnjvisionpro.com/grants" target="_blank">Grants</a>
<a href="http://www.jnjvisioncareinfo.com/" target="_blank">State & Federal Advocacy</a>
<a href="http://www.mddtransparency.com/vistakon?siteFlag=1" target="_blank">Transparency</a>
</div>
</div>
<div class="links-col">
<div class="links-col-header">Useful Links</div>
<hr style="width:40px;"/>
<div class="links-col-link">
<a href="https://jnjinstitute.com/" target="_blank">Johnson & Johnson Institute</a>
<a href="https://www.jnjvisionpro.com/" target="_blank">Johnson & Johnson Vision Pro</a>
<a href="https://www.jnjvisionpro.com/important-safety-information" target="_blank">Important Safety Information</a>
<a href="https://www.jnjvisionpro.com/products/experience-all-benefits-direct-ordering" target="_blank">Direct Ordering</a>
<a href="https://www.jnjvisionpro.com/discontinued-products" target="_blank">Discontinued Products</a>
</div>
</div>
<div class="links-col">
<div class="links-col-header">Legal</div>
<hr style="width:40px;"/>
<div class="links-col-link">
<a href="https://jjsvbucket.s3.us-east-
2.amazonaws.com/Vision+Excellence+Institute+Privacy+Policy+Jan+2023.pdf" target="_blank">Privacy Policy</a>
<a href="https://jjsvbucket.s3.us-east-
2.amazonaws.com/California+Compliance+Vision+Excellence+Institute.pdf" target="_blank">California Compliance</a>
<a href="https://jjsvbucket.s3.us-east-2.amazonaws.com/Vision+Excellence+Terms+Of+Service.pdf">Terms of Service</a>
<a href="https://jjsvbucket.s3.us-east-2.amazonaws.com/Vision+Excellence+Institute+Cookie+Policy.pdf" target="_blank">Cookie Policy</a>
<a href="https://privacyportal-cdn.onetrust.com/dsarwebform/96f23ee1-34e3-41d6-8d5a-07f0d554152b/c94578a5-6ded-
45d2-be92-383ccacdd0f8.html?Website=https://visionexcellence.northpass.com" target="_blank">Do Not Sell or Share My Personal Information</a>
<a href="https://privacyportal-cdn.onetrust.com/dsarwebform/96f23ee1-34e3-41d6-8d5a-07f0d554152b/c94578a5-6ded-
45d2-be92-383ccacdd0f8.html?Website=https://visionexcellence.northpass.com" target="_blank">Limit the use of my Sensitive Personal Information</a>
</div>
</div>
<div class="links-col">
<div class="links-col-header">Connect With Us</div>
<hr style="width:40px;"/>
<div class="links-col-link">
<nav class="np-footer-social-links">
{% if website_footer.show_social_media_links? %}
<ul class="np-footer-social-links-list">
{% for social_media_link in website_footer.social_media_links %}
<li class="np-footer-social-links-item">
<a
class="np-footer-social-links-link np-button-color"
href="{{ social_media_link.link }}"
target="_blank" title="{{ social_media_link.name }}"
>
{% if social_media_link.name == 'linkedin' %}
<i class="np-footer-social-links-icon
fab fa-linkedin-in"
></i>
{% else %}
<i class="np-footer-social-links-icon
fab fa-{{ social_media_link.name }}"
></i>
{% endif %}
</a>
</li>
{% endfor %}
</ul>
{% endif %}
</nav>
<a href="mailto:JJSVEducationDigitalPlatformSupport@its.jnj.com" target="_blank">Contact Us</a>
</div>
</div>
<div class="footer-links-code">pp2023xxxx</div>
</div>
<footer class="np-footer">
<div class="np-footer-top">
{% if website_footer.show_navigation_links? %}
<div class="np-footer-navigation"'>
<ul class="np-footer-navigation-list">
{% for website_navigation in navigations.footer_navigations %}
{% if website_navigation.external? %}
<li class="np-footer-navigation-item">
<a
class="np-footer-navigation-link np-button-color"
href="{{ website_navigation.path }}"
{% if website_navigation.external? %} target="_blank" {% endif %}
style='color: white;opacity: 0.5;''
>
{{ website_navigation.name }}
</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
{% endif %}
{% if current_school.logo_url %}
<h2 class="np-footer-logo">
<a href="{% route home %}">
<img
alt="{{ current_school.name }}"
class="np-footer-logo-image"
src="{{ current_school.logo_url }}"
/>
</a>
</h2>
{% else %}
<div class="np-school-name np-header-font-color">
{{ current_school.name }}
</div>
{% endif %}
</div>
<div class="np-footer-bottom">
<div class="copyright">©Johnson &amp; Johnson Surgical Vision, Inc. <span class="current-year"></span>. All rights reserved. This site is published by Johnson &amp; Johnson Surgical Vision, Inc., which is solely responsible for its content.</div>
{% 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 }}"
>
{% comment %} {{ website_footer.school_customer_service_email }} {% endcomment %}
support@northpass.com
</a>
</div>
{% endif %}
</div>
</footer>
<style>
.np-footer {
background: #63666a !important;
padding: 1rem 1.25rem;
}
.np-powered-by {
background: #63666a !important;
text-transform: uppercase !important;
font-size: 12px !important;
font-weight: bold;
}
.np-footer-logo-image {
opacity:1;
filter: brightness(0) invert(1);
}
.copyright {
color:#fff;
}
.np-footer-social-links-list { padding:0;}
.np-footer-social-links-icon {
color: #c03;
font-size: 26px;
}
.footer-terms {
padding: 1rem 1.25rem;
}
.footer-terms hr {
margin-bottom:32px;
}
.footer-terms a {
color: #c03;
text-decoration:none;
}
.jnj-footer-links {
width:100%;
padding: 1rem 1.25rem;
}
.jnj-footer-links .links-col {
margin-bottom:32px;
width:100%;
}
.jnj-footer-links .links-col-header {
font-size:18px;
color:#cc0033;
font-weight:700;
}
.jnj-footer-links .links-col-link a {
text-decoration:none;
display:block;
margin-bottom:16px;
color:#212121;
}
.jnj-footer-links .links-col-link a:hover {
color:#009999;
}
.footer-links-code {
width:100%;
text-align:right;
font-size:14px;
}
@media (min-width:768px) {
.np-footer, .footer-terms, .jnj-footer-links {
padding: 1rem 4%;
}
.jnj-footer-links {
display:flex;
flex-wrap:wrap;
}
.jnj-footer-links .links-col {
width:50%;
padding-right: 32px;
}
.jnj-footer-links .links-col-header {
font-size:22px;
}
}
@media (min-width:1200px) {
.jnj-footer-links .links-col {
width:25%;
}
}
</style>
<script>
const year = new Date().getFullYear()
$(".current-year").text(year)
</script>