From 02baa1d39b2959305803ed506ea4bf836098f8df Mon Sep 17 00:00:00 2001 From: Arsh Saxena Date: Sun, 4 Aug 2024 22:18:44 +0530 Subject: [PATCH 1/2] updated home page --- app/page.tsx | 188 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 175 insertions(+), 13 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 7cdde5f..8bae7b5 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -19,7 +19,7 @@ export default function Home() { backgroundImage: `url(${bg.src})`, backgroundSize: "cover", backgroundPosition: "center", - height: "86vh", + height: "100%", }} >
@@ -36,30 +36,192 @@ export default function Home() { CYSCOM

VIT Chennai

-

+

+ RECRUITMENTS 2024-25 +

+

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!

-

- Join CYSCOM to kickstart your cybersecurity journey +

+ Join CYSCOM to kickstart your cybersecurity journey.

-
+
{!session ? ( - ) : ( - )}
+
+

+ DEPARTMENRTS +

+
+
+

+ Development (Web-Dev and Open Source Projects) +

+

+ Responsibilities encompass the management of the primary chapter + website, subsidiary event websites, and any additional web + platforms integral to projects. +
+
+ This role involves the creation of web development projects and + applications for utilization within the chapter or by external + parties. +

+
+
+

+ Technical (CTF and Projects) +

+

+ 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. +
+
+ 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. +

+
+
+
+
+

Design

+

+ Responsibilities encompass the management of the primary chapter + website, subsidiary event websites, and any additional web + platforms integral to projects. +
+
+ This role involves the creation of web development projects and + applications for utilization within the chapter or by external + parties. +

+
+
+

+ Event Management +

+

+ 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. +
+
+ 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. +

+
+
+
+
+

Content

+

+ 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. +
+
+ Plays an important role in spreading awareness about + Cybersecurity, Teaching Technical Concepts to the public and + finding creative ways to do the same. +

+
+
+

Social Media

+

+ 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. +

+
+
+
+
+

+ WHY JOIN CYSCOM? +

+
+
+

+ Get to be a part of the biggest cyber security student group in + VIT Chennai! +

+
+
+

+ Work on real time projects, learn effective collaboration and how + to organize events! +

+
+
+

+ Learn new and exciting technologies and tech stacks through + webinars, online sessions and more! +

+
+
+

+ Dive into the evolving world of cyber-security and learn about the + best security practices! +

+
+
+
+
+

+ HOW TO APPLY? +

+
+
+
    +
  • Login using your VIT email.
  • +
  • Fill the form with some basic details.
  • +
  • + Choose your preferred interview slot and department. Apply + before *date time* for *date* & *date* slots and before *date + time* for *date* & *date* slots. +
  • +
  • + 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. +
  • +
+
+
+
); } From ab7f7cddafa97d7be13e055d348cd53ae94df8d0 Mon Sep 17 00:00:00 2001 From: Ezhil Shanmugham Date: Mon, 5 Aug 2024 01:20:28 +0530 Subject: [PATCH 2/2] responsive homepage --- app/components/Nav.tsx | 2 +- app/form/page.tsx | 18 ++--- app/page.tsx | 152 ++++++++++++++++++++++------------------- 3 files changed, 89 insertions(+), 83 deletions(-) diff --git a/app/components/Nav.tsx b/app/components/Nav.tsx index 6aec8f2..76e145d 100644 --- a/app/components/Nav.tsx +++ b/app/components/Nav.tsx @@ -15,7 +15,7 @@ const Nav = () => {