diff --git a/public/elazheri_iheb_resume.pdf b/public/elazheri_iheb_resume.pdf index 2433074..82f6a28 100644 Binary files a/public/elazheri_iheb_resume.pdf and b/public/elazheri_iheb_resume.pdf differ diff --git a/public/projectImages/swish-01.jpg b/public/projectImages/swish-01.jpg new file mode 100644 index 0000000..b180d48 Binary files /dev/null and b/public/projectImages/swish-01.jpg differ diff --git a/public/projectImages/swish-02.jpg b/public/projectImages/swish-02.jpg new file mode 100644 index 0000000..6cd1248 Binary files /dev/null and b/public/projectImages/swish-02.jpg differ diff --git a/public/projectImages/swish-03.jpg b/public/projectImages/swish-03.jpg new file mode 100644 index 0000000..88c8fca Binary files /dev/null and b/public/projectImages/swish-03.jpg differ diff --git a/src/_data/projects.json b/src/_data/projects.json index 5743300..a1dff3a 100644 --- a/src/_data/projects.json +++ b/src/_data/projects.json @@ -18,19 +18,6 @@ "bgcolor": "var(--hl2-color)", "id": "1" }, - { - "title": "E-souq", - "description": "ERP solution", - "image": "/projectImages/esouq.png", - "image2": "/projectImages/esouq-desc.png", - "image3": "/projectImages/weather3.png", - "technologies": ["JavaScript", "Next Js", "Tailwind Css", "Node Js"], - "body": "Esouq is a versatile ERP (Enterprise Resource Planning) solution designed to streamline operations...", - "github": "https://github.com/codeTun/e-souq", - "deployed": "", - "bgcolor": "var(--hl-color)", - "id": "2" - }, { "title": "MEDITECH", "description": "Medical Platform", @@ -42,7 +29,7 @@ "github": "https://github.com/codeTun/MEDITECH", "deployed": "", "bgcolor": "#6c4bf4", - "id": "3" + "id": "2" }, { "title": "IEEE Wie", @@ -55,7 +42,7 @@ "github": "https://github.com/codeTun/IEEE", "deployed": "", "bgcolor": "#f85781", - "id": "4" + "id": "3" }, { "title": "Leoni OTMS", @@ -74,7 +61,7 @@ "github": "https://github.com/codeTun/", "deployed": "", "bgcolor": "#8900EE", - "id": "5" + "id": "4" }, { "title": "Gaoua Gold", @@ -87,10 +74,10 @@ "github": "https://github.com/codeTun/", "deployed": "https://gaouagoldcompany.com/", "bgcolor": "#FACD01", - "id": "6" + "id": "5" }, { - "title": "DefindHer", + "title": "DefendHer", "description": "Website and browser extension for the WIE Act Competition", "image": "/projectImages/defindher-1.png", "image2": "/projectImages/defindher-2.png", @@ -105,11 +92,11 @@ "REST API", "DOM Manipulation" ], - "body": "DefindHer is a website and browser extension designed to create safer and more respectful interactions on social media...", + "body": "DefendHer is a Chrome and Firefox browser extension built for the WIE ACT Challenge 2024 that automatically detects and blurs harassment or offensive language in real time. By leveraging NLP-based filtering and a customizable word list, it promotes safer online spaces, reduces visual toxicity, and fosters respectful digital interactions. Integrated seamlessly with social media platforms, it empowers users to browse with peace of mind.", "github": "https://github.com/codeTun/wie-act-challenge", "deployed": "https://defend-her.vercel.app/", "bgcolor": "#FFB800", - "id": "7" + "id": "6" }, { "title": "Potential", @@ -118,10 +105,30 @@ "image2": "/projectImages/potential-2.png", "image3": "/projectImages/potential-3.png", "technologies": ["Azure", "Next.js", "Tailwind CSS", "Node.js", "REST API"], - "body": "Potential is a data-driven platform developed for the Open Data AI Abu Dhabi Competition...", + "body": "Potential is an intelligent web application developed for the Open Data AI Abu Dhabi Competition, achieving 6th place. Built on Microsoft Azure for scalability and cloud services, it integrates AI-driven data analysis to uncover actionable insights. Features include automated CI/CD deployment, responsive visualization dashboards, and real-time data processing to support informed decision-making.", "github": "https://github.com/codeTun/potential", "deployed": "https://potential-kegz.vercel.app/", "bgcolor": "#0078D4", + "id": "7" + }, + { + "title": "Swish Smash Burgers", + "description": "Full-stack restaurant ordering platform", + "image": "/projectImages/swish-01.jpg", + "image2": "/projectImages/swish-02.jpg", + "image3": "/projectImages/swish-30.jpg", + "technologies": [ + "Next.js", + "Prisma", + "PostgreSQL", + "Stripe", + "Tailwind CSS", + "CI/CD" + ], + "body": "Swish Smash Burgers is a modern full-stack web application tailored for restaurant management and customer ordering. Developed with Next.js and Prisma on PostgreSQL, it supports user authentication, table reservations, online ordering, and secure Stripe payments. The project features automated CI/CD pipelines, a responsive design with Tailwind CSS, and a custom domain deployment, delivering a seamless dining experience.", + "github": "https://github.com/codeTun/swish-smash-burgers", + "deployed": "https://swishsmashburgers.com/", + "bgcolor": "#E63946", "id": "8" } ] diff --git a/src/components/ProjectList.jsx b/src/components/ProjectList.jsx index 115f2ea..fad31ce 100644 --- a/src/components/ProjectList.jsx +++ b/src/components/ProjectList.jsx @@ -15,6 +15,7 @@ const ProjectList = () => { const { t } = useTranslation(); const projectDetails = t("projects.project-details", { returnObjects: true }); console.log("Number of projects loaded:", projectDetails.length); + console.log("Project details:", projectDetails); return projectDetails.map((project, index) => (