From bded192500c43a0231efbffc5df48d5ccbfefbf1 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Tue, 16 Apr 2024 21:42:08 -0700 Subject: [PATCH] add margin and strong elements to hero content --- src/web/src/components/hero/content.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()