Merge version_1 into main #3
@@ -118,15 +118,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "project-crop-yield", title: "Crop Yield & Market Price Prediction System", tags: ["Python", "Machine Learning", "Agricultural AI", "TensorFlow"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/shiny-blue-technology-background_1035-1337.jpg", imageAlt: "ML agricultural prediction system"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/shiny-blue-technology-background_1035-1337.jpg?_wi=1", imageAlt: "ML agricultural prediction system"
|
||||
},
|
||||
{
|
||||
id: "project-agriplatform", title: "AgriTrade - Voice-Powered Agricultural Trading Platform", tags: ["Flutter", "Firebase", "Voice API", "Real-time Trading"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-using-tablet-interpret-ai-generated-data-analytics-graphs_482257-126666.jpg", imageAlt: "AgriTrade platform interface"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-using-tablet-interpret-ai-generated-data-analytics-graphs_482257-126666.jpg?_wi=1", imageAlt: "AgriTrade platform interface"
|
||||
},
|
||||
{
|
||||
id: "project-iot-parking", title: "IoT-Based Smart Parking System", tags: ["ESP32", "RFID Sensors", "IoT", "Ultrasonic Sensors"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69728.jpg", imageAlt: "Smart parking IoT system"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69728.jpg?_wi=1", imageAlt: "Smart parking IoT system"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -161,22 +161,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "skill-programming", name: "Programming Languages", price: "Expert", variant: "Python, Java, C++, JavaScript", imageSrc: "http://img.b2bpic.net/free-vector/shiny-blue-technology-background_1035-1337.jpg", imageAlt: "Programming languages"
|
||||
id: "skill-programming", name: "Programming Languages", price: "Expert", variant: "Python, Java, C++, JavaScript", imageSrc: "http://img.b2bpic.net/free-vector/shiny-blue-technology-background_1035-1337.jpg?_wi=2", imageAlt: "Programming languages"
|
||||
},
|
||||
{
|
||||
id: "skill-ml", name: "AI/Machine Learning", price: "Advanced", variant: "TensorFlow, Pandas, NumPy, Scikit-learn", imageSrc: "http://img.b2bpic.net/free-vector/shiny-blue-technology-background_1035-1337.jpg", imageAlt: "Machine learning frameworks"
|
||||
id: "skill-ml", name: "AI/Machine Learning", price: "Advanced", variant: "TensorFlow, Pandas, NumPy, Scikit-learn", imageSrc: "http://img.b2bpic.net/free-vector/shiny-blue-technology-background_1035-1337.jpg?_wi=3", imageAlt: "Machine learning frameworks"
|
||||
},
|
||||
{
|
||||
id: "skill-frontend", name: "Frontend Development", price: "Proficient", variant: "React, Flutter, HTML5, CSS3, JavaScript", imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69728.jpg", imageAlt: "Frontend technologies"
|
||||
id: "skill-frontend", name: "Frontend Development", price: "Proficient", variant: "React, Flutter, HTML5, CSS3, JavaScript", imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69728.jpg?_wi=2", imageAlt: "Frontend technologies"
|
||||
},
|
||||
{
|
||||
id: "skill-backend", name: "Backend Development", price: "Expert", variant: "Node.js, Express, REST APIs, Firebase", imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69728.jpg", imageAlt: "Backend technologies"
|
||||
id: "skill-backend", name: "Backend Development", price: "Expert", variant: "Node.js, Express, REST APIs, Firebase", imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69728.jpg?_wi=3", imageAlt: "Backend technologies"
|
||||
},
|
||||
{
|
||||
id: "skill-iot", name: "IoT & Embedded Systems", price: "Advanced", variant: "ESP32, RFID, Arduino, Sensors", imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-using-tablet-interpret-ai-generated-data-analytics-graphs_482257-126666.jpg", imageAlt: "IoT technologies"
|
||||
id: "skill-iot", name: "IoT & Embedded Systems", price: "Advanced", variant: "ESP32, RFID, Arduino, Sensors", imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-using-tablet-interpret-ai-generated-data-analytics-graphs_482257-126666.jpg?_wi=2", imageAlt: "IoT technologies"
|
||||
},
|
||||
{
|
||||
id: "skill-databases", name: "Databases & Storage", price: "Proficient", variant: "MySQL, Firebase, MongoDB, PostgreSQL", imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69728.jpg", imageAlt: "Database technologies"
|
||||
id: "skill-databases", name: "Databases & Storage", price: "Proficient", variant: "MySQL, Firebase, MongoDB, PostgreSQL", imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69728.jpg?_wi=4", imageAlt: "Database technologies"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Technical skills and expertise section"
|
||||
|
||||
Reference in New Issue
Block a user