added slider images to home

This commit is contained in:
Karen 2011-10-08 10:58:48 +05:30
parent 973a2585af
commit a6f22d1a6b
9 changed files with 24 additions and 5 deletions

View File

@ -75,7 +75,6 @@ color:#c1c1c1;
#menu li a:hover, #menu li a:active { #menu li a:hover, #menu li a:active {
color:#db7232; color:#db7232;
border-bottom:1px solid #a2a1a1;
} }
#menu li a:focus { #menu li a:focus {

View File

@ -1,6 +1,6 @@
#galleryContainer #galleryContainer
{color:#e3e3e3; {color:#c1c1c1;
font-size:14px; font-size:14px;
width:860px; width:860px;
margin:0 auto; 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

View File

@ -25,9 +25,29 @@ $(document).ready(function() {
{% block content %} {% block content %}
<div id="slider"> <div id="slider">
<img src="/static/images/Slide5.jpg" width="750" height="563"> <img src="/static/slider_imgs/Slide1.jpg" width="750" height="563">
<img src="/static/images/Slide14.jpg" width="750" height="563"> <img src="/static/slider_imgs/Slide2.jpg" width="750" height="563">
<img src="/static/images/Slide21.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--> </div><!--SLIDER CLOSING-->
{% endblock %} {% endblock %}