summaryrefslogtreecommitdiff
path: root/website/templates/register_2013.html
blob: a142b7063a7da04b95c176eae33f1b719899804d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{% extends 'page.html'%}
{% block content %}
<div class="row">
<h3>Register</h3>
<div class="row">
    <div class="reg"> 
        <table>
            <th>Tickets</th>
            <th>Price</th>
            <tr>
                <td>Regular Registration<sup>*</sup></td>
                <td>INR 600</td>
            </tr>
            <tr>
                <td>Corporate Registration</td>
                <td>INR 1000</td>
            </tr>
        </table>
    </div>

    <div class="reg">
        <table>
            <th>Addons</th>
            <th>Price</th>
            <tr>
                <td>Accommodation<sup>#</sup></td>
                <td>INR 740</td>
            </tr>
            <tr>
                <td>T-Shirt</td>
                <td>INR 250</td>
            </tr>
        </table>
    </div>
    
    <div style="margin-left: 10px;">
    <div class="clearfix"></div>
    <a class="button small success" href="http://scipyindia2013.doattend.com/">Register</a>
    <strong>for SciPy India 2013.</strong>
    <br>
    <h5>Note:</h5>
    * - Regular Registrants should bring any one of their identification card during the event. <br> <br>
    # - Accommodation will be provided for 4 days starting from the previous day of the event. 
    <br><br>
    We regret the inconvinience caused earlier. We had some issues with the payment gateway.
    </div>

</div> <!-- /row -->
</div> <!-- /row -->
{% endblock %}