diff options
author | hardythe1 | 2015-06-12 15:51:53 +0530 |
---|---|---|
committer | hardythe1 | 2015-06-12 15:51:53 +0530 |
commit | 29372cea6b2154d5a263cdf150986deefcab17a0 (patch) | |
tree | e3b388b8174880c5a8f8ea184847d223b9679963 /website/templates | |
parent | c595c908937b8d10eabf3f01bf77e98861f88282 (diff) | |
download | SciPy2015-29372cea6b2154d5a263cdf150986deefcab17a0.tar.gz SciPy2015-29372cea6b2154d5a263cdf150986deefcab17a0.tar.bz2 SciPy2015-29372cea6b2154d5a263cdf150986deefcab17a0.zip |
add speaker & venue details
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/base.html | 70 |
1 files changed, 21 insertions, 49 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index f8b2c00..a681887 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -59,7 +59,7 @@ <a href="#speakers">Speakers</a> </li> <li class="page-scroll"> - <a href="#about">About</a> + <a href="#Venue">Venue</a> </li> <li class="page-scroll"> <a href="#contact">Contact</a> @@ -105,36 +105,24 @@ </div> <div class="row"> <div class="col-sm-4 speakers-item"> - <a href="#speakersModal1" class="speakers-link" data-toggle="modal"> - <div class="caption"> - <div class="caption-content"> - <i class="fa fa-search-plus fa-3x"></i> - </div> - </div> - <img src="{% static 'img/speakers/cabin.png' %}" class="img-responsive" alt=""> + <a href="http://www.jarrodmillman.com/" target="_blank"> + <img src="{% static 'img/jarrod-scaled.png' %}" class="img-responsive-speakers" alt=""> </a> + <center><a href="http://www.jarrodmillman.com/" target="_blank"><p>Jarrod Millman</p></a></center> </div> <div class="col-sm-4 speakers-item"> - <a href="#speakersModal2" class="speakers-link" data-toggle="modal"> - <div class="caption"> - <div class="caption-content"> - <i class="fa fa-search-plus fa-3x"></i> - </div> - </div> - <img src="{% static 'img/speakers/cake.png' %}" class="img-responsive" alt=""> + <a href="http://mathema.tician.de/" target="_blank"> + <img src="{% static 'img/andreas-scaled.png' %}" class="img-responsive-speakers" alt=""> </a> + <center><a href="http://mathema.tician.de/" target="_blank"><p>Andreas Klöckner</p></a></center> </div> <div class="col-sm-4 speakers-item"> - <a href="#speakersModal3" class="speakers-link" data-toggle="modal"> - <div class="caption"> - <div class="caption-content"> - <i class="fa fa-search-plus fa-3x"></i> - </div> - </div> - <img src="{% static 'img/speakers/circus.png' %}" class="img-responsive" alt=""> + <a href="http://expeyes.in/" target="_blank"> + <img src="{% static 'img/ajith-scaled.jpg' %}" class="img-responsive-speakers" alt=""> </a> + <center><a href="http://expeyes.in/" target="_blank"><p>Dr. Ajith Kumar</p></a></center> </div> - <div class="col-sm-4 speakers-item"> + <!--div class="col-sm-4 speakers-item"> <a href="#speakersModal4" class="speakers-link" data-toggle="modal"> <div class="caption"> <div class="caption-content"> @@ -163,32 +151,23 @@ </div> <img src="{% static 'img/speakers/submarine.png '%}" class="img-responsive" alt=""> </a> - </div> + </div--> </div> </div> </section> - <!-- About Section --> - <section class="success" id="about"> + <!-- Venue Section --> + <section class="success" id="Venue"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> - <h2>About</h2> + <h2>Venue</h2> <hr class="star-light"> + <center><p>Lecture Hall Complex, IIT Bombay</p></center> + <iframe class="map-iframe" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3769.472585331343!2d72.91689500000001!3d19.130779999999998!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7c7f4215f57bf%3A0xcf0c03ea45a113e1!2sLecture+Hall+Complex+(LHC)!5e0!3m2!1sen!2sin!4v1434093574862" frameborder="0"></iframe> </div> </div> <div class="row"> - <div class="col-lg-4 col-lg-offset-2"> - <p>Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete source files including HTML, CSS, and JavaScript as well as optional LESS stylesheets for easy customization.</p> - </div> - <div class="col-lg-4"> - <p>Whether you're a student looking to showcase your work, a professional looking to attract clients, or a graphic artist looking to share your projects, this template is the perfect starting point!</p> - </div> - <div class="col-lg-8 col-lg-offset-2 text-center"> - <a href="#" class="btn btn-lg btn-outline"> - <i class="fa fa-download"></i> Download Theme - </a> - </div> </div> </div> </section> @@ -210,28 +189,21 @@ <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Name</label> - <input type="text" class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name."> + <input type="text" class="form-control" placeholder="Name" id="name" name="name" required data-validation-required-message="Please enter your name."> <p class="help-block text-danger"></p> </div> </div> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Email Address</label> - <input type="email" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address."> - <p class="help-block text-danger"></p> - </div> - </div> - <div class="row control-group"> - <div class="form-group col-xs-12 floating-label-form-group controls"> - <label>Phone Number</label> - <input type="tel" class="form-control" placeholder="Phone Number" id="phone" required data-validation-required-message="Please enter your phone number."> + <input type="email" class="form-control" placeholder="Email Address" id="email" name="email" required data-validation-required-message="Please enter your email address."> <p class="help-block text-danger"></p> </div> </div> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Message</label> - <textarea rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea> + <textarea rows="5" class="form-control" placeholder="Message" id="message" name="message" required data-validation-required-message="Please enter a message."></textarea> <p class="help-block text-danger"></p> </div> </div> @@ -278,7 +250,7 @@ </ul> </div> <div class="footer-col col-md-4"> - <h3>About Freelancer</h3> + <h3>Venue Freelancer</h3> <p>Freelance is a free to use, open source Bootstrap theme created by <a href="http://startbootstrap.com">Start Bootstrap</a>.</p> </div> </div> |