Skip to content

Commit

Permalink
Merge pull request #573 from namespacecomm/new_branch_6
Browse files Browse the repository at this point in the history
New branch 6
  • Loading branch information
namespace-admin authored Aug 13, 2024
2 parents 9c9e5df + 5978e10 commit 681e3fb
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 114 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Infinite Horizons, One Community"
content="The nameSpace Community is an organization of like-minded individuals who share a passion for technology and are committed to helping each other become the best developers they can be. Whether you're just starting out in your coding journey or a seasoned pro, our community is a place where you can connect with other tech enthusiasts, share your knowledge, and grow your skills. Founded in 2022, nameSpace has quickly grown to become one of the largest technical communities in Delhi-NCR and is racing towards further expansion and deeper penetration in its core segments."
/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link
Expand Down Expand Up @@ -48,7 +48,7 @@
scroll-snap-align: start;
}
</style>
<title>nameSpace</title>
<title>The nameSpace Community</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
8 changes: 4 additions & 4 deletions src/Pages/AllTeams/AllTeams.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ function AllTeams() {
</h2>

<p className="max-w-2xl mx-auto my-10 text-center text-xl font-bold leading-tight text-transparent bg-clip-text bg-gradient-to-r from-amber-500 to-pink-500 ">
In the last one year nameSpace has grown on to become a vibrant
In the last two years nameSpace has grown on to become a vibrant
and thriving collection of tech enthusiasts and problem solvers.
Given below are few of the club members who make the community
Given below are few of the members who make the community
amazing.
</p>

Expand All @@ -78,7 +78,7 @@ function AllTeams() {
</a>
</div> */}

<div className="flex items-center justify-center">
{/* <div className="flex items-center justify-center">
<a
href="https://drive.google.com/file/d/1Q7mriaawFWWKyiOmUVOGInszPCgQoVl5/view"
target="_blank"
Expand All @@ -91,7 +91,7 @@ function AllTeams() {
Position Holders 2024-25
</button>
</a>
</div>
</div> */}

<div className="flex justify-center items-center">
<div className="my-grid">
Expand Down
2 changes: 1 addition & 1 deletion src/Sections/Founder/Founder.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const Founder = () => {
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.
<br />
<br />
~ <a href="https://pradeeptosarkar.netlify.app/" target="_blank" without rel="noreferrer" style={{ color: 'lightblue', textDecoration: 'underline', fontSize: '18px' }}>Pradeepto Sarkar</a>
~ <a href="https://pradeeptosarkar.vercel.app/" target="_blank" without rel="noreferrer" style={{ color: 'lightblue', textDecoration: 'underline', fontSize: '18px' }}>Pradeepto Sarkar</a>

</Desc>
</Left>
Expand Down
2 changes: 1 addition & 1 deletion src/Sections/Hero/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const Hero = () => {
<Founder />
<Events />
<SocialMedia />
<Testimonials />
{/* <Testimonials /> */}
<Contact />
</>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const Footer = () => {
<FaTelegram size={24} />
</a>
&nbsp;
<a href="mailto:[email protected]">
<a href="mailto:[email protected]">
<FaEnvelope size={24} />
</a>
&nbsp;
Expand Down
94 changes: 50 additions & 44 deletions src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ function Navbar() {
const [isOpen, setOpen] = useState(false);
const [activeNavLink, setActiveNavLink] = useState(null);
const [dropdownOpen, setDropdownOpen] = useState(false);
const [partnersDropdownOpen, setPartnersDropdownOpen] = useState(false);
const dropdownRef = useRef(null);
const partnersDropdownRef = useRef(null);

const location = useLocation();

Expand All @@ -176,10 +178,20 @@ function Navbar() {
setDropdownOpen(!dropdownOpen);
};

const handlePartnersDropdownToggle = () => {
setPartnersDropdownOpen(!partnersDropdownOpen);
};

const handleClickOutside = (event) => {
if (dropdownRef.current && !dropdownRef.current.contains(event.target)) {
setDropdownOpen(false);
}
if (
partnersDropdownRef.current &&
!partnersDropdownRef.current.contains(event.target)
) {
setPartnersDropdownOpen(false);
}
};

useEffect(() => {
Expand Down Expand Up @@ -232,8 +244,11 @@ function Navbar() {
)}
</div>
<DropdownMenu ref={dropdownRef} show={dropdownOpen}>
<DropdownItem to="/hackhazards">HACKHAZARDS</DropdownItem>

<DropdownItem to="/techx">TechXcelerate</DropdownItem>
<DropdownItem to="/nsos">nameSpace Season of Open Source</DropdownItem>
<DropdownItem to="/algorena">Algorena</DropdownItem>
<DropdownItem to="/hackhazards">HACKHAZARDS</DropdownItem>
<DropdownItem to="/events">All Events</DropdownItem>
</DropdownMenu>
</NavbarLink>
Expand Down Expand Up @@ -272,7 +287,9 @@ function Navbar() {
</NavbarLink>
<NavbarLink
to="http://blog.namespacecomm.in/"
target="_blank" without rel="noreferrer"
target="_blank"
without
rel="noreferrer"
className={
activeNavLink === "/http://blog.namespacecomm.in/"
? "active"
Expand All @@ -286,57 +303,44 @@ function Navbar() {
)}
</div>
</NavbarLink>
{/* <NavbarLink
to="/communityevangelist"
className={activeNavLink === "/communityevangelist" ? "active" : ""}
>
<div className="flex">
Community Evangelist
<span class="relative flex h-2 w-2 mx-1">
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-[#3636CF]/40 opacity-75"></span>
<span class="relative inline-flex rounded-full h-2 w-2 bg-[#3b3b98]"></span>
</span>
{activeNavLink === "/communityevangelist" && (
<hr className="border-3 rounded-full" />
)}
</div>
</NavbarLink> */}
{/* <NavbarLink
to="/techx"
className={activeNavLink === "/techx" ? "active" : ""}
>
<div>
TechXcelerate
{activeNavLink === "/techx" && (
<hr className="border-3 rounded-full" />
)}
</div>
</NavbarLink>
<NavbarLink
to="/hackhazards"
className={activeNavLink === "/hackhazards" ? "active" : ""}
to="#"
className={activeNavLink === "/partners" ? "active" : ""}
onClick={handlePartnersDropdownToggle}
>
<div>
HACKHAZARDS
{activeNavLink === "/hackhazards" && (
Partner with us
{activeNavLink === "/partners" && (
<hr className="border-3 rounded-full" />
)}
</div>
</NavbarLink> */}
</NavLinks>
<DropdownMenu
ref={partnersDropdownRef}
show={partnersDropdownOpen}
>
<DropdownItem
as="a"
href="https://lush-bugle-f9b.notion.site/The-nameSpace-Community-Partnership-Program-2024-25-03b7367a954e4a96b5a3ced32af14fca"
target="_blank"
rel="noopener noreferrer"
>
Become a Community Partner
</DropdownItem>

<div className="flex flex-row md:flex-col md:space-x-6">
<NavbarLinkContainer className="w-full md:w-auto mb-4 mr-4 md:mb-0 ">
<a href="/campusevangelist" target="" className="w-full">
<Button className="w-full">Become a Campus Evangelist</Button>
</a>
</NavbarLinkContainer>
<DropdownItem to="/campusevangelist">
Become a Campus Evangelist
</DropdownItem>
</DropdownMenu>
</NavbarLink>
</NavLinks>

<div className="flex flex-row md:flex-col md:space-x-6 items-center">
<NavbarLinkContainer className="w-full md:w-auto ">
<a
href="https://linktr.ee/namespacecomm"
target="_blank"
without rel="noreferrer"
without
rel="noreferrer"
className="w-full"
>
<Button className="w-full">Connect with us</Button>
Expand All @@ -356,11 +360,13 @@ function Navbar() {
<NavbarLinkExtended to="/programs">Programs</NavbarLinkExtended>
<NavbarLinkExtended to="/team">Team</NavbarLinkExtended>
<NavbarLinkExtended to="/resources">Resources</NavbarLinkExtended>
<NavbarLinkExtended to="http://blog.nsccbpit.tech/" target="_blank" without rel="noreferrer" >
Blog
</NavbarLinkExtended>
<NavbarLinkExtended to="http://blog.namespacecomm.in/" target="_blank" without rel="noreferrer">Blog</NavbarLinkExtended>
<NavbarLinkExtended to="/techx">TechXcelerate</NavbarLinkExtended>
<NavbarLinkExtended to="/nsos">nameSpace Season of Open Source</NavbarLinkExtended>
<NavbarLinkExtended to="/algorena">Algorena</NavbarLinkExtended>
<NavbarLinkExtended to="/hackhazards">HACKHAZARDS</NavbarLinkExtended>
<NavbarLinkExtended to="https://lush-bugle-f9b.notion.site/The-nameSpace-Community-Partnership-Program-2024-25-03b7367a954e4a96b5a3ced32af14fca" target="_blank" without rel="noreferrer">Become a Community Partner</NavbarLinkExtended>
<NavbarLinkExtended to="/hackhazards">Become a Campus Evangelist</NavbarLinkExtended>
</NavbarExtendedContainer>
)}
</NavbarContainer>
Expand Down
56 changes: 26 additions & 30 deletions src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,24 +206,11 @@ export const members1 = [
linkedin: "https://www.linkedin.com/in/yuvan-grover-85b03526a",
instagram: "",
},


{
name: "Chetan Chauhan",
image:
"",
position: "Competitive Programming Head",
github: "",
linkedin: "",
instagram: "",
},


{
name: "Garv Khurana",
image:
"https://res.cloudinary.com/dyfhx6mqp/image/upload/v1720981315/Garv_khurana_dqljz2.jpg",
position: "AI/ML Head",
position: "AI and ML Head",
github: "https://github.com/garvkhurana",
linkedin: "https://www.linkedin.com/in/garv-khurana-07a8a92a4/",
instagram: "",
Expand All @@ -243,7 +230,16 @@ export const members1 = [
name: "Ankur Sharma",
image:
"https://res.cloudinary.com/dyfhx6mqp/image/upload/v1720981326/IMG20240120170745_h2s0ev.jpg",
position: "Cyber Security Head",
position: "Cybersecurity Head",
github: "https://github.com/ankursagar020",
linkedin: "https://www.linkedin.com/in/ankur-sharma-674526268?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app",
instagram: ""
},
{
name: "Prabal Aggarwal",
image:
"",
position: "UI and UX Head",
github: "",
linkedin: "",
instagram: "",
Expand Down Expand Up @@ -679,7 +675,7 @@ export const allmembers = [
{
name: "Diksha Sharma",
image:
"https://res.cloudinary.com/df5hitkbj/image/upload/v1699865733/Diksha_Sharma_ins2c5.jpg",
"https://res.cloudinary.com/dbffy7v9s/image/upload/v1721230258/xcu3r48yugyf0zht68fx.jpg",
position: "President",
github: "https://github.com/DikshaDhasmana",
linkedin: "https://www.linkedin.com/in/diksha-sharma-1650b1258",
Expand Down Expand Up @@ -775,19 +771,10 @@ export const allmembers = [
instagram: "",
},

{
name: "Chetan Chauhan",
image:
"",
position: "Competitive Programming Head",
github: "https://github.com/chetan3327",
linkedin: "http://linkedin.com/in/chetan3327",
instagram: "",
},
{
name: "Jatin Gera",
image:
"",
"https://res.cloudinary.com/dyfhx6mqp/image/upload/v1720981301/Jatin_Gera.JPG_cxptou.jpg",
position: "Cloud and Devops Head",
github: "https://github.com/JatinGera27aug",
linkedin: "https://www.linkedin.com/in/jatin-gera-27aug",
Expand All @@ -796,12 +783,21 @@ export const allmembers = [
{
name: "Ankur Sharma",
image:
"",
"https://res.cloudinary.com/dyfhx6mqp/image/upload/v1720981326/IMG20240120170745_h2s0ev.jpg",
position: "Cybersecurity Head",
github: "https://github.com/ankursagar020",
linkedin: "https://www.linkedin.com/in/ankur-sharma-674526268?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app",
instagram: ""
},
{
name: "Prabal Aggarwal",
image:
"",
position: "UI and UX Head",
github: "",
linkedin: "",
instagram: "",
},
{
name: "Arsh Tiwari",
image: "https://res.cloudinary.com/dyfhx6mqp/image/upload/v1720981064/Arsh_Tiwari_oocqph.jpg",
Expand Down Expand Up @@ -1163,7 +1159,7 @@ export const achievements = [
`
},
{
img:"https://user-images.githubusercontent.com/75252077/236657010-53641de3-591f-4a61-87c6-c94d2209d52f.jpg",
img: "https://user-images.githubusercontent.com/75252077/236657010-53641de3-591f-4a61-87c6-c94d2209d52f.jpg",
name: "Kartik Sharma",
batch: "2020-24",
achievements: `
Expand All @@ -1176,7 +1172,7 @@ export const achievements = [
`
},
{
img:"https://user-images.githubusercontent.com/75252077/236658748-0dd5a22a-52eb-471c-8662-36efa310a38e.jpg",
img: "https://user-images.githubusercontent.com/75252077/236658748-0dd5a22a-52eb-471c-8662-36efa310a38e.jpg",
name: "Vaibhav Goyal",
batch: "2021-25",
achievements: `
Expand Down Expand Up @@ -1216,7 +1212,7 @@ export const achievements = [
`
},
{
img:"https://res.cloudinary.com/df5hitkbj/image/upload/v1693238094/shivank_hglloc.jpg",
img: "https://res.cloudinary.com/df5hitkbj/image/upload/v1693238094/shivank_hglloc.jpg",
name: "Shivank Kapur",
batch: "2022-26",
achievements: `
Expand Down
Loading

0 comments on commit 681e3fb

Please sign in to comment.