Skip to content

Commit

Permalink
Merge pull request #13 from akshay9085/main
Browse files Browse the repository at this point in the history
date extended
  • Loading branch information
akshay9085 authored Apr 24, 2024
2 parents 252c00a + 8f03f0e commit b1f9303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/layouts/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ 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-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-left lg:text-2xl"><strong> - Last date of registration and submission -</strong></p>
<p class="important-date flex items-center justify-center text-2xl md:text-left lg:text-2xl"> 20 May 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> -->

</div>
</div>
Expand Down

0 comments on commit b1f9303

Please sign in to comment.