fix:
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Has been cancelled

This commit is contained in:
Damien 2025-02-27 23:39:22 -05:00
parent 56f1fc001c
commit aa222a2232

View File

@ -149,22 +149,6 @@ export default function HomePage() {
</Box> </Box>
)} )}
{activeTab === 3 && (
<Box sx={{ width: '100%', maxWidth: 800, mx: 'auto', p: 2 }}>
<Typography variant="h5" component="h2" gutterBottom sx={{ mb: 2 }}>
About Me
</Typography>
<Typography variant="body1" paragraph>
I&apos;m a passionate developer with expertise in modern web technologies.
I love creating responsive, user-friendly applications that solve real-world problems.
</Typography>
<Typography variant="body1">
When I&apos;m not coding, you can find me exploring new technologies, contributing to open-source projects,
or enjoying outdoor activities.
</Typography>
</Box>
)}
{activeTab === 3 && ( {activeTab === 3 && (
<Box sx={{ width: '100%', maxWidth: 800, mx: 'auto', p: 2 }}> <Box sx={{ width: '100%', maxWidth: 800, mx: 'auto', p: 2 }}>
<Typography variant="h5" component="h2" gutterBottom sx={{ mb: 2 }}> <Typography variant="h5" component="h2" gutterBottom sx={{ mb: 2 }}>
@ -175,7 +159,7 @@ export default function HomePage() {
</Typography> </Typography>
<Button <Button
variant="contained" variant="contained"
href="mailto:contact@example.com" href="mailto:damienostler1@outlook.com"
sx={{ sx={{
backgroundColor: '#1a365d', backgroundColor: '#1a365d',
color: '#ffffff', color: '#ffffff',