+
+ );
+}
diff --git a/components/landing.tsx b/components/landing.tsx
index 2cb7af2..572a157 100644
--- a/components/landing.tsx
+++ b/components/landing.tsx
@@ -4,102 +4,101 @@ import '../app/css/additional-styles/landing.css';
import ImageOne from '../public/images/demo.jpg';
import Image from "next/image";
-export default function Landing()
-{
- return(
- <>
+export default function Landing() {
+ return (
+ <>
- Activities
+ Activities
- We organise lots of student centric activities
+ We organise lots of student centric activities
-
-
-
-
-
+
+
+
+
+
COMPETITIVE PROGRAMMING
-
-
+
+
PB Hustle
-
-
- Point Blank has organized over 40+ editions of its PB Hustle coding contest,
- where participants solve 5-7 increasingly difficult problems in their preferred
+
+
+ Point Blank has organized over 40+ editions of its PB Hustle coding contest,
+ where participants solve 5-7 increasingly difficult problems in their preferred
programming language. The contest aims to enhance the programming culture in colleges
- and help teams qualify for the ACM ICPC. Impressively, DSCE's leading programmers have
- risen through this platform, with participation in the CodeChef Long Challenge expanding
- from just 3 to over 70+ participants.
-
-
-
+ and help teams qualify for the ACM ICPC. Impressively, DSCE's leading programmers have
+ risen through this platform, with participation in the CodeChef Long Challenge expanding
+ from just 3 to over 70+ participants.
+
+
+
-
+
-
+
-
+
-
+
-
+
DEVELOPMENT
-
-
+
+
PB Chronicals
-
-
- Point Blank has hosted over 100+ workshops, covering a wide range
- of topics including open source, DevOps, machine learning, placement
- preparation, data structures and algorithms, and mobile and web development,
- among others. These workshops are typically conducted in an informal and unscripted
- manner, though we do document some of our most significant sessions.
- One notable example is our primer on F/OSS development.
-
-
-
+
+
+ Point Blank has hosted over 100+ workshops, covering a wide range
+ of topics including open source, DevOps, machine learning, placement
+ preparation, data structures and algorithms, and mobile and web development,
+ among others. These workshops are typically conducted in an informal and unscripted
+ manner, though we do document some of our most significant sessions.
+ One notable example is our primer on F/OSS development.
+
+
+
-
-
-
-
- HACKATHONS
-
-
+
+
+
+
+ HACKATHONS
+
+
Smart India Hackathon
-
-
- Each year, we organize the internal
- round of the Smart India Hackathon. In the 2020 edition, over 300+
- individuals from DSCE participated. Two of our teams advanced to the
+
+
+ Each year, we organize the internal
+ round of the Smart India Hackathon. In the 2020 edition, over 300+
+ individuals from DSCE participated. Two of our teams advanced to the
finals, with one emerging as the winner of the software edition.
Along with this, teams from Point Blank have won hackathons all across
- the city and country.
-
-
-
+ the city and country.
+
+
+
-
+
-
+
+
+
-
-
-
+
-
+
CYBER SECURITY
@@ -107,26 +106,26 @@ export default function Landing()
PB CTF
- We organize workshops and sessions on various topics in cybersecurity,
- including hands-on practice on different platforms. In 2023, we launched
- the first in-house Capture The Flag event, PBCTF, which attracted over 70+ participants.
-
-
-
-
+ We organize workshops and sessions on various topics in cybersecurity,
+ including hands-on practice on different platforms. In 2023, we launched
+ the first in-house Capture The Flag event, PBCTF, which attracted over 70+ participants.
+
+
+
+
-
- Events
-
-
- We organise lots of student centric activities
-
+
+ Events
+
+
+ We organise lots of student centric activities
+
-
+
@@ -137,18 +136,18 @@ export default function Landing()
-
+
-
+
-
+
- >
- )
+ >
+ )
}
@@ -160,10 +159,10 @@ const leads = [
];
const eventCard = [
- { id:4 ,textt:"Back of Card", textb:"Additional info on the back of the card"},
- { id:5 ,textt:"Back of Card", textb:"Additional info on the back of the card"},
- { id:6 ,textt:"Back of Card", textb:"Additional info on the back of the card"},
-
+ { id: 4, textt: "Back of Card", textb: "Additional info on the back of the card" },
+ { id: 5, textt: "Back of Card", textb: "Additional info on the back of the card" },
+ { id: 6, textt: "Back of Card", textb: "Additional info on the back of the card" },
+
];
const CardComponents = () => {
@@ -188,20 +187,20 @@ const CardComponents = () => {
const EventComponent = () => {
return (
<>
- {eventCard.map((ec) => (
-
+ );
+ }
+);
+
+CollapsibleSection.displayName = 'CollapsibleSection';
+
+export default CollapsibleSection;
\ No newline at end of file
diff --git a/components/ui/footer.tsx b/components/ui/footer.tsx
index 6bb15ad..960499a 100644
--- a/components/ui/footer.tsx
+++ b/components/ui/footer.tsx
@@ -13,6 +13,7 @@ export default function Footer() {
Home
Events
Leads
+
Members
Achievements
Made with ❤️ by Point Blank. All Rights Reserved.
diff --git a/components/ui/header.tsx b/components/ui/header.tsx
index 5990975..9bbf24c 100644
--- a/components/ui/header.tsx
+++ b/components/ui/header.tsx
@@ -40,6 +40,11 @@ export default function Header() {
Leads
+
+
+
Members
+
+
Achievements
diff --git a/components/ui/mobile-menu.tsx b/components/ui/mobile-menu.tsx
index d7d65dc..01978e8 100644
--- a/components/ui/mobile-menu.tsx
+++ b/components/ui/mobile-menu.tsx
@@ -72,11 +72,14 @@ export default function MobileMenu() {
setMobileNavOpen(false)}>Leads
+
+ setMobileNavOpen(false)}>Members
+
setMobileNavOpen(false)}>Achievements
- setMobileNavOpen(false)}>
+ setMobileNavOpen(false)}>
Contact Us