diff options
author | Sashi20 | 2019-11-27 11:12:19 +0530 |
---|---|---|
committer | Sashi20 | 2019-11-27 11:12:19 +0530 |
commit | 6534b4dc3e7b14e7305e7e0d87d4002b9768e3d5 (patch) | |
tree | ef4dd7a4d451941040906bbb520fcbe62840aaa9 | |
parent | c1cc2962c98cfd9fd116b39d9464fdefc411f6a0 (diff) | |
download | SciPy2019-6534b4dc3e7b14e7305e7e0d87d4002b9768e3d5.tar.gz SciPy2019-6534b4dc3e7b14e7305e7e0d87d4002b9768e3d5.tar.bz2 SciPy2019-6534b4dc3e7b14e7305e7e0d87d4002b9768e3d5.zip |
Add on spot registration details
-rw-r--r-- | static/website/templates/home.html | 58 |
1 files changed, 51 insertions, 7 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 8ab837b..dd47d1c 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> |