diff options
author | Sashi20 | 2019-11-27 12:11:46 +0530 |
---|---|---|
committer | GitHub | 2019-11-27 12:11:46 +0530 |
commit | 899412301b0cf19e8a9e8b7f84ed9a70a4603ff8 (patch) | |
tree | b9917a6021b65caa53cdbce176beb236ed690824 | |
parent | 5837d4aadb15216f1e1e99ea873b35270c6ff1f9 (diff) | |
parent | 37c8f5cc4ca22659e310ba82f884270a1c2d52b8 (diff) | |
download | SciPy2019-899412301b0cf19e8a9e8b7f84ed9a70a4603ff8.tar.gz SciPy2019-899412301b0cf19e8a9e8b7f84ed9a70a4603ff8.tar.bz2 SciPy2019-899412301b0cf19e8a9e8b7f84ed9a70a4603ff8.zip |
Merge pull request #38 from Sashi20/development
Add on spot registration details, modify workshop instructions link
-rw-r--r-- | static/website/templates/home.html | 60 |
1 files changed, 52 insertions, 8 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 8ab837b..2adaad8 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -136,16 +136,16 @@ It provides a unique opportunity to discuss about the latest trends on Scientifi <h3 class="section-title">Registration</h3> </div> </div> - <div class="row"> + <!-- <div class="row"> <div class="col-md-12"> <p class="text-justify" style="font-weight: 400;"><span style="color:red;">Registrations are now closed.</span> You can do spot registration subject to availability.</p> </div> - </div> - <!-- <div class="row"> + </div> --> + <div class="row"> <div class="col-md-12"> <table class="table table-bordered table-responsive" style="font-weight: 400;"> <colgroup> - <col width="15%" /> + <col width="20%" /> <col width="60%" /> </colgroup> <tr class="schedule-header" style="font-weight: bold;"> @@ -160,7 +160,50 @@ It provides a unique opportunity to discuss about the latest trends on Scientifi </div> </td> </tr> - {% for registration_detail in registration_details %} + <tr> + <td style="border-top: none;!important"> + <div class="align-baseline"> + On-Spot Registration<br> + Regular - ₹2200 (including GST)<br> + Subject to Availability + </div> + </td> + <td style="border-top: none;!important"> + <div class="align-baseline"> + This ticket includes conference (tutorials + talks), lunch and snacks for 2 days. It does not include Accommodation & T-Shirt. This is a non-refundable ticket. + </div> + </td> + </tr> + <tr> + <td style="border-top: none;!important"> + <div class="align-baseline"> + On-Spot Registration<br> + Lite - ₹1200 (including GST)<br> + Subject to Availability + </div> + </td> + <td style="border-top: none;!important"> + <div class="align-baseline"> + This ticket allows you to <strong>ONLY</strong> attend the conference (tutorials + talks) for 2 Days (snacks for two days will be served). Does not include Accommodation, Lunch & T-Shirt. This is a non-refundable ticket. + </div> + </td> + </tr> + <tr> + <td> + <div class="align-baseline"> + On-Spot Registration<br> + Only Conference<br> + INR 1000 (inclusive GST)<br> + Subject to Availability + </div> + </td> + <td style="border-top: none;!important"> + <div class="align-baseline"> + This ticket includes the conference, lunch and snacks for 1 day. It does not include Accommodation & T-Shirt. This ticket allows you to attend the conference <strong>only on 30 Nov 2019</strong>. This is a non-refundable ticket. + </div> + </td> + </tr> + <!-- {% for registration_detail in registration_details %} {% if registration_detail.display_registration_type %} <tr> <td style="border-top:none;!important"> @@ -233,10 +276,11 @@ It provides a unique opportunity to discuss about the latest trends on Scientifi </li> </ol> </td> - </tr> + </tr> --> </table> + <strong><p style="color:red;">Kindly note that you have to make the payment directly at the the registration desk in cash.</p></strong> </div> - </div> --> + </div> <div class="row"> <div class="col-md-12"> <h3 style="background-color: #552505;color: #fff;" class="col-sm-2">Add ons</h3> @@ -413,7 +457,7 @@ It provides a unique opportunity to discuss about the latest trends on Scientifi <td>These instructions are for all the participants. It has the details of the workshops which will be conducted in SciPy India 2019 conference. Please read it carefully and follow the steps to install various software packages.<br> <b>Note:</b> You will not be able to participate in the workshops without installing the above packages. There will not be any separate setup session at the venue. </td> - <td><a href="https://static.fossee.in/python/scipy2019/scipy19_instruction_sheet.pdf" target="_blank">View here</a> </td> + <td><a href="https://docs.google.com/document/d/e/2PACX-1vRq0nxteU1tRnUjVMyJCmosEbJ8SFsCd4xWp5nDeTek-yScg5nGLJIfWCBmOXcmlEiF0q72C2ROjqMN/pub" target="_blank">View here</a> </td> </tr> </tbody> </table> |