Skip to content

Commit

Permalink
Update last date of submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashi20 committed May 31, 2024
1 parent 6d6df4a commit 6f9a937
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
7 changes: 3 additions & 4 deletions src/layouts/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ import iit from '../images/IITB-logo.png';
<div class="flex items-center justify-center flex-col gap-3 min-[500px]:flex-row">
<div class="dates items-center" style="color:#e7dacb">
<!-- <p class="important-date flex items-center justify-center text-2xl md:text-left lg:text-2xl"><strong> - Registrations are in Progress -</strong></p> -->
<p class="important-date flex items-center justify-center text-2xl md:text-center lg:text-2xl text-center"><strong> - Last date of registration -</strong></p>
<p class="important-date flex items-center justify-center text-2xl md:text-center lg:text-2xl"> 20 May 2024</p>
<p class="important-date flex items-center justify-center text-2xl md:text-center lg:text-2xl text-center"><strong> - Last date of submission -</strong></p>
<p class="important-date flex items-center justify-center text-2xl md:text-center lg:text-2xl"> 02 June 2024</p>
<p class="important-date flex items-center justify-center text-2xl md:text-center lg:text-2xl text-center"><strong> - Registrations are closed -</strong></p>
<p class="important-date flex items-center justify-center text-2xl md:text-center lg:text-2xl text-center"><strong> - Last date of submission -</strong></p>
<p class="important-date flex items-center justify-center text-2xl md:text-center lg:text-2xl"> 23 June 2024</p>
<!-- <p class="important-date flex items-center justify-center text-2xl md:text-left lg:text-2xl"><strong> - Last date of submission -</strong></p> -->
<!-- <p class="important-date flex items-center justify-center text-2xl md:text-left lg:text-2xl"> 15 May 2024</p> -->

Expand Down
9 changes: 3 additions & 6 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@ import regi from '../images/btn-01-a.png';
</a></li>
</ul></div>
<div class="row-span-1 bg-red-500"> <div class="dates items-center" style="color:#e7dacb">
<p class="important-date flex items-center justify-center text-2xl md:text-left lg:text-2xl"><strong> - Registrations are in Progress -</strong></p>
<p class="important-date flex items-center justify-center text-2xl md:text-left lg:text-2xl"><strong> - Last date of registration -</strong></p>
<p class="important-date flex items-center justify-center text-2xl md:text-left lg:text-2xl"> 26 April 2024</p>
<p class="important-date flex items-center justify-center text-2xl md:text-left lg:text-2xl"><strong> - Last date of submission -</strong></p>
<p class="important-date flex items-center justify-center text-2xl md:text-left lg:text-2xl"> 15 May 2024</p>

<p class="important-date flex items-center justify-center text-2xl md:text-center lg:text-2xl text-center"><strong> - Registrations are closed -</strong></p>
<p class="important-date flex items-center justify-center text-2xl md:text-center lg:text-2xl text-center"><strong> - Last date of submission -</strong></p>
<p class="important-date flex items-center justify-center text-2xl md:text-center lg:text-2xl"> 23 June 2024</p>
</div></div>
<!-- </nav> -->
</div>
Expand Down

0 comments on commit 6f9a937

Please sign in to comment.