diff options
author | hardythe1 | 2015-06-11 17:43:02 +0530 |
---|---|---|
committer | hardythe1 | 2015-06-11 17:43:02 +0530 |
commit | c595c908937b8d10eabf3f01bf77e98861f88282 (patch) | |
tree | 4017e30afd9dddd5a3b4ecfccdf3bdeb59358a46 /website/templates/base.html | |
parent | a3cf988a04053ed0ca683ef82ad51e0ea0452622 (diff) | |
download | SciPy2015-c595c908937b8d10eabf3f01bf77e98861f88282.tar.gz SciPy2015-c595c908937b8d10eabf3f01bf77e98861f88282.tar.bz2 SciPy2015-c595c908937b8d10eabf3f01bf77e98861f88282.zip |
Color Modifications
Diffstat (limited to 'website/templates/base.html')
-rw-r--r-- | website/templates/base.html | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index 40184e1..f8b2c00 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -56,7 +56,7 @@ <a href="#page-top"></a> </li> <li class="page-scroll"> - <a href="#portfolio">Portfolio</a> + <a href="#speakers">Speakers</a> </li> <li class="page-scroll"> <a href="#about">About</a> @@ -76,16 +76,16 @@ <div class="container"> <div class="row"> <div class="col-lg-6"> - <img class="img-responsive" src="{% static 'img/profile.png' %}" alt=""> + <img class="img-responsive" height=250 width=250 src="{% static 'img/scipy.png' %}" alt=""> <div class="intro-text"> <span class="name">SciPy India 2015</span> - <hr> + <hr class="star-light"> <span class="skills">DECEMBER 18, 19 & 20</span> </div> </div> <div class="col-lg-6-right"> <h2>Python for Scientific Computing</h2> - <hr> + <hr class="star-light"> <p align="center">SciPy India is a conference providing opportunities to spread the use of the Python programming language in the Scientific Computing community in India. </p> </div> @@ -94,74 +94,74 @@ </div> </header> - <!-- Portfolio Grid Section --> - <section id="portfolio"> + <!-- speakers Grid Section --> + <section id="speakers"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> - <h2>Portfolio</h2> + <h2>speakers</h2> <hr class="star-primary"> </div> </div> <div class="row"> - <div class="col-sm-4 portfolio-item"> - <a href="#portfolioModal1" class="portfolio-link" data-toggle="modal"> + <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/portfolio/cabin.png' %}" class="img-responsive" alt=""> + <img src="{% static 'img/speakers/cabin.png' %}" class="img-responsive" alt=""> </a> </div> - <div class="col-sm-4 portfolio-item"> - <a href="#portfolioModal2" class="portfolio-link" data-toggle="modal"> + <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/portfolio/cake.png' %}" class="img-responsive" alt=""> + <img src="{% static 'img/speakers/cake.png' %}" class="img-responsive" alt=""> </a> </div> - <div class="col-sm-4 portfolio-item"> - <a href="#portfolioModal3" class="portfolio-link" data-toggle="modal"> + <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/portfolio/circus.png' %}" class="img-responsive" alt=""> + <img src="{% static 'img/speakers/circus.png' %}" class="img-responsive" alt=""> </a> </div> - <div class="col-sm-4 portfolio-item"> - <a href="#portfolioModal4" class="portfolio-link" data-toggle="modal"> + <div class="col-sm-4 speakers-item"> + <a href="#speakersModal4" 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/portfolio/game.png' %}" class="img-responsive" alt=""> + <img src="{% static 'img/speakers/game.png' %}" class="img-responsive" alt=""> </a> </div> - <div class="col-sm-4 portfolio-item"> - <a href="#portfolioModal5" class="portfolio-link" data-toggle="modal"> + <div class="col-sm-4 speakers-item"> + <a href="#speakersModal5" 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/portfolio/safe.png' %}" class="img-responsive" alt=""> + <img src="{% static 'img/speakers/safe.png' %}" class="img-responsive" alt=""> </a> </div> - <div class="col-sm-4 portfolio-item"> - <a href="#portfolioModal6" class="portfolio-link" data-toggle="modal"> + <div class="col-sm-4 speakers-item"> + <a href="#speakersModal6" 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/portfolio/submarine.png '%}" class="img-responsive" alt=""> + <img src="{% static 'img/speakers/submarine.png '%}" class="img-responsive" alt=""> </a> </div> </div> @@ -198,7 +198,7 @@ <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> - <h2>Contact Me</h2> + <h2>Contact Us</h2> <hr class="star-primary"> </div> </div> @@ -302,8 +302,8 @@ </a> </div> - <!-- Portfolio Modals --> - <div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true"> + <!-- speakers Modals --> + <div class="speakers-modal modal fade" id="speakersModal1" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> @@ -317,7 +317,7 @@ <div class="modal-body"> <h2>Project Title</h2> <hr class="star-primary"> - <img src="img/portfolio/cabin.png" class="img-responsive img-centered" alt=""> + <img src="img/speakers/cabin.png" class="img-responsive img-centered" alt=""> <p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p> <ul class="list-inline item-details"> <li>Client: @@ -340,7 +340,7 @@ </div> </div> </div> - <div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true"> + <div class="speakers-modal modal fade" id="speakersModal2" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> @@ -354,7 +354,7 @@ <div class="modal-body"> <h2>Project Title</h2> <hr class="star-primary"> - <img src="{% static 'img/portfolio/cake.png' %}" class="img-responsive img-centered" alt=""> + <img src="{% static 'img/speakers/cake.png' %}" class="img-responsive img-centered" alt=""> <p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p> <ul class="list-inline item-details"> <li>Client: @@ -377,7 +377,7 @@ </div> </div> </div> - <div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true"> + <div class="speakers-modal modal fade" id="speakersModal3" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> @@ -391,7 +391,7 @@ <div class="modal-body"> <h2>Project Title</h2> <hr class="star-primary"> - <img src="{% static 'img/portfolio/circus.png' %}" class="img-responsive img-centered" alt=""> + <img src="{% static 'img/speakers/circus.png' %}" class="img-responsive img-centered" alt=""> <p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p> <ul class="list-inline item-details"> <li>Client: @@ -414,7 +414,7 @@ </div> </div> </div> - <div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true"> + <div class="speakers-modal modal fade" id="speakersModal4" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> @@ -428,7 +428,7 @@ <div class="modal-body"> <h2>Project Title</h2> <hr class="star-primary"> - <img src="{% static 'img/portfolio/game.png ' %}" class="img-responsive img-centered" alt=""> + <img src="{% static 'img/speakers/game.png ' %}" class="img-responsive img-centered" alt=""> <p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p> <ul class="list-inline item-details"> <li>Client: @@ -451,7 +451,7 @@ </div> </div> </div> - <div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true"> + <div class="speakers-modal modal fade" id="speakersModal5" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> @@ -465,7 +465,7 @@ <div class="modal-body"> <h2>Project Title</h2> <hr class="star-primary"> - <img src="{% static 'img/portfolio/safe.png' %}" class="img-responsive img-centered" alt=""> + <img src="{% static 'img/speakers/safe.png' %}" class="img-responsive img-centered" alt=""> <p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p> <ul class="list-inline item-details"> <li>Client: @@ -488,7 +488,7 @@ </div> </div> </div> - <div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true"> + <div class="speakers-modal modal fade" id="speakersModal6" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> @@ -502,7 +502,7 @@ <div class="modal-body"> <h2>Project Title</h2> <hr class="star-primary"> - <img src="{% static 'img/portfolio/submarine.png' %}" class="img-responsive img-centered" alt=""> + <img src="{% static 'img/speakers/submarine.png' %}" class="img-responsive img-centered" alt=""> <p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p> <ul class="list-inline item-details"> <li>Client: |