(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | + | <!DOCTYPE html> | |
− | <html> | + | |
+ | <html class="no-js"> | ||
− | < | + | <style> /********************************* WIKI RESET ********************************/ |
+ | |||
+ | #sideMenu, #top_title { | ||
+ | display:none; | ||
+ | } | ||
+ | #content { | ||
+ | padding:0px; | ||
+ | width:100% !important; | ||
+ | margin-top:-26px; | ||
+ | margin-left:0px ; | ||
+ | font-family:"Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; | ||
+ | } | ||
+ | body { | ||
+ | background-color: black; | ||
+ | font-family:"Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; | ||
+ | } | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | ||
+ | font-family:"Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; | ||
+ | } | ||
+ | }</style> | ||
+ | |||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <title>Notebook</title> | ||
+ | <meta name="description" content="notebook"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <!--Stylesheets--> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/bootstrapCSS?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/styles?action=raw&ctype=text/css"> <!--For nav bar text--> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/mainCSS?action=raw&ctype=text/css"> | ||
+ | <!-- JavaScript Files--> | ||
+ | <script src="https://2017.igem.org/Team:Cornell/jquerymin?action=raw&ctype=text/javascript" type="text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2017.igem.org/Team:Cornell/mainJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | </head> | ||
− | < | + | <!------------------------NAV BAR------------------------> |
− | + | ||
+ | <body class="ex-layout"> | ||
+ | <div class="main-nav-wrapper nav-wrapper-1-creative"> | ||
+ | <nav> | ||
+ | <div class="main-nav main-nav-1 creative-page nav-content-toggle"> | ||
+ | <div class="container"> | ||
+ | <div class="nav-logo"> | ||
+ | <a href="index.html"><img src="https://static.igem.org/mediawiki/2017/1/1d/CornellOxyponicsLogo.png" alt="Oxyponics"></a> | ||
+ | </div> | ||
+ | <ul class="nav-main-menu nav-content-item"> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/home">HOME</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Description">ABOUT</a></li> | ||
+ | <li class="mega-menu menu-5-col"><a href="#">TOOLKIT</a> | ||
+ | <ul class="mega-menu-content"> | ||
+ | <li class="menu-title"><a href="#">WET LAB</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Proof">HYDROSENSE</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Parts">PARTS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Protocol">PROTOCOLS</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="menu-title"><a href="#">PRODUCT DEVELOPMENT</a> | ||
+ | <ul> | ||
+ | <li><a href="">OVERVIEW</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Hardware">OXYPONICS SYSTEM</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Software">DASHBOARD</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Design">DESIGN PROCESS</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="menu-title"><a href="#">MATHEMATICAL MODELING</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Model">MODELING</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Animation">ANIMATION</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="menu-title"><a href="#">DOCUMENTATION</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Notebook">NOTEBOOK</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Safety">SAFETY</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">HUMAN CENTERED DESIGN</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/HP/Gold_Integrated">PRACTICES</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Policies">POLICIES</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Entrepreneurship">ENTREPRENEURSHIP</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">OUTREACH</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Connections">CONNECTIONS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Engagement">PUBLIC ENGAGEMENT</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">TEAM</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Team">BIOS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Sponsors">SPONSORS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Attributions">ATTRIBUTIONS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/officialprofile">OFFICIAL PROFILE</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="nav-main-menu small-screen"> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/home">HOME</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Description">ABOUT</a> | ||
+ | </li> | ||
+ | <li><a href="#">TOOLKIT</a> | ||
+ | <ul> | ||
+ | <li><a href="#">WET LAB</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Proof">HYDROSENSE</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Parts">PARTS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Protocol">PROTOCOLS</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">PRODUCT DEVELOPMENT</a> | ||
+ | <ul> | ||
+ | <li><a href="">OVERVIEW</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Hardware">OXYPONICS SYSTEM</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Software">DASHBOARD</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Design">DESIGN PROCESS</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">MATHEMATICAL MODELING</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Model">MODELING</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Animation">ANIMATION</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">DOCUMENTATION</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Notebook">NOTEBOOK</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Safety">SAFETY</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">HUMAN CENTERED DESIGN</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/HP/Gold_Integrated">PRACTICES</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Policies">POLICIES</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Entrepreneurship">ENTREPRENEURSHIP</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">OUTREACH</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Connections">CONNECTIONS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Engagement">PUBLIC ENGAGEMENT</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Team">TEAM</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Team">BIOS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Sponsors">SPONSORS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Attributions">ATTRIBUTIONS</a></li> | ||
+ | <li><a href="">OFFICIAL PROFILE</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <div class="nav-hamburger-wrapper"> | ||
+ | <div class="cell-vertical-wrapper"> | ||
+ | <div class="cell-middle"> | ||
+ | <div class="nav-hamburger"><span></span></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </nav> | ||
+ | </div> | ||
+ | <main> | ||
+ | <!------------------------END NAV BAR------------------------> | ||
+ | |||
+ | |||
+ | <!------------------------CONTENT------------------------> | ||
+ | <div class="container-fluid notebook-banner-wrapper"> | ||
+ | <svg width=100% height="300"> | ||
+ | <rect width=100% height="300" style="fill:rgb(86,113,81);fill-opacity:0.3;" /> | ||
+ | <text text-anchor="middle" alignment-baseline="middle" text-anchor="middle" x=50% y=50% style="font-family: 'Source Sans Pro', sans-serif;" font-size="65">Notebook</text> | ||
+ | </svg> | ||
+ | |||
+ | </div> | ||
+ | <section class="notebookContent"> | ||
+ | <div class="container"> | ||
+ | |||
+ | <div class="row"> | ||
+ | |||
+ | <div class="col-sm-1"></div> | ||
+ | <div class="col-sm-10"> | ||
+ | <h3 class="notebookSubheading"><center>FEBRUARY 27TH TO MARCH 5TH</center> </h3> | ||
+ | |||
+ | <div class="notebookp"> | ||
+ | <b>Wet Lab:</b> Wet Lab members began training, starting with sterile technique, growing cultures, miniprep, and PCR. | ||
+ | </div> | ||
+ | |||
+ | <div class="notebookp"> | ||
+ | <b>Product Development:</b> Product Development members began familiarizing themselves with Fusion 360. | ||
</div> | </div> | ||
− | <div class=" | + | |
+ | <div class="notebookp"> | ||
+ | <b>Wiki:</b> Wiki subteam learned the basics of HTML/CSS during an hour-long HTML class, and worked on an HTML/CSS Project due Thursday, 3/16. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | <div class=" | + | |
− | + | <div class="col-sm-1"></div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | </section> | ||
+ | |||
+ | <section class="notebookContentGray"> | ||
+ | <div class="container"> | ||
− | <div class=" | + | <div class="row"> |
− | + | ||
− | + | ||
− | < | + | <div class="col-sm-1"></div> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
+ | <div class="col-sm-10"> | ||
+ | <h3 class="notebookSubheading"><center>FEBRUARY 27TH TO MARCH 5TH</center> </h3> | ||
+ | |||
+ | <div class="notebookp"> | ||
+ | <b>Wet Lab:</b> Wet Lab members began training, starting with sterile technique, growing cultures, miniprep, and PCR. | ||
</div> | </div> | ||
+ | |||
+ | <div class="notebookp"> | ||
+ | <b>Product Development:</b> Product Development members began familiarizing themselves with Fusion 360. | ||
+ | </div> | ||
+ | |||
+ | <div class="notebookp"> | ||
+ | <b>Wiki:</b> Wiki subteam learned the basics of HTML/CSS during an hour-long HTML class, and worked on an HTML/CSS Project due Thursday, 3/16. | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="col-sm-1"></div> | ||
+ | |||
+ | </div> <!-- row --> | ||
+ | |||
+ | </div> <!-- container --> | ||
+ | </section> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!------------------------END CONTENT------------------------> | ||
+ | |||
+ | |||
+ | <!------------------------FOOTER------------------------> | ||
+ | <footer class="footer-preset-04"> | ||
+ | <div class="social-04"> | ||
+ | <a class="footerIconWrapper" href="https://www.facebook.com/cornelligem/"> | ||
+ | <div class="overlay"></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/0/0b/CornellFacebookIcon.png" height="20px"></a> | ||
+ | <a class="footerIconWrapper" href="https://twitter.com/cugem"> | ||
+ | <div class="overlay"></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/5/50/CornellTwitterIcon.png" height="20px"> | ||
+ | </a> | ||
+ | <a class="footerIconWrapper" href="https://www.instagram.com/cugem/"> | ||
+ | <div class="overlay"></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/3/36/CornellInstagramIcon.png" height="20px"> | ||
+ | </a> | ||
+ | <a class="footerIconWrapper" href="https://www.youtube.com/channel/UCGmkfjoDXGLms_9LyA93Dwg"> | ||
+ | <div class="overlay"></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/5/50/CornellYoutubeIcon.png" height="20px"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </footer> | ||
+ | <!------------------------END FOOTER------------------------> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 00:59, 12 October 2017
<!DOCTYPE html>
FEBRUARY 27TH TO MARCH 5TH
Wet Lab: Wet Lab members began training, starting with sterile technique, growing cultures, miniprep, and PCR.
Product Development: Product Development members began familiarizing themselves with Fusion 360.
Wiki: Wiki subteam learned the basics of HTML/CSS during an hour-long HTML class, and worked on an HTML/CSS Project due Thursday, 3/16.
FEBRUARY 27TH TO MARCH 5TH
Wet Lab: Wet Lab members began training, starting with sterile technique, growing cultures, miniprep, and PCR.
Product Development: Product Development members began familiarizing themselves with Fusion 360.
Wiki: Wiki subteam learned the basics of HTML/CSS during an hour-long HTML class, and worked on an HTML/CSS Project due Thursday, 3/16.