diff options
author | Prashant S | 2017-09-18 17:56:14 +0530 |
---|---|---|
committer | GitHub | 2017-09-18 17:56:14 +0530 |
commit | e93b65e91737e52129793ac187984d4cba626b59 (patch) | |
tree | d99d3af3dfc1c494516c89544b559fb6c480c4d8 /website/templates/home.html | |
parent | 8edbf2cc4e36a01fe770465a23f0eef35c9b7b27 (diff) | |
parent | bcea0e5fb9e5cb9ae2562d23d923d2389a0a908f (diff) | |
download | SciPy2017-e93b65e91737e52129793ac187984d4cba626b59.tar.gz SciPy2017-e93b65e91737e52129793ac187984d4cba626b59.tar.bz2 SciPy2017-e93b65e91737e52129793ac187984d4cba626b59.zip |
Merge pull request #6 from Sashi20/devel
Added Poster
Diffstat (limited to 'website/templates/home.html')
-rw-r--r-- | website/templates/home.html | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/website/templates/home.html b/website/templates/home.html index aa1d026..86926e7 100644 --- a/website/templates/home.html +++ b/website/templates/home.html @@ -201,7 +201,7 @@ <td bgcolor ="#9de8f1"> <h9 style="color:#000000;">Accomodation</h9> <h2 style="color:#000000;" style ="font-size: 25px;">₹600</h2> - <h9 style="color:#000000;"><a href="#"> Add On </a></h9> + <h9 style="color:#000000;">Add On</h9> </td> <td> Accommodation is provided on a shared basis (twin sharing) inside IIT-B campus (Boys/Girls hostel). Accommodation will be provided for 2 days, i.e, 28-29 and 29-30 November. Accommodation does not include other amenities like dinner, etc. Extension of period of stay is not available. This is a non-refundable ticket. @@ -210,7 +210,7 @@ <td bgcolor= "#cef3f8"> <h9 style="color:#000000;">T-Shirt</h9> <h2 style="color:#000000;" style ="font-size: 25px;">₹350</h2> - <h9 style="color:#000000;"><a href="#"> Add On </a></h9> + <h9 style="color:#000000;">Add On</h9> </td> <td> Change of size, exchange at the venue is not available. This is a non-refundable ticket. @@ -552,6 +552,48 @@ </section> <!--------------------------> <!------------ venue ------------- --> + +<section id="sponsors"> +<br> + <br> + <br> + <br> + <div class="container"> + <div class="align-items-center"> + <div class="col-md-offset-4"> + <center> + <h2>Sponsors</h2> + </center> + <hr> +</div></div></div></section> + +<section id="poster"> +<br> + <br> + <br> + <br> + <div class="container"> + <div class="align-items-center"> + <div class="col-md-offset-4"> + <center> + <h2>Poster</h2> + </center> + <hr> + <div class="panel panel-default"> + <div class="panel-body"> + <br><center> + <a href="{% static 'img/poster_Scipy2017.png'%}" target="_blank"><img src="{% static 'img/Th_Scipy2017.png'%}" /></a> + <br><br> + + <p align="justify">We request you to share the event details through this poster with faculty members, students and others who might be interested. You may print the poster (native size - A4) and display on the notice boards.</p> + </center> + </div> + </div> + </div> + </div> + </div> +</section> + <section id="contact"> <br> <br> |