Skip to content

Commit 07d5161

Browse files
committed
wip love
1 parent 89ba665 commit 07d5161

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pages/index.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ const Home = ({ bio, avatar_url, blog, email, randomE, tracking = false }) => {
145145
>
146146
<div className={'max-w-[18rem] my-3 select-none'}>
147147
<p className='text-sm text-justify md:pt-1'>
148-
I am a Solution Architect focused on WS integrations with <span id="animate-01">Artificial Intelligence</span> from the cloud. {' '}
149-
from the cloud. {' '}
148+
I am a Solution Architect focused on WS integrations with <span id="animate-01">Artificial Intelligence</span> {' '}
149+
from the cloud. <br />
150150
<TypeIt
151151

152152
options={{
@@ -174,21 +174,23 @@ const Home = ({ bio, avatar_url, blog, email, randomE, tracking = false }) => {
174174
.pause(750)
175175
.delete(2)
176176
.pause(500)
177-
.type('1 years), also other technologies <span class="font-bold">awesome.!</span>')
177+
.type('1 years), also other technologies <span class="font-bold">awesome.!</span> <br />')
178178
.exec(() => {
179179
const annotation = annotate(document.querySelector('#animate-02'), { type: 'circle', color: '#F44336' })
180180
annotation.show()
181181
})
182-
.pause(1000)
182+
.pause(750)
183183
.exec(() => {
184184
const annotation = annotate(document.querySelector('#animate-03'), { type: 'circle', color: '#F44336' })
185185
annotation.show()
186186
})
187-
.pause(1000)
187+
.pause(750)
188188
.exec(() => {
189189
const annotation = annotate(document.querySelector('#animate-04'), { type: 'circle', color: '#F44336' })
190190
annotation.show()
191191
})
192+
.type('And Cloud technologies like <span id="animate-05">AWS</span> (+3 years), <span id="animate-06">Azure</span> (+6 years), <span id="animate-07">GCP</span> (1 year), and others. <br />')
193+
.type('<br /><span class="font-bold">I love learning new technologies and always look for new challenges.')
192194

193195
return instance
194196
}}

0 commit comments

Comments
 (0)