Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #126 from Abh1noob/app-test
Browse files Browse the repository at this point in the history
links
  • Loading branch information
Abh1noob authored Mar 16, 2024
2 parents fb2a2f0 + e15e64b commit 4ca26e1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 23 deletions.
2 changes: 1 addition & 1 deletion devsoc24-landing/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function RootLayout({
}
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image" content="https://i.imgur.com/50QRAQ9.png" />
<meta property="og:image" content="https://devsoc24-landing-seven.vercel.app/thumbnail.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="DEVSOC'24" />
Expand Down
52 changes: 31 additions & 21 deletions devsoc24-landing/src/components/terminal/Pages/Portal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Portal() {

return (
<div
className={`relative flex min-h-[92vh] h-full w-full ${maximized ? "" : "pl-[30px] pt-[100px] md:pl-[60px]"} bgImg`}
className={`relative flex h-full min-h-[92vh] w-full ${maximized ? "" : "pl-[30px] pt-[100px] md:pl-[60px]"} bgImg`}
>
<div>
{minimized ? (
Expand Down Expand Up @@ -71,30 +71,32 @@ export default function Portal() {
<span
className="mr-1 border-b-[2px] border-r-[2px] border-[#1e1e1e] bg-[#b0b0b0] hover:cursor-pointer hover:bg-[#757575]"
onClick={() => {
setActiveCard(
activeCard.filter((c) => c !== "Portal"),
);
setActiveCard(activeCard.filter((c) => c !== "Portal"));
setSelectedComponent("DEVSOC 2024");
}}
onTouchEnd={() => {
setActiveCard(
activeCard.filter((c) => c !== "Portal"),
);
setActiveCard(activeCard.filter((c) => c !== "Portal"));
setSelectedComponent("DEVSOC 2024");
}}
>
<IoMdClose />
</span>
</section>
</div>
<p className="w-[90%] pl-6 pt-6 ">Coming soon...</p>
<button
//hover: className={`absolute self-end h-6 w-24 border-b-[3px] border-r-[3px] border-[#000000] bg-[#aaa9a9] text-sm transition ease-in-out hover:scale-[1.05] hover:duration-75 md:mb-2 md:mr-2 bottom-0`}
disabled={true}
className={`absolute bottom-0 h-6 w-24 self-end border-b-[3px] border-r-[3px] border-[#000000]/70 bg-[#aaa9a9]/70 text-sm text-black/70 transition ease-in-out md:mb-2 md:mr-2`}
<p className="w-[90%] pl-6 pt-6 ">
Register Yourself On DEVSOC'24 Portal
</p>
<a
href="https://www.portal.devsoc.codechefvit.com"
rel="noopener noreferrer"
target="_blank"
>
Select
</button>
<button
className={`absolute bottom-0 right-4 h-6 w-24 self-end border-b-[3px] border-r-[3px] border-[#000000] bg-[#aaa9a9] text-sm transition ease-in-out hover:scale-[1.05] hover:duration-75 md:mb-2 md:mr-2 hover:cursor-pointer`}
>
Select
</button>
</a>
</div>
</Draggable>
) : (
Expand Down Expand Up @@ -140,14 +142,22 @@ export default function Portal() {
</span>
</section>
</div>
<p className="w-[90%] pl-6 pt-6 ">Coming soon...</p>
<button
//hover: className={`absolute self-end h-6 w-24 border-b-[3px] border-r-[3px] border-[#000000] bg-[#aaa9a9] text-sm transition ease-in-out hover:scale-[1.05] hover:duration-75 md:mb-2 md:mr-2 bottom-0`}
disabled={true}
className={`absolute bottom-0 h-6 w-24 self-end border-b-[3px] border-r-[3px] border-[#000000]/70 bg-[#aaa9a9]/70 text-sm text-black/70 transition ease-in-out md:mb-2 md:mr-2`}
<p className="w-[90%] pl-6 pt-6 ">
Register Yourself On DEVSOC'24 Portal
</p>
<a
href="https://www.portal.devsoc.codechefvit.com"
rel="noopener noreferrer"
target="_blank"
>
Select
</button>
<button
className={`absolute bottom-0 h-6 w-24 self-end border-b-[3px] border-r-[3px] border-[#000000] bg-[#aaa9a9] text-sm transition ease-in-out hover:scale-[1.05] hover:duration-75 md:mb-2 md:mr-2`}
disabled={true}
// className={`absolute bottom-0 h-6 w-24 self-end border-b-[3px] border-r-[3px] border-[#000000]/70 bg-[#aaa9a9]/70 text-sm text-black/70 transition ease-in-out md:mb-2 md:mr-2`}
>
Select
</button>
</a>
</div>
)}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default function Prizepool() {
width={200}
/>
<a
href="https://www.hallofcricket.com/"
href="https://hallofcricket.com/"
target="_blank"
rel="noreferrer noopener"
className="flex w-full items-center justify-center"
Expand Down

0 comments on commit 4ca26e1

Please sign in to comment.