Skip to content

Commit

Permalink
Images And data added in SponsorData
Browse files Browse the repository at this point in the history
  • Loading branch information
Momin committed Jan 21, 2024
1 parent f7a720e commit 1075f1b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file added public/SponsorsAssets/Loft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/SponsorsAssets/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/SponsorsAssets/presar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/constants/SponsorData.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const Data = [
id: 1,
name: "GitHub",
profileImage:
"https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MXw3NjA4Mjc3NHx8ZW58MHx8fHx8",
"../SponsorsAssets/github.png",
websiteLink: "https://www.github.com",
linkedInLink: "https://www.linkedin.com/company/github",
tag: "GigaByte",
Expand All @@ -13,21 +13,21 @@ const Data = [
id: 2,
name: "Loft Labs",
profileImage:
"https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MXw3NjA4Mjc3NHx8ZW58MHx8fHx8",
"../SponsorsAssets/Loft.png",
websiteLink: "https://www.loft.sh",
linkedInLink: "https://www.linkedin.com/company/loft-sh",
tag: "GigaByte",
bgColor: "goldenrod"
},
{
id: 3,
name: "Jane Smith",
name: "Presar",
profileImage:
"https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MXw3NjA4Mjc3NHx8ZW58MHx8fHx8",
"../SponsorsAssets/presar.jpg",
websiteLink: "https://www.janesmithdesigns.com",
linkedInLink: "https://www.linkedin.com/in/janesmith",
tag: "Kilo Byte",
bgColor: "red"
tag: "Byte",
bgColor: "transparent"
},
];

Expand Down
4 changes: 2 additions & 2 deletions src/partials/Sponsors/SponsorsCard.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import "./SponsorsCard.scss";
import { FaExternalLinkAlt } from "react-icons/fa";
import { FaGlobe } from "react-icons/fa";
import { FaLinkedin } from "react-icons/fa";

const SponsorsCard = ({ user }) => {
Expand All @@ -18,7 +18,7 @@ const SponsorsCard = ({ user }) => {
rel="noopener noreferrer"
style={{ margin: "10px" }}
>
<FaExternalLinkAlt style={{ fontSize: "25px" }} />
<FaGlobe style={{ fontSize: "30px" }} />
</a>
<a
href={user.linkedInLink}
Expand Down

0 comments on commit 1075f1b

Please sign in to comment.