-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
27 lines (27 loc) · 1.17 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
<html><body>
<footer>
<div>
<h3>Want to get the latest updates?</h3>
<a href="newsletter.html" class="new">Subscribe to our newsletter</a>
<br><br>
<div id="contact-us" align='center'>
<!-- whatsapp -->
<img src="socials/whatsapp.png" alt="whatsapp logo" width="25px" height="25px"><a
href="http://wa.me/+919392532515">Whatsapp<br><br></a>
<!-- phone call -->
<img src="socials/phonecall.png" alt="phone logo" width="25px" height="25px">
<a href="tel:9392532515">Phone<br><br></a>
<!-- facebook -->
<img src="socials/facebook.png" alt="facebook logo" width="25px" height="25px">
<a href="#">Facebook<br><br></a>
<!-- instagram -->
<img src="socials/instagram.png" alt="instagram logo" width="25px" height="25px">
<a href="https://www.instagram.com/m_a_da_n_/?igshid=ZDdkNTZiNTM%3D">Instagram<br><br></a>
<!-- gmail -->
<img src="socials/gmail.png" alt="instagram logo" width="25px" height="25px">
<a href="mailto:vaishnavi.kale3011@gmail.com">Gmail<br><br></a>
<p>© 2023 Event-Connect. All Rights Reserved.</p>
</div>
</footer>
</body>
</html>