Skip to content

Commit

Permalink
adding linkes to social media
Browse files Browse the repository at this point in the history
  • Loading branch information
AssoulYasser committed Jun 19, 2024
1 parent 0677307 commit eeac021
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ const Footer = () => {
{/* follow section */}
<div className="flex flex-col gap-4 items-center">
<div className="flex items-center gap-8 md:gap-16">
<a href="" target="_blank"> <img src={facebookPng} className="w-6 h-6 object-cover" /></a>
<a href="" target="_blank"> <img src={instaPng} className="w-6 h-6 object-cover" /></a>
<a href="" target="_blank"> <img src={linkedinPng} className="w-6 h-6 object-cover" /></a>
<a href="" target="_blank"> <img src={tweetPng} className="w-6 h-6 object-cover" /></a>
<a href="" target="_blank"> <img src={ytbPng} className="w-6 h-6 object-cover" /></a>
<a href="https://www.facebook.com/SchoolofAIAlgiers" target="_blank"> <img src={facebookPng} className="w-6 h-6 object-cover" /></a>
<a href="https://www.instagram.com/soai_algiers/" target="_blank"> <img src={instaPng} className="w-6 h-6 object-cover" /></a>
<a href="https://www.linkedin.com/company/school-of-ai-algiers/mycompany/" target="_blank"> <img src={linkedinPng} className="w-6 h-6 object-cover" /></a>
<a href="https://x.com/soaialgiers" target="_blank"> <img src={tweetPng} className="w-6 h-6 object-cover" /></a>
<a href="https://www.youtube.com/@schoolofaialgiers" target="_blank"> <img src={ytbPng} className="w-6 h-6 object-cover" /></a>
</div>
</div>
</div>
Expand Down

0 comments on commit eeac021

Please sign in to comment.