diff options
author | komalsheth286 | 2016-11-25 11:30:48 +0530 |
---|---|---|
committer | komalsheth286 | 2016-11-25 11:30:48 +0530 |
commit | fe7296668a74636fc37d4e3277b48b221e398469 (patch) | |
tree | b23589b444d3b8a4d87f6c72193388b1a254e936 | |
parent | 3a6aaa21788fe634f45560f97ea9ae31daf613b5 (diff) | |
download | SciPy2016-fe7296668a74636fc37d4e3277b48b221e398469.tar.gz SciPy2016-fe7296668a74636fc37d4e3277b48b221e398469.tar.bz2 SciPy2016-fe7296668a74636fc37d4e3277b48b221e398469.zip |
Satellite Conference
-rwxr-xr-x | website/templates/base.html | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index 1188ca4..e5612c3 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -45,6 +45,7 @@ <li> <a href="{% url 'website:cfp' %}">Submit</a></li>
<li> <a href="#schedule" class="smoothScroll">Schedule</a></li>
<li> <a href="#venue" class="smoothScroll">Venue</a></li>
+ <li> <a href="#satellite" class="smoothScroll">Satellite Conference</a></li>
<li> <a href="#poster" class="smoothScroll">Poster</a></li>
<li> <a href="#contact" class="smoothScroll">Contact</a></li>
</ul>
@@ -280,7 +281,6 @@ </section>
-
<section id="schedule" class="main special">
<div class="spotlight">
<div class="content">
@@ -351,6 +351,29 @@ </section>
+<section id="satellite" class = "main special">
+<div class="spotlight">
+ <div class="content">
+ <header class="major">
+ <h2>Satellite Conference</h2></header>
+
+
+ <p align="justify">FOSSEE at IIT Bombay is excited to conduct Satellite SciPy India 2016 Conference at the following four institutes</p>
+ <ul align= "left">
+ <li>BV Raju Institute of Technology, Narsapur, Telangana</li>
+ <li>BVRIT College of Engineering for Women, Hyderabad, Telangana</li>
+ <li> Sri Vishnu Engineering College for Women, Bhimavaram, Andhra Pradesh</li>
+ <li>Vishnu Institute of Technology, Bhimavaram, Andhra Pradesh</li>
+ </ul>
+ <p align="justify">Through this Satellite Conference, we shall have live remote sessions broadcasting certain talks and tutorials via the Internet. </p>
+
+
+ </div>
+ </div>
+
+</section>
+
+
<section id="poster" class = "main special">
<div class="spotlight">
<div class="content">
@@ -363,6 +386,10 @@ </div>
</section>
+
+
+
+
<section id="sponsors" class="main special">
<div class="spotlight">
|