diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index 1c5ecdd..904d5a7 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -1,11 +1,13 @@ import Hero from '../sections/home/Hero' +import Whoami from '../sections/home/Whoami' const Home = () => { - return ( -
- -
- ) + return ( +
+ + +
+ ) } export default Home \ No newline at end of file diff --git a/src/sections/home/Whoami.jsx b/src/sections/home/Whoami.jsx new file mode 100644 index 0000000..275763d --- /dev/null +++ b/src/sections/home/Whoami.jsx @@ -0,0 +1,44 @@ +const Whoami = () => { + return ( +
+
+
+ $Whoami +
+
+ Who Am I? +
+
+
+
+ Side look +
+
+
+

+ Hey there, I’m Japer, an 18-year-old passionate, diligent, and intellectually curious individual with a deep-seated fascination for IT. + My life’s journey is not just marked by the places I’ve called home but by an insatiable curiosity about how the world works. + My interests extend beyond the immediate tangible world. To me, there are no borders in the universe - what we do isn’t confined by the physical or the immediate. +

+
+
+

+ “Dreams without goals, are just dreams and they ultimately fuel disappointment.” +

+

+ Denzel Washington +

+
+
+ +
+
+
+
+ ) +} +export default Whoami