Skip to content

Commit 37106f4

Browse files
Some changes in asset/src/components and Projects
1 parent a929552 commit 37106f4

8 files changed

Lines changed: 16 additions & 13 deletions

File tree

public/assets/Zain_Ali_Resume.jpg

-259 KB
Binary file not shown.

public/assets/about.jpeg

-138 KB
Binary file not shown.

src/components/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ return (
1414
A dedicated Backend Developer with expertise in building scalable web applications using PHP, Laravel, and Node.js. I have hands-on experience developing robust REST APIs, managing databases with MySQL and MongoDB, and implementing modern backend architectures that power real-world applications.
1515
</p>
1616
<p className="py-2 text-gray-600 text-lg">
17-
I specialize in Laravel framework for rapid and efficient backend development, with strong knowledge of database design, API development, and server-side programming. Currently working on enterprise-level ecommerce solutions and passionate about creating efficient, maintainable code. I believe in writing clean code, following best practices, and continuously learning new technologies.
17+
I specialize in Laravel framework for rapid and efficient backend development, with strong knowledge of database design, API development, and server-side programming. Currently working on OpenSource project on laravel ecommerce solutions and passionate about creating efficient, maintainable code. I believe in writing clean code, following best practices, and continuously learning new technologies.
1818
</p>
1919
<div className="w-[50%]">
2020
<Link href="/#projects">

src/components/Experience.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import BasicTabs from "./Tabs";
44

55
const Experience = () => {
66
const FCMBExperience = {
7-
companyName: "Freelance Backend Developer",
8-
role: "Full Stack Developer",
9-
duration: "2023 - Present",
7+
companyName: "NexL Tech",
8+
role: "Backend Developer",
9+
duration: "July 2025 - Oct 2025",
1010
activities: [
1111
"Built enterprise-level ecommerce platforms using Laravel framework with robust payment integrations.",
1212
"Designed and implemented RESTful APIs using PHP and Node.js for various web applications.",
@@ -17,12 +17,12 @@ const Experience = () => {
1717
};
1818

1919
const MuzzlabExperience = {
20-
companyName: "Web Development Startup",
20+
companyName: "Freelance Backend Developer",
2121
role: "Backend Developer",
22-
duration: "2021 - 2023",
22+
duration: "2023 - Present",
2323
activities: [
2424
"Contributed to building multiple web applications using Laravel and Node.js.",
25-
"Implemented database migrations and optimization strategies for better performance.",
25+
"Worked with frontend developer to integerate smooth Api flow.",
2626
"Worked on API development and third-party service integrations.",
2727
"Participated in code reviews and maintained code quality standards.",
2828
"Worked with team members using Git and agile development practices.",
@@ -40,10 +40,10 @@ const Experience = () => {
4040
<h2 className="py-4">Where I&apos;ve Worked</h2>
4141
<div className="mt-2 ">
4242
<BasicTabs
43-
tabList={["Freelance", "Startup"]}
43+
tabList={["Freelance", "Company"]}
4444
tabPanel={[
45+
<Details key={"Company"} experienceDetails={MuzzlabExperience} />,
4546
<Details key={"FREELANCE"} experienceDetails={FCMBExperience} />,
46-
<Details key={"STARTUP"} experienceDetails={MuzzlabExperience} />,
4747
]}
4848
/>
4949
</div>

src/components/Main.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Main = () => {
1919
using Laravel, Node.js, and modern web technologies.
2020
</p>
2121
<p className="py-4 text-gray-600 sm:max-w-[70%] m-auto text-lg">
22-
I specialize in PHP, Laravel, MongoDB, and MySQL database design for high-performance applications.
22+
I specialize in PHP, Laravel, Node.js, and MySQL database design for high-performance applications.
2323
</p>
2424
</div>
2525

@@ -40,7 +40,7 @@ const Main = () => {
4040
<FaGithub title="GitHub" />
4141
</div>
4242
</a>
43-
<Link href="/#contact">
43+
<Link href="recluzedev@gmail.com">
4444
<div className="rounded-full shadow-lg shadow-gray-400 p-6 cursor-pointer hover:scale-110 ease-in hover:bg-secondary duration-300">
4545
<AiOutlineMail title="Contact" />
4646
</div>

src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const Navbar = () => {
169169
<FaGithub title="GitHub" />
170170
</div>
171171
</a>
172-
<Link href="/#contact">
172+
<Link href="recluzedev@gmail.com">
173173
<div
174174
onClick={() => setNav(!nav)}
175175
className="rounded-full shadow-lg shadow-gray-400 p-3 cursor-pointer hover:scale-105 ease-in hover:bg-secondary duration-300"

src/pages/projects/ecommerce-store.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ const EcommerceStore = () => {
7070
<p className="text-gray-600 py-2 flex items-center">
7171
<RiRadioButtonFill className="pr-1" /> PHP
7272
</p>
73+
<p className="text-gray-600 py-2 flex items-center">
74+
<RiRadioButtonFill className="pr-1" /> Tailwindcss
75+
</p>
7376
<p className="text-gray-600 py-2 flex items-center">
7477
<RiRadioButtonFill className="pr-1" /> MySQL
7578
</p>

src/pages/projects/evc.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const EVC = () => {
2020
<div className="absolute z-1 w-full h-[50vh] bg-gradient-to-r from-secondary to-lightPrimary"></div>
2121
<div className="absolute top-[70%] max-w-[1240px] w-full left-[50%] right-[50%] translate-x-[-50%] translate-y-[-50%] text-white z-10 p-2">
2222
<h2 className="py-2">EVC Application</h2>
23-
<h3>Laravel / Blade / MySQL / Tailwind CSS</h3>
23+
<h3>Laravel / Blade / PHP / MySQL / Tailwind CSS</h3>
2424
</div>
2525
</div>
2626

0 commit comments

Comments
 (0)