File tree 4 files changed +14
-8
lines changed
4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < link rel ="icon " href ="./gdu_logo .png " />
5
+ < link rel ="icon " href ="./logo .png " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
< meta name ="theme-color " content ="#000000 " />
8
8
< meta
9
9
name ="description "
10
10
content ="Web site created using create-react-app "
11
11
/>
12
- < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/gdu_logo .png " />
12
+ < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo .png " />
13
13
<!--
14
14
manifest.json provides metadata used when your web app is installed on a
15
15
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Original file line number Diff line number Diff line change @@ -11,25 +11,31 @@ export default function SocialFollow() {
11
11
return (
12
12
< div className = "social-container" >
13
13
< h3 > Follow Us On</ h3 >
14
- < a href = "https://www.instagram.com/gamedevutopia /"
14
+ < a href = "https://www.instagram.com/_gamedevutopia_ /"
15
15
className = "instagram social" >
16
16
< FontAwesomeIcon icon = { faInstagram } size = "2x" />
17
- < p > PICT </ p >
17
+ < p > GDU </ p >
18
18
</ a >
19
19
< a href = "https://www.linkedin.com/company/gamedevutopia/"
20
20
className = "linkedin social" >
21
21
< FontAwesomeIcon icon = { faLinkedin } size = "2x" />
22
22
< p > LinkedIn</ p >
23
23
</ 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 >
28
24
{ /* <a href="https://www.youtube.com/@gamedevutopia3007/"
29
25
className="youtube social">
30
26
<FontAwesomeIcon icon={faYoutube} size="2x" />
31
27
<p>Youtube</p>
32
28
</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> */ }
33
39
</ div >
34
40
) ;
35
41
}
You can’t perform that action at this time.
0 commit comments