Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: fixed the link to Privacy Policy page on the Pop-Up #599

Merged
merged 2 commits into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ <h2 class="h2">Sign up for exclusive offers & updates</h2>
<button type="submit" class="signup-btn1">Get 30% Off Now</button>
</form>
<a href="#" class="no-thanks close1-btn">No thanks</a>
<p class="terms">By signing up, you agree to our <a href="#">Terms of Service</a> and <a
href="#">Privacy Policy</a>.</p>
<p class="terms">By signing up, you agree to our <a href="terms.html">Terms of Service</a> and <a
href="PrivacyPolicy/PrivacyPolicy.html">Privacy Policy</a>.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -671,7 +671,7 @@ <h2>Quick Links</h2>
<h2>Legal Links</h2>
<ul>
<li><a href="PrivacyPolicy/PrivacyPolicy.html">Privacy Policy</a></li>
<li><a href="#">Terms of Service </a></li>
<li><a href="terms.html">Terms of Service </a></li>
<li><a href="#">Cookie Policy</a></li>
<li><a href="#">Disclaimer</a></li>
<li><a href="#">Return Policy</a></li>
Expand Down
13 changes: 13 additions & 0 deletions terms.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service</title>
</head>
<body>

<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae ratione cumque eos fugiat laboriosam amet, doloremque unde. Iure laborum consequuntur a laudantium quasi, in, amet, molestias veniam molestiae error dolore!</p>

</body>
</html>