Difference between revisions of "Team:CCA SanDiego/Notebook"

(Prototype team page)
 
Line 1: Line 1:
{{CCA_SanDiego}}
 
 
<html>
 
<html>
 +
<head>
 +
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
 +
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
 +
<script src="https://static.igem.org/mediawiki/2015/4/47/Cca_sanDiego_bootstrap.txt"></script>
 +
<script>
  
<h2>Notebook</h2>
 
  
<p> Document the dates you worked on your project.</p>
+
$(document).ready(function(){
 +
$(".firstHeading").remove();
 +
// navigation click actions
 +
}
 +
);
  
<h5>What should this page have?</h5>
+
</script>
<ul>
+
<style>
<li>Chronological notes of what your team is doing.</li>
+
#content{
<li> Brief descriptions of daily important events.</li>
+
width:100%
<li>Pictures of your progress. </li>
+
}
<li>Mention who participated in what task.</li>
+
#bodyContent{
</ul>
+
width:100%
 
+
}
 
+
</style>
<h4>Inspiration</h4>
+
</head>
<p>You can see what others teams have done to organize their notes:</p>
+
<body>
 
+
<div id ="mainContainer" class="container">
<ul>  
+
<div class="row">
<li><a href="https://2014.igem.org/Team:ATOMS-Turkiye/Notebook">2014 ATOMS-Turkiye</a></li>
+
<div class="twelve columns">
<li><a href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_project.html#tab_notebook">2014 Tec Monterrey</a></li>
+
<nav class="navbar navbar-default">
<li><a href="https://2014.igem.org/Team:Kyoto/Notebook/Magnetosome_Formation#title">2014 Kyoto</a></li>
+
<div class="container-fluid">
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
+
<div class="navbar-header">
 +
<a class="navbar-brand" href="https://2015.igem.org/Team:CCA_SanDiego">CCA San Diego iGEM</a>
 +
</div>
 +
<div>
 +
<ul class="nav navbar-nav">
 +
<li><a href="https://2015.igem.org/Team:CCA_SanDiego/Project">Project</a></li>
 +
<li><a href="https://2015.igem.org/Team:CCA_SanDiego/Team">Team</a></li>
 +
<li><a href="https://2015.igem.org/Team:CCA_SanDiego/Notebook">Notebook</a></li>
 +
<li><a href="https://2015.igem.org/Team:CCA_SanDiego/Attributions">Attributions</a></li>
 +
<li><a href="https://2015.igem.org/Team:CCA_SanDiego/HumanPractice">Human Practice</a></li>
 
</ul>
 
</ul>
 +
</div>
 +
</div>
 +
</nav>
 +
</div>
 +
</div>
 +
<div class="row">
 +
<!-- Start of content -->
 +
<div id="contentContainer" class="twelve columns">
 +
<!-- PUT YOUR CONTENT HERE -->
  
 +
<!-- END OF CONTENT -->
 +
</div>
 +
</div>
 
</div>
 
</div>
 +
</body>
 
</html>
 
</html>

Revision as of 22:00, 8 September 2015