Skip to content

Commit

Permalink
Merge pull request #3552 from Riyachauhan11/main
Browse files Browse the repository at this point in the history
improved cookie consent section
  • Loading branch information
sailaja-adapa authored Oct 16, 2024
2 parents aa72f69 + 9791f9b commit dd82889
Showing 1 changed file with 5 additions and 42 deletions.
47 changes: 5 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1311,19 +1311,6 @@
</a>
</div>

<div id="cookie-consent">
<button class="close-btn" id="closeBtn" style="position: absolute; border-radius: 100%; top: 10px; right: 10px; font-size: 2rem; cursor: pointer;" >&times;</button>
<p >We value your privacy</p>
<p>
<br>
We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic.
By clicking "Accept", you consent to our use of cookies.
<a href="cookiepolicy.html" style="color: #d4151f; text-decoration: underline; font-size: small;">Cookie Policy</a>
</p>
<button class="accept-cookies">Accept</button>
<button class="reject-cookies">Reject</button>
</div>

<script src="script.js"></script>

<script>
Expand Down Expand Up @@ -2747,15 +2734,15 @@

<div id="cookie-consent">
<button class="close-btn" id="closeBtn" style="position: absolute; border-radius: 100%; top: 10px; right: 10px; font-size: 2rem; cursor: pointer;" >&times;</button>
<p >We value your privacy</p>
<p>
<p style="margin-bottom: 0%;">We value your privacy</p>
<p style="margin-bottom: 0%;">
<br>
We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic.
By clicking "Accept", you consent to our use of cookies.
<a href="cookiepolicy.html" style="color: #d4151f; text-decoration: underline; font-size: small;">Cookie Policy</a>
</p>
<button class="accept-cookies">Accept</button>
<button class="reject-cookies">Reject</button>
<button style="margin-bottom: 0%;" class="accept-cookies">Accept</button>
<button style="margin-bottom: 0%;" class="reject-cookies">Reject</button>
</div>


Expand Down Expand Up @@ -5388,7 +5375,6 @@ <h4>How do I ensure the safety and security of my personal information on SwapRe
}

p {
font-size: 16px;
color: #E91E63;
margin-bottom: 30px;
}
Expand Down Expand Up @@ -5431,29 +5417,6 @@ <h4>How do I ensure the safety and security of my personal information on SwapRe
color: #C2185B;
}

button {
width: 100%;
padding: 15px;
background-color: #C2185B;
color: white;
border: none;
border-radius: 8px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

button:hover {
background-color: #AD1457;
box-shadow: 0 0 15px rgba(194, 24, 91, 0.4);
}

button:focus {
outline: none;
box-shadow: 0 0 10px rgba(194, 24, 91, 0.8);
}

</style>

<script>
Expand Down Expand Up @@ -6446,4 +6409,4 @@ <h1>Privacy Notice</h1>


</body>
</html>
</html>

0 comments on commit dd82889

Please sign in to comment.