Skip to content

Commit

Permalink
prolly everthing is done approx idk what m i doin
Browse files Browse the repository at this point in the history
  • Loading branch information
xyz-harshal committed Feb 16, 2024
1 parent d10c585 commit 17f82eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export default function Navbar() {
let router = useRouter()
return(
<div className="flex flex-row w-full justify-between items-center py-2 px-8 border-b border-gray-500">
<img src={logo.src} alt="heihe" className="w-36 cursor-pointer" onClick={()=>router.push('/')} />
<FaGithub className="cursor-pointer" onClick={()=>router.push('https://github.com/xyz-harshal/antivjti-client')} size={'2rem'} />
<img src={logo.src} alt="logo" className="w-36 cursor-pointer" onClick={()=>router.push('/')} />
<a href="https://github.com/xyz-harshal/antivjti-client" target='_blank'><FaGithub className="cursor-pointer" size={'2rem'} /></a>
</div>
)
}
13 changes: 7 additions & 6 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ export default function Home() {
<div className="flex flex-col">
<Navbar />
<div className="flex flex-row justify-center border-b border-gray-500 py-48 md:py-72">
<div className="brag flex flex-col lg:flex-row items-center justify-center gap-6 md:gap-10 lg:gap-28 my-borderCol mx-4 md:mx-0 p-4 md:p-12 rounded-xl">
<div className="flex flex-col lg:flex-row items-center justify-center gap-6 md:gap-10 lg:gap-28 my-borderCol mx-4 md:mx-0 p-4 md:p-12 rounded-xl">
<div className={lato.className + " flex flex-col items-center lg:items-start"}>
<p className="text-3xl lg:text-4xl font-bold">Welcome to Anti-VJTI</p>
<p className="text-xl lg:text-xl mt-4">A platform to post anonymously</p>
<p className="text-xl lg:text-xl mt-4">Only for the peeps of VJTI</p>
<p className="text-3xl lg:text-4xl font-bold">Welcome to Anti VJTI</p>
<p className="text-xl lg:text-xl mt-4">A platform to post anything anonymously</p>
<p className="text-xl lg:text-xl mt-4">Exclusively for the Students of VJTI</p>
</div>
<div className={inter.className + " flex flex-col justify-center items-center py-4 gap-6"}>
<button className={mukta.className+" home-btn my-borderCol py-2 rounded-md px-28 w-full text-xl"} onClick={() => router.push('/register')}>Register</button>
Expand All @@ -44,7 +44,7 @@ export default function Home() {
</div>
</div>
<div className="flex flex-col items-center justify-center py-16 text-white gap-16 border-b border-gray-500 mx-4">
<p className={lato.className + " text-4xl font-bold"}>I mean i wont brag but, It is what it is</p>
<p className={lato.className + " text-4xl font-bold"}>I won't brag but It is what it is</p>
{data.map((i, n) => {
return (
<div key={n} className="flex flex-col justify-center items-center gap-8 brag">
Expand All @@ -60,8 +60,9 @@ export default function Home() {
)
})}
</div>
<div className="flex flex-row justify-center py-4 text-gray-400">
<div className="flex flex-col items-center justify-center py-4 text-gray-400">
<p>© 2024 Chefs</p>
<p>Made with love by Soham Abhay Atharva Prathamesh Abhi and <a href="https://www.xyzharshal.social/" target='_blank'>sync</a> </p>
</div>
</div>
)
Expand Down

0 comments on commit 17f82eb

Please sign in to comment.