diff --git a/src/web/src/components/hero/content.jsx b/src/web/src/components/hero/content.jsx index 52417fe..e318422 100644 --- a/src/web/src/components/hero/content.jsx +++ b/src/web/src/components/hero/content.jsx @@ -18,7 +18,7 @@ function Content() { cursor: '' }} onInit={(typewriter) => { - typewriter.typeString("
Hello, I'm
Timothy Pidashev
") + typewriter.typeString("
Hello, I'm
Timothy Pidashev
") .callFunction(() => { console.log('Change the background element to a portrait of my face'); }) @@ -29,12 +29,12 @@ function Content() { }) .start() - typewriter.typeString("
I'm a 19 year old
on an epic journey to
become a software engineer!
") + typewriter.typeString("
I'm a 19 year old
on an epic journey to
become a software engineer!
") .pauseFor(2500) .deleteAll() .start() - typewriter.typeString("
I enjoy:
writing code
hiking and camping
driving cars
and much more!
") + typewriter.typeString("
I enjoy
writing code
hiking and camping
driving cars
and much more!
") .pauseFor(2500) .deleteAll() .start()