diff --git a/src/components/Team.jsx b/src/components/Team.jsx index 234b345..3b72c09 100644 --- a/src/components/Team.jsx +++ b/src/components/Team.jsx @@ -8,7 +8,6 @@ const TeamSlider = () => { const [visibleCount, setVisibleCount] = useState(1); const getVisibleCount = () => { - if (window.innerWidth < 640) return 1; if (window.innerWidth < 768) return 1; if (window.innerWidth < 1024) return 2; if (window.innerWidth < 1280) return 3; @@ -45,7 +44,7 @@ const TeamSlider = () => {

Our team

- Lorem ipsum dolor sit amet, consectetur adipiscing elit. +

))}
- +
+ {activeTeam === "Team Bluestreak" && ( +

+ Bluestreak, a team within ASME at NIT Rourkela, is a dedicated team focused on research, + analysis, and innovation. They specialize in designing human-powered vehicles from scratch, + incorporating indigenous elements. Bluestreak actively participates in the eHPV competition at ASME Efest, + showcasing their commitment to pushing the boundaries of human-powered vehicle design and contributing to the advancement + of sustainable transportation solutions. +

+ )} + {activeTeam === "Team Bluebird" && ( +

+ Bluebird, a team from ASME NIT Rourkela, specializes in CAD modeling and coding for virtual competitions. + Their expertise extends to designing vehicles for diverse challenges, including autonomous vehicle competitions, + lunar lander simulations, and ocean cleanup missions. Through innovation and technical prowess, Team + Bluebird consistently participates in and excels at a variety of virtual events, showcasing their commitment + to engineering excellence and problem-solving in the digital realm. +

+ )} + {activeTeam === "Team Blueprint" && ( +

+ Team Blueprint, a team of ASME NIT Rourkela, engages in research, innovation, and design. They utilize + CAD software to create diverse models, subsequently manufacturing them through 3D printing technology + . The team actively participates in the IAM3D competition as part of ASME Efest, showcasing their skills + and expertise in engineering and design within the ASME community +

+ )} +
+ {filteredMembers.map((member, index) => (
@@ -53,9 +84,12 @@ const TeamPage = () => {
-

{member.name || "Full name"}

-

- {member.title || "Job title"} +

{member.name || "Full name"}

+

+ {member.title || ""} +

+

+ {member.team || ""}