-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.html
28 lines (28 loc) · 1.29 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<footer class="footer">
<div class="footer-container">
<div class="footer-left">
<h2>Fundamental Academy</h2>
<p>© 2025 All rights reserved.<br>Designed by <a href="tejasmali.vercel.app">Tejas Mali</a></p>
</div>
<div class="footer-center">
<p>support@fundamentalacademy.in<br>
<p>+91 79825 25608</p>
<p>+91 94523 31120</p>
</div>
<div class="footer-right">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/#study-material">Courses</a></li>
<li><a href="/pages/contactus">Contact Us</a></li>
<li><a href="/pages/teacher">Our Teacher</a></li>
<li><a href="/pages/about">About</a></li>
</ul>
<div class="social-icons">
<a href="https://www.instagram.com/fundamental_academy/"><img src="/Images/instagram (2).svg"
alt="Instagram"></a>
<a href="https://wa.me/+917982525608"><img src="/Images/whatsapp (3).svg" alt="Whatsapp"></a>
<a href="https://www.facebook.com/profile.php?id=61559480627976"><img src="/Images/facebook (1).svg" alt="Facebook"></a>
</div>
</div>
</div>
</footer>