Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e5d9f2555 | |||
| e8bb1374d9 |
@@ -55,7 +55,7 @@ module.exports = withPlugins(
|
||||
blogUrl: 'https://blog.talentstube.com',
|
||||
frontServerUrl: 'https://pp.app.talentstube.com/',
|
||||
cvThequeUrl: 'https://recruteur.talentstube.com',
|
||||
version : 'V2.7.4',
|
||||
version : 'V2.7.5',
|
||||
adListDefaultUrl: '/statique/images/default/default_picture_company.jpg',
|
||||
cachedMediaUrl: '/media/cache/profile_thumb/uploads/img/',
|
||||
postedContentUrl: '/uploads/img/',
|
||||
|
||||
@@ -491,7 +491,7 @@ export default function Index() {
|
||||
</Link>
|
||||
</Grid>
|
||||
<Grid item>
|
||||
<Link href="indextalent" >
|
||||
<Link href="indexTalent" >
|
||||
<Button variant="contained" className={classes.talentButton}>
|
||||
Je suis talent
|
||||
</Button>
|
||||
@@ -662,12 +662,13 @@ export default function Index() {
|
||||
<Grid container spacing={10}>
|
||||
<Hidden smDown>
|
||||
<Grid item key={1} xs={24} sm={12} md={6}>
|
||||
<Card className={classes.bloc1Gauche}>
|
||||
{/* <Card className={classes.bloc1Gauche}>
|
||||
<CardMedia
|
||||
className={classes.cardMedia}
|
||||
image="/statique/images/accueil/recrutement-video-talents-tube-equipe.jpg"></CardMedia>
|
||||
|
||||
</Card>
|
||||
</Card> */}
|
||||
<img src="/statique/images/accueil/recrutement-video-talents-tube-equipe.jpg"></img>
|
||||
</Grid>
|
||||
</Hidden>
|
||||
<Grid item key={2} xs={24} sm={12} md={6}>
|
||||
@@ -707,7 +708,7 @@ export default function Index() {
|
||||
{/* End hero unit */}
|
||||
<Grid container spacing={10}>
|
||||
|
||||
<Grid item key={2} xs={24} sm={12} md={6}>
|
||||
<Grid item key={2} xs={12} sm={12} md={6}>
|
||||
<Card className={classes.blocGris}>
|
||||
|
||||
<CardContent >
|
||||
@@ -728,11 +729,11 @@ export default function Index() {
|
||||
|
||||
</Card>
|
||||
</Grid>
|
||||
<Grid item key={1} xs={24} sm={12} md={6}>
|
||||
<Grid item key={1} xs={12} sm={12} md={6}>
|
||||
<Card className={classes.blocGris}>
|
||||
|
||||
<iframe
|
||||
width="560"
|
||||
width="100%"
|
||||
height="315"
|
||||
src="https://www.youtube.com/embed/sKh0u7Mbdps"
|
||||
frameborder="0"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 348 KiB After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user