diff options
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index f7c3f37..53e8f95 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -5,8 +5,53 @@ {% load helpers %} {% block content %} + +<div style="margin-left: 450px;" > + <script> + (function() { + var cx = '011342992297670206849:dfzecvqmvgc'; + var gcse = document.createElement('script'); + gcse.type = 'text/javascript'; + gcse.async = true; + gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + + '//cse.google.com/cse.js?cx=' + cx; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(gcse, s); + })(); +</script> +<gcse:search></gcse:search> +</div> + +<style> + + .gsc-search-button + { + + border-radius: 5px; + border-color: #666; + + } + + +input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus { + + background-image: url("http://www.google.com/uds/css/v2/search_box_icon.png") !important; + background-position: 50% 50%; + background-repeat: no-repeat; + height: 28px !important; + width: 60px + + filter: none; + +} + </style> + + + <div id="carousel-container"> + <div class="carousel"> + {% for category in categories %} <div> <div class="thumbnail"> @@ -32,6 +77,8 @@ </div> <!-- /.carousel --> </div> <!-- /#carousel-container --> + + <div id="filter-container"> <div class="row"> <form class ="" id="filter-form" action="" role="form"> |