diff options
author | Jayaram Pai | 2013-11-14 14:35:00 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-14 14:35:00 +0530 |
commit | 3f3ab3d09b1c47f7aa80640af133be58c6a28968 (patch) | |
tree | cfde8a63fc3cbc89fc780c78e0a969ab63f344cd | |
parent | 7b6250c48d367747501dc54da223dacf1e12c858 (diff) | |
download | SciPy2013-3f3ab3d09b1c47f7aa80640af133be58c6a28968.tar.gz SciPy2013-3f3ab3d09b1c47f7aa80640af133be58c6a28968.tar.bz2 SciPy2013-3f3ab3d09b1c47f7aa80640af133be58c6a28968.zip |
added ticket / addon prices on registration page
-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. |