Difference between revisions of "Team:Exeter/Notebook"

Line 33: Line 33:
 
             var textExtracted = notes.match(re);
 
             var textExtracted = notes.match(re);
 
             if (textExtracted != null) {   
 
             if (textExtracted != null) {   
             var toShow = "<h1>" + textExtracted[0].slice(0,10) + "</h1>" + textExtracted[0].slice(14);
+
             var toShow = "<h2>" + textExtracted[0].slice(0,10) + "</h2>" + textExtracted[0].slice(14);
 
             console.log(toShow);
 
             console.log(toShow);
 
             } else {
 
             } else {
Line 96: Line 96:
 
     <div class="col-md-4"></div>
 
     <div class="col-md-4"></div>
 
     <div class="col-md-4">
 
     <div class="col-md-4">
    <p>
+
    <h1>Exeter iGEM's Notebook</h1>
 +
    <p>
 
       Find out what we did in the lab on any given day by clicking on the date in the calendar.
 
       Find out what we did in the lab on any given day by clicking on the date in the calendar.
    </p>
+
    </p>
 
     </div>
 
     </div>
 
     <div class="col-md-6">
 
     <div class="col-md-6">

Revision as of 14:06, 31 August 2017

Exeter iGEM's Notebook

Find out what we did in the lab on any given day by clicking on the date in the calendar.