Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <head> | |
− | + | <link href="//fonts.googleapis.com/css?family=PT+Sans:400italic,400,700italic,700" rel="stylesheet" type="text/css"> | |
− | + | </head> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <body> | |
− | + | <div class="w3-content w3-display-container"> | |
− | + | <img class="mySlides" src="https://static.igem.org/mediawiki/2018/e/e0/T--UC_Davis--20180619_103945.jpg" width="967px" height="400/"> | |
− | + | <img class="mySlides" src="https://static.igem.org/mediawiki/2018/a/af/T--UC_Davis--blah2.jpg" width="967px" height="400/"> | |
− | + | <img class="mySlides" src="https://static.igem.org/mediawiki/2018/d/d5/T--UC_Davis--blah1.jpg" width="967px" height="400/"> | |
− | + | <button class="w3-button w3-display-left" onclick="plusDivs(-1)">❮</button> | |
− | + | <button class="w3-button w3-display-right" onclick="plusDivs(+1)">❯</button> | |
− | + | ||
− | + | ||
− | + | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <script> | |
− | + | var slideIndex = 1; | |
− | + | showDivs(slideIndex); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | function plusDivs(n) { | |
− | + | showDivs(slideIndex += n); | |
+ | } |
Revision as of 19:00, 3 July 2018