Skip to content

Commit

Permalink
Added partners, modified Session2b.pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Rumley committed Jan 8, 2025
1 parent 3d23ef5 commit 2fa3e9c
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 1 deletion.
Binary file modified public/PDF/Session2b.pdf
Binary file not shown.
Binary file added public/logo_exoscale.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 public/logo_heig-vd.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/logo_innovaud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions public/logo_pure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 71 additions & 1 deletion src/pages/Partners/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,19 @@ const Partners: React.FC = () => {
/>
</CardActionArea>
</Card>

<Card sx={{border: '1px solid lightgrey'}} elevation={0}>
<CardActionArea onClick={
() => window.open("https://heig-vd.ch", "_blank")
}>
<CardMedia
component="img"
height="200px"
image="/logo_heig-vd.png"
alt="HEIG-VD"
/>
</CardActionArea>
</Card>
</Box>
</div>
{/*<Box sx={{display: 'flex', flexDirection: 'column', textAlign: 'left', p: 2}}>
Expand Down Expand Up @@ -222,6 +235,49 @@ const Partners: React.FC = () => {
/>
</CardActionArea>
</Card>

<Card sx={{border: '1px solid lightgrey'}} elevation={0}>
<CardActionArea onClick={
() => window.open("https://www.purestorage.com/solutions/ai.html", "_blank")
}>
<CardMedia
sx={{p: 2}}
component="img"
height="200px"
image="/logo_pure.svg"
alt="PureStorage"
/>
</CardActionArea>
</Card>

<Card sx={{border: '1px solid lightgrey'}} elevation={0}>
<CardActionArea onClick={
() => window.open("https://www.exoscale.com", "_blank")
}>
<CardMedia
sx={{p: 2}}
component="img"
height="200px"
image="/logo_exoscale.jpg"
alt="Exoscale"
/>
</CardActionArea>
</Card>

<Card sx={{border: '1px solid lightgrey'}} elevation={0}>
<CardActionArea onClick={
() => window.open("https://www.innovaud.ch/en/", "_blank")
}>
<CardMedia
sx={{p: 2}}
component="img"
height="200px"
image="/logo_innovaud.png"
alt="InnoVaud"
/>
</CardActionArea>
</Card>

</Box>
</div>
{/* <Box sx={{display: 'flex', flexDirection: 'column', textAlign: 'left', p: 2}}>
Expand Down Expand Up @@ -274,13 +330,27 @@ const Partners: React.FC = () => {
<CardMedia
sx={{p: 2}}
component="img"
height="200px"
width="200px"
image="/logo_dina.jpg"
alt="Dina Logo"
/>
</CardActionArea>
</Card>

<Card sx={{border: '1px solid lightgrey'}} elevation={0}>
<CardActionArea onClick={
() => window.open("https://www.e4company.com", "_blank")
}>
<CardMedia
sx={{p: 2}}
component="img"
width="200px"
image="/logo-e4.png"
alt="E4 Logo"
/>
</CardActionArea>
</Card>

</Box>

{/* <Box sx={{display: 'flex', flexDirection: 'column', textAlign: 'left', p: 2}}>
Expand Down

0 comments on commit 2fa3e9c

Please sign in to comment.