diff options
author | hardythe1 | 2015-09-22 23:15:48 +0530 |
---|---|---|
committer | hardythe1 | 2015-09-22 23:15:48 +0530 |
commit | 7d9f185c2a1b4a4ac52322174cfc78ae5cfacc6b (patch) | |
tree | 23cc710750da4466913310338c5e65d4096866e2 | |
parent | a5c11cef4302f313c2f2de22ebcccf445fe0d526 (diff) | |
download | SciPy2015-7d9f185c2a1b4a4ac52322174cfc78ae5cfacc6b.tar.gz SciPy2015-7d9f185c2a1b4a4ac52322174cfc78ae5cfacc6b.tar.bz2 SciPy2015-7d9f185c2a1b4a4ac52322174cfc78ae5cfacc6b.zip |
registrations open
-rw-r--r-- | website/static/css/bootstrap.css | 2 | ||||
-rw-r--r-- | website/templates/base.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/website/static/css/bootstrap.css b/website/static/css/bootstrap.css index c1515c1..bbc15ef 100644 --- a/website/static/css/bootstrap.css +++ b/website/static/css/bootstrap.css @@ -314,7 +314,7 @@ img { display: block; max-width: 100%; height: auto; - margin-top: 4%; + margin-top: 3%; } .img-rounded { border-radius: 6px; diff --git a/website/templates/base.html b/website/templates/base.html index 0b62dda..6523656 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -88,7 +88,8 @@ <hr> <h3 >DECEMBER 14, 15 & 16</h3></br> <h4>CFP for the conference is now open ! <a href="{% url 'website:cfp' %}" class="btn btn btn-primary">Click Me</a> for more details.</h4> - <h4>Registrations will open soon !</h4></header> + <h4>Registrations are now open ! <a href="#attend" class="smoothScroll btn btn btn-primary">Grab a Ticket</a> </h4> + </header> </div> <!-- /headerwrap --> |