Difference between revisions of "Team:Duke/Notebook"

Line 2: Line 2:
 
<html>
 
<html>
  
 +
<head>
  
 +
label:hover {
 +
  color: #000;
 +
}
 +
#expand {
 +
  height: 0px;
 +
  overflow: hidden;
 +
  transition: height 0.5s;
 +
  color: #FFF;
 +
}
 +
#toggle:checked ~ #expand {
 +
  height: 250px;
 +
}
 +
#toggle:checked ~ label::before {
 +
  content: "-";
 +
}
 +
 +
</head>
 +
 +
<body>
 +
<h2>Notebook </h2>
 +
  <input id="toggle" type="checkbox" checked>
 +
  <label for="toggle"><h2>Week 1: May </h2></label>
 +
  <div id="expand">
 +
    <section>
 +
      <p>Began modeling Theromostability</p>
 +
    </section>
 +
  </div>
 +
</body>
 +
</body>
  
 
<div class="column full_size">
 
<div class="column full_size">

Revision as of 17:16, 12 October 2017

label:hover { color: #000; } #expand { height: 0px; overflow: hidden; transition: height 0.5s; color: #FFF; } #toggle:checked ~ #expand { height: 250px; } #toggle:checked ~ label::before { content: "-"; }

Notebook

Began modeling Theromostability

Notebook

Document the dates you worked on your project. This should be a detailed account of the work done each day for 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: