diff --git a/src/App.tsx b/src/App.tsx index 6e94a0a..b2ad117 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,17 +1,14 @@ import { useState, useEffect } from "react"; -import ReviewsSection from "./ReviewsSection"; -import { - ChevronDown, - Trophy, - Code, - Users, - Zap, - Award, - Rocket, - Star, - Sun, - Moon, -} from "lucide-react"; +import HeroSection from "./components/HeroSection"; +import LeadershipSection from "./components/LeadershipSection"; +import EntrepreneurshipSection from "./components/EntrepreneurshipSection"; +import AcademicSection from "./components/AcademicSection"; +import TechSection from "./components/TechSection"; +import AboutSection from "./components/AboutSection"; +import AthleticsSection from "./components/AthleticsSection"; +import ReviewsSection from "./components/ReviewsSection"; +import Footer from "./components/Footer"; +import { Sun, Moon } from "lucide-react"; const App = () => { const [, setActiveSection] = useState("hero"); @@ -154,7 +151,6 @@ const App = () => { animation: spin-slow 8s linear infinite; } `} - {/* Navigation */} {/* Hero Section */} -
-
- - {/* Animated background particles */} -
- {[...Array(20)].map((_, i) => ( -
- ))} -
- -
-
-
-
- Maaz's Avatar -
-
-
-

- Hi! I'm Maaz -

-

- A curious, ambitious, and multidisciplinary student passionate about - science, - technology, - leadership, - and - athletics -

- -
- - {/* Floating Elements */} -
- -
-
- -
-
- -
-
+ {/* About Section */} -
-
-
-

- Why I Stand Out -

-
-
- -
-
- -

- Unique Blend -

-

- Academic excellence, technological fluency, creative innovation - in robotics and software, leadership through service, and - athletic resilience. -

-
- -
- -

- Team Player -

-

- I thrive in team environments, whether coaching classmates, - collaborating in science competitions, or building apps with - peers. -

-
- -
- -

- Self-Driven -

-

- Consistently pursuing excellence—from earning honors and awards - to shipping production-level apps and standing tall on the - podium. -

-
-
-
-
+ {/* Academic Section */} -
-
-
-

- 🏆 Academic & STEM Highlights -

-
-
- -
-
-
- -

- UIL Science 1st Place -

-
-

- Showcased analytical rigor and creative problem-solving in a - highly competitive academic environment. -

-
- -
-
- -

- Science Olympiad -

-
-

- Regular participant developing strong teamwork, precise - experimentation, and rapid on-your-feet thinking. -

-
- -
-
- -

- Gifted and Talented Program -

-
-

- Advanced coursework that cultivated deeper critical thinking and - an enriched love for learning. -

-
- -
-
- -

Honor Roll

-
-

- Full schedule of honors classes, consistently challenging myself - to excel in every subject. -

-
-
-
-
+ {/* Tech Section */} -
-
-
-

- ⚙️ Tech, Innovation & Projects -

-
-
- -
- {" "} -
-
- -

- Sunday School Attendance App -

- - In Production - -
-

- Architecting and building a fully functional, community-oriented - app, designed for a local community center. Handling everything - from UI/UX design to back-end integration. -

-
- {["React Native", "UI/UX Design", "Backend Integration"].map( - (tech) => ( - - {tech} - - ) - )} -
-
{" "} -
-
- -

- Competitive Robotics -

- - Award Winner - -
-

- Core contributor on an RC Robotics Team, earned the "Plethora of - Features" award by integrating remarkable range of - capabilities—demonstrating versatility and innovation. -

-
-
- {" "} -
-

- Programming Skills -

-
- {[ - "Python", - "React", - "React Native", - "Tailwind CSS", - "Javascript", - "APIs", - "AI Integration", - "UI/UX Design", - ].map((skill) => ( - - {skill} - - ))} -
-
{" "} -
-

- Striker Competition -

-

- Engineered a realistic operating room prototype showcased at - the Stryker Competition, demonstrating advanced surgical - workflow design and innovation. -

-
-
-
-
-
+ {/* Leadership Section */} -
-
-
-

- 📚 Leadership, Service & School -

-
-
- -
-
- -

- NJHS Inductee -

-

- National Junior Honor Society recognition for academic - excellence, leadership, and community commitment. -

-
- -
- -

Tutoring

-

- Volunteered regularly to tutor peers in math, science, and - programming—fostering academic growth in others. -

-
- -
- -

- Fabulous Falcon Award -

-

- Honored for outstanding school spirit, positive contributions to - campus life, and consistent character. -

-
-
-
-
+ {/* Athletics Section */} -
-
-
-

- 🏊‍♂️🏸 Athletics & Competitions -

-
-
+ -
-
-
🏊‍♂️
-

- Swimming Competitions -

-

- Competed across multiple events, honing discipline, mental - toughness, and an enduring competitive spirit. -

-
- -
-
🏸
-

- Badminton Competitions -

-

- Sharpened hand-eye coordination, strategic thinking, and - graceful sportsmanship on the court. -

-
-
-
-
{/* Entrepreneurship Section */} -
-
-
-

- 💡 Entrepreneurship & Drive -

-
-
- -
-
- -

- Entrepreneurial Spirit -

-

- Always on the lookout for new opportunities—whether launching - small ventures, leading peer projects, or exploring tech - startups. -

-
- -
- -

- Growth Mindset -

-

- I love to learn—whether it be a new programming framework, - exploring scientific research, or mastering a new athletic - skill. -

-
-
-
-
+ {/* Entrepreneurship Section */} + {/* Reviews Section */} { /> {/* Footer */} -
-
-
-

- Let's Connect -

-

- Ready to collaborate on exciting projects or discuss - opportunities? -

-
- -
-

- © 2025 Maaz Khokhar. All rights reserved. -

- - khokharmaaz@gmail.com - -
-
-
+