diff options
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/index.html | 19 | ||||
-rw-r--r-- | website/templates/register_2013.html | 5 |
2 files changed, 21 insertions, 3 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index b30a60e..3a85bdd 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -159,7 +159,24 @@ </p> </div> <div class="four large-4 columns"> - <h5 align="center">Previous Conference</h5> + <div id="imp-dates"> + <table> + <thead> + <th style="padding-top:7px;">SciPy India 2013</th> + </thead> + <tbody> + <tr> + <td>Important Dates</td> + </tr> + <tr> + <td>CFP Ends - 29th November</td> + </tr> + <tr> + <td>Registration Closes - 5th December</td> + </tr> + </tbody> + </table> + </div> <div id="previous-conference"> <table> <thead> diff --git a/website/templates/register_2013.html b/website/templates/register_2013.html index 12a4213..b729214 100644 --- a/website/templates/register_2013.html +++ b/website/templates/register_2013.html @@ -41,8 +41,9 @@ <strong>for SciPy India 2013.</strong> <br> <h5>Note:</h5> - * - Regular Registrants should bring any one of their college/institute identification card during the event. <br> <br> - # - Accommodation will be provided for 4 days starting from 12th to 15th of December + <p>* Regular Registrants should bring any one of their college/institute identification cards during the event</p> + <p># Accommodation will be provided for 4 days starting from 12th to 15th of December</p> + <p>Registration closes on 5th December</p> </div> <!-- Modal test --> |