Difference between revisions of "Team:RHIT/Notebook"

Line 10: Line 10:
 
       $("#notebook").show();
 
       $("#notebook").show();
 
       $("#protocol").hide();
 
       $("#protocol").hide();
 +
      $("#Log").hide();
 
                               });
 
                               });
 
     $("#protocoltab").click(function() {
 
     $("#protocoltab").click(function() {
 
       $("#notebook").hide();
 
       $("#notebook").hide();
 
       $("#protocol").show();
 
       $("#protocol").show();
 +
      $("#Log").hide();
 +
                              });
 +
    $("#logtab").click(function() {
 +
      $("#notebook").hide();
 +
      $("#protocol").hide();
 +
      $("#Log").show();
 
                               });
 
                               });
 
     $("#6418").click(function(){
 
     $("#6418").click(function(){
Line 49: Line 56:
 
     padding:10px;
 
     padding:10px;
 
     width:87%;
 
     width:87%;
     z-index:3;
+
     z-index:3;  
 +
}
  
      
+
.log {
 +
     position:absolute;
 +
    top:200px;
 +
    left:50px;
 +
    background-color:green;
 +
    width:87%;
 +
    display:none;
 +
    padding:20px;
 +
    z-index:3;
 +
    padding:10px;
 
}
 
}
  
Line 75: Line 92:
 
     text-align: center;
 
     text-align: center;
 
}
 
}
 +
 +
.logTab {
 +
    position:absolute;
 +
    left:400px;
 +
    top:150px;
 +
    height:50px;
 +
    padding:10px;
 +
    background-color:green;
 +
    border-radius: 10px;
 +
    text-align: center;
 +
}
 +
 +
 +
 
.week {
 
.week {
 
     border-bottom:0px;  
 
     border-bottom:0px;  
Line 140: Line 171:
  
  
 +
</div>
  
  
 
</div>
 
 
<div class = "protocolsTab" id="protocoltab"> <h1 style="vertical-align:middle">Protocols</h1> </div>
 
<div class = "protocolsTab" id="protocoltab"> <h1 style="vertical-align:middle">Protocols</h1> </div>
 
<div class = "protocols" id="protocol">   
 
<div class = "protocols" id="protocol">   
Line 149: Line 179:
 
   <div class = "num" id="1"> Specific details on that protocol </div>
 
   <div class = "num" id="1"> Specific details on that protocol </div>
  
 +
</div>
  
 +
<div class = "logTab" id="logtab"> <h1> Log Events </h1> </div>
 +
<div class = "log" id="Log">
 +
</div>
  
  
 
</div>
 
  
 
</div>
 
</div>

Revision as of 15:47, 12 July 2018




Notebook

Week 1
6/4/18
Today we had bootcamp notes
6/5/18
Guess what? More bootcamp notes

Protocols

Some Protocol Name
Specific details on that protocol

Log Events

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: