-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from gugcz/main
Release fixes
- Loading branch information
Showing
5 changed files
with
4,400 additions
and
4,381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,12 @@ const useStyles = makeStyles(({ spacing, breakpoints }) => ({ | |
}, | ||
[breakpoints.down('sm')]: { | ||
flexDirection: 'column', | ||
maxWidth: '80vw', | ||
maxHeight: 'initial', | ||
margin: spacing(4, 0), | ||
'&>*': { | ||
objectFit: 'contain', | ||
height: 80, | ||
maxWidth: '100%', | ||
}, | ||
}, | ||
}, | ||
|
@@ -44,6 +44,11 @@ const useStyles = makeStyles(({ spacing, breakpoints }) => ({ | |
margin: 0, | ||
}, | ||
}, | ||
image: { | ||
[breakpoints.down('sm')]: { | ||
width: '100%', | ||
}, | ||
}, | ||
})); | ||
|
||
export const PartnersSection = () => { | ||
|
@@ -54,10 +59,21 @@ export const PartnersSection = () => { | |
<InfoText icon={<PartnersIcon size={80} />} title="Partneři" /> | ||
<Box className={classes.gold}> | ||
<a href="https://grow.google/intl/cz/"> | ||
<img src={'/images/partners/Google_logo_Horizontal_Grey_RGB.png'} alt="Grow with google" /> | ||
<img | ||
src={'/images/partners/Google_logo_Horizontal_Grey_RGB.png'} | ||
alt="Grow with google" | ||
className={classes.image} | ||
/> | ||
</a> | ||
<a href="https://www.smartemailing.cz/"> | ||
<img | ||
src={'/images/partners/SmartEmailing_logo_RGB_SmartEmailing_Color.png'} | ||
alt="Partneři Gugu" | ||
className={classes.image} | ||
/> | ||
</a> | ||
<a href="https://www.smartemailing.cz/"> | ||
<img src={'/images/partners/SmartEmailing_logo_RGB_SmartEmailing_Color.png'} alt="Partneři Gugu" /> | ||
<img src={'/images/partners/dotekomanie.png'} alt="Partneři Gugu" className={classes.image} /> | ||
</a> | ||
</Box> | ||
<Button variant={'contained'} color={'primary'} className={classes.action} href="mailto:[email protected]"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.