diff options
author | Prashant S | 2019-09-04 11:58:57 +0530 |
---|---|---|
committer | GitHub | 2019-09-04 11:58:57 +0530 |
commit | 7cb3945f46f5cb6e10e51815ba7185adecfd2a8f (patch) | |
tree | 56ea6baaa38e690665f100e8566dd243f811f5b4 | |
parent | 00ee449fcd6562ecd2c6ef45b2ed80ad2f9f51fc (diff) | |
parent | d196f31835c43813deb02d8be1fd748fefcf2d75 (diff) | |
download | SciPy2019-7cb3945f46f5cb6e10e51815ba7185adecfd2a8f.tar.gz SciPy2019-7cb3945f46f5cb6e10e51815ba7185adecfd2a8f.tar.bz2 SciPy2019-7cb3945f46f5cb6e10e51815ba7185adecfd2a8f.zip |
Merge pull request #5 from prashantsinalkar/master
updated text
-rw-r--r-- | static/website/templates/home.html | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index d87935d..3828d45 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -229,6 +229,24 @@ </td> </tr> --> <tr> + <td colspan="2"> + <p class="text-justify"> + <div class="row"> + <div class="col-md-12"> + <span><strong>Note:</strong> <ul style="color: red;"> + <li> + You may attend the conference without submitting a proposal for workshop/paper. + </li> + <li> + If you are a group of 5 or more, write to us at <strong><a href="mailto:scipy@fossee.in" style="color: red;">scipy[at]fossee[dot]in</a></strong> to know the discounted rate. + </li> + </ul></span> + </div> + </div> + </p> + </td> + </tr> + <tr> <td colspan="2"> <p class="text-justify"><span><b>Payment instructions:</b></span></p> <p><span class="text-justify">Please read the instructions carefully, before proceeding for Registration.</span></p> @@ -297,18 +315,6 @@ </table> </div> </div> - <div class="row"> - <div class="col-md-12"> - <span><strong>Note:</strong> <ul style="color: red;"> - <li> - You may attend the conference without submitting a proposal for workshop/paper. - </li> - <li> - If you are a group of 5 or more, write to us at <strong><a href="mailto:scipy@fossee.in" style="color: red;">scipy[at]fossee[dot]in</a></strong> to know the discounted rate. - </li> - </ul></span> - </div> - </div> <div class="row"> <div class="col-md-12"> <center> |