+ Why show a generic 404 when I can make it sound mysterious? It seems
+ you've found something that used to exist, or you spelled something
+ wrong. I'm guessing you spelled something wrong. Can you double check
+ that URL?
+
+
+ Return Home
+
+
+
+ >
+ )
+}
diff --git a/src/pages/500.tsx b/pages/500.tsx
similarity index 100%
rename from src/pages/500.tsx
rename to pages/500.tsx
diff --git a/src/pages/_app.tsx b/pages/_app.tsx
similarity index 100%
rename from src/pages/_app.tsx
rename to pages/_app.tsx
diff --git a/src/pages/_document.tsx b/pages/_document.tsx
similarity index 100%
rename from src/pages/_document.tsx
rename to pages/_document.tsx
diff --git a/src/pages/about.tsx b/pages/about.tsx
similarity index 100%
rename from src/pages/about.tsx
rename to pages/about.tsx
diff --git a/src/pages/api/hello.ts b/pages/api/hello.ts
similarity index 100%
rename from src/pages/api/hello.ts
rename to pages/api/hello.ts
diff --git a/src/pages/blog/[slug].tsx b/pages/blog/[slug].tsx
similarity index 100%
rename from src/pages/blog/[slug].tsx
rename to pages/blog/[slug].tsx
diff --git a/src/pages/index.tsx b/pages/index.tsx
similarity index 100%
rename from src/pages/index.tsx
rename to pages/index.tsx
diff --git a/src/pages/404.tsx b/src/pages/404.tsx
deleted file mode 100644
index f525be5..0000000
--- a/src/pages/404.tsx
+++ /dev/null
@@ -1,17 +0,0 @@
-import Head from 'next/head'
-
-export default function Custom404() {
- return (
- <>
-
- 404 | Mo Khashan
-
-
-
-
-
-
+ >
+ );
+}
diff --git a/src/ui/Info.tsx b/ui/Info.tsx
similarity index 55%
rename from src/ui/Info.tsx
rename to ui/Info.tsx
index d82971a..89913e5 100644
--- a/src/ui/Info.tsx
+++ b/ui/Info.tsx
@@ -1,4 +1,4 @@
-import { useNinja } from "@/hooks/use-ninja";
+import { useNinja } from "hooks/use-ninja";
export default function Info() {
const { allSound } = useNinja();
@@ -7,17 +7,17 @@ export default function Info() {
<>
- Mo Khashan🗣️
+ Mohi Khashan🗣️
- Front-end Engineer interested in how technology can enhance intuition
+ QA Automation Engineer interested in how technology can enhance intuition
and creativity. Experienced with{" "}
- Javascript,{" "}
Typescript,{" "}
- React,{" "}
- Next,{" "}
- React Native and{" "}
+ Python,{" "}
+ Cypress,{" "}
+ Selenium,{" "}
+ CI/CD and{" "}
HTML/CSS.
@@ -25,8 +25,8 @@ export default function Info() {
allSound[Math.floor(Math.random() * allSound.length)]()}>
🥷
{" "}
- I've built, developed and shipped 10+ products (with over +100K
- users).
+ I've built, developed and shipped 10+ complex testing solutions for projects with over +100K
+ users.
>
);
diff --git a/src/ui/layouts/Default.tsx b/ui/layouts/Default.tsx
similarity index 100%
rename from src/ui/layouts/Default.tsx
rename to ui/layouts/Default.tsx
- Mo Khashan🗣️ + Mohi Khashan🗣️
- Front-end Engineer interested in how technology can enhance intuition + QA Automation Engineer interested in how technology can enhance intuition and creativity. Experienced with{" "} - Javascript,{" "} Typescript,{" "} - React,{" "} - Next,{" "} - React Native and{" "} + Python,{" "} + Cypress,{" "} + Selenium,{" "} + CI/CD and{" "} HTML/CSS.
@@ -25,8 +25,8 @@ export default function Info() { allSound[Math.floor(Math.random() * allSound.length)]()}> 🥷 {" "} - I've built, developed and shipped 10+ products (with over +100K - users). + I've built, developed and shipped 10+ complex testing solutions for projects with over +100K + users.
> ); diff --git a/src/ui/layouts/Default.tsx b/ui/layouts/Default.tsx similarity index 100% rename from src/ui/layouts/Default.tsx rename to ui/layouts/Default.tsx