Skip to content

Commit

Permalink
Merge branch 'raka334-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Jan 17, 2024
2 parents d21cfdc + 03bd96d commit 6c99e10
Show file tree
Hide file tree
Showing 70 changed files with 5,586 additions and 134 deletions.
6 changes: 3 additions & 3 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
}

.venue-back {
background-image: url("/wow-back.jpg");
background-image: url("/wow-back.webp");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.rcs-back-1 {
background-image: url("/rcs-back1.jpg");
background-image: url("/rcs-back1.webp");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.rcs-back-2 {
background-image: url("/rcs-back2.jpg");
background-image: url("/rcs-back2.webp");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Expand Down
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const metadata: Metadata = {
canonical: '/'
},
openGraph: {
images: '/banner.png',
images: '/banner.webp',
type: 'website',
locale: 'en_US',
description:
Expand All @@ -48,7 +48,7 @@ export const metadata: Metadata = {
title: 'RCS CTF 2024',
description: 'The "Republic of Cyber Sentinels CTF 2024" (RCSCTF24) is a two-day Capture the Flag (CTF) competition organized by EncryptEdge, scheduled to take place at Lovely Professional University (LPU). The event is set around the theme of the Republic Day of India and is planned for January 26th to 27th, 2024, spanning 24 hours. It is an offline event, held on the LPU campus, and allows teams with a maximum of four members each. Students from universities across India, including LPU students, are invited to participate in this dynamic competition.',
creator: '@Encrypt_Edge',
images: ['https://rcs.encryptedge.in/banner.png'],
images: ['https://rcs.encryptedge.in/banner.webp'],
},
category: 'technology'
}
Expand Down
4 changes: 2 additions & 2 deletions components/CommunityPartners/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ function CommunityPartners() {
{communityPartners.map((member) => (
<div key={member.name} className="flex flex-col items-center lg:px-5">
<div className="w-full aspect-square border-primary border-2 rounded-full overflow-hidden">
<img
<a href={member.linkedin}><img
src={member.img}
alt=""
className="w-full h-full object-cover"
/>
/></a>
</div>
<p className="name text-md lg:text-lg mt-3 mb-2">{member.name}</p>
<div className="links flex gap-4">
Expand Down
3 changes: 2 additions & 1 deletion components/CoreTeam/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ function CoreTeam() {
{coreTeam.map((member) => (
<div key={member.name} className="flex flex-col items-center lg:px-5">
<div className="w-full aspect-square border-primary border-2 rounded-full overflow-hidden">
<img
<a href={member.linkedin}> <img
src={member.img}
alt=""
className="w-full h-full object-cover"
/>
</a>
</div>
<p className="name text-md lg:text-lg mt-3 mb-2">{member.name}</p>
<div className="links flex gap-4">
Expand Down
5 changes: 3 additions & 2 deletions components/Organisers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ function Organisers() {
<div className="list w-full gap-8 lg:gap-16 p-8 lg:p-10 max-w-4xl mx-auto">
<div key="ee" className="flex flex-col items-center lg:px-5">
<div className="w-full border-primary border-2 overflow-hidden">
<img
src="/ee.jpg"
<a href='https://fyp.bio/encryptedge'> <img
src="/ee.webp"
alt=""
className="w-full h-full object-cover"
/>
</a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/ResourcePersons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ function RersourcePersons() {
{rersourcePersons.map((member) => (
<div key={member.name} className="flex flex-col items-center lg:px-5">
<div className="w-full aspect-square border-primary border-2 rounded-full overflow-hidden">
<img
<a href={member.linkedin}> <img
src={member.img}
alt=""
className="w-full h-full object-cover"
/>
/></a>
</div>
<p className="name text-md lg:text-lg mt-3 mb-2">{member.name}</p>
<div className="links flex gap-4">
Expand Down
68 changes: 35 additions & 33 deletions components/TicketSection/TicketCardLPU.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,44 @@ function TicketCard({
}) {
const router = useRouter()
return (
<div className="card w-full max-w-sm bg-white text-black p-5">
<p className="font-bold text-4xl">
LPU <br />
Vertos Pass
</p>
<p className="mt-8 text-lg">
For the students of Lovely Professional University.
</p>
<>
<div className="card w-full max-w-sm bg-white text-black p-5">
<p className="font-bold text-4xl">
LPU <br />
Vertos Pass
</p>
<p className="mt-8 text-lg">
For the students of Lovely Professional University.
</p>

<div className="mt-8 text-lg">
<p className="text-primary">Includes: </p>
<div className="flex flex-col gap-2">
<p>
- Welcome Kit Includes: 1 x Notepad-Pen, 1 x ID-Lanyard,
Stickers
</p>
<p> - Access to CTF</p>
<p> - Breakfast, Lunch, Dinner & Snacks</p>
<p> - Complimentry Swags</p>
<p> - Conference Attendee Certificate</p>
<div className="mt-8 text-lg">
<p className="text-primary">Includes: </p>
<div className="flex flex-col gap-2">
<p>
- Welcome Kit Includes: 1 x Notepad-Pen, 1 x ID-Lanyard,
Stickers
</p>
<p> - Access to CTF</p>
<p> - 2 x Meals Provided</p>
<p> - Complimentry Swags</p>
<p> - Conference Attendee Certificate</p>
</div>
</div>
<div className="button mt-8">
<Button
size={'full'}
onClick={() => {
router.push(
`${process.env.NEXT_PUBLIC_PAYMENT_WEBSITE}/student_pass`
)
}}
className="bg-red-950"
>
Rs. 250
</Button>
</div>
</div>
<div className="button mt-8">
<Button
size={'full'}
onClick={() => {
router.push(
`${process.env.NEXT_PUBLIC_PAYMENT_WEBSITE}/student_pass`
)
}}
className="bg-red-950"
>
Rs. 250
</Button>
</div>
</div>
</>
)
}

Expand Down
64 changes: 33 additions & 31 deletions components/TicketSection/TicketCardProf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,40 +12,42 @@ function TicketCard({
}) {
const router = useRouter()
return (
<div className="card w-full max-w-sm bg-white text-black p-5">
<p className="font-bold text-4xl">Professional Pass</p>
<p className="mt-8 text-lg">
For working professionals and students from other colleges.
</p>
<>
<div className="card w-full max-w-sm bg-white text-black p-5">
<p className="font-bold text-4xl">Professional Pass</p>
<p className="mt-8 text-lg">
For working professionals and students from other colleges.
</p>

<div className="mt-8 text-lg">
<p className="text-primary">Includes: </p>
<div className="flex flex-col gap-2">
<p>
{' '}
- Welcome Kit Includes: 1 x Notepad-Pen, 1 x ID-Lanyard,
Stickers
</p>
<p> - Access to CTF</p>
<p> - Breakfast, Lunch, Dinner & Snacks</p>
<p> - Complimentry Swags</p>
<p> - Conference Attendee Certificate</p>
<div className="mt-8 text-lg">
<p className="text-primary">Includes: </p>
<div className="flex flex-col gap-2">
<p>
{' '}
- Welcome Kit Includes: 1 x Notepad-Pen, 1 x ID-Lanyard,
Stickers
</p>
<p> - Access to CTF</p>
<p> - 2 x Meals Provided</p>
<p> - Complimentry Swags</p>
<p> - Conference Attendee Certificate</p>
</div>
</div>
<div className="button mt-8">
<Button
size={'full'}
onClick={() => {
router.push(
`${process.env.NEXT_PUBLIC_PAYMENT_WEBSITE}/professional_pass`
)
}}
className="bg-red-950"
>
Rs. 500
</Button>
</div>
</div>
<div className="button mt-8">
<Button
size={'full'}
onClick={() => {
router.push(
`${process.env.NEXT_PUBLIC_PAYMENT_WEBSITE}/professional_pass`
)
}}
className="bg-red-950"
>
Rs. 500
</Button>
</div>
</div>
</>
)
}

Expand Down
65 changes: 33 additions & 32 deletions components/TicketSection/TicketCardStudent.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react'
import Button from '../ui/Button'
import toast from 'react-hot-toast'
import { useRouter } from 'next/navigation'

function TicketCard({
Expand All @@ -12,40 +11,42 @@ function TicketCard({
}) {
const router = useRouter()
return (
<div className="card w-full max-w-sm bg-white text-black p-5">
<p className="font-bold text-4xl">Student Pass</p>
<p className="mt-8 text-lg">
For students from other colleges and schools.
</p>
<>
<div className="card w-full max-w-sm bg-white text-black p-5">
<p className="font-bold text-4xl">Student Pass</p>
<p className="mt-8 text-lg">
For students from other colleges and schools.
</p>

<div className="mt-8 text-lg">
<p className="text-primary">Includes: </p>
<div className="flex flex-col gap-2">
<p>
{' '}
- Welcome Kit Includes: 1 x Notepad-Pen, 1 x ID-Lanyard,
Stickers
</p>
<p> - Access to CTF</p>
<p> - Breakfast, Lunch, Dinner & Snacks</p>
<p> - Complimentry Swags</p>
<p> - Conference Attendee Certificate</p>
<div className="mt-8 text-lg">
<p className="text-primary">Includes: </p>
<div className="flex flex-col gap-2">
<p>
{' '}
- Welcome Kit Includes: 1 x Notepad-Pen, 1 x ID-Lanyard,
Stickers
</p>
<p> - Access to CTF</p>
<p> - 2 x Meals Provided</p>
<p> - Complimentry Swags</p>
<p> - Conference Attendee Certificate</p>
</div>
</div>
<div className="button mt-8">
<Button
size={'full'}
onClick={() => {
router.push(
`${process.env.NEXT_PUBLIC_PAYMENT_WEBSITE}/standard_pass`
)
}}
className="bg-red-950"
>
Rs. 350
</Button>
</div>
</div>
<div className="button mt-8">
<Button
size={'full'}
onClick={() => {
router.push(
`${process.env.NEXT_PUBLIC_PAYMENT_WEBSITE}/standard_pass`
)
}}
className="bg-red-950"
>
Rs. 350
</Button>
</div>
</div>
</>
)
}

Expand Down
4 changes: 2 additions & 2 deletions components/VenueDate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ function VenueDate() {
<p className="mb-3 text-3xl text-primary font-medium">
Venue
</p>
<p className="text-6xl font-bold">
<a href='https://maps.app.goo.gl/WEPbZsMdRL4xV3o78'><p className="text-6xl font-bold">
Lovely Professional University, <br />
Jalandhar
</p>
</p></a>
</div>
</div>
</section>
Expand Down
8 changes: 4 additions & 4 deletions components/ui/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ const Navbar = () => {
{item.name}
</a>
))}
<a
{/* <a
href={'#'}
className={
'px-3 py-2 text-xl flex items-center gap-2 bg-white text-black hover:bg-black hover:text-white hover:border-white hover:ring-1 hover:ring-white focus:ring-1 focus:ring-white'
'px-3 py-2 text-xl flex items-center gap-2 bg-white text-black hover:bg-black hover:text-white hover:border-white hover:ring-1 hover:ring-white focus:ring-1 focus:ring-white hover:rounded-md transition duration-150 ease-in-out'
}
onClick={() =>
setRegisterOpen(true)
}
>
Register Interest
</a>
Register
</a> */}
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 6c99e10

Please sign in to comment.