Skip to content

Commit

Permalink
bouton jumbo photos/feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyMaury committed Oct 29, 2024
1 parent 57b6301 commit 3caeacb
Showing 1 changed file with 32 additions and 23 deletions.
55 changes: 32 additions & 23 deletions src/components/home/jumbo.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Android, Apple, PhotoSharp, YouTube} from "@mui/icons-material";
import {Box, Button, Modal, Paper, Stack, Typography} from "@mui/material";
import { Android, Apple, PhotoSharp } from "@mui/icons-material";
import { Box, Button, Modal, Paper, Stack, Typography } from "@mui/material";
import React from "react";
import { useTranslation } from "react-i18next";

Expand All @@ -22,16 +22,16 @@ export const HomeJumbo = () => {
{/* <Typography variant="h1" textAlign="center">
{t("come-back")}
</Typography> */}
<Typography variant="h1" textAlign="center">
{t("date")}
</Typography>
<Typography
variant="h2"
variant="h1"
textAlign="center"
style={{marginTop: "10px", marginBottom: "25px"}}
>
At night, they come to code !
</Typography>
<Typography variant="h2" textAlign="center"
style={{marginTop: "10px", marginBottom: "25px"}}>
{t("date")}
</Typography>
<Stack direction="column" spacing={3}>
{/*<Stack direction="row" spacing={3} justifyContent={"center"}>*/}
{/* <Button*/}
Expand Down Expand Up @@ -60,43 +60,62 @@ export const HomeJumbo = () => {
>
Devenir Sponsor 2024
</Button> */}
<Button
{/* <Button
color="secondary"
variant="contained"
aria-label={t('schedule')}
href="/schedule"
>
{t('schedule')}
</Button> */}
<Button
color="secondary"
variant="contained"
aria-label={"Feedbacks"}
target="_blank"
href="https://openfeedback.io/devfestnantes24"
>
Feedbacks
</Button>
<Button
color="secondary"
startIcon={<PhotoSharp />}
variant="contained"
href="https://photos.app.goo.gl/iQPsdQ8KKeXH8JrT8"
aria-label="Photos"
target="_blank"
>
Photos
</Button>
{/* <Button
color="secondary"
variant="contained"
href="https://billetterie.gdgnantes.com"
aria-label={t('resend-tickets')}
target={"_blank"}
>
{t('resend-tickets')}
</Button>
</Button> */}
</Stack>
<Stack direction="row" spacing={3} justifyContent={"center"}>

<Button
{/* <Button
color="secondary"
variant="outlined"
onClick={() => setModalOpen(true)}
aria-label={t('get-app')}
>
{t('get-app')}
</Button>
<Button
</Button> */}
{/* <Button
color="secondary"
variant="contained"
aria-label={t("offers")}
target={"_blank"}
href="https://nantes.francedigitaljobs.fr/search-list-jobs?id=&titre=&city=&categorie=&niveau=&type=&teletravail="
>
{t('offers')}
</Button>
</Button> */}
{/*<Button
color="secondary"
startIcon={<YouTube />}
Expand All @@ -106,16 +125,6 @@ export const HomeJumbo = () => {
target={"_blank"}
>
Videos
</Button>
<Button
color="secondary"
startIcon={<PhotoSharp />}
variant="contained"
href="https://photos.app.goo.gl/wWF5PWykG2g2umC47"
aria-label="Photos 2023"
target={"_blank"}
>
Photos
</Button>*/}
</Stack>
<Stack direction="row" spacing={3} justifyContent={"center"}>
Expand Down

0 comments on commit 3caeacb

Please sign in to comment.