Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Add Sponsors | Tweetbeam, Codechef, Noticebard, Egghead (#89)
Browse files Browse the repository at this point in the history
* Add Codechef, Noticebard, tweetbeam

* Add Dark Theme Logos | Egghead, Noticebard, Tweetbeam

* Update Tweetbeab href
  • Loading branch information
CIPHERTron authored Feb 25, 2021
1 parent 388db9a commit 173d411
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 40 deletions.
Binary file added public/images/codechef.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/images/egghead.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 removed public/images/egghead2.png
Binary file not shown.
Binary file modified public/images/noticebard.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 modified public/images/tweetbeam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
146 changes: 106 additions & 40 deletions src/screens/LandingScreen/SponsorsSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const SponsorsSection = () => {
<Grid
columns={[1, 1]}
gap={6}
sx={{ alignItems: 'center', mt: 5 }}
sx={{ alignItems: 'center', mt: 6 }}
>
<Link
href="https://www.sashido.io/en/"
Expand Down Expand Up @@ -175,57 +175,70 @@ const SponsorsSection = () => {
gap={6}
sx={{ alignItems: 'center', mt: 4 }}
>

<Link
href="https://matic.network/"
href="https://www.codechef.com/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/past4.png"
alt="Matic Logo"
sx={{ justifySelf: 'center' }}
src="/images/codechef.png"
alt="CodeChef Logo"
sx={{
maxHeight: '4rem'
}}
/>
</Link>

<Link
href="https://www.portis.io/"
href="https://matic.network/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/portis.png"
alt="Portis Logo"
sx={{
maxHeight: '20rem'
}}
src="/images/past4.png"
alt="Matic Logo"
sx={{ justifySelf: 'center' }}
/>
</Link>

<Link
href="https://tezos.com/"
href="https://www.portis.io/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/tezos.png"
alt="Tezos Logo"
src="/images/portis.png"
alt="Portis Logo"
sx={{
maxHeight: '15rem'
maxHeight: '20rem'
}}
/>
</Link>

</Grid>

<Grid
columns={[1, 1]}
gap={6}
columns={[1, 2]}
gap={[6, 3]}
sx={{ alignItems: 'center', mt: [6, 5] }}
>
<Link
href="https://tezos.com/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/tezos.png"
alt="Tezos Logo"
sx={{
maxHeight: '6rem'
}}
/>
</Link>

<Link
href="https://www.wolfram.com/language/"
target="_blank"
Expand Down Expand Up @@ -308,20 +321,20 @@ const SponsorsSection = () => {
/>
</Link>

{/* <Link
<Link
href="https://egghead.io/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/egghead2.png"
src="/images/egghead.png"
alt="Egghead Logo"
sx={{
maxHeight: '15rem'
}}
/>
</Link> */}
</Link>
<Link
href="https://get.interviewready.io/"
target="_blank"
Expand Down Expand Up @@ -366,46 +379,99 @@ const SponsorsSection = () => {
}}
/>
</Link>
</Grid>

<Grid
columns={[1, 2]}
gap={6}
sx={{ alignItems: 'center', mt: 6 }}
>
<Link
href="https://www.taskade.com/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/taskade.png"
alt="Taskade Logo"
sx={{
maxHeight: '6rem'
}}
/>
</Link>

<Link
href="https://www.taskade.com/"
href="https://www.voiceflow.com/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/taskade.png"
alt="Taskade Logo"
src="/images/Voiceflow.png"
alt="Voiceflow Logo"
sx={{
maxHeight: '6rem'
maxHeight: '5rem'
}}
/>
</Link>
</Grid>
</Container>

<Grid
columns={[1, 1]}
gap={6}
sx={{ alignItems: 'center', mt: [5, 6] }}
>
<Link
href="https://www.voiceflow.com/"
<Container sx={{mt: [5, 6], mb: [2, 5]}}>
<Heading
as="h4"
variant="title"
sx={{ textAlign: 'center', marginBottom: '1rem',}}
style={{
backgroundImage: 'linear-gradient(315deg, #ef5734 0%, #ffcc2f 74%)',
backgroundColor: '#ef5734',
width: 'fit-content',
margin: '0 auto',
padding: '0 1rem',
paddingBottom: '5px',
borderRadius: '10px'
}}
>
<Text
as="span"
sx={{
borderRadius: 'default',
px: 1,
mx: [-2, 0],
whiteSpace: 'nowrap',
color: '#5d114c',
fontSize: ['40px', '50px']
}}

>
Special Mention
</Text>
</Heading>
<Grid
columns={[1, 1]}
gap={6}
sx={{ alignItems: 'center', mt: 4 }}
>
<Link
href="https://www.tweetbeam.com/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/Voiceflow.png"
alt="Voiceflow Logo"
src="/images/tweetbeam.png"
alt="Tweetbeam logo"
sx={{
maxHeight: '5rem'
maxHeight: '10rem'
}}
/>
</Link>
</Grid>
</Container>

</Grid>
</Container>

{/* <Container sx={{mt: [5, 6], mb: [2, 5]}}>
<Container sx={{mt: [5, 6], mb: [2, 5]}}>
<Heading
as="h4"
variant="title"
Expand Down Expand Up @@ -456,7 +522,7 @@ const SponsorsSection = () => {
</Link>

</Grid>
</Container> */}
</Container>

</Container>
</Box>
Expand Down

0 comments on commit 173d411

Please sign in to comment.