Skip to content

Commit

Permalink
Atualizando a página de projetos
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusV-Silva committed Aug 28, 2024
1 parent 19aedc3 commit d3bc065
Showing 1 changed file with 73 additions and 24 deletions.
97 changes: 73 additions & 24 deletions components/projects-components/projectsv2/ProjectsTabNew.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,31 @@ export default function ProjectsTabNew () {
<Grid sm={12} md={6} p={2}>
<Card sx={{border: 1, borderColor: "orange", backgroundColor: "black"}}>
<CardMedia
sx={{ height: 140 }}
sx={{ height: 340 }}
image="/images/Projetos/SondasAeroespaciais/Garatéa-II/photo4.webp"
title="green iguana"
/>
<CardContent>
<Typography gutterBottom variant="h5" component="div" color="white">
<Typography gutterBottom variant="h4" component="div" color="white" sx={{ textAlign: "center" }}>
Sondas aeroespaciais
</Typography>
<Typography variant="body2" color="white">
Lizards are a widespread group of squamate reptiles, with over 6,000
species, ranging across all continents except Antarctica
</Typography>
</CardContent>
<CardActions>
<Button size="small" color="primary" href='/projetos/sondas-aeroespaciais'>
<CardActions sx={{ display: 'flex', justifyContent: 'center' }}>
<Button
size="large"
sx={{
backgroundColor: 'white',
color: 'black',
borderRadius: 2,
padding: '8px 16px',
'&:hover': { backgroundColor: 'darkgray' },
}}
href='/projetos/sondas-aeroespaciais'
>
Saiba mais
</Button>
</CardActions>
Expand All @@ -35,21 +45,31 @@ export default function ProjectsTabNew () {
<Grid sm={12} md={6} p={2}>
<Card sx={{border: 1, borderColor: "orange", backgroundColor: "black"}}>
<CardMedia
sx={{ height: 140 }}
image="/images/Projetos/SondasAeroespaciais/Garatéa-II/photo4.webp"
sx={{ height: 340 }}
image="/images/Projetos/SondasAeroespaciais/Garatéa-II/photo2.webp"
title="green iguana"
/>
<CardContent>
<Typography gutterBottom variant="h5" component="div" color="white">
<Typography gutterBottom variant="h4" component="div" color="white" sx={{ textAlign: "center" }}>
CubeSats
</Typography>
<Typography variant="body2" color="white">
Lizards are a widespread group of squamate reptiles, with over 6,000
species, ranging across all continents except Antarctica
</Typography>
</CardContent>
<CardActions>
<Button size="small" color="primary" href='/projetos/cubesats'>
<CardActions sx={{ display: 'flex', justifyContent: 'center' }}>
<Button
size="large"
sx={{
backgroundColor: 'white',
color: 'black',
borderRadius: 2,
padding: '8px 16px',
'&:hover': { backgroundColor: 'darkgray' },
}}
href='/projetos/cubesats'
>
Saiba mais
</Button>
</CardActions>
Expand All @@ -59,21 +79,31 @@ export default function ProjectsTabNew () {
<Grid sm={12} md={6} p={2}>
<Card sx={{border: 1, borderColor: "orange", backgroundColor: "black"}}>
<CardMedia
sx={{ height: 140 }}
image="/images/Projetos/SondasAeroespaciais/Garatéa-II/photo4.webp"
sx={{ height: 340 }}
image="/images/Projetos/Software/ZenithMonitor.webp"
title="green iguana"
/>
<CardContent>
<Typography gutterBottom variant="h5" component="div" color="white">
<Typography gutterBottom variant="h4" component="div" color="white" sx={{ textAlign: "center" }}>
Software
</Typography>
<Typography variant="body2" color="white">
Lizards are a widespread group of squamate reptiles, with over 6,000
species, ranging across all continents except Antarctica
</Typography>
</CardContent>
<CardActions>
<Button size="small" color="primary" href='/projetos/software'>
<CardActions sx={{ display: 'flex', justifyContent: 'center' }}>
<Button
size="large"
sx={{
backgroundColor: 'white',
color: 'black',
borderRadius: 2,
padding: '8px 16px',
'&:hover': { backgroundColor: 'darkgray' },
}}
href='/projetos/software'
>
Saiba mais
</Button>
</CardActions>
Expand All @@ -83,21 +113,31 @@ export default function ProjectsTabNew () {
<Grid sm={12} md={6} p={2}>
<Card sx={{border: 1, borderColor: "orange", backgroundColor: "black"}}>
<CardMedia
sx={{ height: 140 }}
image="/images/Projetos/SondasAeroespaciais/Garatéa-II/photo4.webp"
sx={{ height: 340 }}
image="/images/Projetos/SondasAeroespaciais/Garatéa-III/photo8.webp"
title="green iguana"
/>
<CardContent>
<Typography gutterBottom variant="h5" component="div" color="white">
<Typography gutterBottom variant="h4" component="div" color="white" sx={{ textAlign: "center" }}>
Hardware
</Typography>
<Typography variant="body2" color="white">
Lizards are a widespread group of squamate reptiles, with over 6,000
species, ranging across all continents except Antarctica
</Typography>
</CardContent>
<CardActions>
<Button size="small" color="primary" href='/projetos/hardware'>
<CardActions sx={{ display: 'flex', justifyContent: 'center' }}>
<Button
size="large"
sx={{
backgroundColor: 'white',
color: 'black',
borderRadius: 2,
padding: '8px 16px',
'&:hover': { backgroundColor: 'darkgray' },
}}
href='/projetos/hardware'
>
Saiba mais
</Button>
</CardActions>
Expand All @@ -107,21 +147,30 @@ export default function ProjectsTabNew () {
<Grid sm={12} md={6} p={2}>
<Card sx={{border: 1, borderColor: "orange", backgroundColor: "black"}}>
<CardMedia
sx={{ height: 140 }}
image="/images/Projetos/SondasAeroespaciais/Garatéa-II/photo4.webp"
sx={{ height: 340 }}
image="/images/Projetos/SondasAeroespaciais/Garatéa-I/photo3.webp"
title="green iguana"
/>
<CardContent>
<Typography gutterBottom variant="h5" component="div" color="white">
<Typography gutterBottom variant="h4" component="div" color="white" sx={{ textAlign: "center" }}>
Educacional
</Typography>
<Typography variant="body2" color="white" href='/projetos/educacional'>
Lizards are a widespread group of squamate reptiles, with over 6,000
species, ranging across all continents except Antarctica
</Typography>
</CardContent>
<CardActions>
<Button size="small" color="primary">
<CardActions sx={{ display: 'flex', justifyContent: 'center' }}>
<Button
size="large"
sx={{
backgroundColor: 'white',
color: 'black',
borderRadius: 2,
padding: '8px 16px',
'&:hover': { backgroundColor: 'darkgray' },
}}
>
Saiba mais
</Button>
</CardActions>
Expand Down

0 comments on commit d3bc065

Please sign in to comment.