Difference between revisions of "Team:WashU StLouis/Notebook"

m (Added Calendars)
m (slideshow)
Line 325: Line 325:
 
   </table>
 
   </table>
 
   <div class="kyoto-spacer"></div>
 
   <div class="kyoto-spacer"></div>
 +
 +
<h2 class="w3-center">Manual Slideshow</h2>
 +
 +
<div class="w3-content" style="max-width:800px;position:relative">
 +
 +
<img class="mySlides" src="http://lorempixel.com/400/200/nature/3/" style="width:100%">
 +
<img class="mySlides" src="http://lorempixel.com/400/200/nature/3/" style="width:100%">
 +
<img class="mySlides" src="http://lorempixel.com/400/200/nature/3/" style="width:100%">
 +
<img class="mySlides" src="http://lorempixel.com/400/200/nature/3/" style="width:100%">
 +
 +
<a class="w3-btn-floating" style="position:absolute;top:45%;left:0" onclick="plusDivs(-1)">❮</a>
 +
<a class="w3-btn-floating" style="position:absolute;top:45%;right:0" onclick="plusDivs(1)">❯</a>
 +
 +
</div>
 +
 +
<script>
 +
var slideIndex = 1;
 +
showDivs(slideIndex);
 +
 +
function plusDivs(n) {
 +
  showDivs(slideIndex += n);
 +
}
 +
 +
function showDivs(n) {
 +
  var i;
 +
  var x = document.getElementsByClassName("mySlides");
 +
  if (n > x.length) {slideIndex = 1}
 +
  if (n < 1) {slideIndex = x.length}
 +
  for (i = 0; i < x.length; i++) {
 +
    x[i].style.display = "none";
 +
  }
 +
  x[slideIndex-1].style.display = "block";
 +
}
 +
</script>
 +
 
</div>
 
</div>
 
</html>
 
</html>

Revision as of 19:57, 17 June 2016

Document the dates you worked on your project.

What should this page have?
  • Chronological notes of what your team is doing.
  • Brief descriptions of daily important events.
  • Pictures of your progress.
  • Mention who participated in what task.
Inspiration

You can see what others teams have done to organize their notes:

June
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30
July
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
August
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
September
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30
October
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31

Manual Slideshow