added slider images to home
This commit is contained in:
parent
973a2585af
commit
a6f22d1a6b
|
@ -75,7 +75,6 @@ color:#c1c1c1;
|
|||
|
||||
#menu li a:hover, #menu li a:active {
|
||||
color:#db7232;
|
||||
border-bottom:1px solid #a2a1a1;
|
||||
}
|
||||
|
||||
#menu li a:focus {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#galleryContainer
|
||||
{color:#e3e3e3;
|
||||
{color:#c1c1c1;
|
||||
font-size:14px;
|
||||
width:860px;
|
||||
margin:0 auto;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 79 KiB |
Binary file not shown.
Before Width: | Height: | Size: 44 KiB |
Binary file not shown.
Before Width: | Height: | Size: 83 KiB |
Binary file not shown.
Before Width: | Height: | Size: 27 KiB |
Binary file not shown.
Before Width: | Height: | Size: 27 KiB |
Binary file not shown.
Before Width: | Height: | Size: 74 KiB |
|
@ -25,9 +25,29 @@ $(document).ready(function() {
|
|||
{% block content %}
|
||||
<div id="slider">
|
||||
|
||||
<img src="/static/images/Slide5.jpg" width="750" height="563">
|
||||
<img src="/static/images/Slide14.jpg" width="750" height="563">
|
||||
<img src="/static/images/Slide21.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide1.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide2.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide3.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide4.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide5.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide6.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide7.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide8.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide9.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide10.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide11.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide12.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide13.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide14.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide15.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide16.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide17.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide18.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide19.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide20.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide21.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide22.jpg" width="750" height="563">
|
||||
<img src="/static/slider_imgs/Slide23.jpg" width="750" height="563">
|
||||
</div><!--SLIDER CLOSING-->
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user