mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Update hero content and typing speed
This commit is contained in:
+8
-8
@@ -38,20 +38,20 @@ const Wrapper = styled.div`
|
||||
const Hero: FC = () => {
|
||||
return (
|
||||
<Wrapper>
|
||||
<Typing speed={10} hideCursor={true} loop={false}>
|
||||
<h2>Hi.</h2>
|
||||
<h2>I Can Build Stuff.</h2>
|
||||
<Typing speed={15} hideCursor={true} loop={false}>
|
||||
<h2>Hi</h2>
|
||||
<h2>I Like Building Things</h2>
|
||||
<h2 className='green'>
|
||||
Full Stack Developer ✔️<span className='small'>check</span>
|
||||
Software Developer ✔️<span className='small'>check</span>
|
||||
</h2>
|
||||
<h2 className='green'>
|
||||
Passionate ✔️<span className='small'>check</span>
|
||||
<h2 className='red'>
|
||||
Designer 🛑<span className='small'>error: need more practise and feedback</span>
|
||||
</h2>
|
||||
<h2 className='orange'>
|
||||
Hard Working ⚠️<span className='small'>warning: not always the case</span>
|
||||
</h2>
|
||||
<h2 className='red'>
|
||||
Designer 🛑<span className='small'>error: need more practise and feedback</span>
|
||||
<h2 className='green'>
|
||||
Life Long Learner ✔️<span className='small'>check</span>
|
||||
</h2>
|
||||
</Typing>
|
||||
</Wrapper>
|
||||
|
||||
Reference in New Issue
Block a user