diff options
author | hardythe1 | 2013-11-28 12:30:30 +0530 |
---|---|---|
committer | hardythe1 | 2013-11-28 12:30:30 +0530 |
commit | 0d2ebdcc28f89d397433f3d83035f3568c77fde3 (patch) | |
tree | 4e1527e65b0c50856c13de39b0c79cba4c372424 /website | |
parent | 0964f44793626bf0fca1e20067d6e2b82ba02e30 (diff) | |
download | SciPy2013-0d2ebdcc28f89d397433f3d83035f3568c77fde3.tar.gz SciPy2013-0d2ebdcc28f89d397433f3d83035f3568c77fde3.tar.bz2 SciPy2013-0d2ebdcc28f89d397433f3d83035f3568c77fde3.zip |
Adding important dates on home page
Diffstat (limited to 'website')
-rw-r--r-- | website/static/css/main.css | 18 | ||||
-rw-r--r-- | website/templates/index.html | 19 | ||||
-rw-r--r-- | website/templates/register_2013.html | 5 |
3 files changed, 37 insertions, 5 deletions
diff --git a/website/static/css/main.css b/website/static/css/main.css index 356245f..9b0c4fd 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -57,7 +57,7 @@ font-size: .9em; } #previous-conference{ - height: 200px; + height: 155px; border:2px solid #86c543; text-align: center; } @@ -66,8 +66,22 @@ text-align: center; } #previous-conference td{ - padding: 19px 0; + padding: 11.75px; } +#imp-dates{ + margin-bottom: 5px; + height: 140px; + border:2px solid #86c543; + text-align: center; +} +#imp-dates th{ + width: 1000px; + text-align: center; +} +#imp-dates td{ + padding: 9px; +} + #footer-wrapper{ padding: 25px 0 25px 0; background: #111111; 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 --> |