Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ const config = {
value: `<div class="dropdown_grid">
<a class="dropbtn" href="/docs/">Docs</a>
<div class="dropdown-content">
<a href="#" class="nav__icons"> <img src="/icons/html-5.svg" title="HTML5" alt="HTML" /> </a>
<a href="#" class="nav__icons"> <img src="/icons/css.svg" title="CSS" alt="CSS" /> </a>
<a href="#" class="nav__icons" > <img src="/icons/js.svg" title="JavaScript" alt="JavaScript" /> </a>
<a href="#" class="nav__icons"> <img src="/icons/jsx.svg" title="React.Js" alt="React" /> </a>
<a href="https://codeharborhub.github.io/tutorial/html/intro-html" class="nav__icons"> <img src="/icons/html-5.svg" title="HTML5" alt="HTML" /> </a>
<a href="https://codeharborhub.github.io/tutorial/css/introduction/what-is-css" class="nav__icons"> <img src="/icons/css.svg" title="CSS" alt="CSS" /> </a>
<a href="https://codeharborhub.github.io/tutorial/javascript/introduction-to-javascript/what-is-javascript" class="nav__icons" > <img src="/icons/js.svg" title="JavaScript" alt="JavaScript" /> </a>
<a href="https://codeharborhub.github.io/tutorial/react/create-react-app" class="nav__icons"> <img src="/icons/jsx.svg" title="React.Js" alt="React" /> </a>
<a href="#" class="nav__icons"> <img src="/icons/ts.svg" title="TypeScript" alt="TypeScript" /> </a>
<a href="#" class="nav__icons"> <img src="/icons/py.svg" title="Python" alt="Python" /> </a>
<a href="#" class="nav__icons"> <img src="/icons/tailwind-css.svg" title="Tailwind CSS" alt="Tailwind" /> </a>
Expand Down
18 changes: 18 additions & 0 deletions src/components/Aboutpage/animations/motionVariants.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export const fadeInUp = {
initial: { opacity: 0, y: 60 },
animate: { opacity: 1, y: 0 },
transition: { duration: 0.6, ease: "easeOut" },
};

export const staggerChildren = {
animate: {
transition: {
staggerChildren: 0.1,
},
},
};

export const scaleOnHover = {
whileHover: { scale: 1.05 },
whileTap: { scale: 0.95 },
};
171 changes: 0 additions & 171 deletions src/components/Aboutpage/chart.tsx

This file was deleted.

10 changes: 10 additions & 0 deletions src/components/Aboutpage/data/contributors.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const contributors = [
{ name: "Ajay Dhangar", avatar: "https://github.com/ajay-dhangar.png" },
{
name: "Ishita Mukherjee",
avatar: "https://github.com/Ishitamukherjee2004.png",
},
{ name: "Pavitraa G", avatar: "https://github.com/pavitraag.png" },
{ name: "Sivaprasath", avatar: "https://github.com/sivaprasath2004.png" },
{ name: "Hema Sree", avatar: "https://github.com/Hemav009.png" },
];
24 changes: 24 additions & 0 deletions src/components/Aboutpage/data/coreValues.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { Users, Lightbulb, Globe, TrendingUp } from "lucide-react";

export const coreValues = [
{
icon: Users,
title: "Collaboration",
description: "Learning together, growing together.",
},
{
icon: Lightbulb,
title: "Innovation",
description: "Embracing new technologies and ideas.",
},
{
icon: Globe,
title: "Accessibility",
description: "Education for everyone, everywhere.",
},
{
icon: TrendingUp,
title: "Growth",
description: "Continuous learning and development.",
},
];
35 changes: 35 additions & 0 deletions src/components/Aboutpage/data/offerings.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
import { BookOpen, FolderOpen, Code2, Map, MessageCircle, Zap } from "lucide-react";

export const offerings = [
{
icon: BookOpen,
title: "Interactive Courses",
description: "Comprehensive programming courses for all skill levels.",
},
{
icon: FolderOpen,
title: "Real-world Projects",
description: "Hands-on projects mirroring industry standards.",
},
{
icon: Code2,
title: "Code Tutorials",
description: "Step-by-step tutorials on modern technologies.",
},
{
icon: Map,
title: "Learning Roadmaps",
description: "Structured paths to guide your growth.",
},
{
icon: MessageCircle,
title: "Vibrant Community",
description: "Collaborate with peers, mentors, and professionals.",
},
{
icon: Zap,
title: "Quick References",
description: "Cheat sheets for instant access to essentials.",
},
];

30 changes: 30 additions & 0 deletions src/components/Aboutpage/data/teamMembers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
export const teamMembers = [
{
name: "Ajay Dhangar",
role: "Founder & CEO",
avatar: "https://github.com/ajay-dhangar.png",
social: {
github: "https://github.com/ajay-dhangar",
twitter: "https://twitter.com/CodesWithAjay",
linkedin: "https://linkedin.com/in/ajay-dhangar",
},
},
{
name: "Mike Chen",
role: "Community Manager",
avatar: "https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=150&h=150&fit=crop",
social: { github: "#", twitter: "#", linkedin: "#" },
},
{
name: "Elena Rodriguez",
role: "Content Creator",
avatar: "https://images.pexels.com/photos/3851253/pexels-photo-3851253.jpeg?auto=compress&cs=tinysrgb&w=150&h=150&fit=crop",
social: { github: "#", twitter: "#", linkedin: "#" },
},
{
name: "David Kim",
role: "Technical Mentor",
avatar: "https://images.pexels.com/photos/3756681/pexels-photo-3756681.jpeg?auto=compress&cs=tinysrgb&w=150&h=150&fit=crop",
social: { github: "#", twitter: "#", linkedin: "#" },
},
];
Loading
Loading