Skip to content
Snippets Groups Projects

Static assets

Merged Patrick Lee requested to merge static_assets into main
1 file
+ 48
0
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,55 @@
background-image: url('https://static.igem.wiki/teams/4296/wiki/banners/field5-wheatsmall-all.jpg') !important;
background-size: cover;
}
figure img {
max-width: 80%;
height: 100%;
display: block;
margin: auto;
}
h3 {
text-align: center;
}
h4 {
text-align: center;
}
</style>
</head>
<body>
<div class="row">
<div class="sticky col-2">
<div class="sections">
<a class="section" href="#DesignProcess">Engineering Design Process</a>
<hr class="sidebar-hr">
<a class="section" href="#ProtoplastIsolation">Protoplast Isolation Procedure</a>
<hr class="sidebar-hr">
<a class="section" href="#Initiation">Initiation</a>
<hr class="sidebar-hr">
<a class="section" href="#IterationOne">Protocol Iteration #1</a>
<hr class="sidebar-hr">
<a class="section" href="#IterationTwo">Protocol Iteration #2</a>
<hr class="sidebar-hr">
<a class="section" href="#IterationThree">Protocol Iteration #3</a>
<hr class="sidebar-hr">
<a class="section" href="#IterationFour">Protocol Iteration #4</a>
<hr class="sidebar-hr">
<a class="section" href="#IterationFive">Protocol Iteration #5</a>
</div>
</div>
<div class="content col-10">
<h2 id="DesignProcess">Engineering Design Process</h2>
<hr>
<p>Throughout our project there were several instances where we underwent iterations of the <b>engineering design process</b>. The engineering design process includes designing, building, testing and then improving a design. This process is repeated until the goal of the project has been reached or the most ideal version of the design has been achieved.</p>
<br><br>
<figure>
<img src="https://static.igem.wiki/teams/4296/wiki/images/eng-success.png" alt="Four Stages of Engineering Success">
</figure>
<br><br>
</div>
</body>
</html>
{% endblock %}
Loading