Skip to content

Commit f418813

Browse files
chore: Update footer with new contact information and social media links
1 parent 639cb48 commit f418813

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

src/containers/footer/Footer.jsx

+17-12
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,21 @@ const Footer = () => (
3535
<h4>Get In Touch</h4>
3636
<ul>
3737
<li>
38-
<a href="/">
39-
Survey No. 2/3/4, VIM Private Rd, Kapil Nagar, Kondhwa, Pune,
40-
Maharashtra 411048{" "}
41-
</a>
38+
<iframe
39+
title="VIIT"
40+
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d236.53320362823086!2d73.8841761!3d18.45958!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bc2eaf4662547c9%3A0xd96690b0786458f5!2sVIIT%20-%20Computer%20Science%20Department!5e0!3m2!1sen!2sin!4v1725101261796!5m2!1sen!2sin"
41+
width="100%"
42+
style={{ border: 0 }}
43+
allowFullScreen=""
44+
loading="lazy"
45+
referrerPolicy="no-referrer-when-downgrade"
46+
></iframe>
4247
</li>
4348
<li>
44-
<a href="/tel:+918552886372">+91 8552886372</a>
49+
<a href="tel:+919767530401">+91 97675 30401</a>
4550
</li>
4651
<li>
47-
<a href="mailto:ciscoviit@viit.ac.in">[email protected]</a>
52+
<a href="mailto:cisconetacad@viit.ac.in">[email protected]</a>
4853
</li>
4954
</ul>
5055
</div>
@@ -65,12 +70,12 @@ const Footer = () => (
6570
>
6671
<i className="fab fa-linkedin-in"></i>
6772
</a>
68-
<a href="/">
69-
<i
70-
className="fab fa-facebook-f"
71-
rel="noopener noreferrer"
72-
target="_blank"
73-
></i>
73+
<a
74+
href="https://www.facebook.com/CiscoVIIT"
75+
rel="noopener noreferrer"
76+
target="_blank"
77+
>
78+
<i className="fab fa-facebook-f"></i>
7479
</a>
7580
<a
7681
href="https://twitter.com/ciscoviit"

src/containers/footer/footer.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ul {
3737
padding: 0 15px;
3838
}
3939
.footer-col1 {
40-
width: 25%;
40+
width: 50%;
4141
padding: 0 15px;
4242
margin-bottom: 30px;
4343
}
@@ -113,7 +113,6 @@ ul {
113113

114114
.footer-col1 ul li a {
115115
font-size: 16px;
116-
text-transform: capitalize;
117116
color: #ffffff;
118117
text-decoration: none;
119118
font-weight: 300;

0 commit comments

Comments
 (0)