summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12014-11-26 19:04:38 +0530
committerhardythe12014-11-26 19:04:38 +0530
commit1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21 (patch)
treeb5dbdbf5ac862adfc5dd69928466eb30f3c0adbd
parentc7824336b3f22df7210ecf4bfac6b02bb136096a (diff)
downloadscipy2014-1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21.tar.gz
scipy2014-1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21.tar.bz2
scipy2014-1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21.zip
added counter for registration closure
-rw-r--r--static/website/css/main.css9
-rwxr-xr-xstatic/website/templates/home.html5
2 files changed, 9 insertions, 5 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index c3f91ff..cd6dae2 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -12,7 +12,7 @@ body {
background-color: #f3f1ea;
}
#page-wrapper {
- max-width: 960px;
+ max-width: 1010px;
margin: 25px auto 10px;
padding: 0 0 35px 0;
background: #ffffff;
@@ -332,3 +332,10 @@ body {
max-width: 500px;
margin: 20px auto;
}
+
+.register-notify{
+ font-weight: 900;
+ background-color: #ffb732;
+ color: green!important;
+ font-family: -webkit-body;
+}
diff --git a/static/website/templates/home.html b/static/website/templates/home.html
index 35bddb9..8bb5e35 100755
--- a/static/website/templates/home.html
+++ b/static/website/templates/home.html
@@ -49,6 +49,7 @@
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="{% active request 'register' %}"><a href="{% url 'website:register' %}">Register</a></li>
+ <li><a href="{% url 'website:register' %}" class="register-notify">Registration closes in 5 Days</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
@@ -170,10 +171,6 @@
<h4 class="garmond" align="center"><u>Important Dates</u></h4>
<table class="table table-bordered">
<tr>
- <td>25<sup>th</sup> &nbsp;&nbsp; Nov 2014</td>
- <td>Call for Proposals ends.</td>
- </tr>
- <tr>
<td>1<sup>st</sup> &nbsp;&nbsp; Dec 2014</td>
<td>Conference Registration ends.</td>
</tr>