(Created page with " <html> <head> <script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script> <link rel="stylesheet" href="style.css" /> <script src="f...") |
|||
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
<head> | <head> | ||
Line 22: | Line 21: | ||
<div class="ui secondary vertical pointing menu" id="leftnav" style="height: 100%;padding-top: 100px;width: 90%;"> | <div class="ui secondary vertical pointing menu" id="leftnav" style="height: 100%;padding-top: 100px;width: 90%;"> | ||
<div class="item"> | <div class="item"> | ||
− | <div class="header"> | + | <div class="header">Requirements</div> |
<div class="menu"> | <div class="menu"> | ||
− | + | <a class="item active leftnav-item">Contribution</a> | |
− | <a class="item active leftnav-item"> | + | |
</div> | </div> | ||
</div> | </div> | ||
Line 32: | Line 30: | ||
<div class="ten wide column"> | <div class="ten wide column"> | ||
<div class="inside-container" style="height: 100%;padding-top: 100px;"> | <div class="inside-container" style="height: 100%;padding-top: 100px;"> | ||
− | <h1> | + | <h1>Requirements</h1> |
− | <h3> | + | <h3>Contribution</h3> |
− | <p> | + | <p>Bioeditor is designed for synthetic biologists, focusing on completing standardized experimental reports quickly and accurately. It is also a versatile software to meet the needs of synthetic biologists. It reduces the barriers of synthetic biologists in the communication process.</p> |
− | + | <p>Please visit Description for more details about our project and what we have achieved.</p> | |
− | + | ||
− | + | ||
− | + | ||
− | <p> | + | |
</div> | </div> | ||
</div> | </div> |
Revision as of 10:11, 11 October 2018
Requirements
Contribution
Bioeditor is designed for synthetic biologists, focusing on completing standardized experimental reports quickly and accurately. It is also a versatile software to meet the needs of synthetic biologists. It reduces the barriers of synthetic biologists in the communication process.
Please visit Description for more details about our project and what we have achieved.
$(document).ready(function () { $('.container').height($(window).height()-$('#menu').height()) $('.wide').height($(window).height()-$('#menu').height() - 15) $('#leftnav').height($(window).height() - $('#menu').height() - 100) })
</script>