From 86667b4116aace65dc520780c897d22990d2dd4f Mon Sep 17 00:00:00 2001 From: FD Date: Mon, 4 Mar 2024 21:20:00 +0700 Subject: [PATCH] changed background of blocks --- src/App.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 108f62c..5e137f5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -31,7 +31,7 @@ const App = () => { // if current month is less than August, then subtract 1 from current year if (new Date().getMonth() < 8) currentYear--; - var age = currentYear - 123; + var age = currentYear - 1986; var firstEmploymentDate = new Date(2009, 8, 1); var yearsOfExperience = currentDate.getFullYear() - firstEmploymentDate.getFullYear(); @@ -45,15 +45,15 @@ const App = () => { )}
-
- {``}Hi +
+ {`> Hello world! _`}
-
- Oleg Dolotov +
+ Oleg Dolotov
-

Bob

+

Oleg Dolotov

Fullstack web developer with {yearsOfExperience} years of experience

-

{age} 123456789 years old, digital nomad, currently living in Thailand

+

{age} years old, digital nomad, currently living in Thailand