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 = () => {
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user