From ae9276386cc8b6df2e8c23c9e0e5f6ccb1db5246 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 20:19:31 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2c18b2a..c8c7493 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -108,8 +108,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pretty-woman-posing_23-2148503647.jpg?_wi=2", - imageAlt: "professional man portrait modern office background", }, ]} /> -- 2.49.1 From 4371418d8d5cbeaff4d2cb1dfdb023f4649839de Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 20:19:38 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 260 +++++++++++++++++------------------------ 1 file changed, 105 insertions(+), 155 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c8c7493..0397c5a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -10,174 +10,124 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="University of Łódź" + title="Umidjon Abdulkhakimov" + description="Aspiring professional in International Marketing, bridging cultural insights with rigorous data-driven analysis." + primaryButton={{ + text: "View Projects", href: "#projects"}} + secondaryButton={{ + text: "Contact", href: "#contact"}} + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-pretty-woman-posing_23-2148503647.jpg" + /> +
+
-
- +
+ - -
+ tag="About Me" + title="I'm a student, but I take my work seriously" + description="I'm studying International Marketing at the University of Łódź, originally from Uzbekistan. Moving countries to study in a second language forced me to adapt fast and start from scratch, which turned out to be more useful than any textbook." + primaryButton={{ + text: "View Experience", href: "#experience"}} + imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-118995.jpg" + /> +
+
-
- +
+ - -
+ tag="Academic Projects" + title="Selected Projects" + description="These are my recent projects — I’ve also worked on other tasks and assignments." + items={[ + { + title: "Project Management", description: "Łódź Runs Together: Full charity city run event plan.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-preparing-marathon-putting-protective-face-mask-nature_637285-5896.jpg"}, + { + title: "Excel Data Analysis", description: "Complex data modeling project.", imageSrc: "http://img.b2bpic.net/free-photo/team-work-process-young-business-managers-crew-working-with-new-startup-project-labtop-wood-table-typing-keyboard-texting-message-analyze-graph-plans_1423-85.jpg"}, + { + title: "SPSS Data Analysis", description: "Statistical research and data cleaning project.", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg"}, + { + title: "Additional Assignments", description: "Misc research tasks and case studies.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-arrow-symbol-crumpled-papers-adhesive-notes_23-2147865404.jpg"}, + { + title: "Market Research", description: "Consumer behavior analysis reports.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-office-desk-with-stationeries-laptop-mouse-smart-watch-blue-backdrop_23-2148178558.jpg"}, + { + title: "Strategy Mapping", description: "SWOT and RACI matrix planning.", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg"}, + { + title: "Digital Campaigns", description: "Social media project management simulations.", imageSrc: "http://img.b2bpic.net/free-photo/english-teacher-elements-arrangement_23-2148999510.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Experience" + title="Work History" + description="My professional journey in marketing and merchandising." + groups={[ + { + title: "Marketing & Merchandising", members: [ + { + name: "Marketing Assistant", role: "N'MEDOV Holding", detail: "Jun 2020 – Aug 2022 · Tashkent, Uzbekistan", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"}, + ], + }, + ]} + /> +
+
-
- +
+ - -
+ tag="Skills" + title="Core Competencies" + description="Technical and soft skills developed through academic and professional work." + negativeItems={[ + "Data Cleaning (manual)", "Basic Market Research"]} + positiveItems={[ + "International Marketing", "Digital Social Media Marketing", "Data Analysis (SPSS/Excel)", "Project Management"]} + /> +
+
-
- +
+ - -
+ tag="Languages" + title="Language Proficiency" + description="Multilingual background supporting diverse international communication." + metrics={[ + { + value: "Uzbek", description: "Native"}, + { + value: "English", description: "Advanced"}, + { + value: "Russian", description: "Intermediate"}, + { + value: "German", description: "Intermediate"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Get in Touch" + text="abdulkhakimovu@gmail.com | +48 798 497 880 | Łódź, Poland" + primaryButton={{ + text: "Email Me", href: "mailto:abdulkhakimovu@gmail.com"}} + secondaryButton={{ + text: "LinkedIn", href: "https://linkedin.com"}} + /> +
+
); } -- 2.49.1