Update hero content and typing speed

This commit is contained in:
Hazem Krimi
2021-01-19 18:45:44 +01:00
parent 913e57ec8f
commit 3e79a9d5be
+8 -8
View File
@@ -38,20 +38,20 @@ const Wrapper = styled.div`
const Hero: FC = () => { const Hero: FC = () => {
return ( return (
<Wrapper> <Wrapper>
<Typing speed={10} hideCursor={true} loop={false}> <Typing speed={15} hideCursor={true} loop={false}>
<h2>Hi.</h2> <h2>Hi</h2>
<h2>I Can Build Stuff.</h2> <h2>I Like Building Things</h2>
<h2 className='green'> <h2 className='green'>
Full Stack Developer <span className='small'>check</span> Software Developer <span className='small'>check</span>
</h2> </h2>
<h2 className='green'> <h2 className='red'>
Passionate <span className='small'>check</span> Designer 🛑<span className='small'>error: need more practise and feedback</span>
</h2> </h2>
<h2 className='orange'> <h2 className='orange'>
Hard Working <span className='small'>warning: not always the case</span> Hard Working <span className='small'>warning: not always the case</span>
</h2> </h2>
<h2 className='red'> <h2 className='green'>
Designer 🛑<span className='small'>error: need more practise and feedback</span> Life Long Learner <span className='small'>check</span>
</h2> </h2>
</Typing> </Typing>
</Wrapper> </Wrapper>