Skip to content

Commit

Permalink
SEO update
Browse files Browse the repository at this point in the history
  • Loading branch information
alishbannoor2 committed Aug 13, 2024
1 parent 1a7f91a commit 4c5ef7f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
Binary file modified Images/readme2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
AiFillInstagram,
AiOutlineReddit,
AiFillYoutube,
AiFillDiscord,
} from "react-icons/ai";
import { FaLinkedinIn } from "react-icons/fa";

Expand Down Expand Up @@ -73,6 +74,16 @@ function Footer() {
<AiFillYoutube />
</a>
</li>
<li className="social-icons">
<a
href="https://discordapp.com/users/alishba5330"
style={{ color: "white" }}
target="_blank"
rel="noopener noreferrer"
>
<AiFillDiscord />
</a>
</li>
</ul>
</Col>
</Row>
Expand Down
23 changes: 22 additions & 1 deletion src/components/Home/Home2.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import pfp from "../../Assets/pfp.png"; // Change the file extension to .png
import Tilt from "react-parallax-tilt";
import {
AiFillGithub,
AiOutlineTwitter,
AiFillInstagram,
AiFillReddit,
AiFillYoutube,
} from "react-icons/ai";
import { FaLinkedinIn } from "react-icons/fa";

Expand Down Expand Up @@ -95,6 +96,26 @@ function Home2() {
<AiFillInstagram />
</a>
</li>
<li className="social-icons">
<a
href="https://www.reddit.com/user/alishbannoor/"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
>
<AiFillReddit />
</a>
</li>
<li className="social-icons">
<a
href="https://www.youtube.com/@Alishbannoor"
target="_blank"
rel="noreferrer"
className="icon-colour home-social-icons"
>
<AiFillYoutube/>
</a>
</li>
</ul>
</Col>
</Row>
Expand Down

0 comments on commit 4c5ef7f

Please sign in to comment.