Skip to content

Commit

Permalink
fixed footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Meetjain1 committed Jun 10, 2024
1 parent c58fe54 commit d1ea2f1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
13 changes: 13 additions & 0 deletions css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ footer .footerI h5{
footer .mailSocial{
border-left: 1px solid #454d5e;
padding-left: 32px;

}

footer .social li:hover {
transform: scale(1.1025);
background-color: #1b1919;
}

@media screen and (max-width: 991px) {
footer .mailSocial{
border-left: none;
Expand Down Expand Up @@ -69,6 +76,12 @@ footer .footerEnd a{
text-decoration: none;
color: #fff
}

footer .footerEnd a li:hover {
transform: scale(1.1025);
background-color: #2b2828;
}

@media screen and (max-width: 770px){
.pCGSTEF{
width: 80vw;
Expand Down
11 changes: 5 additions & 6 deletions footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,11 @@ <h5>Registered Office Address:</h5>
Buildings Alyssa, Begonia & Clove Embassy Tech Village,
Outer Ring Road, Devarabeesanahalli Village, Bengaluru, 560103, Karnataka, India</p>
<p>CIN : U51109KA2012PTC066107</p>
<P>Telephone: <a class="text-primary" href="tel:044-45614700">044-45614700</a>/<a
class="text-primary" href="tel:044-67415800">044-67415800</a></P>
<P>Telephone: <a class="text-primary" href="tel:044-45614700"> 044-45614700 </a>
/ <a
class="text-primary" href="tel:044-67415800"> 044-67415800
</a>
</P>
</div>
</div>
</div>
Expand Down Expand Up @@ -140,11 +143,7 @@ <h5>Registered Office Address:</h5>
</div>
</div>
</div>


</footer>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>

</body>

</html>
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ <h2 class="accordion-header" id="heading5">
<!-- go to top button -->
<button id="goToTopBtn" class="hidden"><i class="fas fa-chevron-up"></i></button>
<!-- footer fetch to components : components/footer/footer.html -->
<footer id="footer" style="background-color: #292d33;"></footer>
<footer id="footer" style="background-color: #09090a;"></footer>

<!-- voiceflow.chat script -->
<script type="text/javascript">
Expand All @@ -450,7 +450,6 @@ <h2 class="accordion-header" id="heading5">
<script src="js/index.js"></script>
<script src="js/fetchProductOfIndex.js"></script>


</body>

</html>

0 comments on commit d1ea2f1

Please sign in to comment.