diff --git a/package-lock.json b/package-lock.json index 7dccf57..e053de0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.0.0", "dependencies": { "@tailwindcss/vite": "^4.1.11", + "lucide-react": "^0.525.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-icons": "^5.5.0", @@ -3084,6 +3085,15 @@ "yallist": "^3.0.2" } }, + "node_modules/lucide-react": { + "version": "0.525.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.525.0.tgz", + "integrity": "sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==", + "license": "ISC", + "peerDependencies": { + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/magic-string": { "version": "0.30.17", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", diff --git a/package.json b/package.json index b7638fa..5dcaa60 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ }, "dependencies": { "@tailwindcss/vite": "^4.1.11", + "lucide-react": "^0.525.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-icons": "^5.5.0", diff --git a/src/config/achievement.js b/src/config/achievement.js deleted file mode 100644 index e69de29..0000000 diff --git a/src/config/achievement.jsx b/src/config/achievement.jsx new file mode 100644 index 0000000..99d69f0 --- /dev/null +++ b/src/config/achievement.jsx @@ -0,0 +1,49 @@ +const achievementsData = [ + { + id: 1, + title: "Name", + description: + "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.", + image: + "https://images.unsplash.com/photo-1593376853899-fbb47a057fa0?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8cm9ib3RzfGVufDB8fDB8fHww", + date: "December 2023", + }, + { + id: 2, + title: "Name", + description: + "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.", + image: + "https://images.unsplash.com/photo-1593376853899-fbb47a057fa0?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8cm9ib3RzfGVufDB8fDB8fHww", + date: "December 2023", + }, + { + id: 3, + title: "Name", + description: + "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.", + image: + "https://images.unsplash.com/photo-1593376853899-fbb47a057fa0?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8cm9ib3RzfGVufDB8fDB8fHww", + date: "December 2023", + }, + { + id: 4, + title: "Name", + description: + "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.", + image: + "https://images.unsplash.com/photo-1593376853899-fbb47a057fa0?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8cm9ib3RzfGVufDB8fDB8fHww", + date: "December 2023", + }, + { + id: 5, + title: "Name", + description: + "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.", + image: + "https://images.unsplash.com/photo-1593376853899-fbb47a057fa0?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8cm9ib3RzfGVufDB8fDB8fHww", + date: "December 2023", + }, +]; + +export default achievementsData; diff --git a/src/config/achievementCard.jsx b/src/config/achievementCard.jsx new file mode 100644 index 0000000..665c1ae --- /dev/null +++ b/src/config/achievementCard.jsx @@ -0,0 +1,54 @@ +import { Calendar } from "lucide-react"; + +const AchievementCard = ({ + title, + description, + image, + date, + isLeft, + index, +}) => { + return ( +
{description}
+ + {/* Decorative element */} + ++ ASME NIT Rourkela excels in fostering innovation and leadership + through workshops, competitions, and expert lectures. Recognized for + achievements in events like the Student Design Challenge and HPVC, + the chapter addresses real-world problems with engineering + creativity. Their STEM outreach initiatives further enhance their + impact, solidifying their reputation for excellence in mechanical + engineering. +
++ ASME NIT Rourkela excels in fostering innovation and leadership + through workshops, competitions, and expert lectures. Recognized for + achievements in events like the Student Design Challenge and HPVC, the + chapter addresses real-world problems with engineering creativity. + Their STEM outreach initiatives further enhance their impact, + solidifying their reputation for excellence in mechanical engineering. +
+ +{item.description}
+