summaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates')
-rw-r--r--website/templates/home.html89
1 files changed, 56 insertions, 33 deletions
diff --git a/website/templates/home.html b/website/templates/home.html
index 2a2fed2..41d5f30 100644
--- a/website/templates/home.html
+++ b/website/templates/home.html
@@ -258,8 +258,8 @@
<div class="container">
<center>
<h2>Schedule</h2>
- <h3 style="font-weight: normal;">To be updated soon.....
- </h3>
+ <p style="font-weight: normal;">TBD
+ </p>
</center>
<hr>
<div class="row align-items-center">
@@ -445,8 +445,8 @@
<div class="container">
<center>
<h2>Instructions</h2>
- <h3 style="font-weight: normal;">To be updated soon.....
- </h3>
+ <p style="font-weight: normal;">TBD
+ </p>
</center>
<hr>
<div class="row align-items-center">
@@ -514,33 +514,6 @@
</div>
</section><!-------------------------->
<!------------ venue ------------- -->
-
-<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="sponsors">
<br>
<br>
@@ -565,9 +538,59 @@
<div class="col-lg-4 col-sm-6 text-center mb-4">
<center><img src="{% static 'img/th_spnbook.png'%}" /></center>
<a href="{% static 'pdf/Scipy2017prospectus.pdf' %}" target="_blank">
- <center><button class="btn btn-primary" >Download Prospectus</button></center></a>
+ <center><button class="btn btn-primary gradient" style="border: none;" >Download Prospectus</button></center></a>
</div>
</div></div></section>
+<section id="organiser">
+<br>
+ <br>
+ <br>
+ <br>
+ <div class="container">
+ <center>
+ <h2>Organiser</h2>
+ </center>
+ <hr>
+ <div class="row align-items-center">
+ <!-- Speaker 1-->
+
+ <div class="col-lg-3 col-sm-3 text-center mb-4">
+ <img src="{% static 'img/fossee.png'%}" width="70%" />
+
+ </div>
+ <div class="col-lg-8 col-sm-6 text-center mb-4" align="justify">
+ <br> <p align="justify">The Annual SciPy India conference is organised by the team members of FOSSEE project which is part of the National Mission on Education through ICT with the thrust area being Adaptation and deployment of open source simulation packages equivalent to proprietary software, funded by MHRD, based at the Indian Institute of Technology Bombay (IITB).</p>
+ </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>
@@ -603,7 +626,7 @@
</div>
<div class = "col-md-3">
<!-- <button class="button" href="" id = "c" type="submit">Send Message</button> -->
- <button id="myButton" disabled >Send Message</button><br>
+ <button id="myButton" onSubmit=validateMessage() disabled >Send Message</button><br>
<p style="color: red;" id= "error">
</div>
</form>