Skip to content

Commit

Permalink
Merge pull request #67 from Bhavya0404/master
Browse files Browse the repository at this point in the history
Added co-sponsors
  • Loading branch information
Hardikag17 authored Feb 10, 2022
2 parents 512838d + 2e30b40 commit bc80b45
Show file tree
Hide file tree
Showing 7 changed files with 242 additions and 5 deletions.
49 changes: 44 additions & 5 deletions src/Components/bitbox/bitbox2/Sponsor.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,21 +120,36 @@ export default function Sponsor({ isDark }) {
src={require("../../../images/sponsors/bitbox2/xyz-logo-color.png")}
link="https://gen.xyz/"
/>
<SponsorCard
key="8"
src="https://balsamiq.com/assets/company/brandassets/balsamiq-logo-screen-1000x500.png"
link="https://balsamiq.com/"
/>
<SponsorCard
key="9"
src={require("../../../images/sponsors/taskade-meta.png")}
link="https://www.taskade.com/"
/>
<SponsorCard
key="8"
src="https://balsamiq.com/assets/company/brandassets/balsamiq-logo-screen-1000x500.png"
link="https://balsamiq.com/"
/>
<SponsorCard
key='10'
src={require('../../../images/sponsors/clerky.jpeg')}
link=''
/>
<SponsorCard
key="11"
src={require(!isDark
? "../../../images/sponsors/bitbox2/Voiceflow-Black.svg"
: "../../../images/sponsors/bitbox2/Voiceflow-White.png")}
link="https://www.voiceflow.com/"
/>
<SponsorCard
key="12"
src={require(!isDark
? "../../../images/sponsors/bitbox2/The-Company-Black.svg"
: "../../../images/sponsors/bitbox2/The-Company-White.png")}
link="https://atsign.com/"
/>

</Grid>
<Typography
data-aos="flip-down"
Expand All @@ -157,6 +172,30 @@ export default function Sponsor({ isDark }) {
link="https://heiphen.com/"
/>
</Grid>
<Typography
data-aos="flip-down"
variant="h5"
component="p"
className="dsc-font margintop"
align="center"
>
Knowledge Partner
</Typography>
<Grid
container
direction="row"
justify="space-around"
alignItems="center"
>
<SponsorCard
key="0"
src={require(!isDark
? "../../../images/sponsors/bitbox2/Seekho-Black.webp"
: "../../../images/sponsors/bitbox2/Seekho-White.png")}
link="https://seekho.ai/"
/>

</Grid>
</div>
);
}
Binary file added src/images/sponsors/bitbox2/Seekho-Black.webp
Binary file not shown.
Binary file added src/images/sponsors/bitbox2/Seekho-White.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 87 additions & 0 deletions src/images/sponsors/bitbox2/The-Company-Black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 111 additions & 0 deletions src/images/sponsors/bitbox2/Voiceflow-Black.svg
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 src/images/sponsors/bitbox2/Voiceflow-White.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc80b45

Please sign in to comment.