-
Notifications
You must be signed in to change notification settings - Fork 2
/
dates.php
32 lines (31 loc) · 1.51 KB
/
dates.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<div id="dates" class="h-16 bg-white w-full">
</div>
<div class='w-full '>
<div class='bg-white px-[5%] md:px-[15%]'>
<div>
<h1 class='text-[#c00000] pt-16 text-center text-3xl font-[600]'>IMPORTANT DATES</h1>
<div class='w-48 h-[3px] mx-auto mt-2 bg-[#365372] rounded-xl'></div>
<div class="h-12 bg-white w-full"></div>
</div class="mx-auto">
<div class="flex text-md md:text-lg md:text-xl text-white bg-blue-400 font-[500] py-3">
<div class="w-1/2 text-center">EVENT</div>
<div class="w-1/2 text-center">DATE</div>
</div>
<div class="flex text-md md:text-lg md:text-xl py-3 bg-[#e9e9e9]">
<div class="w-1/2 text-center">Paper submission</div>
<div class="w-1/2 text-center">10th February, 2024</div>
</div>
<div class="flex text-md md:text-lg md:text-xl py-3 ">
<div class="w-1/2 text-center">Acceptance notification</div>
<div class="w-1/2 text-center">20th February, 2024</div>
</div>
<div class="flex text-md md:text-lg md:text-xl py-3 bg-[#e9e9e9]">
<div class="w-1/2 text-center">Camera Ready Submission and Registration</div>
<div class="w-1/2 text-center">27th February, 2024</div>
</div>
<div class="flex text-md md:text-lg md:text-xl py-3">
<div class="w-1/2 text-center">Conference</div>
<div class="w-1/2 text-center">19-20th March 2024</div>
</div>
</div>
</div>