summaryrefslogtreecommitdiff
path: root/static/website/templates
diff options
context:
space:
mode:
authorhardythe12014-10-08 12:39:22 +0530
committerhardythe12014-10-08 12:39:22 +0530
commitb254584f00dd37abf8cf4d06c71a4ccb1edfb74c (patch)
tree633a38d1fcd07c9aa1f65f55541af5e0f3993809 /static/website/templates
parent01a90c2b718861a547b17367756c18cc9ca6db71 (diff)
downloadscipy2014-b254584f00dd37abf8cf4d06c71a4ccb1edfb74c.tar.gz
scipy2014-b254584f00dd37abf8cf4d06c71a4ccb1edfb74c.tar.bz2
scipy2014-b254584f00dd37abf8cf4d06c71a4ccb1edfb74c.zip
added registration & addon details
Diffstat (limited to 'static/website/templates')
-rw-r--r--static/website/templates/register.html74
1 files changed, 72 insertions, 2 deletions
diff --git a/static/website/templates/register.html b/static/website/templates/register.html
index d83c710..7290531 100644
--- a/static/website/templates/register.html
+++ b/static/website/templates/register.html
@@ -8,6 +8,76 @@
{% endblock %}
{% block content %}
- <p>Registration for the conference is now open.</p>
- <a href='http://scipyindia2014.doattend.com'><img src='http://doattend.com/assets/btnw-reg-now.png'/></a>
+ <div class="row">
+ <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
+ <div id="dates">
+ <h4 class="garmond" align="center"><u>Ticket Pricing</u></h4>
+ <table class="table table-bordered">
+ <tr>
+ <td>Regular Registration</td>
+ <td>800.0 INR</td>
+ </tr>
+ <tr>
+ <td>Corporate Registration</td>
+ <td>1500.0 INR</td>
+ </tr>
+ </table>
+ <hr>
+ <h4 class="garmond" align="center"><u>Addons</u></h4>
+ <table class="table table-bordered">
+ <tr>
+ <td>Accommodation</td>
+ <td>800.0 INR</td>
+ </tr>
+ <tr>
+ <td>T-Shirt</td>
+ <td>250.0 INR</td>
+ </tr>
+ </table>
+ </div> <!-- /#dates -->
+ </div> <!-- /.col -->
+ <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
+ <h4 class="garmond" align="center"><u>Ticket Details</u></h4>
+ <p>
+ <b>Regular Registration</b> is only for students & faculty members from any college/institutes. If you have opted for "Regular Registration", you will have to present your college/institutes ID card at the registration desk at the venue.
+ </p>
+ <p>
+ <b>Corporate Registration</b> is for only for working professionals.
+ </p>
+ <hr>
+ <p>
+ <b>Accommodation</b> will be provided in IIT-B hostels on twin sharing basis from 4th evening to 8th morning.
+ </p>
+ <p>
+ <b>Accommodation</b> or <b>T-Shirt</b> is not included in any of the registration tickets &amp; have to be purchased separately.
+ </p>
+ <hr>
+ </div> <!-- /.col -->
+ </div><!-- /row -->
+
+ <div class="row">
+ <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
+ <div id="dates">
+ <h4 class="garmond" align="center"><u>Important Dates</u></h4>
+ <table class="table table-bordered">
+ <tr>
+ <td>Registration Starts</td>
+ <td>22<sup>nd</sup> &nbsp;&nbsp; Sep. 2014</td>
+ </tr>
+ <tr>
+ <td>Registration Ends</td>
+ <td>22<sup>nd</sup> &nbsp;&nbsp; Nov. 2014</td>
+ </tr>
+ </table>
+ <hr>
+ </div> <!-- /#dates -->
+ </div> <!-- /.col -->
+ <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
+ <br><br>
+ <p>
+ <u class="garmond">Registration for the conference is now open.</u><br><br>
+ <a href='http://scipyindia2014.doattend.com'><img src='http://doattend.com/assets/btnw-reg-now.png'/></a>
+ </p>
+ </div> <!-- /.col -->
+ </div><!-- /row -->
{% endblock %}