Skip to content

Commit

Permalink
Update last date of registration and submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashi20 committed May 20, 2024
1 parent 4106224 commit 22eee08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 4 additions & 2 deletions src/layouts/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ import iit from '../images/IITB-logo.png';
<div class="row-span-1">
<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 and submission -</strong></p>
<!-- <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-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
3 changes: 0 additions & 3 deletions src/layouts/main.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import Layout from './layout.astro';
import '../css/custom.css';
import '@astrojs/tailwind/base.css';
// import { ViewTransitions } from 'astro:transitions';
---

<html lang='en'>
Expand Down

0 comments on commit 22eee08

Please sign in to comment.