Skip to content

Commit

Permalink
Merge pull request #578 from KAUSHIKRM-36/Feat/issue547
Browse files Browse the repository at this point in the history
Add Privacy Page and Link in Index/Login/Signup
  • Loading branch information
Tejashri-Taral authored Oct 21, 2024
2 parents 47635a1 + f8d5d01 commit 0a3930a
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h2 class="popuph2">Unlock Your Fashion</h2>
<button type="submit" class="signup-btn">Continue</button>
</form>
<a href="#" class="no-thanks close-btn">No thanks, I’ll shop full price</a>
<p class="terms">By signing up, you agree to our <a href="terms-conditions.html">Terms of Service</a> and <a href="#">Privacy Policy</a>.</p>
<p class="terms">By signing up, you agree to our <a href="terms-conditions.html">Terms of Service</a> and <a href="privacy.html">Privacy Policy</a>.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion login-sginup.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
</div>
</div>
<div class="card-footer">
<p>By signing up, you agree to our <a href="terms-conditions.html">Terms of Service</a> and <a href="#">Privacy Policy</a>.</p>
<p>By signing up, you agree to our <a href="terms-conditions.html">Terms of Service</a> and <a href="privacy.html">Privacy Policy</a>.</p>
</div>
</div>

Expand Down
206 changes: 206 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,206 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<link rel="stylesheet" href="style.css"> <!-- Link to your common CSS file -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css">
<style>
.background-container {
max-width: 1000px;
margin: 0 auto;
padding: 30px;
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}

.policy-container h1 {
font-size: 2.5em;
color: #333;
margin-bottom: 15px;
text-align: center;
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
}

.center-text {
color: #2c3e50;
font-size: 1.4em;
line-height: 1.8;
margin-bottom: 25px;
text-align: center;
font-weight: 600;
}

.policy-container h2 {
font-size: 1.5em;
color: #333;
margin: 20px 0 10px;
}

.policy-container p {
font-size: 1rem;
font-family: "futura";
color: #555;
margin: 5px 0;
line-height: 1.6;
text-align: left;
}

.terms-thanks {
font-size: 1rem;
font-family: "futura";
color: #555;
margin: 5px 0;
line-height: 1.6;
text-align: left;
}

.terms-thanks a {
color: grey;
}
</style>
</head>
<body>

<header class="header" id="header">
<div class="logo">
<a href="/"> <img src="images/logo.png" alt="Logo" srcset=""> </a>
<i class="fa-solid fa-bars menu" id="menu"></i>
</div>

<nav class="bg-neutral-100 py-20">
<div class="tabs-container">
<ul id="tabs" class="tabs">
<li class="tab">
<a href="index.html">Home</a>
<div class="cursor"></div>
</li>
<li class="tab">
<a href="about.html">About</a>
<div class="cursor"></div>
</li>
<li class="tab">
<a href="features.html">Features</a>
<div class="cursor"></div>
</li>
<li class="dropdown tab">
<a href="#">Products</a>
<div class="cursor"></div>
<ul class="dropdown-content ">
<li><a href="mens.html" class="priye">Mens</a>
</li>
<li><a href="womens.html">Womens</a></li>
</ul>
</li>
<li class="tab" style="margin-left: 15px;">
<a href="contact.html">Contact Us</a>
<div class="cursor"></div>
</li>
</ul>
</div>
</nav>

<nav class="utils">
<ul class="nav-links">
<li class="nav-link">
<i class="fa-solid fa-cart-shopping"></i>
</li>
<li class="nav-link">
<i class="fa-solid fa-user"></i>
</li>
<li class="nav-link">
<i class="fa-solid fa-magnifying-glass"></i>
</li>
</ul>
</nav>
</header>


<div class="background-container">
<div class="policy-container">
<h1>Privacy Policy</h1>
<p class="center-text">Welcome to our Privacy Policy page. Your privacy is critically important to us.</p>

<h2>1. Information We Collect</h2>
<p>We collect several types of information for various purposes to provide and improve our service to you.</p>

<h2>2. How We Use Your Information</h2>
<p>We use the data we collect to operate, maintain, and improve our services. This includes using your data to understand how users interact with our services and to communicate updates.</p>

<h2>3. Cookies</h2>
<p>We use cookies and similar tracking technologies to track the activity on our website and hold certain information.</p>

<h2>4. Data Protection Rights</h2>
<p>You have the right to access, update, or delete your personal information. If you make a request, we have one month to respond to you.</p>

<h2>5. Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. You are advised to review this page periodically for any changes.</p>

<h2>6. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us.</p>

<div class="terms-thanks">
<p>
Thank you for visiting <a href="index.html" style="color: grey;">TrendTrove</a>. If you have any questions about these terms, please <a href="contact.html" style="color: grey;">Contact Us</a>.
</p>
</div>

</div>
</div>

<footer class="footer">
<div class="footer-section">
<h1>Contact Us</h1>
<ul class="footer-list">
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li>2nd Floor, Bandra West, Mumbai, Maharashtra 400050, India</li>
<li><a href="tel:+91xxxxxxxx2020">+91 xxxxxx2020</a></li>
<li class="border-list"></li>
<li class="socials">
<a href="https://www.linkedin.com/in/tejashri-taral-5006a82a0/" id="linkedin" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://github.com/Tejashri-Taral" id="github" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://x.com/Tejashri_10?t=SWxALwKxy-nVrTcbYTFUcA&s=08" id="fa-x-twitter" target="_blank">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="https://www.instagram.com/your_instagram" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
</div>

<div class="footer-section">
<h1>Quick Links</h1>
<ul class="footer-list">
<li><a href="about.html">About Us</a></li>
<li><a href="terms-conditions.html">Terms & Conditions</a></li>
<li><a href="return-policy.html">Return Policy</a></li>
<li><a href="https://github.com/Tejashri-Taral/TrendTrove-Ecommerce" target="_blank">Star Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>

<div class="footer-section">
<h1>Subscribe to Newsletter</h1>
<ul class="footer-list">
<li>Maxime quae inventore sunt odio perspiciatis vitae saepe officia dolorem.</li>
<li class="sub">
<input type="text" placeholder="Enter your email">
<button class="btn">Subscribe</button>
</li>
</ul>
</div>
</footer>
</body>
</html>

0 comments on commit 0a3930a

Please sign in to comment.