Difference between revisions of "Team:Gaston Day School/Notebook"
Line 7: | Line 7: | ||
<script> | <script> | ||
var prevDay = ""; | var prevDay = ""; | ||
+ | var prevColor = ""; | ||
window.onload = function() | window.onload = function() | ||
Line 32: | Line 33: | ||
} | } | ||
prevDay = month+""+day; | prevDay = month+""+day; | ||
+ | prevColor = document.getElementById(month+" "+day).style.bgcolor | ||
document.getElementById(month+""+day).style.display = "block"; | document.getElementById(month+""+day).style.display = "block"; | ||
− | document.getElementById(month+""+day).style.bgcolor = "#D1D1D1"; | + | document.getElementById(month+" "+day).style.bgcolor = "#D1D1D1"; |
} | } | ||
</script> | </script> |
Revision as of 05:53, 24 July 2015
Notebook
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:
Disable Information
Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday |
---|---|---|---|---|---|---|
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 |