diff options
author | Sashi20 | 2019-05-16 12:03:50 +0530 |
---|---|---|
committer | GitHub | 2019-05-16 12:03:50 +0530 |
commit | 94c32521a1715cb314ebe47a87f195bd3a679a8e (patch) | |
tree | aef3c6e7b7cf8ff3a7ff8a1f7298ad5965b08f02 | |
parent | af64bfd0d41021dd463dab99281144c87798b744 (diff) | |
parent | 672eaca3fe19646ba6fc0c9b099067208ccbfd9a (diff) | |
download | osdag_workshop_2019-94c32521a1715cb314ebe47a87f195bd3a679a8e.tar.gz osdag_workshop_2019-94c32521a1715cb314ebe47a87f195bd3a679a8e.tar.bz2 osdag_workshop_2019-94c32521a1715cb314ebe47a87f195bd3a679a8e.zip |
Merge pull request #10 from Sashi20/master
Add payment instructions under the registration tab
-rwxr-xr-x | index.html | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -269,7 +269,26 @@ <li>All participants will be required to present their ID cards at the venue.</li> <li>The registration fee is NOT refundable.</li> </ol> - + </center> + <p><strong>Payment instructions:</strong></p> +<p>Please read the instructions carefully, before proceeding for Registration.</p> +<ol> +<li style="font-weight: 400;">Please make the payment for the conference through Net banking using NEFT or RTGS or IMPS</li> +<li style="font-weight: 400;">Account Details for the transaction are mentioned below:</li> +<ul> +<li style="font-weight: 400;">Account Holder Name - The Registrar, IIT Bombay</li> +<li style="font-weight: 400;">Bank Name - State Bank of India</li> +<li style="font-weight: 400;">Branch Name - IIT, Powai Branch</li> +<li style="font-weight: 400;">Bank address - Adi Shankaracharya Marg, IIT Bombay, Powai, Mumbai - 400076</li> +<li style="font-weight: 400;">9-Digit Code no. of the bank and the branch - 400002034</li> +<li style="font-weight: 400;">Account number - 10725729128</li> +<li style="font-weight: 400;">IFSC Code/ NEFT/ RTGS code - SBIN0001109</li> +<li style="font-weight: 400;">Swift Code - SBININBB519</li> +</ul> +<li style="font-weight: 400;">After successful payment, take the screenshot of the final transaction or download the receipt. This has to be uploaded in the registration form.</li> +<li style="font-weight: 400;">Collect your transaction reference number / UTR number from the bank. Note it down somewhere you have to fill this detail in the form as well.</li> +<li style="font-weight: 400;">After verification of your payment by our team, we shall send you the ticket for the training program via registered email. This shall take 1 week.</li> +</ol> <center> <a href="https://docs.google.com/forms/d/e/1FAIpQLSdjrmQ6uASqI28bOWLMMSirIN8itP6orp4-ZVEbZpvxJ3P3zg/viewform" target="_blank" class="btn btn-primary btn-md" onclick="altFunction()">Register Now</a> </center> </div> |