diff options
-rw-r--r-- | website/static/css/main.css | 4 | ||||
-rw-r--r-- | website/templates/register_2013.html | 33 |
2 files changed, 36 insertions, 1 deletions
diff --git a/website/static/css/main.css b/website/static/css/main.css index eb22a9e..cd7ed5d 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -2,6 +2,10 @@ font-family: gtrg; src: url('../fonts/gtrg.ttf') } +.reg { + float: left; + margin-left: 10px; +} #header-wrapper{ border-top: 2px solid #86c543; } diff --git a/website/templates/register_2013.html b/website/templates/register_2013.html index b67c439..e43430c 100644 --- a/website/templates/register_2013.html +++ b/website/templates/register_2013.html @@ -2,7 +2,38 @@ {% block content %} <div class="row"> <h3>Register</h3> -<a class="button success" href="http://scipyindia2013.doattend.com/">Register</a> +<div class="row"> + <div class="reg"> + <table> + <th>Tickets</th> + <th>Price</th> + <tr> + <td>Regular Registration</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</td> + <td>INR 740</td> + </tr> + <tr> + <td>T-Shirt</td> + <td>INR 250</td> + </tr> + </table> + </div> +</div> <!-- /row --> +<a class="button small success" href="http://scipyindia2013.doattend.com/">Register</a> <strong>for SciPy Conference 2013.</strong> <br> We regret the inconvinience caused earlier. We had some issues with the payment gateway. |