Skip to content

Commit

Permalink
Adding Home icon in Privacy Policy,Terms and Conditions Page,Setting …
Browse files Browse the repository at this point in the history
…Linking and Adding Privacy Policy,Terms and Conditions Page in sidebar
  • Loading branch information
Ojas-Arora committed Jul 14, 2024
1 parent 356d7d6 commit 8fc8891
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 54 deletions.
18 changes: 9 additions & 9 deletions css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ body {
border-radius: 50%;
pointer-events: none;
box-shadow: 3px 3px 6px #a970e2;
}

@keyframes snowfall {
}
@keyframes snowfall {
0% {
transform: translateY(-10px) rotate(0deg);
opacity: 1;
transform: translateY(-10px) rotate(0deg);
opacity: 1;
}

100% {
transform: translateY(100vh) rotate(360deg);
opacity: 0;
transform: translateY(100vh) rotate(360deg);
opacity: 0;
}
}
}

.light-mode .snowflakes {
position: fixed;
Expand Down
36 changes: 2 additions & 34 deletions css/faq.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,42 +22,11 @@ body {
height: 100%;
z-index: -1;
}

.snowflakes {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: -1;
}

.snowflake {
position: absolute;
width: 0.3rem;
height: 0.5rem;
background-color: #ffffffec;
animation: snowfall linear infinite;
animation-duration: 5s;
border-radius: 50%;
opacity: 0.7;
}

@keyframes snowfall {
0% {
transform: translateY(0);
}
100% {
transform: translateY(600px);
}
}

.navHeader {
position: sticky;
top: 0;
width: 100%;
background-color: #3f1515;
background-color: black;
z-index: 100;
}

Expand Down Expand Up @@ -109,7 +78,6 @@ body {
.navHeader .sidebarOne a:hover {
background-color: #5e0b0b;
}

.faqBox {
background: #1c1c1c;
border-radius: 10px;
Expand Down Expand Up @@ -138,7 +106,7 @@ body {
.footer {
text-align: center;
padding: 20px;
background: #3f1515;

position: relative;
bottom: 0;
width: 100%;
Expand Down
12 changes: 3 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ <h2>Edit Options</h2>
<li><a href="./Login/index1.html">Step In</a></li>
<li><a href="./pages/faq.html">FAQ</a></li>
<li><a href="pages/feedback.html">Feedback</a></li>
<li><a href="./pages/privacy.html">Privacy Policy</a></li>
<li><a href="./pages/terms.html">Terms and Conditions</a></li>
<li><a href="#" id="google_translate_element"></a></li>
</ul>
<ul class="navMain">
Expand Down Expand Up @@ -235,15 +237,7 @@ <h1 id="changingHeading">Random Disco <span id="changing">Light Simulator</span>

</div>
</div>

<footer class="footer" style="width: 100%;height: 2px; ">
<div class="footer-left">
<a href="./pages/privacy.html" class="footer-link">Privacy Policy</a>
</div>
<div class="footer-right">
<a href="./pages/terms.html" class="footer-link">Terms and Conditions</a>
</div>


<div class="socialIcons">
<span class="icons">
<a href="" aria-label="Linkedin" title="linkedin"><i class="fab fa-linkedin ico"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion pages/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>
</div>
<div class="box" id="box">
<a href="/index.html" class="backbtn"><i class="fa fa-arrow-left" aria-hidden="true"></i></a>
<a href="../index.html" class="backbtn"><img src="../assets/images/Designer.jpeg" style="width: 70px; height: 70px;"></a>
<h1 id="changingHeading" style="font-family: Arial, sans-serif; font-size: 30px; color: #ffffff; display: block;">
Privacy Policy
</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>
</div>
<div class="box" id="box">
<a href="/index.html" class="backbtn"><i class="fa fa-arrow-left" aria-hidden="true"></i></a>
<a href="../index.html" class="backbtn"><img src="../assets/images/Designer.jpeg" style="width: 70px; height: 70px;"></a>
<h1 id="changingHeading" style="font-family: Arial, sans-serif; font-size: 30px; color: #ffffff; display: block;">
Terms and Conditions
</h1>
Expand Down

0 comments on commit 8fc8891

Please sign in to comment.