diff options
-rw-r--r-- | website/static/img/Th_Scipy2017.png | bin | 0 -> 43119 bytes | |||
-rw-r--r-- | website/static/img/poster_Scipy2017.png | bin | 0 -> 928692 bytes | |||
-rw-r--r-- | website/templates/home.html | 46 |
3 files changed, 44 insertions, 2 deletions
diff --git a/website/static/img/Th_Scipy2017.png b/website/static/img/Th_Scipy2017.png Binary files differnew file mode 100644 index 0000000..d6663cc --- /dev/null +++ b/website/static/img/Th_Scipy2017.png diff --git a/website/static/img/poster_Scipy2017.png b/website/static/img/poster_Scipy2017.png Binary files differnew file mode 100644 index 0000000..233d6f8 --- /dev/null +++ b/website/static/img/poster_Scipy2017.png 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> |