Skip to content

Commit

Permalink
Merge pull request #855 from Darpana-iitgn/main
Browse files Browse the repository at this point in the history
Making footer consistent throughout website
  • Loading branch information
PriyaGhosal authored Oct 31, 2024
2 parents 184827d + 73fa2bf commit 3cfb489
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions Faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,17 @@ <h1 data-aos="zoom-in">
</div>
</div>

<div class="footer-bottom footer-bottom-faq">
<div class="container">
<p class="copyright" style="font-weight: bolder; color: black;">
<a href="copy.html"> © Copyright Policy <time id="year"></time> </a> All Rights Reserved by Priya Ghosal
<br>
Made with ♥ by Priya Ghosal
</p>

</div>
</div>

<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="assets/js/script.js"></script>
<script>
Expand Down
6 changes: 0 additions & 6 deletions assets/css/Faq.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,4 @@

body {
overflow-y: auto; /* Enable vertical scroll */
}

#freeTrial{
width: 240px;
padding-top: 10px;
margin-top: 5px;
}
4 changes: 4 additions & 0 deletions assets/css/career.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,8 @@
}
#freeTrial{
width:240px;
}

.footer-bottom-career p {
font-weight: bolder;
}
4 changes: 3 additions & 1 deletion careers.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ <h2 class="text-center mb-5 fw-bold">Apply for Internship</h2>
</div>
</div>
</section>
<div class="footer-bottom">
<footer>
<div class="footer footer-bottom footer-bottom-career">
<div class="container">
<p class="copyright">
<a href="copy.html"> © Copyright Policy <time id="year"></time> </a> All Rights Reserved by Priya Ghosal
Expand All @@ -170,6 +171,7 @@ <h2 class="text-center mb-5 fw-bold">Apply for Internship</h2>

</div>
</div>
</footer>
</main>

<!-- scripts -->
Expand Down

0 comments on commit 3cfb489

Please sign in to comment.