diff options
author | Komal Sheth | 2016-12-01 11:45:28 +0530 |
---|---|---|
committer | GitHub | 2016-12-01 11:45:28 +0530 |
commit | cef8f68d77a22c5608a605137f984319dd05ce48 (patch) | |
tree | 737d54cb2afe1d5cc06b0caf70ea6fd3b3cf286c | |
parent | 138b92ee6e4644b2d12ca47aa41293d7805e86db (diff) | |
parent | eaf2b001fe0f38a9b963da60e1c4c94d4ad96db6 (diff) | |
download | SciPy2016-cef8f68d77a22c5608a605137f984319dd05ce48.tar.gz SciPy2016-cef8f68d77a22c5608a605137f984319dd05ce48.tar.bz2 SciPy2016-cef8f68d77a22c5608a605137f984319dd05ce48.zip |
Merge pull request #39 from FOSSEE/Home_page
Home page
-rwxr-xr-x | website/templates/base.html | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index 5785923..2425442 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -363,13 +363,24 @@ <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>
+ <table class="table table-condensed">
+
+ <tbody>
+ <tr>
+ <td>1) B V Raju Institute of Technology, Narsapur, Telangana</td>
+ </tr>
+ <tr>
+ <td>2) BVRIT HYDERABAD College of Engineering for Women, Hyderabad, Telangana</td>
+ </tr>
+ <tr>
+ <td>3) Vishnu Institute of Technology, Bhimavaram, Andhra Pradesh</td>
+ </tr>
+ <tr>
+ <td>4) Shri Vishnu Engineering College for Women, Bhimavaram, Andhra Pradesh
+ </tr>
+ </tbody>
+ </table>
+ <p align="justify">Through this Satellite Conference, we shall have live remote sessions broadcasting certain talks and tutorials via the Internet.</p>
</div>
|