diff --git a/src/Pages/AllEvents/AllEvents.jsx b/src/Pages/AllEvents/AllEvents.jsx index c9f5de07..9540dede 100644 --- a/src/Pages/AllEvents/AllEvents.jsx +++ b/src/Pages/AllEvents/AllEvents.jsx @@ -28,7 +28,6 @@ const Section = styled.div` `; const Container = styled.div` - width: 1440px; padding-top: 100px; scroll-snap-align: center; @media only screen and (max-width: 768px) { diff --git a/src/Pages/AllTeams/AllTeams.jsx b/src/Pages/AllTeams/AllTeams.jsx index b22022c4..45f4c893 100644 --- a/src/Pages/AllTeams/AllTeams.jsx +++ b/src/Pages/AllTeams/AllTeams.jsx @@ -27,7 +27,6 @@ const Section = styled.div` const Container = styled.div` scroll-snap-align: center; - width: 1440px; padding-top: 100px; @media only screen and (max-width: 738px) { width: 100vw; diff --git a/src/Sections/Founder/Founder.jsx b/src/Sections/Founder/Founder.jsx index 44e39cd6..2d2b6de8 100644 --- a/src/Sections/Founder/Founder.jsx +++ b/src/Sections/Founder/Founder.jsx @@ -4,8 +4,8 @@ import ImageCarousel from "../../utils/ImageCrousel"; import { founderImages } from "../../constants/constants"; const Section = styled.div` - height: 100vh; width: 100%; + margin-top: 2rem; scroll-snap-align: center; display: flex; justify-content: center; @@ -13,7 +13,7 @@ const Section = styled.div` ${""} background-color: #010116; @media only screen and (max-width: 768px) { - height: 90vh; + } `; @@ -75,7 +75,7 @@ const Title = styled.h1` `; const Desc = styled.p` - font-size: 18px; + font-size: 14px; text-align: justify; color: lightgray; margin: auto 10%; @@ -88,7 +88,17 @@ const Founder = () => { Founder's Note - + It is always exciting to witness the growth and vibrancy of our community. What started as a small group of tech enthusiasts has blossomed into a dynamic and supportive network of learners, innovators, and professionals from around the Delhi-NCR region. Our journey began with a simple yet powerful vision: to create a space where budding technologists could explore, learn, and excel in various domains of technology. Today, we continue to build on that vision, driven by our core values of inclusivity, collaboration, and innovation. +
+
+ Our goal is to provide a clear path for those just starting their tech journeys, helping them navigate through the diverse fields of competitive programming, web development, machine learning, and more. I am immensely proud of what we have achieved together. Our community website, our flagship events, various internal programs and all our online events and resources are testaments to our collective efforts and shared passion for technology. +
+
+ Looking ahead, we are excited to continue expanding our reach and impact. We are exploring new initiatives, enhancing our existing programs, and constantly seeking ways to better serve our community members. Your feedback and participation are invaluable to us, and I encourage you to stay engaged, share your ideas, and help us shape the future of the nameSpace Community. Thank you for being an integral part of this journey. Together, we will continue to learn, grow, and make a difference in the tech world. +
+
+ ~ Pradeepto Sarkar +
diff --git a/src/Sections/Hero/Hero.jsx b/src/Sections/Hero/Hero.jsx index e6e45d06..544d9508 100644 --- a/src/Sections/Hero/Hero.jsx +++ b/src/Sections/Hero/Hero.jsx @@ -246,7 +246,7 @@ const Hero = () => { - {/* */} + diff --git a/src/Sections/Teams/Teams.jsx b/src/Sections/Teams/Teams.jsx index 95314102..1763c288 100644 --- a/src/Sections/Teams/Teams.jsx +++ b/src/Sections/Teams/Teams.jsx @@ -1,6 +1,6 @@ import React, { useEffect, useRef } from "react"; import styled from "styled-components"; -import { members } from "../../constants/constants"; +import { members1, members2 } from "../../constants/constants"; import TeamCard from "./TeamCard"; import Slider from "react-slick"; import { useInView } from "react-intersection-observer"; @@ -8,7 +8,7 @@ import "../../../node_modules/slick-carousel/slick/slick.css"; import "../../../node_modules/slick-carousel/slick/slick-theme.css"; const Section = styled.div` - height: 100vh; + width: 100%; background-color: #010116; ${ @@ -20,7 +20,7 @@ const Section = styled.div` ); */ } @media only screen and (max-width: 768px) { - height: 100vh; + } `; @@ -38,11 +38,11 @@ const Container = styled.div` const Carousal = styled.div` width: 85vw; - height: 60vh; display: flex; flex-direction: column; justify-content: center; - + margin-bottom: 40px; + @media only Screen and (max-width: 40em) { width: 85vw; .slick-slider .slick-arrow { @@ -137,12 +137,37 @@ function Teams() { Team {" "} - 2024-25 - {/*
*/} + +

+ Senior and Junior Councils for 2024-25 +

+ + + + {members1.map((member) => { + return ( + + ); + })} + + + +

+ Founders and Advisors +

- {members.map((member) => { + {members2.map((member) => { return (