Skip to content

Commit

Permalink
Hide apply-now button
Browse files Browse the repository at this point in the history
  • Loading branch information
vinutv committed Jun 15, 2023
1 parent d37d236 commit ae2b2c1
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions pages/wd-fdp.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ export default function Page() {
</a>
</div>
</div> */}
<p className="inline-flex text-center italic mt-4 text-lg text-gray-600 px-3 py-1 border-l border-r border-gray-400">
Applications Closed
</p>
</div>
</div>
<div className="relative z-20 pt-4 md:pt-6 max-w-7xl mx-auto px-2 xl:px-0 text-center">
Expand Down Expand Up @@ -252,15 +255,15 @@ export default function Page() {
</div>
</div>
</div>
<div className="pt-4 md:pt-6">
{/* <div className="pt-4 md:pt-6">
<a
href="https://apply.pupilfirst.org/wdfdp"
target="_blank"
className="inline-block w-full sm:max-w-md p-3 lg:px-3 lg:py-3.5 text-white bg-gradient-to-br from-primary-400 to-primary-500 rounded-md text-base lg:text-lg text-center font-semibold shadow-lg hover:from-primary-500 hover:to-primary-700 hover:shadow-xl focus:ring-2 focus:ring-indigo-400 focus:ring-offset-2 transition "
>
Apply Now for LITE FDP
</a>
</div>
</div> */}
</div>
<div className="max-w-6xl 2xl:max-w-7xl mt-6 mx-4 md:mx-auto pt-4 relative z-10 bg-white bg-opacity-75 rounded-md md:rounded-xl shadow-2xl shadow-orange-200 ">
<div className="relative max-w-3xl mx-auto">
Expand Down Expand Up @@ -416,7 +419,7 @@ export default function Page() {
</div>
</div>
</div>
<div className="max-w-6xl 2xl:max-w-7xl mx-auto md:mt-4 pt-4 px-4 xl:px-0 relative z-10 pb-10 md:pb-20">
{/* <div className="max-w-6xl 2xl:max-w-7xl mx-auto md:mt-4 pt-4 px-4 xl:px-0 relative z-10 pb-10 md:pb-20">
<div className="md:grid grid-cols-12 bg-white shadow-lg shadow-indigo-100 border border-primary-50 rounded-lg flex flex-col md:flex-row gap-5 items-center justify-between p-6 md:p-8">
<p className="md:col-span-8 text-lg md:text-xl font-medium max-w-4xl">
<span className="font-bold">
Expand All @@ -433,7 +436,7 @@ export default function Page() {
Apply Now for LITE FDP
</a>
</div>
</div>
</div> */}
<SectionWithHeading
heading={
<p>
Expand Down Expand Up @@ -540,15 +543,15 @@ export default function Page() {
content="Faculty training continues along with course deployment"
/>
</div>
<div className="p-4">
{/* <div className="p-4">
<a
href="https://apply.pupilfirst.org/wdfdp"
target="_blank"
className="inline-block w-full sm:max-w-md p-3 lg:px-3 lg:py-3.5 text-white bg-gradient-to-br from-primary-400 to-primary-500 rounded-md text-base lg:text-lg text-center font-semibold shadow-lg hover:from-primary-500 hover:to-primary-700 hover:shadow-xl focus:ring-2 focus:ring-indigo-400 focus:ring-offset-2 transition "
>
Apply Now for LITE FDP
</a>
</div>
</div> */}
</div>
</div>
</SectionWithHeading>
Expand Down Expand Up @@ -1210,7 +1213,7 @@ export default function Page() {
</a>
</p>
</div>
<div className="flex flex-col items-center rounded-lg bg-gradient-to-r from-yellow-400 to-primary-500 border border-primary-400 shadow-xl p-4 lg:p-12 mt-14">
{/* <div className="flex flex-col items-center rounded-lg bg-gradient-to-r from-yellow-400 to-primary-500 border border-primary-400 shadow-xl p-4 lg:p-12 mt-14">
<h4 className="md:w-2/3 text-xl lg:text-4xl text-white font-extrabold text-center">
Apply Now for AICTE LITE Faculty Development Program
</h4>
Expand All @@ -1223,7 +1226,7 @@ export default function Page() {
Apply Now for LITE FDP
</a>
</div>
</div>
</div> */}
</SectionWithHeading>
</main>
<Footer />
Expand Down

0 comments on commit ae2b2c1

Please sign in to comment.