Skip to content

Commit f65d764

Browse files
committed
Update logo and social media links
1 parent 87e5204 commit f65d764

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

Diff for: public/gdu_logo.png

-46.1 KB
Loading

Diff for: public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="./gdu_logo.png" />
5+
<link rel="icon" href="./logo.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta
99
name="description"
1010
content="Web site created using create-react-app"
1111
/>
12-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/gdu_logo.png" />
12+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
1313
<!--
1414
manifest.json provides metadata used when your web app is installed on a
1515
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/

Diff for: public/logo.png

24.9 KB
Loading

Diff for: src/Components/SocialFollow.js

+12-6
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,31 @@ export default function SocialFollow() {
1111
return (
1212
<div className="social-container">
1313
<h3>Follow Us On</h3>
14-
<a href="https://www.instagram.com/gamedevutopia/"
14+
<a href="https://www.instagram.com/_gamedevutopia_/"
1515
className="instagram social">
1616
<FontAwesomeIcon icon={faInstagram} size="2x" />
17-
<p>PICT</p>
17+
<p>GDU</p>
1818
</a>
1919
<a href="https://www.linkedin.com/company/gamedevutopia/"
2020
className="linkedin social">
2121
<FontAwesomeIcon icon={faLinkedin} size="2x" />
2222
<p>LinkedIn</p>
2323
</a>
24-
<a href="https://www.instagram.com/gamedevutopia_iiitk/" className="instagram social">
25-
<FontAwesomeIcon icon={faInstagram} size="2x" />
26-
<p>IIITK</p>
27-
</a>
2824
{/* <a href="https://www.youtube.com/@gamedevutopia3007/"
2925
className="youtube social">
3026
<FontAwesomeIcon icon={faYoutube} size="2x" />
3127
<p>Youtube</p>
3228
</a> */}
29+
<h3 className="mt-3">Our Branches</h3>
30+
<a href="https://www.instagram.com/gamedevutopia/"
31+
className="instagram social">
32+
<FontAwesomeIcon icon={faInstagram} size="2x" />
33+
<p>GDU PICT</p>
34+
</a>
35+
{/* <a href="https://www.instagram.com/_gamedevutopia_/" className="instagram social">
36+
<FontAwesomeIcon icon={faInstagram} size="2x" />
37+
<p>GDU IITK</p>
38+
</a> */}
3339
</div>
3440
);
3541
}

0 commit comments

Comments
 (0)