Difference between revisions of "Team:Virginia/Project"

Line 1: Line 1:
 
<!--
 
<!--
 
  * This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018
 
  * This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018
  * @version v0.1.11
+
  * @version v0.3.14
 
  * @link https://github.com/Virginia-iGEM/igem-wikibrick
 
  * @link https://github.com/Virginia-iGEM/igem-wikibrick
 
  * @license MIT
 
  * @license MIT
 
  *-->
 
  *-->
  
<!--Needs modification, should probably be in markdown-->
 
 
<html>
 
<html>
 +
 
 +
    <meta charset="utf-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
 +
    <script src="https://2018.igem.org/Template:Virginia/js/vendor?action=raw&ctype=text/javascript"></script>
 +
    <link rel="stylesheet" href="https://2018.igem.org/Template:Virginia/css/vendor?action=raw&ctype=text/css">
 +
    <script>
 +
      $(function() {
 +
        $('header').load('https://2018.igem.org/Template:Virginia/header?action=raw&ctype=text/javascript');
 +
        $('footer').load('https://2018.igem.org/Template:Virginia/footer?action=raw&ctype=text/javascript');
 +
      })
 +
    </script>
 +
    <link rel="stylesheet" href="https://2018.igem.org/Template:Virginia/css/styles?action=raw&ctype=text/css">
 +
    <script src="https://2018.igem.org/Template:Virginia/js/wiki?action=raw&ctype=text/javascript"></script>
 +
    <!--Added MathJax hack to make inline equations work-->
 +
    <script type="text/x-mathjax-config">
 +
      MathJax.Hub.Config({
 +
      tex2jax: {
 +
        inlineMath: [ ['$','$'], ["\\(","\\)"] ],
 +
        processEscapes: true
 +
      }
 +
      });
 +
    </script> 
  
<!--template new head-->
+
 
 
+
   
 
+
    <header></header>    <main id="top">
 
+
      <nav>
 
+
        <div id="line">
<table style="width:100%">
+
          <li>
<tr>
+
            Home
<th>Date</th>
+
          </li>
<th>Accomplishments</th>
+
          <li>
</tr>
+
            Project
<tr>
+
            <ul>
<td>May 23, 2018</td>
+
              <li>Description</li>
<td>We plan to use the IDT to synthesize the T7Rpol and Gibson assembly to make the plasmids.</td>
+
              <li>Design</li>
</tr>
+
              <li>Experiments</li>
<tr>
+
              <li>Notebook</li>
<td>May 24, 2018</td>
+
              <li>Modeling</li>
<td>We created Ampicillin stock solution.</td>
+
              <li>
</tr>
+
                Results
</table>
+
                <ul>
+
                  <li>Overview</li>
 
+
                  <li>Demonstrate</li>
 
+
                  <li>Improve</li>
 +
                </ul>
 +
              </li>
 +
            </ul>
 +
          </li>
 +
          <li>
 +
            Software
 +
          </li>
 +
          <li>
 +
            Human Practices
 +
            <ul>
 +
              <li>Public Engagement</li>
 +
              <li>Collaborations</li>
 +
            </ul>
 +
          </li>
 +
          <li>
 +
            Awards
 +
          </li>
 +
        </div>
 +
      </nav>  <article></article>
 +
      <script>
 +
          $('article').load('/content/Project.html');
 +
      </script>
 +
    </main>    <footer></footer>
 +
    <!--SMOOTH SCROLL UP-->
 +
    <div class="scrolltop">
 +
      <div class="scroll icon"><i class="fa fa-4x fa-angle-up"></i></div>
 +
    </div> 
 
</html>
 
</html>

Revision as of 06:12, 26 July 2018