diff options
| author | Morgan <morgan.bohn@unistra.fr> | 2015-10-30 12:18:16 +0100 |
|---|---|---|
| committer | Morgan <morgan.bohn@unistra.fr> | 2015-10-30 12:18:16 +0100 |
| commit | fa0d4824a832784d5ae7d7200d8b5bfd1358aac1 (patch) | |
| tree | b814fef1daa328fcb3aa08795652c004ae9aaacb | |
| parent | correct bug (diff) | |
| download | spore.github.io-fa0d4824a832784d5ae7d7200d8b5bfd1358aac1.tar.gz | |
change background
| -rw-r--r-- | carousel.css | 4 | ||||
| -rw-r--r-- | img/IMG_0336.JPG | bin | 177154 -> 0 bytes | |||
| -rw-r--r-- | img/IMG_0337.JPG | bin | 190382 -> 0 bytes | |||
| -rw-r--r-- | img/businessmans3.jpg | bin | 65416 -> 0 bytes | |||
| -rw-r--r-- | img/camille.png | bin | 328375 -> 0 bytes | |||
| -rw-r--r-- | img/dandelion-335222_640.png | bin | 0 -> 96797 bytes | |||
| -rw-r--r-- | index.html | 4 |
7 files changed, 3 insertions, 5 deletions
diff --git a/carousel.css b/carousel.css index 8833f82..e491219 100644 --- a/carousel.css +++ b/carousel.css @@ -41,6 +41,9 @@ body { .carousel { height: 500px; margin-bottom: 60px; + background-color: #777; + background-image: url("img/dandelion-335222_640.png"); + background-repeat:repeat-x; } /* Since positioning the image, we need to help out the caption */ .carousel-caption { @@ -50,7 +53,6 @@ body { /* Declare heights because of positioning of img element */ .carousel .item { height: 500px; - background-color: #777; } .carousel-inner > .item > img { position: absolute; diff --git a/img/IMG_0336.JPG b/img/IMG_0336.JPG Binary files differdeleted file mode 100644 index a8a7a2b..0000000 --- a/img/IMG_0336.JPG +++ /dev/null diff --git a/img/IMG_0337.JPG b/img/IMG_0337.JPG Binary files differdeleted file mode 100644 index 7c7b5b2..0000000 --- a/img/IMG_0337.JPG +++ /dev/null diff --git a/img/businessmans3.jpg b/img/businessmans3.jpg Binary files differdeleted file mode 100644 index 0cbfa18..0000000 --- a/img/businessmans3.jpg +++ /dev/null diff --git a/img/camille.png b/img/camille.png Binary files differdeleted file mode 100644 index 14b90f4..0000000 --- a/img/camille.png +++ /dev/null diff --git a/img/dandelion-335222_640.png b/img/dandelion-335222_640.png Binary files differnew file mode 100644 index 0000000..d707b82 --- /dev/null +++ b/img/dandelion-335222_640.png @@ -64,7 +64,6 @@ </ol> <div class="carousel-inner" role="listbox"> <div class="item active"> - <img class="zero-slide" src="img/camille.png" alt="Hats off"> <div class="container"> <div class="carousel-caption"> <h1>Chapeau bas</h1> @@ -74,7 +73,6 @@ </div> </div> <div class="item"> - <img class="first-slide" src="img/IMG_0336.JPG" alt="First slide"> <div class="container"> <div class="carousel-caption"> <h1>SPORE - Specification to a POrtable Rest Environment</h1> @@ -84,7 +82,6 @@ </div> </div> <div class="item"> - <img class="second-slide" src="img/IMG_0337.JPG" alt="Second slide"> <div class="container"> <div class="carousel-caption"> <h1>Discussions</h1> @@ -94,7 +91,6 @@ </div> </div> <div class="item"> - <img class="third-slide" src="img/businessmans3.jpg" alt="Third slide"> <div class="container"> <div class="carousel-caption"> <h1>Implementations</h1> |
