Difference between revisions of "Template:US AFRL CarrollHS SlideShow"

 
(104 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
<title>Slideshow</title>
+
    <title>Slideshow</title>
 
</head>
 
</head>
<body>
+
 
 
<div class="slideshow-container">
 
<div class="slideshow-container">
 
   <div class="mySlides fade">
 
   <div class="mySlides fade">
     <div class="numbertext">1 / 5</div>
+
     <!-- <div class="numbertext">1 / 5</div> -->
     <img src="https://static.igem.org/mediawiki/igem.org/f/f1/Team_Photo_in_Front_of_a_Airplane.jpg" style="width:100%" style="height:200px">
+
     <img src="https://static.igem.org/mediawiki/igem.org/f/f1/Team_Photo_in_Front_of_a_Airplane.jpg" style="width: 100%; height: 80vh; object-fit: cover;">
     <div class="text">The Whole Student Team!</div>
+
     <div class="SlideShowText">The Whole Student Team!</div>
 
   </div>
 
   </div>
  
 
   <div class="mySlides fade">
 
   <div class="mySlides fade">
    <div class="numbertext">2 / 5</div>
+
  <!-- <div class="numbertext">2 / 5</div> -->
     <img src="https://static.igem.org/mediawiki/igem.org/a/a7/US_AFRL_CARROLLHS_JonahRockingIT.JPG" style="width:100%">
+
     <img src="https://static.igem.org/mediawiki/2017/thumb/6/63/Shades.jpg/800px-Shades.jpg" style="width: 100%; height: 80vh; object-fit: cover;">
     <div class="text">Jonah in front of the B-2 Bomber</div>
+
     <div class="SlideShowText">Practicing presenting and rocking shades</div>
 
   </div>
 
   </div>
 
    
 
    
 
   <div class="mySlides fade">
 
   <div class="mySlides fade">
     <div class="numbertext">3 / 5</div>
+
     <!-- <div class="numbertext">3 / 5</div> -->
     <img src="https://static.igem.org/mediawiki/2017/f/f3/US_AFRL_CARROLLHS_RHLAB.JPG" style="width:100%">
+
     <img src="https://static.igem.org/mediawiki/2017/thumb/f/f3/Shirts.jpg/800px-Shirts.jpg" style="width: 100%; height: 80vh; object-fit: cover;">
     <div class="text">RH Lab Cheesin'</div>
+
     <div class="SlideShowText">Dr. O'Malley, Annie, Jonah, Dr. Dickey, and Dr. Carter modelling new shirts!</div>
 
   </div>
 
   </div>
 
    
 
    
 
   <div class="mySlides fade">
 
   <div class="mySlides fade">
     <div class="numbertext">4 / 5</div>
+
     <!-- <div class="numbertext">4 / 5</div> -->
     <img src="https://static.igem.org/mediawiki/igem.org/6/68/US_AFRL_CARROLLHS_BOWDOWNTOTHEMASTAH.JPG" style="width:100%">
+
     <img src="https://static.igem.org/mediawiki/2017/thumb/1/1b/Productive.jpg/800px-Productive.jpg" style="width: 100%; height: 80vh; object-fit: cover;">
     <div class="text">RX Bows Down to Mentor Chia!</div>
+
     <div class="SlideShowText">Productive meeting to work on wiki and presentation</div>
 
   </div>
 
   </div>
 
    
 
    
 
    
 
    
 
   <div class="mySlides fade">
 
   <div class="mySlides fade">
     <div class="numbertext">5 / 5</div>
+
     <!-- <div class="numbertext">5 / 5</div> -->
     <img src="https://static.igem.org/mediawiki/igem.org/3/3b/US_AFRL_CARROLLHS_Area51BABY.JPG" style="width:100%">
+
     <img src="https://static.igem.org/mediawiki/2017/thumb/8/8d/Icecream.jpg/800px-Icecream.jpg" style="width: 100%; height: 80vh; object-fit: cover;">
     <div class="text">Area 51 at the Air Force Museum</div>
+
     <div class="SlideShowText">Enjoying ice cream with RH lab mentor Mike!</div>
 
   </div>
 
   </div>
 
    
 
    
Line 48: Line 48:
 
   <span class="dot" onclick="currentSlide(4)"></span>  
 
   <span class="dot" onclick="currentSlide(4)"></span>  
 
   <span class="dot" onclick="currentSlide(5)"></span>  
 
   <span class="dot" onclick="currentSlide(5)"></span>  
 +
 +
</div>
  
 
</div>
 
</div>
Line 56: Line 58:
 
/* Slideshow container - Change dimensions of the Border Box */
 
/* Slideshow container - Change dimensions of the Border Box */
 
.slideshow-container {
 
.slideshow-container {
  max-height: 200px;
 
 
   width: 100%;
 
   width: 100%;
 +
  height: 80vh;
 
   position: relative;
 
   position: relative;
   margin: auto;
+
   margin: 0px;
   border: 10px;
+
   padding: 0px;
 +
  top: 0px;
 +
  z-index: 5;
 
}
 
}
  
Line 95: Line 99:
  
 
/* Caption text */
 
/* Caption text */
.text {
+
.SlideShowText {
   color: #f2f2f2;
+
   color: #C2DFFF;
   font-size: 15px;
+
   font-size: 20px;
 +
  font-family: Verdana;
 +
  font-weight:bold;
 
   padding: 8px 12px;
 
   padding: 8px 12px;
 
   position: absolute;
 
   position: absolute;
   bottom: 8px;
+
   bottom: 50px;
 
   width: 100%;
 
   width: 100%;
 
   text-align: center;
 
   text-align: center;
Line 113: Line 119:
 
   top: 0;
 
   top: 0;
 
}
 
}
 +
  
 
/* The dots/bullets/indicators */
 
/* The dots/bullets/indicators */
Line 124: Line 131:
 
   display: inline-block;
 
   display: inline-block;
 
   transition: background-color 0.6s ease;
 
   transition: background-color 0.6s ease;
 +
  position: relative;
 +
  bottom: 50px;
 +
  z-index: 10;
 
}
 
}
  
Line 133: Line 143:
 
.fade {
 
.fade {
 
   -webkit-animation-name: fade;
 
   -webkit-animation-name: fade;
   -webkit-animation-duration: 1.5s;
+
   -webkit-animation-duration: 7s;
 
   animation-name: fade;
 
   animation-name: fade;
 
   animation-duration: 1.5s;
 
   animation-duration: 1.5s;
Line 176: Line 186:
 
   dots[slideIndex-1].className += " active";
 
   dots[slideIndex-1].className += " active";
 
}
 
}
 +
 
</script>
 
</script>
  
  
</body>
+
 
 
</html>
 
</html>

Latest revision as of 03:06, 2 November 2017

Slideshow

The Whole Student Team!
Practicing presenting and rocking shades
Dr. O'Malley, Annie, Jonah, Dr. Dickey, and Dr. Carter modelling new shirts!
Productive meeting to work on wiki and presentation
Enjoying ice cream with RH lab mentor Mike!