-
Notifications
You must be signed in to change notification settings - Fork 13
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
Showing
15 changed files
with
392 additions
and
167 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,137 +1,11 @@ | ||
// import { Club } from "lucide-react"; | ||
import React from "react"; | ||
import Cesalogo from "../images/cesalogo.png"; | ||
import iiclogo from "../images/iiclogo.jpeg"; | ||
import { FaInstagram } from "react-icons/fa6"; | ||
import { FaFacebookF } from "react-icons/fa6"; | ||
import { FaXTwitter } from "react-icons/fa6"; | ||
'use client' | ||
|
||
const Clubs = () => { | ||
return ( | ||
<div> | ||
<div className="flex flex-col items-center gap-2 mt-10"> | ||
<h1 className="scroll-m-20 text-2xl font-extrabold tracking-tight lg:text-5xl text-center"> | ||
Student Clubs | ||
</h1> | ||
<p className="text-xl font-medium text-gray-500 text-center"> | ||
DISCOVER DIFFERENT TEAMS that will infuse vitality into your college | ||
experience | ||
</p> | ||
</div> | ||
|
||
<div className=" grid md:grid-cols-3 justify-center items-center md:ml-[135px] mr-12 grid-cols-1 gap-2"> | ||
<div className="border h-auto w-64 mt-28 rounded-2xl shadow-xl hover:mt-2 transition-all duration-300 ease-in-out"> | ||
<img src={Cesalogo} /> | ||
<p className="text-center font-medium text-lg ml-5 mr-5"> | ||
Computer Engineering Student Association (CESA) | ||
</p> | ||
<div className=" flex flex-row items-center justify-center mt-12 gap-3 mb-4"> | ||
<a href="https://www.instagram.com/cesa_ltce/"> | ||
<FaInstagram className="border h-12 w-12 px-2 py-2 rounded-full" /> | ||
</a> | ||
<FaFacebookF className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
<FaXTwitter className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
</div> | ||
</div> | ||
|
||
<div className="border h-auto w-64 mt-28 rounded-2xl shadow-xl hover:mt-2 transition-all duration-300 ease-in-out "> | ||
<img src={iiclogo} /> | ||
<p className="text-center font-medium text-lg ml-5 mr-5"> | ||
Computer Society of India(CSI) | ||
</p> | ||
<div className=" flex flex-row items-center justify-center mt-12 gap-3 mb-4"> | ||
<FaInstagram className=" border h-12 w-12 px-2 py-2 rounded-full " /> | ||
<FaFacebookF className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
<FaXTwitter className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
</div> | ||
</div> | ||
|
||
<div className="border h-auto w-64 mt-28 rounded-2xl shadow-xl hover:mt-2 transition-all duration-300 ease-in-out"> | ||
<img src={Cesalogo} /> | ||
<p className="text-center font-medium text-lg ml-5 mr-5"> | ||
Computer Engineering Student Association (CESA) | ||
</p> | ||
<div className=" flex flex-row items-center justify-center mt-12 gap-3 mb-4"> | ||
<FaInstagram className=" border h-12 w-12 px-2 py-2 rounded-full " /> | ||
<FaFacebookF className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
<FaXTwitter className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
</div> | ||
</div> | ||
|
||
<div className="border h-auto w-64 mt-28 rounded-2xl shadow-2xl hover:mt-2 transition-all duration-300 ease-in-out"> | ||
<img src={Cesalogo} /> | ||
<p className="text-center font-medium text-lg ml-5 mr-5"> | ||
Computer Engineering Student Association (CESA) | ||
</p> | ||
<div className=" flex flex-row items-center justify-center mt-12 gap-3 mb-4"> | ||
<FaInstagram className=" border h-12 w-12 px-2 py-2 rounded-full " /> | ||
<FaFacebookF className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
<FaXTwitter className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
</div> | ||
</div> | ||
import Clubs from "@/modules/clubs"; | ||
|
||
<div className="border h-auto w-64 mt-28 rounded-2xl shadow-2xl hover:mt-2 transition-all duration-300 ease-in-out"> | ||
<img src={Cesalogo} /> | ||
<p className="text-center font-medium text-lg ml-5 mr-5"> | ||
Computer Engineering Student Association (CESA) | ||
</p> | ||
<div className=" flex flex-row items-center justify-center mt-12 gap-3 mb-4"> | ||
<FaInstagram className=" border h-12 w-12 px-2 py-2 rounded-full " /> | ||
<FaFacebookF className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
<FaXTwitter className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
</div> | ||
</div> | ||
|
||
<div className="border h-auto w-64 mt-28 rounded-2xl shadow-2xl hover:mt-2 transition-all duration-300 ease-in-out"> | ||
<img src={Cesalogo} /> | ||
<p className="text-center font-medium text-lg ml-5 mr-5"> | ||
Computer Engineering Student Association (CESA) | ||
</p> | ||
<div className=" flex flex-row items-center justify-center mt-12 gap-3 mb-4"> | ||
<FaInstagram className=" border h-12 w-12 px-2 py-2 rounded-full " /> | ||
<FaFacebookF className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
<FaXTwitter className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
</div> | ||
</div> | ||
|
||
<div className="border h-auto w-64 mt-28 rounded-2xl shadow-2xl hover:mt-2 transition-all duration-300 ease-in-out"> | ||
<img src={Cesalogo} /> | ||
<p className="text-center font-medium text-lg ml-5 mr-5"> | ||
Computer Engineering Student Association (CESA) | ||
</p> | ||
<div className=" flex flex-row items-center justify-center mt-12 gap-3 mb-4"> | ||
<FaInstagram className=" border h-12 w-12 px-2 py-2 rounded-full " /> | ||
<FaFacebookF className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
<FaXTwitter className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
</div> | ||
</div> | ||
|
||
<div className="border h-auto w-64 mt-28 rounded-2xl shadow-2xl hover:mt-2 transition-all duration-300 ease-in-out"> | ||
<img src={Cesalogo} /> | ||
<p className="text-center font-medium text-lg ml-5 mr-5"> | ||
Computer Engineering Student Association (CESA) | ||
</p> | ||
<div className=" flex flex-row items-center justify-center mt-12 gap-3 mb-4"> | ||
<FaInstagram className=" border h-12 w-12 px-2 py-2 rounded-full " /> | ||
<FaFacebookF className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
<FaXTwitter className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
</div> | ||
</div> | ||
|
||
<div className="border h-auto w-64 mt-28 rounded-2xl shadow-2xl hover:mt-2 transition-all duration-300 ease-in-out"> | ||
<img src={Cesalogo} /> | ||
<p className="text-center font-medium text-lg ml-5 mr-5"> | ||
Computer Engineering Student Association (CESA)sa | ||
</p> | ||
<div className=" flex flex-row items-center justify-center mt-12 gap-3 mb-4"> | ||
<FaInstagram className=" border h-12 w-12 px-2 py-2 rounded-full " /> | ||
<FaFacebookF className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
<FaXTwitter className=" border h-12 w-12 px-2 py-2 rounded-full" /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
const Page = () => { | ||
return ( | ||
<Clubs /> | ||
); | ||
}; | ||
|
||
export default Clubs; | ||
export default Page; |
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
'use client' | ||
import Events from "@/modules/events"; | ||
import React from "react"; | ||
|
||
const Events = () => { | ||
return <div>Events</div>; | ||
const Page = () => { | ||
return <Events />; | ||
}; | ||
|
||
export default Events; | ||
export default Page; |
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
'use client' | ||
import Zephyr from "@/modules/zephyr"; | ||
import React from "react"; | ||
|
||
const Zephyr = () => { | ||
return <div>Zephyr</div>; | ||
const Page = () => { | ||
return <Zephyr />; | ||
}; | ||
|
||
export default Zephyr; | ||
export default Page; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,32 @@ | ||
import React, { useRef, useState } from "react" | ||
|
||
import { Card, CardContent } from "@/components/ui/card" | ||
import { | ||
Carousel, | ||
CarouselContent, | ||
CarouselItem, | ||
} from "@/components/ui/carousel" | ||
import Autoplay from 'embla-carousel-autoplay'; | ||
import Image from "next/image"; | ||
|
||
export function CarouselDemo({ imgArray }) { | ||
const plugin = useRef(Autoplay({ delay: 2000, stopOnInteraction: true })); | ||
|
||
return ( | ||
<Carousel className="w-full max-w-[80vw]" plugins={[plugin.current]}> | ||
<CarouselContent> | ||
{Array.from({ length: 3 }).map((_, index) => ( | ||
<CarouselItem key={index}> | ||
<div className="p-1"> | ||
<Card className='p-6 py-8'> | ||
<CardContent className="flex items-center justify-center h-[50vh] overflow-hidden"> | ||
<Image src={imgArray[index]} width={1920} height={1080} /> | ||
</CardContent> | ||
</Card> | ||
</div> | ||
</CarouselItem> | ||
))} | ||
</CarouselContent> | ||
</Carousel> | ||
) | ||
} |
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,50 @@ | ||
import * as React from "react" | ||
|
||
import { cn } from "@/lib/utils" | ||
|
||
const Card = React.forwardRef(({ className, ...props }, ref) => ( | ||
<div | ||
ref={ref} | ||
className={cn("rounded-lg border bg-card text-card-foreground shadow-sm", className)} | ||
{...props} /> | ||
)) | ||
Card.displayName = "Card" | ||
|
||
const CardHeader = React.forwardRef(({ className, ...props }, ref) => ( | ||
<div | ||
ref={ref} | ||
className={cn("flex flex-col space-y-1.5 p-6", className)} | ||
{...props} /> | ||
)) | ||
CardHeader.displayName = "CardHeader" | ||
|
||
const CardTitle = React.forwardRef(({ className, ...props }, ref) => ( | ||
<h3 | ||
ref={ref} | ||
className={cn("text-2xl font-semibold leading-none tracking-tight", className)} | ||
{...props} /> | ||
)) | ||
CardTitle.displayName = "CardTitle" | ||
|
||
const CardDescription = React.forwardRef(({ className, ...props }, ref) => ( | ||
<p | ||
ref={ref} | ||
className={cn("text-sm text-muted-foreground", className)} | ||
{...props} /> | ||
)) | ||
CardDescription.displayName = "CardDescription" | ||
|
||
const CardContent = React.forwardRef(({ className, ...props }, ref) => ( | ||
<div ref={ref} className={cn("p-6 pt-0", className)} {...props} /> | ||
)) | ||
CardContent.displayName = "CardContent" | ||
|
||
const CardFooter = React.forwardRef(({ className, ...props }, ref) => ( | ||
<div | ||
ref={ref} | ||
className={cn("flex items-center p-6 pt-0", className)} | ||
{...props} /> | ||
)) | ||
CardFooter.displayName = "CardFooter" | ||
|
||
export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent } |
Oops, something went wrong.