-
- About Me
- {/* */}
-
+ About Me
Ben of All Trades, Master of All
- {/* */}
-
- Quick learner, adaptable, problem solver, curious. I strive to know the system, rather than the status quo. My credo is: no problem too great, no knowledge too vast, no logic too complex. I thrive in difficult situations and complex hurdles: problem solving is now second nature to me: if you can think it, it can be done.
- {/* */}
-
+ Quick learner, adaptable, problem solver, curious. I strive to know the system, rather than the status quo. My credo is: no problem too great, no knowledge too vast, no logic too complex. I thrive in difficult situations and complex hurdles: problem solving is now second nature to me: if you can think it, it can be done.
);
diff --git a/app/about/(components)/MoreAboutMe.tsx b/app/about/(components)/MoreAboutMe.tsx
index 3be63e6..a0dadef 100644
--- a/app/about/(components)/MoreAboutMe.tsx
+++ b/app/about/(components)/MoreAboutMe.tsx
@@ -1,13 +1,8 @@
"use client";
import React from "react";
-// import TextShuffler from "../../../components/actions/TextShuffler";
-import { appear, genericScroll } from "../../(utils)/animate";
export default function MoreAboutMe() {
- React.useEffect(genericScroll, []);
- React.useEffect(appear, []);
-
const webDevStack = require("../../(utils)/web-dev-stack.json");
const uiStack = require("../../(utils)/ui-ux-stack.json");
diff --git a/app/layout.tsx b/app/layout.tsx
index ebe50bb..2facedc 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -18,6 +18,21 @@ export default function RootLayout({ children }: { children: React.ReactNode })
return (
+ {/*
+
+ */}
+
+
+