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

m
m
Line 95: Line 95:
 
.month-calendar {
 
.month-calendar {
  
width: 250px;
+
  width: 250px;
float:left;
+
  float:left;
padding: 5px 5px 5px 5px;
+
  padding: 5px 5px 5px 5px;
 
}
 
}
  
 
tr {
 
tr {
line-height: 0px;  
+
  line-height: 0px;  
text-align:center;  
+
  text-align:center;  
 +
}
 +
 
 +
td.selected-date{
 +
bgcolor="#ADD8E6"
 
}
 
}
  
Line 520: Line 524:
 
   for (i = 0; i < slides.length; i++) {
 
   for (i = 0; i < slides.length; i++) {
 
       slides[i].style.display = "none";  
 
       slides[i].style.display = "none";  
console.log(i)
+
      console.log(i)
 
+
 
   }
 
   }
 +
 
   for (i = 0; i < dots.length; i++) {
 
   for (i = 0; i < dots.length; i++) {
 
       dots[i].className = dots[i].className.replace(" active", "");
 
       dots[i].className = dots[i].className.replace(" active", "");
 
   }
 
   }
 +
 
   slides[slideIndex-1].style.display = "block";  
 
   slides[slideIndex-1].style.display = "block";  
 
   dots[slideIndex-1].className += " active";
 
   dots[slideIndex-1].className += " active";
 +
 
}
 
}
  
 
</script>
 
</script>
 +
 +
<script>
 +
var acc = document.getElementsByClassName("calendar-date");
 +
var i;
 +
var j;
 +
for (i = 0; i < acc.length; i++) {
 +
 +
    acc[i].onclick = function(){
 +
        this.classList.addClass("selected-date");
 +
        showSlides(i+1);
 +
       
 +
        for (j = 0; j < acc.length; j++) {
 +
            if ( this!=acc[j] ) {
 +
                acc[j].classList.remove("selected-date");
 +
            }
 +
        }
 +
  }
 +
}
 +
</script>
 +
 +
 +
 +
 +
  
 
</html>
 
</html>

Revision as of 22:48, 21 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
1 / 3


Stuff that happened on day 1

Caption One
2 / 3


Stuff that happened on day 2

Caption Two
3 / 3


Stuff that happened on day 3

Caption Three