Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
The-XENO-Studios committed Sep 18, 2024
1 parent 6f487cf commit d8ffc3b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions src/app/club/(user-handle)/register/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { getConfig } from "@/config/config_db";
import { Checkbox } from "@nextui-org/checkbox";
import { useAuthContext } from "@/app/club/Components/Layout/AuthContextProvider";
import PassingYear from "../../Components/PassingYear";
import { CiWarning } from "react-icons/ci";

type actionType = {
type: "SET_FIELD";
Expand Down Expand Up @@ -239,6 +240,21 @@ const Page = () => {
if you have already registered. By filling out this form you are
agreeing, to our terms and conditions.
</p>

{isNDCStudent && (
<p className="rounded-xl bg-yellow-100 p-5 text-yellow-950">
<b className="flex items-center gap-1">
{" "}
<CiWarning />
Notice:
</b>
All Batch '26 Students are requested to create a Non-member
Account right now as all of your Club Forms haven't been
submitted yet. After we announce, you can enter your Roll in
your profile and it will be converted to a Member account
automatically.
</p>
)}
<div className="my-2 flex items-center gap-4">
{/* <label className="ml-2 font-medium text-gray-500 disabled:text-gray-200">
Membership Satus:
Expand Down
4 changes: 2 additions & 2 deletions src/app/club/Components/Home/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const About = () => {
></img>
<section className="container my-auto flex flex-col items-center pb-12 pt-14">
<h1 className="text-[2.55rem] text-white md:text-5xl">
ABOUT <span className="text-secondary">Club Panel</span>
ABOUT <span className="text-secondary">Club Portal</span>
</h1>

<div className="Nunito mt-3 flex flex-col items-stretch gap-4 pb-2 text-base text-[#ffffffbe] lg:flex-row lg:gap-8 xl:text-lg">
Expand All @@ -27,7 +27,7 @@ const About = () => {
</div> */}
<div className="mt-3 flex-1 pb-5 text-white">
<p className="flex-1">
Welcome to the Club Panel, your gateway to an engaging and
Welcome to the Club Portal, your gateway to an engaging and
interactive club experience! Our Club Panel offers a variety of
features designed to enhance your participation and enjoyment
within the club. <br></br>
Expand Down
2 changes: 1 addition & 1 deletion src/app/club/Components/Home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Hero = () => {
Welcome to
</h1>
<h1 className="Inter mt-2 text-center text-4xl font-extrabold tracking-wide text-black md:mt-0 md:text-5xl 2xl:text-7xl">
<span className="text-primary">Club </span>Panel
<span className="text-primary">Club </span>Portal
</h1>

<p className="Nunito mt-3 w-[85vw] break-words text-center text-base md:w-fit md:max-w-[90%] 2xl:text-[1.375rem] 2xl:leading-8">
Expand Down

0 comments on commit d8ffc3b

Please sign in to comment.