Some notes and file clean up. JJSV Templates

This commit is contained in:
Norm Rasmussen
2023-02-06 15:07:51 -05:00
parent b9a39a8164
commit 3ab8bc6ff4
62 changed files with 880 additions and 163 deletions

View File

@ -1,9 +1,10 @@
<div class="footer-terms">
<hr />
<p>Please see our <a href="#" target="_blank" onclick="return false;">Privacy Policy</a>. Use of this site constitutes your consent to the application of such laws and regulations and to our Privacy Policy. Your use of the information on this site is subject to the terms of our <a href="#" target="_blank" onclick="return false;">Terms of Use</a>.
{% comment %} <a href="#" target="_blank">Contact Us</a> with any questions or search this site for more information.</p> {% endcomment %}
<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 &amp; 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>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>
@ -30,6 +31,7 @@
<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>
@ -38,10 +40,16 @@
<div class="links-col-header">Legal</div>
<hr style="width:40px;"/>
<div class="links-col-link">
<a href="https://www.northpass.com/privacy-policy" target="_blank" onclick="return false;">Privacy Policy</a>
<a href="https://www.jnjvisionpro.com/internal-page/california-compliance" target="_blank" onclick="return false;">California Compliance</a>
<a href="https://www.jnjvisionpro.com/important-safety-information" target="_blank" onclick="return false;">Important Safety Information</a>
<a href="https://www.northpass.com/legal" target="_blank" onclick="return false;">Legal Policy</a>
<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">
@ -73,10 +81,10 @@
</ul>
{% endif %}
</nav>
<a href="https://app.smartsheet.com/b/form/14620ecccc25470080b794a7ce33b983" target="_blank">Contact Us</a>
<a href="mailto:JJSVEducationDigitalPlatformSupport@its.jnj.com" target="_blank">Contact Us</a>
</div>
</div>
<div class="footer-links-code">pp2022xxxx</div>
<div class="footer-links-code">pp2023xxxx</div>
</div>
<footer class="np-footer">
@ -119,7 +127,7 @@
</div>
<div class="np-footer-bottom">
<div class="copyright">©Johnson &amp; Johnson Surgical Vision, Inc. 2022. All rights reserved. This site is published by Johnson &amp; Johnson Surgical Vision, Inc., which is solely responsible for its content.</div>
<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
@ -243,4 +251,10 @@
width:25%;
}
}
</style>
</style>
<script>
const year = new Date().getFullYear()
$(".current-year").text(year)
</script>