Skip to content

Commit

Permalink
améliorations diverses
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyMaury committed Feb 3, 2024
1 parent 7b7adf0 commit fe5207c
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 20 deletions.
3 changes: 2 additions & 1 deletion locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"name": "Home",
"what-is": "What is DevFest Nantes?",
"jumbo": {
"date": "October 17,18 2024",
"come-back": "Devfest Nantes will be back",
"date": "on October 17,18 2024",
"cfp": "Become speaker",
"previous": "2022 Edition",
"generate-ticket": "Edit my ticket",
Expand Down
3 changes: 2 additions & 1 deletion locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"name": "Accueil",
"what-is": "Le DevFest Nantes",
"jumbo": {
"date": "17 & 18 Octobre 2024",
"come-back": "Le Devfest Nantes reviendra",
"date": "les 17 & 18 Octobre 2024",
"cfp": "Devenir speaker",
"previous": "Édition 2022",
"generate-ticket": "Générer mon billet",
Expand Down
19 changes: 11 additions & 8 deletions src/components/home/jumbo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,18 @@ export const HomeJumbo = () => {
</div>

<Typography variant="h1" textAlign="center">
{t("date")}
{t("come-back")}
</Typography>
<Typography
variant="h2"
textAlign="center"
style={{marginTop: "10px", marginBottom: "25px"}}
>
Code, Dev, et... Action !
<Typography variant="h1" textAlign="center">
{t("date")}
</Typography>
{/*<Typography*/}
{/* variant="h2"*/}
{/* textAlign="center"*/}
{/* style={{marginTop: "10px", marginBottom: "25px"}}*/}
{/*>*/}
{/* Code, Dev, et... Action !*/}
{/*</Typography>*/}
<Stack direction="column" spacing={3}>
{/*<Stack direction="row" spacing={3} justifyContent={"center"}>*/}
{/* <Button*/}
Expand Down Expand Up @@ -66,7 +69,7 @@ export const HomeJumbo = () => {
{/*>*/}
{/* Billetterie*/}
{/*</Button> */}
{/*
{/*
<Button
color="secondary"
variant="contained"
Expand Down
20 changes: 10 additions & 10 deletions src/components/home/photos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const Album = () => {
name
childImageSharp {
gatsbyImageData(
aspectRatio: 0.60
transformOptions: { cropFocus: WEST }
aspectRatio: 0.75
transformOptions: { cropFocus: CENTER }
)
}
}
Expand Down Expand Up @@ -84,24 +84,24 @@ const Album = () => {
}}
>
<Picture
image={imageByName("scaphandre")}
image={imageByName("dino")}
gridColumn="1"
gridRow="span 2"
/>
<Picture
image={imageByName("devices")}
image={imageByName("delorean")}
gridColumn="span 2"
objectPosition={"top"}
/>
<Picture image={imageByName("buffet")} gridColumn="span 1" />
<Picture
image={imageByName("pieuvre")}
image={imageByName("annabelle")}
gridColumn="span 1"
gridRow="span 2"
/>
<Picture image={imageByName("equipe-amphi")} gridColumn="span 2" />
<Picture image={imageByName("concert")} gridColumn="span 1" />
<Picture image={imageByName("800")} gridColumn="span 1" />
<Picture image={imageByName("2000")} gridColumn="span 1" />
<Picture image={imageByName("stand")} gridColumn="span 1" />
<ButtonTile gridColumn="span 3" />
</div>
Expand All @@ -127,15 +127,15 @@ const Album = () => {
objectPosition={"top"}
/>
<ButtonTile gridColumn="span 2" />
<Picture image={imageByName("buffet")} gridColumn="span 1" />
<Picture
image={imageByName("pieuvre")}
image={imageByName("annabelle")}
gridColumn="span 1"
gridRow="span 2"
/>
<Picture image={imageByName("800")} gridColumn="span 2" />
<Picture image={imageByName("concert")} gridColumn="span 1" />
<Picture image={imageByName("buffet")} gridColumn="span 1" />
<Picture image={imageByName("2000")} gridColumn="span 2" />
<Picture image={imageByName("stand")} gridColumn="span 1" />
<Picture image={imageByName("concert")} gridColumn="span 1" />
</div>
);
};
Expand Down
Binary file added src/images/home/album/high/annabelle.jpg
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 src/images/home/album/high/dino.jpg
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 src/images/home/album/square/stand.jpg
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/home/album/wide/2000.jpg
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 src/images/home/album/wide/800.jpg
Binary file not shown.
Binary file modified src/images/home/album/wide/concert.jpg
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 fe5207c

Please sign in to comment.