From 3f3ab3d09b1c47f7aa80640af133be58c6a28968 Mon Sep 17 00:00:00 2001
From: Jayaram Pai
Date: Thu, 14 Nov 2013 14:35:00 +0530
Subject: added ticket / addon prices on registration page
---
website/static/css/main.css | 4 ++++
website/templates/register_2013.html | 33 ++++++++++++++++++++++++++++++++-
2 files changed, 36 insertions(+), 1 deletion(-)
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 %}
Register
-
Register
+
+
+
+ Tickets |
+ Price |
+
+ Regular Registration |
+ INR 600 |
+
+
+ Corporate Registration |
+ INR 1000 |
+
+
+
+
+
+
+ Addons |
+ Price |
+
+ Accommodation |
+ INR 740 |
+
+
+ T-Shirt |
+ INR 250 |
+
+
+
+
+
Register
for SciPy Conference 2013.
We regret the inconvinience caused earlier. We had some issues with the payment gateway.
--
cgit