From 302f2372ea1425432d3b9cb1d2538ab369c533e7 Mon Sep 17 00:00:00 2001
From: HajiAli
Date: Fri, 10 May 2024 00:54:37 +0500
Subject: [PATCH] added: abubakrs info
---
app/layout.tsx | 4 ++--
components/about.tsx | 19 +++----------------
components/footer.tsx | 6 +++---
components/intro.tsx | 8 ++++----
package-lock.json | 44 +++++++++++++++++++++++--------------------
package.json | 10 +++++-----
6 files changed, 41 insertions(+), 50 deletions(-)
diff --git a/app/layout.tsx b/app/layout.tsx
index 38cb5595..3db680cc 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -10,8 +10,8 @@ import { Toaster } from "react-hot-toast";
const inter = Inter({ subsets: ["latin"] });
export const metadata = {
- title: "Ricardo | Personal Portfolio",
- description: "Ricardo is a full-stack developer with 8 years of experience.",
+ title: "Abubakr personal website",
+ description: "Abubakr is a full-stack developer with 8 years of experience.",
};
export default function RootLayout({
diff --git a/components/about.tsx b/components/about.tsx
index 5383cb71..b8396b16 100644
--- a/components/about.tsx
+++ b/components/about.tsx
@@ -19,22 +19,9 @@ export default function About() {
>
About me
- After graduating with a degree in{" "}
- Accounting, I decided to pursue my
- passion for programming. I enrolled in a coding bootcamp and learned{" "}
- full-stack web development.{" "}
- My favorite part of programming is the
- problem-solving aspect. I love the
- feeling of finally figuring out a solution to a problem. My core stack
- is{" "}
-
- React, Next.js, Node.js, and MongoDB
-
- . I am also familiar with TypeScript and Prisma. I am always looking to
- learn new technologies. I am currently looking for a{" "}
- full-time position as a software
- developer.
-
+Software engineering grad (Pakistan) with a passion for web dev.
+ BootCamp honed my skills in full-stack. I thrive on problem-solving (love that "aha!" moment). My core skills: React, Next.js, Node.js, MongoDB. Familiar with TypeScript & Prisma. Always learning! Seeking a full-time software developer position.
+
When I'm not coding, I enjoy playing
diff --git a/components/footer.tsx b/components/footer.tsx
index 59982484..d385fa40 100644
--- a/components/footer.tsx
+++ b/components/footer.tsx
@@ -4,13 +4,13 @@ export default function Footer() {
return (