Merge version_2 into main #4
201
src/app/about/page.tsx
Normal file
201
src/app/about/page.tsx
Normal file
@@ -0,0 +1,201 @@
|
||||
"use client";
|
||||
|
||||
import { Code, User, Zap, Briefcase, MessageSquare } from "lucide-react";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="DevPortfolio"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Skills", id: "skills" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Download CV", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
title="About Me"
|
||||
description="I'm a passionate full-stack developer with expertise in creating web solutions that solve real problems. With a strong foundation in modern technologies and a keen eye for detail, I deliver projects that are both functional and beautiful."
|
||||
tag="Developer Background"
|
||||
tagIcon={User}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/a-portrait-of-a-confident-young-develope-1774095848670-ccb2c052.png"
|
||||
imageAlt="Developer portrait"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ value: "50+", title: "Projects Completed" },
|
||||
{ value: "5+", title: "Years Experience" },
|
||||
{ value: "30+", title: "Happy Clients" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="About section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="journey" data-section="journey">
|
||||
<FeatureCardSix
|
||||
title="My Journey"
|
||||
description="From curiosity to expertise: how I became a passionate full-stack developer."
|
||||
tag="My Story"
|
||||
tagIcon={Code}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Early Days", description: "Started with a passion for web technologies and a curiosity about how things work. Built my first website as a teenager and never looked back.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/modern-web-development-workspace-with-ht-1774095849213-233cdd76.png?_wi=2", imageAlt: "Early development journey"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Learning & Growth", description: "Invested years in mastering modern frameworks, best practices, and architectural patterns. Continuously learning from the developer community.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/backend-development-workspace-with-datab-1774095848859-306a090c.png?_wi=2", imageAlt: "Learning and development"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Professional Expertise", description: "Built scalable applications for startups and enterprises. Worked with diverse teams and delivered solutions that create real impact.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/a-sleek-web-application-interface-dashbo-1774095849561-d9fb2dfd.png?_wi=3", imageAlt: "Professional expertise"
|
||||
}
|
||||
]}
|
||||
ariaLabel="My journey section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="skills" data-section="skills">
|
||||
<FeatureCardSix
|
||||
title="Core Competencies"
|
||||
description="Skills and technologies that define my approach to development."
|
||||
tag="Expertise"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Frontend Development", description: "React, Vue, Next.js with responsive design and modern UI/UX principles. Creating beautiful and functional user interfaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/modern-web-development-workspace-with-ht-1774095849213-233cdd76.png?_wi=2", imageAlt: "Frontend skills"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Backend Development", description: "Node.js, Express, MongoDB, PostgreSQL with RESTful API design. Building scalable and secure server-side applications.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/backend-development-workspace-with-datab-1774095848859-306a090c.png?_wi=2", imageAlt: "Backend skills"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Full-Stack Integration", description: "Seamless integration between frontend and backend. Creating end-to-end solutions with optimal performance and user experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/a-sleek-web-application-interface-dashbo-1774095849561-d9fb2dfd.png?_wi=3", imageAlt: "Full-stack integration"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Core competencies section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
title="Client Testimonials"
|
||||
description="What clients and collaborators say about working with me"
|
||||
tag="Feedback"
|
||||
tagIcon={MessageSquare}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Product Manager", testimonial: "Excellent developer! Delivered our SaaS dashboard on time with exceptional code quality and attention to detail.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/professional-headshot-of-a-satisfied-bus-1774095850454-271a8c51.png", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "CEO", testimonial: "Impressive technical skills and great communication. Would definitely hire again for future projects.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/professional-photo-of-a-tech-manager-or--1774095848710-1ca9dc37.png", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Design Lead", testimonial: "Perfect collaboration! Transformed our designs into a fully functional, beautiful web application.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/professional-headshot-of-a-female-entrep-1774095848154-50187fdf.png", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Startup Founder", testimonial: "Game-changer for our startup. Built our MVP in record time with scalable architecture.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/professional-photo-of-a-young-creative-p-1774095849116-6cee830d.png", imageAlt: "David Kim"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Testimonials section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get In Touch"
|
||||
description="Interested in collaborating? I'd love to hear about your project."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/modern-minimalist-illustration-of-a-deve-1774095849022-539aa0d0.png"
|
||||
imageAlt="Contact illustration"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={true}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "your@email.com", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell me about your project...", rows: 5,
|
||||
required: true
|
||||
}}
|
||||
buttonText="Send Message"
|
||||
ariaLabel="Contact form section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="DevPortfolio"
|
||||
copyrightText="© 2025 Developer Portfolio. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Projects", href: "#projects" },
|
||||
{ label: "Skills", href: "#skills" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "Email", href: "mailto:hello@devportfolio.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#blog" },
|
||||
{ label: "Documentation", href: "#docs" },
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms of Service", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
ariaLabel="Site footer"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -30,7 +30,8 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
brandName="DevPortfolio"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Skills", id: "skills" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
@@ -240,7 +241,8 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Projects", href: "#projects" },
|
||||
{ label: "Skills", href: "#skills" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
@@ -268,4 +270,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user