Skip to content

Commit

Permalink
Merge pull request #40 from Bloceducare/development
Browse files Browse the repository at this point in the history
  • Loading branch information
codeWhizperer authored Sep 1, 2023
2 parents 46f6614 + 9d726e3 commit 0bba952
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
10 changes: 5 additions & 5 deletions components/AboveFold.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const AboveFold = () => {
{" "}
Sponsor{" "}
</a> */}
<Link href="/apply/registration">Register </Link>
{/* <Link href="/apply/registration">Register </Link> */}
</nav>

<section>
Expand Down Expand Up @@ -84,20 +84,20 @@ const AboveFold = () => {
</div>
<div className="bg-[#122C47] absolute top-[500px] w-[1441px] h-[32px]"></div>
</div>
<div className="block md:hidden lg:hidden">
{/* <div className="block md:hidden lg:hidden">
{" "}
<DateCountDown className="mx-auto mt-10 text-center my-4 " />
</div>
<div className=" my-6 block md:hidden lg:hidden my-8">
</div> */}
{/* <div className=" my-6 block md:hidden lg:hidden my-8">
<div className="flex justify-center">
<Link href="/apply/registration">
<button className="text-white outline outline-offset-2 outline-[#122C47] font-bold bg-red-500 w-[90%] md:w-[20%] lg:w-[20%] p-4 rounded-lg">
Register
</button>
</Link>
</div>
</div>
</div> */}

<div className="block md:hidden lg:hidden grid justify-center mb-24">
<div className="flex">
Expand Down
11 changes: 7 additions & 4 deletions views/apply-registration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,13 @@ const ApplyAsAnAttendant = () => {

return (
<div className="p-3 mt-12">
{/* <div className="p-10 mx-auto bg-white rounded-lg shadow md:w-3/4 lg:w-1/2 ">
<h1 className="mb-2 text-3xl text-center font-semibold text-gray-800">
Web3 Lagos 2023 Registration
</h1>
<div className="p-10 mx-auto bg-white rounded-lg shadow md:w-3/4 lg:w-1/2 ">
<h3 className="text-center">Registration has closed!! See you at the event 😊</h3>
</div> */}
<div className="text-center">
</div>
{/* <div className="text-center">
<h1 className="mb-2 text-3xl font-semibold text-gray-800">
Web3 Lagos 2023 Registration
</h1>
Expand Down Expand Up @@ -335,7 +338,7 @@ const ApplyAsAnAttendant = () => {
</TwitterShareButton>
</div>
)}
</div>
</div> */}
</div>
);
};
Expand Down

0 comments on commit 0bba952

Please sign in to comment.