diff --git a/pages/index.tsx b/pages/index.tsx index 6b2f00d..68838f8 100755 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -56,7 +56,7 @@ const Page: NextPageWithLayout = () => { <>

About

-

I am a full-stack developer (58% backend / 42% frontend ish) with a passion for programming, physics, mathematics and anything *NIX (Linux, UNIX etc) related.

+

I am a full-stack software engineer with a passion for programming, physics, mathematics and anything *NIX (Linux, UNIX etc) related. Currently { new Date().getFullYear() - 2003 } years old.

{/*TODO: Add GitHub code frequency/contrib here*/}
diff --git a/styles/globals.css b/styles/globals.css index f964fd1..6f18dc6 100755 --- a/styles/globals.css +++ b/styles/globals.css @@ -34,6 +34,7 @@ html { background: var(--bg); + scroll-behavior: smooth; } #__next { /*body*/