);
}
\ No newline at end of file
diff --git a/components/achievements.tsx b/components/achievements.tsx
index 3dff8ac..53fb503 100644
--- a/components/achievements.tsx
+++ b/components/achievements.tsx
@@ -11,7 +11,9 @@ function Achievements() {
return (
<>
@@ -20,4 +22,4 @@ function Achievements() {
);
}
-export default Achievements;
+export default Achievements;
\ No newline at end of file
diff --git a/components/activities.tsx b/components/activities.tsx
index 0a62115..f0ffca3 100644
--- a/components/activities.tsx
+++ b/components/activities.tsx
@@ -11,7 +11,7 @@ interface ActivityData {
}
const activityData: ActivityData[] = [
- { Title: "Competitive Programming", Subtitle: "PB Hustle", Image: "/images/cp.jpeg", Description: "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." },
+ { Title: "CP Contests", Subtitle: "PB Hustle", Image: "/images/cp.jpeg", Description: "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." },
{ Title: "Development", Subtitle: "PB Chronicles", Image: "/images/dev.jpg", Description: "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." },
{ Title: "Hackathons", Subtitle: "Smart India Hackathon", Image: "/images/hack.jpg", Description: "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." },
{ Title: "Cybersecurity", Subtitle: "PB CTF", Image: "/images/ctf.jpg", Description: "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." },
@@ -20,25 +20,22 @@ const activityData: ActivityData[] = [
export default function Activities() {
return (
- <>
-
-
Activities
-
-
-
- {
- activityData.map((value, index) => {
- return (
-
- )
- })
- }
-
- >
+<>
+
+
Activities
+
+
+ {activityData.map((value, index) => (
+
+ ))}
+
+>
);
}
diff --git a/components/domains.tsx b/components/domains.tsx
index 2b66a5d..679a772 100644
--- a/components/domains.tsx
+++ b/components/domains.tsx
@@ -64,21 +64,19 @@ const Card = ({ img, name }: { img: string; name: string }) => {
export default function Domains() {
return (
-
-
- Domains We Explore
+
+
+ Domains we ❤️
-
- Our club covers a wide range of interests and fields, bringing unique
- perspectives and expertise to every project!
+
+ Our club covers a wide range of interests and fields, bringing unique perspectives and expertise to every project!
+
-
-
);
-}
+}
\ No newline at end of file
diff --git a/components/eventcards.tsx b/components/eventcards.tsx
index 41fd8f7..208925b 100644
--- a/components/eventcards.tsx
+++ b/components/eventcards.tsx
@@ -29,9 +29,9 @@ const EventComponent = () => {
return (
<>
-
Events
-
- We organise lots of student centric activities
+ Events
+
+ We organise lots of student-centric activities
@@ -59,4 +59,4 @@ const EventComponent = () => {
);
};
-export default EventComponent;
+export default EventComponent;
\ No newline at end of file
diff --git a/components/founder.tsx b/components/founder.tsx
index a1aa7ab..ab4e811 100644
--- a/components/founder.tsx
+++ b/components/founder.tsx
@@ -1,7 +1,7 @@
import Image from 'next/image';
import React from 'react';
-export default function Teams() {
+export default function Teams() {
const teamData = [
{
url: '/images/founder1.png',
@@ -22,29 +22,33 @@ export default function Teams() {
return (
-
+
-
-
-
Our Founding Members
+
+
+
+ Our Founding Members
+
-
- Point Blank started as a project by three friends who wanted to induce a change by providing a platform for like minded smart students to come together and learn from each other.
+
+ Point Blank started as a project by three friends who wanted to induce a change by providing a platform for like-minded, smart students to come together and learn from each other.
-
+
{teamData.map((member, index) => (
-
+
-
-
{member.name}
-
+
+
+ {member.name}
+
+
{member.description}
diff --git a/components/hero.tsx b/components/hero.tsx
index 6c49251..710573b 100644
--- a/components/hero.tsx
+++ b/components/hero.tsx
@@ -3,38 +3,36 @@ import Link from "next/link";
import Image from "next/image";
import FlickeringGrid from "@/components/magicui/flickering-grid";
import { cn } from "@/lib/server/utils";
+import TypingAnimation from "@/components/ui/typing-animation";
import "../app/css/additional-styles/landing.css";
+
export default function Hero() {
return (
-
-
-
-
-
+
+
+
+
-
- We are a student run tech community at Dayananda Sagar
- College of Engineering, Bangalore. We aim to provide a
- platform for students to learn, grow and innovate.
+ We are a student-run tech-community
+ from Dayananda Sagar College of Engineering.
-
= ({
squareSize = 4,
gridGap = 6,
- flickerChance = 0.3,
+ flickerChance = 0.5,
color = "rgb(0, 0, 0)",
width,
height,
@@ -170,7 +170,7 @@ const FlickeringGrid: React.FC = ({
return (