Skip to content

Commit

Permalink
updated home page
Browse files Browse the repository at this point in the history
  • Loading branch information
arshsaxena committed Aug 4, 2024
1 parent c9bc46b commit 02baa1d
Showing 1 changed file with 175 additions and 13 deletions.
188 changes: 175 additions & 13 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Home() {
backgroundImage: `url(${bg.src})`,
backgroundSize: "cover",
backgroundPosition: "center",
height: "86vh",
height: "100%",
}}
>
<div className="pt-10 pb-3 mb-4 mt-4">
Expand All @@ -36,30 +36,192 @@ export default function Home() {
CYSCOM
</h1>
<h2 className="text-lg md:text-xl mt-1 md:mt-3">VIT Chennai</h2>
<p className=" mt-10 w-[90%] md:w-[45%] mx-auto text-md md:text-lg">
<h3 className="text-md md:text-lg font-bold mt-1 md:mt-3">
RECRUITMENTS 2024-25
</h3>
<p className=" mt-5 w-[90%] md:w-[45%] mx-auto text-md md:text-lg">
Started with a few people having cyber safety in mind, the chapter now
boasts a big gathering of members and associates alike. Join us on our
mission to make cyberspace a safer place!
</p>
<p className=" mt-10 w-[90%] md:w-[45%] mx-auto text-md md:text-lg">
Join CYSCOM to kickstart your cybersecurity journey
<p className=" mt-5 w-[90%] md:w-[45%] mx-auto text-md md:text-lg">
Join CYSCOM to kickstart your cybersecurity journey.
</p>
</div>
<div className="flex justify-center mt-4">
<div className="flex justify-center mt-4 mb-24">
{!session ? (
<Button
className="bg-white text-black cursor-pointer mt-10 px-4 py-4 rounded-xl group flex justify-center items-center gap-1 font-semibold hover:bg-gray-200"
onClick={() => signIn("google")}
>
Sign in with Google
<FaGoogle className="ml-1" />
<Button onClick={() => signIn("google")}>
<div className="bg-white text-black cursor-pointer mt-10 px-4 py-4 rounded-xl group flex justify-center items-center gap-1 font-semibold hover:bg-gray-200">
Sign in with Google
<FaGoogle className="ml-1" />
</div>
</Button>
) : (
<Button className="bg-white text-black cursor-pointer mt-10 px-4 py-4 rounded-xl group flex justify-center items-center gap-1 font-semibold hover:bg-gray-200">
<Link href="/form">Apply Now !</Link>
<Button>
<Link href="/form">
<div className="bg-white text-black cursor-pointer mt-10 px-4 py-4 rounded-xl group flex justify-center items-center gap-1 font-semibold hover:bg-gray-200">
Apply Now!
</div>
</Link>
</Button>
)}
</div>
<div className="departments w-[85%] space-y-5">
<h1 className="text-center text-4xl text-white font-bold mb-5">
DEPARTMENRTS
</h1>
<div className="departments-container flex flex-col md:flex-row space-y-3 md:space-y-0 md:space-x-5">
<div className="w-1/2 department px-4 py-3 text-white bg-blue-950 rounded-xl border-solid border-2 border-[#3d44a3]">
<h2 className="text-3xl text-white font-bold mb-5">
Development (Web-Dev and Open Source Projects)
</h2>
<p>
Responsibilities encompass the management of the primary chapter
website, subsidiary event websites, and any additional web
platforms integral to projects.
<br />
<br />
This role involves the creation of web development projects and
applications for utilization within the chapter or by external
parties.
</p>
</div>
<div className="w-1/2 department p-3 text-white bg-blue-950 rounded-xl border-solid border-2 border-[#f53100]">
<h2 className="text-3xl text-white font-bold mb-5">
Technical (CTF and Projects)
</h2>
<p>
Our skilled technical team enthusiastically engages in Capture The
Flag (CTF) competitions and undertakes exciting security-oriented
projects. This involves friendly challenges where our experts
showcase their problem-solving abilities by solving puzzles and
overcoming digital obstacles.
<br />
<br />
Additionally, they're dedicated to crafting innovative projects
that enhance the security of systems and data, making sure
everything is well-guarded in our digital landscape.
</p>
</div>
</div>
<div className="departments-container flex flex-col md:flex-row space-y-3 md:space-y-0 md:space-x-5">
<div className="w-1/2 department px-4 py-3 text-white bg-blue-950 rounded-xl border-solid border-2 border-[#090]">
<h2 className="text-3xl text-white font-bold mb-5">Design</h2>
<p>
Responsibilities encompass the management of the primary chapter
website, subsidiary event websites, and any additional web
platforms integral to projects.
<br />
<br />
This role involves the creation of web development projects and
applications for utilization within the chapter or by external
parties.
</p>
</div>
<div className="w-1/2 department p-3 text-white bg-blue-950 rounded-xl border-solid border-2 border-[#97004c]">
<h2 className="text-3xl text-white font-bold mb-5">
Event Management
</h2>
<p>
The Event Management Department at Cyscom, is the driving force
behind our dynamic and engaging events. With meticulous
coordination, the department orchestrates a diverse range of
activities, catering to the interests of cybersecurity
enthusiasts.
<br />
<br />
The team adeptly manages finances, ensuring every penny is
well-utilized for impactful experiences. Leveraging strategic
partnerships, the department actively secures sponsors that share
our commitment to fostering knowledge-sharing and networking
opportunities.
</p>
</div>
</div>
<div className="departments-container flex flex-col md:flex-row space-y-3 md:space-y-0 md:space-x-5">
<div className="w-1/2 department px-4 py-3 text-white bg-blue-950 rounded-xl border-solid border-2 border-[#1a7848]">
<h2 className="text-3xl text-white font-bold mb-5">Content</h2>
<p>
The Content Department at Cyscom shapes cybersecurity discourse by
crafting insightful blogs, news updates, and engaging infographic
posts. As writers we delve into trends, developments, and best
practices, fostering an informed community.
<br />
<br />
Plays an important role in spreading awareness about
Cybersecurity, Teaching Technical Concepts to the public and
finding creative ways to do the same.
</p>
</div>
<div className="w-1/2 department p-3 text-white bg-blue-950 rounded-xl border-solid border-2 border-[#a2b825]">
<h2 className="text-3xl text-white font-bold mb-5">Social Media</h2>
<p>
Responsible for posting regularly about the latest updates in the
field of Cybersecurity on our platforms and boosting our online
presence with trendy captions and hashtags to accompany our weekly
posts. In short, it is the department which connects the backend
of the chapter to the outside world.
</p>
</div>
</div>
</div>
<div className="departments w-[85%] space-y-5">
<h1 className="text-center text-4xl text-white font-bold mt-10 mb-5">
WHY JOIN CYSCOM?
</h1>
<div className="departments-container flex flex-col md:flex-row space-y-3 md:space-y-0 md:space-x-5">
<div className="text-center w-1/4 department px-4 py-3 text-white bg-blue-950 rounded-xl">
<h2 className="text-xl text-white font-bold">
Get to be a part of the biggest cyber security student group in
VIT Chennai!
</h2>
</div>
<div className="text-center w-1/4 department px-3 py-3 text-white bg-blue-950 rounded-xl">
<h2 className="text-xl text-white font-bold">
Work on real time projects, learn effective collaboration and how
to organize events!
</h2>
</div>
<div className="text-center w-1/4 department px-4 py-3 text-white bg-blue-950 rounded-xl">
<h2 className="text-xl text-white font-bold">
Learn new and exciting technologies and tech stacks through
webinars, online sessions and more!
</h2>
</div>
<div className="text-center w-1/4 department px-4 py-3 text-white bg-blue-950 rounded-xl">
<h2 className="text-xl text-white font-bold">
Dive into the evolving world of cyber-security and learn about the
best security practices!
</h2>
</div>
</div>
</div>
<div className="departments w-[85%] space-y-5">
<h1 className="text-center text-4xl text-white font-bold mt-10 mb-5">
HOW TO APPLY?
</h1>
<div className="departments-container flex flex-col md:flex-row space-y-3 md:space-y-0 md:space-x-5">
<div className="mx-auto w-1/2">
<ul className="list-decimal text-lg space-y-2">
<li className="pl-3">Login using your VIT email.</li>
<li className="pl-3">Fill the form with some basic details.</li>
<li className="pl-3">
Choose your preferred interview slot and department. Apply
before *date time* for *date* & *date* slots and before *date
time* for *date* & *date* slots.
</li>
<li className="pl-3">
The interview will be conducted on Google Meet. If you are
selected, attend the interview in the given time slot. The
WhatsApp group link for the selected applicants will be sent to
your email or will be displayed on this recruitment portal if
you are selected. Google Meet link will be sent in the WhatsApp
group.
</li>
</ul>
</div>
</div>
</div>
</div>
);
}

0 comments on commit 02baa1d

Please sign in to comment.