Team:AUC TURKEY

From 2014hs.igem.org

(Difference between revisions)
(Undo revision 28239 by Alihancelikcan (talk))
 
(54 intermediate revisions not shown)
Line 2: Line 2:
<html>
<html>
<head>
<head>
 +
    <meta name="viewport" content="width=device-width">
<meta charset="UTF-8" />
<meta charset="UTF-8" />
         <meta name="description" content="Animated Text and Icon Menu with jQuery" />
         <meta name="description" content="Animated Text and Icon Menu with jQuery" />
Line 10: Line 11:
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&v1' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&v1' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Wire+One&v1' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Wire+One&v1' rel='stylesheet' type='text/css' />
-
</head>
 
-
<head>
 
-
<script type="text/javascript">
 
-
$.fn.slider = function() {
 
-
  $(".loader").show("fade", 300);
 
-
  $(".loader").delay(1000).hide("fade", 300);
 
-
  $(".slider").delay(1500).show("fade", 300);
 
-
  $(".shadow").delay(1800).show("fade", 500);
 
-
};
 
 +
<script" type="text/javascript">
-
$(document).ready( function() {
 
-
  $("#slider").slider();
 
-
});
 
</script>
</script>
-
</head>
+
<style type="text/css">
 +
.divider {
 +
  height: 1px;
 +
  background: #000;
 +
  background: -webkit-linear-gradient(left, rgb(255,255,255) 0%, rgb(50,50,50) 50%, rgb(255,255,255) 100%);
 +
}
 +
.divider.light {
 +
  background: #fff;
 +
  background: -webkit-linear-gradient(left, rgb(90,90,90) 0%, rgb(255,255,255) 50%, rgb(90,90,90) 100%);
 +
}
 +
 +
.divider.light:before {
 +
  position:relative;
 +
  float:left;
 +
  background: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 1) 50%);
 +
  margin-top:2px;
 +
  width:50%;
 +
  height:1px;
 +
  content:"";
 +
}
 +
 +
.divider.light:after {
 +
  position:relative;
 +
  float:right;
 +
  background: linear-gradient(to left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 1) 50%);
 +
  margin-top:2px;
 +
  width:50%;
 +
  height:1px;
 +
  content:""; 
 +
}
 +
 +
.divider:before {
 +
  position:relative;
 +
  float:left;
 +
  background: linear-gradient(to right, rgba(200, 200, 200, 0), rgba(200, 200, 200, 1) 50%);
 +
  margin-top:2px;
 +
  width:50%;
 +
  height:1px;
 +
  content:"";
 +
}
 +
 +
.divider:after {
 +
  position:relative;
 +
  float:right;
 +
  background: linear-gradient(to left, rgba(100, 200, 200, 0), rgba(200, 200, 200, 1) 50%);
 +
  margin-top:2px;
 +
  width:50%;
 +
  height:1px;
 +
  content:""; 
 +
}
 +
 +
</style>
<style type="text/css">
<style type="text/css">
#animatedmenu
#animatedmenu
Line 36: Line 77:
</style>
</style>
<style type="text/css">
<style type="text/css">
-
/* ## GLOBAL VARIABLES #################### */
 
-
@mainColor: red; /* first color on page*/
 
-
@secondColor: grey; /* second color on page */
 
-
@time: 10s; /* slider animation time */
 
-
@width: 800px;
 
-
@height: 400px;
 
-
/* ## STYLES ############################## */
+
label, a {
-
@-webkit-keyframes progress {
+
   cursor: pointer;
-
   0%  { width: 0px; height: 5px; }
+
   text-decoration: none;
-
   5% { width: 0px; height: 5px; }
+
-
  85% { width: inherit; height: 5px; }
+
-
  89% { width: inherit; height: 5px; }
+
-
  91% { width: inherit; height: 0px; }
+
-
  100% { width: inherit; height: 0px; }
+
}
}
-
@-webkit-keyframes captions {
+
article
-
  3%  { height: 0px; }
+
{
-
   7% { height: 55px; }
+
   width:87.8%;
-
  82% { height: 55px; }
+
-
  87% { height: 0px; }
+
}
}
-
@-webkit-keyframes fade {
+
label, #active, img {
-
   4%  { opacity: 0; }
+
   -moz-user-select: none;
-
   15% { opacity: 1; }
+
   -webkit-user-select: none;
-
  74% { opacity: 1; }
+
-
  86% { opacity: 0; }
+
}
}
-
@-webkit-keyframes slice-top {
+
#slider {
-
  0%  { -webkit-transform: scale(1) rotate(0deg); opacity: 1; top: 0; left: 0; }
+
margin: 0 auto;
-
   90%  { -webkit-transform: scale(1) rotate(0deg); opacity: 1; top: 0; left: 0; }
+
    
-
  /*  98%  { opacity: 1; } */
+
-
  100% { -webkit-transform: scale(1.116) rotate(-25deg); opacity: 0; top: -300px; left: -100px; }
+
}
}
-
@-webkit-keyframes slice-bottom {
+
/* NEW EXPERIMENT */
-
  0%  { -webkit-transform: scale(1) rotate(0deg); opacity: 1; bottom: 0; right: 0; }
+
/* Slider Setup */
-
  90%  { -webkit-transform: scale(1) rotate(0deg); opacity: 1; bottom: 0; right: 0; }
+
input {
-
  /* 98%  { opacity: 1; } */
+
   display: none;
-
   100% { -webkit-transform: scale(1.116) rotate(-25deg); opacity: 0; bottom: -300px; right: -100px; }
+
}
}
-
a:link, a:link:before, a:link:after {
+
#slide1:checked ~ #slides .inner {
-
  font-weight: normal;
+
  margin-left: 0;
-
  text-decoration: none;
+
-
  color: white;
+
-
  content: "";
+
}
}
-
a:visited {
+
#slide2:checked ~ #slides .inner {
-
  font-weight: normal;
+
  margin-left: -100%;
-
  text-decoration: none;
+
-
  color: grey;
+
}
}
-
a:focus {
+
#slide3:checked ~ #slides .inner {
-
  font-weight: bold;
+
  margin-left: -200%;
-
  text-decoration: none;
+
}
}
-
a:hover {
+
#slide4:checked ~ #slides .inner {
-
  font-weight: normal;
+
  margin-left: -300%;
-
  text-decoration: none;
+
-
  color: lightgrey;
+
}
}
-
a:active {
+
#slide5:checked ~ #slides .inner {
-
  font-weight: normal;
+
  margin-left: -400%;
-
  text-decoration: none;
+
-
  color: grey;
+
}
}
-
#wrapper {
+
#overflow {
-
   width: @width;
+
   width: 100%;
-
  height: @height;
+
-
  margin: 20px auto;
+
-
  position: relative;
+
-
}
+
-
 
+
-
.slider {
+
-
  width: @width;
+
-
  height: @height;
+
-
  background-color: @secondColor;
+
   overflow: hidden;
   overflow: hidden;
-
  display: none;
 
-
  position: absolute;
 
}
}
-
.shadow {
+
article img {
-
  display: block;
+
   width: 100%;
-
  height: 100px;
+
-
  border-radius: 50%;
+
-
   width: 112%;
+
-
  box-shadow: #000 0px 150px 130px;
+
-
  position: absolute;
+
-
  bottom: 80px;
+
-
  left: -6%;
+
-
  z-index: -1;
+
-
  display: none;
+
}
}
-
.controls {
+
#slides .inner {
-
  position: absolute;
+
   width: 500%;
-
   width: inherit;
+
-
  height: inherit;
+
-
  z-index: 999;
+
-
  overflow: hidden;
+
}
}
-
.left {
+
#slides article {
 +
  width: 20%;
   float: left;
   float: left;
-
  -moz-transform:rotate(-45deg);
 
-
  -webkit-transform:rotate(-45deg);
 
-
  -o-transform:rotate(-45deg);
 
-
  -ms-transform:rotate(-45deg);
 
-
  transform:rotate(-45deg);
 
}
}
-
.right {
+
/* Slider Styling */
-
  float: right;
+
/* Control Setup */
-
  -moz-transform:rotate(135deg);
+
#controls {
-
   -webkit-transform:rotate(135deg);
+
   margin: -25% 0 0 0;
-
  -o-transform:rotate(135deg);
+
   width: 100%;
-
   -ms-transform:rotate(135deg);
+
   height: 50px;
-
   transform:rotate(135deg);
+
}
}
-
.arrow {
+
#controls label {
 +
  width: 50px;
   height: 50px;
   height: 50px;
-
   width: 50px;
+
   opacity: 0.3;
-
  border-top: 10px solid;
+
-
  border-left: 10px solid;
+
-
  border-color: rgba(255,255,255,0.3);
+
-
  margin: 19.5% 30px;
+
-
  cursor: pointer;
+
-
  opacity: 0;
+
-
  -webkit-animation: fade @time infinite;
+
-
  -webkit-transition:border-color 0.2s;
+
-
  -moz-transition:border-color 0.2s;
+
-
  -o-transition:border-color 0.2s;
+
-
  transition:border-color 0.2s
+
}
}
-
 
+
#controls label:hover {
-
.fade {
+
  opacity: 0.8;
-
  -webkit-animation: fade @time;
+
}
}
-
.arrow:hover {
+
#slide1:checked ~ #controls label:nth-child(2),
-
  border-color: rgba(255,255,255,0.7);
+
#slide2:checked ~ #controls label:nth-child(3),
 +
#slide3:checked ~ #controls label:nth-child(4),
 +
#slide4:checked ~ #controls label:nth-child(5),
 +
#slide5:checked ~ #controls label:nth-child(1) {
 +
  background: url("http://csscience.com/responsiveslidercss3/next.png") no-repeat;
 +
  float: right;
 +
  margin: 0 -70px 0 0;
 +
  display: block;
}
}
-
.progressbar {
+
#slide1:checked ~ #controls label:nth-child(5),
-
  position: absolute;
+
#slide2:checked ~ #controls label:nth-child(1),
-
  bottom: 0px;
+
#slide3:checked ~ #controls label:nth-child(2),
-
  height: 5px;
+
#slide4:checked ~ #controls label:nth-child(3),
-
   background-color: @mainColor;
+
#slide5:checked ~ #controls label:nth-child(4) {
-
   z-index: 999;
+
   background: url("http://csscience.com/responsiveslidercss3/prev.png") no-repeat;
-
   -webkit-animation: progress @time linear infinite;
+
   float: left;
 +
   margin: 0 0 0 -70px;
 +
  display: block;
}
}
-
.captions {
+
/* Info Box */
 +
.info {
 +
  line-height: 20px;
 +
  margin: 0 0 -150%;
   position: absolute;
   position: absolute;
-
   bottom: 0px;
+
   padding: 30px 30px;
-
  width: inherit;
+
-
  height: 0px;
+
-
 
+
-
  background-color: rgba(0,0,0,0.4);
+
-
  -webkit-animation: captions @time infinite;
+
-
  -webkit-transition: background-color 0.2s;
+
-
  -moz-transition: background-color 0.2s;
+
-
  -o-transition: background-color 0.2s;
+
-
  transition: background-color 0.2s
+
-
}
+
-
 
+
-
.captions:hover {
+
-
  background-color: rgba(0,0,0,0.8);
+
-
  cursor: pointer;
+
-
 
+
-
}
+
-
 
+
-
.captions span {
+
-
  position: absolute;
+
-
  z-index: 999;
+
-
  bottom: 5px;
+
-
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
+
-
  color: white;
+
-
  font-weight: lighter;
+
   opacity: 0;
   opacity: 0;
-
   font-size: large;
+
   text-align: left;
-
  padding: 0px 20px;
+
-
  line-height: 50px;
+
-
  cursor: pointer;
+
-
  -webkit-font-smoothing: antialiased;
+
-
  -webkit-animation: fade @time infinite;
+
}
}
-
.images {
+
.info h3 {
-
display: none;
+
   margin: 0 0 5px;
-
   position: absolute;
+
   font-size: 22px;
-
   width: inherit;
+
   font-style: normal;
-
   height: inherit;
+
}
}
-
.images img {
+
/* Animation */
-
   position: absolute;
+
#slides .inner {
-
   display: none;
+
   -webkit-transform: translateZ(0);
-
   width: inherit;
+
   -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
-
   height: inherit;
+
   -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
 +
   -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
 +
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
 +
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
 +
  /* easeInOutQuart */
 +
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
 +
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
 +
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
 +
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
 +
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
 +
  /* easeInOutQuart */
}
}
-
.image {
+
#slider {
-
  position: absolute;
+
  -webkit-transform: translateZ(0);
-
  width: inherit;
+
  -webkit-transition: all 0.5s ease-out;
 +
  -moz-transition: all 0.5s ease-out;
 +
  -o-transition: all 0.5s ease-out;
 +
  transition: all 0.5s ease-out;
}
}
-
.slice-top {
+
#controls label {
-
  top: 0;
+
  -webkit-transform: translateZ(0);
-
  height: 50%;
+
  -webkit-transition: opacity 0.2s ease-out;
-
  background-color: green;
+
  -moz-transition: opacity 0.2s ease-out;
-
  -webkit-transform-origin: top center;
+
  -o-transition: opacity 0.2s ease-out;
-
  -webkit-animation: slice-top @time infinite;
+
  transition: opacity 0.2s ease-out;
}
}
-
.slice-bottom {
+
#slide1:checked ~ #slides article:nth-child(1) .info,
-
  bottom: 0;
+
#slide2:checked ~ #slides article:nth-child(2) .info,
-
  height: 50%;
+
#slide3:checked ~ #slides article:nth-child(3) .info,
-
  background-color: green;
+
#slide4:checked ~ #slides article:nth-child(4) .info,
-
  -webkit-transform-origin: bottom center;
+
#slide5:checked ~ #slides article:nth-child(5) .info {
-
  -webkit-animation: slice-bottom @time infinite;
+
  opacity: 1;
 +
  -webkit-transition: all 1s ease-out 0.6s;
 +
  -moz-transition: all 1s ease-out 0.6s;
 +
  -o-transition: all 1s ease-out 0.6s;
 +
  transition: all 1s ease-out 0.6s;
}
}
-
/*
+
.info, #controls, #slides, #active, #active label, .info h3 {
-
#slider:hover .progressbar, #slider:hover .arrow, #slider:hover .fade, #slider:hover .slice-top, #slider:hover .slice-bottom, #slider:hover .captions, #slider:hover .captions span {
+
  -webkit-transform: translateZ(0);
-
  -webkit-animation-play-state: paused;
+
  -webkit-transition: all 0.5s ease-out;
 +
  -moz-transition: all 0.5s ease-out;
 +
  -o-transition: all 0.5s ease-out;
 +
  transition: all 0.5s ease-out;
}
}
-
#slider div, #slider span {
+
/* Responsive Styling */
-
  -webkit-animation-iteration-count: 1 !important;
+
@media only screen and (max-width: 850px) and (min-width: 450px) {
-
} */
+
  #slider #controls {
 +
    margin: -25% 0 0 15%;
 +
    width: 70%;
 +
    height: 50px;
 +
  }
-
/* LOADER */
+
  #slider #controls label {
-
@-webkit-keyframes rotate {
+
    -moz-transform: scale(0.8);
-
  0% { opacity: .2; -webkit-transform: rotateZ(-360deg); }
+
    -webkit-transform: scale(0.8);
-
  50% { opacity: 1; -webkit-transform: rotateZ(0deg); }
+
    -o-transform: scale(0.8);
-
  100% { opacity: .2; -webkit-transform: rotateZ(360deg); }
+
    -ms-transform: scale(0.8);
 +
    transform: scale(0.8);
 +
  }
}
}
 +
@media only screen and (max-width: 450px) {
 +
  #slider #controls {
 +
    margin: -28% 0 0 24%;
 +
    width: 50%;
 +
    height: 50px;
 +
  }
-
.loader {
+
  #slider #slides {
-
  top: ~"calc(50% - 53px)";
+
    padding: 1% 0;
-
  left: ~"calc(50% - 53px)";
+
    -webkit-border-radius: 0px;
-
  height: 100px;
+
    -moz-border-radius: 0px;
-
  width: 100px;
+
    border-radius: 0px;
-
   display: none;
+
   }
-
}
+
-
.loader, .loader:before, .loader:after {
+
  #slider #controls label {
-
  position: absolute;
+
    -moz-transform: scale(0.6);
-
  border: 3px solid transparent;
+
    -webkit-transform: scale(0.6);
-
  border-top: 3px solid @mainColor;
+
    -o-transform: scale(0.6);
-
  border-radius: 50%;
+
    -ms-transform: scale(0.6);
-
  -webkit-animation: rotate linear infinite;
+
    transform: scale(0.6);
-
  -webkit-animation-duration: 1.05s;
+
   }
-
   content: '';
+
}
}
-
.loader:before {
 
-
  height: 75px;
 
-
  width: 75px;
 
-
  top: 10px;
 
-
  left: 10px;
 
-
  -webkit-animation-duration: 6s;
 
-
}
 
-
 
-
.loader:after {
 
-
  height: 50px;
 
-
  width: 50px;
 
-
  top: 22px;
 
-
  left: 22px;
 
-
  -webkit-animation-duration: 3s;
 
-
}
 
</style>
</style>
Line 326: Line 296:
</head>
</head>
<body>
<body>
-
<p>sdasd</p>
+
<article id="slider">
 +
     
 +
      <!-- Slider Setup -->
 +
     
 +
      <input checked type="radio" name="slider" id="slide1"/>
 +
      <input type="radio" name="slider" id="slide2" />
 +
      <input type="radio" name="slider" id="slide3" />
 +
      <input type="radio" name="slider" id="slide4" />
 +
      <input type="radio" name="slider" id="slide5" />
 +
     
 +
      <!-- The Slider -->
 +
     
 +
      <div id="slides">
 +
       
 +
        <div id="overflow">
 +
         
 +
          <div class="inner">
 +
           
 +
            <article>
 +
              <img src="https://static.igem.org/mediawiki/2014hs/7/78/900400.png">
 +
            </article>
 +
           
 +
            <article>
 +
              <img src="https://static.igem.org/mediawiki/2014hs/b/b6/900x400-2.jpg">
 +
            </article>
 +
           
 +
            <article>
 +
              <img src="https://static.igem.org/mediawiki/2014hs/0/0e/HumanPractices.png">
 +
            </article>
 +
           
 +
            <article>
 +
              <img src="https://static.igem.org/mediawiki/2014hs/3/3c/Teamselfie.png">
 +
            </article>
 +
           
 +
            <article>
 +
              <img src="https://static.igem.org/mediawiki/2014hs/6/6f/Resultauc.png">
 +
            </article>
 +
           
 +
          </div> <!-- .inner -->
 +
         
 +
        </div> <!-- #overflow -->
 +
       
 +
      </div> <!-- #slides -->
 +
     
 +
      <!-- Controls and Active Slide Display -->
 +
     
 +
      <div id="controls">
 +
       
 +
        <label for="slide1"></label>
 +
        <label for="slide2"></label>
 +
        <label for="slide3"></label>
 +
        <label for="slide4"></label>
 +
        <label for="slide5"></label>
 +
       
 +
      </div> <!-- #controls -->
 +
     
 +
      <div id="active">
 +
       
 +
        <label for="slide1"></label>
 +
        <label for="slide2"></label>
 +
        <label for="slide3"></label>
 +
        <label for="slide4"></label>
 +
        <label for="slide5"></label>
 +
       
 +
      </div> <!-- #active -->
 +
     
 +
    </article> <!-- #slider -->
 +
    <br/>
 +
<br/>
 +
<br/>
 +
<br/>
 +
<br/>
 +
<br/>
 +
<br/>
 +
<br/>
 +
<br/>
 +
<br/>
 +
<div class="light-background">
 +
  <div class="width80">
 +
    <div class="divider" />
 +
  </div>
 +
</div>
 +
 
 +
 
<div id="animatedmenu">
<div id="animatedmenu">
<div class="container">
<div class="container">
<ul id="sti-menu" class="sti-menu">
<ul id="sti-menu" class="sti-menu">
<li data-hovercolor="#37c5e9">
<li data-hovercolor="#37c5e9">
-
<a href="#">
+
<a href="https://2014hs.igem.org/Team:AUC_TURKEY/Project/Introduction">
-
<h2 data-type="mText" class="sti-item">Project</h2>
+
<h2 data-type="mText" class="sti-item">Introduction</h2>
<h3 data-type="sText" class="sti-item">Story of a color wizard</h3>
<h3 data-type="sText" class="sti-item">Story of a color wizard</h3>
<span data-type="icon" class="sti-icon sti-icon-care sti-item"></span>
<span data-type="icon" class="sti-icon sti-icon-care sti-item"></span>
Line 338: Line 391:
</li>
</li>
<li data-hovercolor="#ff395e">
<li data-hovercolor="#ff395e">
-
<a href="#">
+
<a href="https://2014hs.igem.org/Team:AUC_TURKEY/Notebook//Timeline">
<h2 data-type="mText" class="sti-item">Notebook</h2>
<h2 data-type="mText" class="sti-item">Notebook</h2>
<h3 data-type="sText" class="sti-item">The day by day process</h3>
<h3 data-type="sText" class="sti-item">The day by day process</h3>
Line 345: Line 398:
</li>
</li>
<li data-hovercolor="#57e676">
<li data-hovercolor="#57e676">
-
<a href="#">
+
<a href="https://2014hs.igem.org/Team:AUC_TURKEY/Team/Participants">
-
<h2 data-type="mText" class="sti-item">Team</h2>
+
<h2 data-type="mText" class="sti-item">Participants</h2>
<h3 data-type="sText" class="sti-item">Hardworking guys</h3>
<h3 data-type="sText" class="sti-item">Hardworking guys</h3>
<span data-type="icon" class="sti-icon sti-icon-info sti-item"></span>
<span data-type="icon" class="sti-icon sti-icon-info sti-item"></span>
Line 352: Line 405:
</li>
</li>
<li data-hovercolor="#d869b2">
<li data-hovercolor="#d869b2">
-
<a href="#">
+
<a href="https://2014hs.igem.org/Team:AUC_TURKEY/Results/Functional_Essay">
-
<h2 data-type="mText" class="sti-item">Human Practices</h2>
+
<h2 data-type="mText" class="sti-item">Assay</h2>
-
<h3 data-type="sText" class="sti-item">Let's show people what we got</h3>
+
<h3 data-type="sText" class="sti-item">Are those proteins working?</h3>
<span data-type="icon" class="sti-icon sti-icon-family sti-item"></span>
<span data-type="icon" class="sti-icon sti-icon-family sti-item"></span>
</a>
</a>
</li>
</li>
<li data-hovercolor="#ffdd3f">
<li data-hovercolor="#ffdd3f">
-
<a href="#">
+
<a href="https://2014hs.igem.org/Team:AUC_TURKEY/Human_Practices/Future_Plan">
-
<h2 data-type="mText" class="sti-item">Outreach</h2>
+
<h2 data-type="mText" class="sti-item">Future Plans</h2>
-
<h3 data-type="sText" class="sti-item">iGem all over the world</h3>
+
<h3 data-type="sText" class="sti-item">What we are looking forward to</h3>
<span data-type="icon" class="sti-icon sti-icon-technology sti-item"></span>
<span data-type="icon" class="sti-icon sti-icon-technology sti-item"></span>
</a>
</a>
Line 389: Line 442:
</body>
</body>
-
<body>
+
 
-
<div id="wrapper">
+
-
  <div class="loader"></div>
+
-
  <div class="slider">
+
-
    <div class="images">
+
-
      <img id="1" src="http://placehold.it/1000x450&text=Bild+1" data-href="http://google.de" data-caption="Test-Bild 1 (GOOGLE)" />
+
-
<img id="2" src="http://placehold.it/1000x450&text=Bild+2" data-href="http://bing.com" data-caption="Test-Bild 2 (BING)" />
+
-
<img id="3" src="http://placehold.it/1000x450&text=Bild+3" data-href="http://facebook.com" data-caption="Test-Bild 3 (FACEBOOK)" />
+
-
</div>
+
-
<div class="controls">
+
-
<div class="arrow left"></div>
+
-
<div class="arrow right"></div>
+
-
<div class="progressbar"></div>
+
-
<div class="captions">
+
-
<span>Bildunterschrift</span>
+
-
</div>
+
-
</div><!--
+
-
<div class="image slice-top"></div>
+
-
<div class="image slice-bottom"></div>-->
+
-
</div>
+
-
  <div class="shadow"></div>
+
-
</div>
+
-
</body>
+
</html>
</html>

Latest revision as of 17:30, 26 April 2015

Back to top Take a Tour