Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -15,11 +15,11 @@ export default function LandingPage() {
|
|||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="icon-arrow"
|
defaultButtonVariant="icon-arrow"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
background="fluid"
|
background="circleGradient"
|
||||||
cardStyle="glass-depth"
|
cardStyle="glass-depth"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="double-inset"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="Building Intelligent Systems"
|
title="Building Intelligent Systems"
|
||||||
description="AI & Machine Learning Student | Deep Learning Researcher | Building the future with Neural Networks and Data Science"
|
description="AI & Machine Learning Student | Deep Learning Researcher | Building the future with Neural Networks and Data Science"
|
||||||
background={{ variant: "fluid" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="AI & ML Portfolio"
|
tag="AI & ML Portfolio"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
|||||||
<AboutMetric
|
<AboutMetric
|
||||||
title="Passionate about AI research, deep learning applications, and building systems that solve real-world problems through intelligent algorithms"
|
title="Passionate about AI research, deep learning applications, and building systems that solve real-world problems through intelligent algorithms"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metricsAnimation="reveal-blur"
|
metricsAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Brain, label: "ML Projects", value: "15+" },
|
{ icon: Brain, label: "ML Projects", value: "15+" },
|
||||||
{ icon: Code, label: "Languages", value: "3" },
|
{ icon: Code, label: "Languages", value: "3" },
|
||||||
@@ -121,11 +121,11 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1", title: "AI/ML Research Work", description: "Conducted independent research on advanced neural network architectures, optimizing model performance and reducing training time by 40%", tag: "Research", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1C6jyTIBbL5JkQIOSP9k3auE/ai-hackathon-trophy-and-celebration-scen-1772693596569-62aec70b.png?_wi=1"},
|
id: "1", title: "AI/ML Research Work", description: "Conducted independent research on advanced neural network architectures, optimizing model performance and reducing training time by 40%", tag: "Research", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1C6jyTIBbL5JkQIOSP9k3auE/ai-hackathon-trophy-and-celebration-scen-1772693596569-62aec70b.png"},
|
||||||
{
|
{
|
||||||
id: "2", title: "Hackathon Wins", description: "Won multiple hackathons with AI-powered solutions including predictive analytics platform and intelligent recommendation system", tag: "Competitions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1C6jyTIBbL5JkQIOSP9k3auE/ai-hackathon-trophy-and-celebration-scen-1772693596569-62aec70b.png?_wi=2"},
|
id: "2", title: "Hackathon Wins", description: "Won multiple hackathons with AI-powered solutions including predictive analytics platform and intelligent recommendation system", tag: "Competitions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1C6jyTIBbL5JkQIOSP9k3auE/ai-hackathon-trophy-and-celebration-scen-1772693596569-62aec70b.png"},
|
||||||
{
|
{
|
||||||
id: "3", title: "Machine Learning Certifications", description: "Completed advanced courses in Deep Learning, Computer Vision, and NLP from leading institutions with distinction", tag: "Learning", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1C6jyTIBbL5JkQIOSP9k3auE/ai-hackathon-trophy-and-celebration-scen-1772693596569-62aec70b.png?_wi=3"},
|
id: "3", title: "Machine Learning Certifications", description: "Completed advanced courses in Deep Learning, Computer Vision, and NLP from leading institutions with distinction", tag: "Learning", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1C6jyTIBbL5JkQIOSP9k3auE/ai-hackathon-trophy-and-celebration-scen-1772693596569-62aec70b.png"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user