feat:
This commit is contained in:
parent
d24cce4a78
commit
30a5bf64f8
@ -27,7 +27,7 @@ export default function HomePage() {
|
|||||||
<>
|
<>
|
||||||
{!showContent && (
|
{!showContent && (
|
||||||
<TypingAnimation
|
<TypingAnimation
|
||||||
titleText="My name is D4m13n."
|
titleText="My name is d4m13n."
|
||||||
subtitleText="Welcome to my website!"
|
subtitleText="Welcome to my website!"
|
||||||
typingSpeed={80}
|
typingSpeed={80}
|
||||||
delayBeforeRemoval={3000}
|
delayBeforeRemoval={3000}
|
||||||
@ -120,12 +120,12 @@ export default function HomePage() {
|
|||||||
<Box sx={{ display: { xs: 'none', sm: 'block' } }}>Game Dev Projects</Box>
|
<Box sx={{ display: { xs: 'none', sm: 'block' } }}>Game Dev Projects</Box>
|
||||||
</Box>
|
</Box>
|
||||||
} />
|
} />
|
||||||
<Tab label="Resume" />
|
<Tab label="Resume"
|
||||||
<Tab
|
|
||||||
label="Contact"
|
|
||||||
sx={{
|
sx={{
|
||||||
display: { xs: 'none', sm: 'flex' }
|
display: { xs: 'none', sm: 'flex' }
|
||||||
}}
|
}} />
|
||||||
|
<Tab
|
||||||
|
label="Contact"
|
||||||
/>
|
/>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user