diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-08-07 16:35:50 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-08-07 20:22:47 -0400 |
commit | 7436916d048e6507c99805f79d503454e0958073 (patch) | |
tree | a3d0c070905d4ff1ea674c25b29f528dd756b2f2 /static/contact.html | |
parent | b6bcdff9cc617251157e22c80b236651d922924f (diff) |
Update press and privacy policy links
Diffstat (limited to 'static/contact.html')
-rw-r--r-- | static/contact.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/contact.html b/static/contact.html index a326fe1..38b658a 100644 --- a/static/contact.html +++ b/static/contact.html @@ -218,7 +218,7 @@ <label class="checkbox-container"> <input type="checkbox" id="privacy" name="privacy" required> <span class="checkmark"></span> - I agree to the <a href="#privacy-policy" target="_blank">Privacy Policy</a> and <a href="#terms" target="_blank">Terms of Service</a> * + I agree to the <a href="https://tosdr.org/en/service/182" target="_blank">Privacy Policy</a> and <a href="#terms" target="_blank">Terms of Service</a> * </label> <div class="error-message" id="privacyError"></div> </div> @@ -333,7 +333,7 @@ <li><a href="about.html">About</a></li> <li><a href="https://signup.mchire.com/">Careers</a></li> <li><a href="blog.html">Blog</a></li> - <li><a href="#press">Press</a></li> + <li><a href="https://yewtu.be/watch?v=q9BtYEnrkg4">Press</a></li> </ul> </div> <div class="footer-section"> @@ -349,7 +349,7 @@ <div class="footer-bottom"> <p>© 2025 TaskFlow. All rights reserved.</p> <div class="footer-links"> - <a href="#privacy">Privacy Policy</a> + <a href="https://tosdr.org/en/service/182">Privacy Policy</a> <a href="#terms">Terms of Service</a> </div> </div> |