Skip to content

Commit

Permalink
adjusted the tables positions
Browse files Browse the repository at this point in the history
  • Loading branch information
NakC00l authored Jul 29, 2024
1 parent faba285 commit b40ddfa
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,50 @@ <h3 align="center">Guidelines to select Registration Fee</h3>
<hr>

<p>
<div class="col-md-6">
<head>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}

tr:nth-child(even) {
background-color: #dddddd;
}
</style>
</head>
<h3>Important Dates</h3>
<table>
<tr>
<th>Registration Open</th>
<th>1<sup>st</sup>August, 2024</th>
</tr>
<tr>
<td>Abstract/ Oral Presentation/ Poster Submission Last date</td>
<td>1<sup>st</sup> October 2024</td>
</tr>
<tr>
<td>Confirmation of selected abstracts/Oral/Poste</td>
<td>10<sup>th</sup> October 2024</td>
</tr>
<tr>
<td>Last Date for registration</td>
<td>1<sup>st</sup> October 2022</td>
</tr>
<tr>
<td>Conference Date</td>
<td>24<sup>th</sup> & 25<sup>th</sup>October 2022</td>
</tr>
</table>
</div>

<div class="col-md-6">
<head>
Expand Down Expand Up @@ -206,50 +250,6 @@ <h3>Registration Fees</h3>
</tr>
</table>
</div>
<div class="col-md-6">
<head>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}

tr:nth-child(even) {
background-color: #dddddd;
}
</style>
</head>
<h3>Important Dates</h3>
<table>
<tr>
<th>Registration Open</th>
<th>1<sup>st</sup>August, 2024</th>
</tr>
<tr>
<td>Abstract/ Oral Presentation/ Poster Submission Last date</td>
<td>1<sup>st</sup> October 2024</td>
</tr>
<tr>
<td>Confirmation of selected abstracts/Oral/Poste</td>
<td>10<sup>th</sup> October 2024</td>
</tr>
<tr>
<td>Last Date for registration</td>
<td>1<sup>st</sup> October 2022</td>
</tr>
<tr>
<td>Conference Date</td>
<td>24<sup>th</sup> & 25<sup>th</sup>October 2022</td>
</tr>
</table>
</div>
</p>

<div class="col-md-6">
Expand Down

0 comments on commit b40ddfa

Please sign in to comment.