summary refs log tree commit diff
diff options
context:
space:
mode:
authorMorgan <morgan.bohn@unistra.fr>2015-10-30 12:18:16 +0100
committerMorgan <morgan.bohn@unistra.fr>2015-10-30 12:18:16 +0100
commitfa0d4824a832784d5ae7d7200d8b5bfd1358aac1 (patch)
treeb814fef1daa328fcb3aa08795652c004ae9aaacb
parentcorrect bug (diff)
downloadspore.github.io-fa0d4824a832784d5ae7d7200d8b5bfd1358aac1.tar.gz
change background
-rw-r--r--carousel.css4
-rw-r--r--img/IMG_0336.JPGbin177154 -> 0 bytes
-rw-r--r--img/IMG_0337.JPGbin190382 -> 0 bytes
-rw-r--r--img/businessmans3.jpgbin65416 -> 0 bytes
-rw-r--r--img/camille.pngbin328375 -> 0 bytes
-rw-r--r--img/dandelion-335222_640.pngbin0 -> 96797 bytes
-rw-r--r--index.html4
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
deleted file mode 100644
index a8a7a2b..0000000
--- a/img/IMG_0336.JPG
+++ /dev/null
Binary files differdiff --git a/img/IMG_0337.JPG b/img/IMG_0337.JPG
deleted file mode 100644
index 7c7b5b2..0000000
--- a/img/IMG_0337.JPG
+++ /dev/null
Binary files differdiff --git a/img/businessmans3.jpg b/img/businessmans3.jpg
deleted file mode 100644
index 0cbfa18..0000000
--- a/img/businessmans3.jpg
+++ /dev/null
Binary files differdiff --git a/img/camille.png b/img/camille.png
deleted file mode 100644
index 14b90f4..0000000
--- a/img/camille.png
+++ /dev/null
Binary files differdiff --git a/img/dandelion-335222_640.png b/img/dandelion-335222_640.png
new file mode 100644
index 0000000..d707b82
--- /dev/null
+++ b/img/dandelion-335222_640.png
Binary files differdiff --git a/index.html b/index.html
index e9b68ee..f5ca617 100644
--- a/index.html
+++ b/index.html
@@ -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>