[FEATURE] Updated Stylings
Some checks failed
Deploy Edge / deploy-edge (push) Failing after 2s
S3 Repo Backup / s3-repo-backup (push) Failing after 3s

This commit is contained in:
Dunemask 2024-08-09 20:17:57 -06:00
parent 5ab6e81d29
commit d24f39bff4
26 changed files with 251 additions and 436 deletions

View file

@ -23,8 +23,7 @@ export default function ContactCard(props) {
width: 320,
maxWidth: "100%",
margin: 2,
boxShadow:
"0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)",
boxShadow: "0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)",
}}
>
<CardContent sx={{ alignItems: "center", textAlign: "center", pb: 0 }}>
@ -42,7 +41,6 @@ export default function ContactCard(props) {
mb: 1,
zIndex: 5,
backgroundColor: "rgba(0, 115, 177,.1)",
borderColor: "white",
color: "#0073b1",
}}
/>
@ -52,22 +50,10 @@ export default function ContactCard(props) {
</Typography>
</CardContent>
<CardActions style={{ display: "flex", justifyContent: "center" }}>
<IconButton
size="sm"
variant="plain"
component={Link}
to={linkedin}
sx={{ color: "#0073b1" }}
>
<IconButton size="sm" variant="plain" component={Link} to={linkedin} sx={{ color: "#0073b1" }}>
<LinkedInIcon />
</IconButton>
<IconButton
size="sm"
variant="plain"
color="neutral"
component={Link}
to={email}
>
<IconButton size="sm" variant="plain" color="neutral" component={Link} to={email}>
<MailIcon />
</IconButton>
</CardActions>

View file

@ -38,12 +38,7 @@ export default function ReferenceCard(props) {
textAlign: "center",
}}
>
<Typography
variant="h5"
component={Link}
to={linkedin}
sx={{ textDecoration: "none", color: "inherit" }}
>
<Typography variant="h5" component={Link} to={linkedin} sx={{ textDecoration: "none", color: "inherit" }}>
{name}
</Typography>
<Typography variant="h6">{title}</Typography>