-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da22f29
commit e8c350e
Showing
13 changed files
with
718 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
import React from "react"; | ||
import Image from "next/image"; | ||
import HyperText from "@/components/magicui/hyper-text"; | ||
|
||
export default function Activities() { | ||
return ( | ||
<> | ||
<div className="flex flex-col place-items-center font-bold pt-20 pb-10"> | ||
<h2 className="text-5xl text-white-800 text-center mb-5">Activities</h2> | ||
</div> | ||
|
||
{/* CP Post */} | ||
<div className="flex flex-col md:flex-row w-full h-full" data-aos="zoom-y-out" data-aos-delay="150"> | ||
<div className="highlight flex-1 flex items-center justify-center bg-black-800 p-8"> | ||
<div className="p-8 md:p-16"> | ||
<HyperText className="text-3xl font-bold mb-4 text-green-500" text="Competetive Programming" /> | ||
<h2 className="text-2xl font-bold mb-4">PB Hustle</h2> | ||
<p className="text-lg text-justify"> | ||
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. | ||
</p> | ||
</div> | ||
</div> | ||
<div className=" highlight flex-1 w-full flex items-center justify-center bg-black-900"> | ||
<div className="h-96 w-96 flex items-center justify-center bg-black-900"> | ||
<Image | ||
src={"/images/cp.jpeg"} | ||
alt="" | ||
className="rounded-xl object-cover w-full h-full" | ||
width={"500"} | ||
height={"500"} | ||
/> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{/* Development Post */} | ||
<div className="flex flex-col-reverse items-center justify-center md:flex-row w-full h-full" data-aos="zoom-y-out" data-aos-delay="150"> | ||
<div className="highlight flex-1 flex items-center justify-center bg-black-500 h-full"> | ||
<div className="h-96 flex items-center justify-center bg-black-900"> | ||
<Image | ||
src={"/images/dev.jpg"} | ||
alt="" | ||
className="rounded-xl object-cover w-full h-full" | ||
width={"500"} | ||
height={"500"} | ||
/> | ||
</div> | ||
</div> | ||
<div className="highlight flex-1 flex items-center justify-center p-8 bg-black-800"> | ||
<div className="p-8 md:p-16 text-justify"> | ||
<HyperText className="text-3xl font-bold mb-4 text-green-500" text="Development" /> | ||
<h2 className="text-2xl font-bold mb-4">PB Chronicals</h2> | ||
<p className="text-lg text-justify"> | ||
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. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{/* Hackathon Post */} | ||
<div className="flex flex-col md:flex-row w-full h-full" data-aos="zoom-y-out" data-aos-delay="150"> | ||
<div className="highlight flex-1 flex items-center justify-center bg-black-800 p-8"> | ||
<div className="p-8 md:p-16"> | ||
<HyperText className="text-3xl font-bold mb-4 text-green-500" text="Hackathons" /> | ||
<h2 className="text-2xl font-bold mb-4">Smart India Hackathon</h2> | ||
<p className="text-lg text-justify"> | ||
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. | ||
</p> | ||
</div> | ||
</div> | ||
<div className="highlight flex-1 flex items-center justify-center bg-black-900"> | ||
<div className="h-96 flex items-center justify-center bg-black-900"> | ||
<Image | ||
src={"/images/hack.jpg"} | ||
alt="" | ||
className="rounded-xl object-cover w-full h-full" | ||
width={"500"} | ||
height={"500"} | ||
/> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{/* CyberSec Post */} | ||
<div className="flex flex-col-reverse items-center justify-center md:flex-row w-full h-full" data-aos="zoom-y-out" data-aos-delay="150"> | ||
<div className="highlight flex-1 flex items-center justify-center bg-black-900 h-full"> | ||
<div className="w-96 h-96 flex items-center justify-center bg-black-900"> | ||
<Image | ||
src={"/images/ctf.jpg"} | ||
alt="" | ||
className="rounded-xl object-cover w-full h-full" | ||
width={"300"} | ||
height={"300"} | ||
/> | ||
</div> | ||
</div> | ||
|
||
<div className="highlight flex-1 flex items-center justify-center p-8 bg-black-800"> | ||
<div className="p-8 md:p-16"> | ||
<HyperText className="text-3xl font-bold mb-4 text-green-500" text="Cybersecurity" /> | ||
<h2 className="text-2xl font-bold mb-4">PB CTF</h2> | ||
<p className="text-lg text-justify"> | ||
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. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
import React from "react"; | ||
|
||
const eventCard = [ | ||
{ | ||
id: 1, | ||
url: '/images/openday.jpg', | ||
textt: "Tech Open Day", | ||
textb: "Our first offline event of the year and it was a huge success✨Get to know about tech societies on campus and how to join them🚀", | ||
}, | ||
{ | ||
id: 2, | ||
url: '/images/advaith.jpg', | ||
textt: "Advaith", | ||
textb: "An event full of opportunities, challenges, learning and much more! Be a part of something big, be a part of ADVAITH!", | ||
}, | ||
{ | ||
id: 3, | ||
url: '/images/recruit.jpeg', | ||
textt: "Recruitment 2024", | ||
textb: "Recruitment 2024 is here! Join us and be a part of the Point Blank family!🚀", | ||
}, | ||
]; | ||
|
||
const EventComponent = () => { | ||
return ( | ||
<> | ||
<div className="container place-items-center font-bold pt-20 pb-10"> | ||
<h2 className="text-5xl text-white-800 text-center">Events</h2> | ||
<h5 className="text-2xl text-white-800 text-center"> | ||
We organise lots of student centric activities | ||
</h5> | ||
</div> | ||
<div className="view"> | ||
{eventCard.map((ec) => ( | ||
<div key={ec.id} className="event-card"> | ||
<div className="card"> | ||
<div className="front"> | ||
<img src={ec.url} className="w-full h-full object-cover" alt={ec.textt} /> | ||
</div> | ||
<div className="back"> | ||
<h2 className="text-xl font-semibold capitalize">{ec.textt}</h2> | ||
<p className="px-4 text-center text-gray-300">{ec.textb}</p> | ||
</div> | ||
</div> | ||
</div> | ||
))} | ||
</div> | ||
</> | ||
); | ||
}; | ||
|
||
export default EventComponent; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.