Skip to content
Snippets Groups Projects
Commit e555aeb3 authored by carasj's avatar carasj
Browse files
parents 498763de c58b67a3
No related branches found
No related tags found
No related merge requests found
Pipeline #183665 passed
......@@ -435,3 +435,13 @@ footer table td a.meme_link:hover{
max-height: 25%;
} */
.price_icon{
width: 35%;
height: 133px;
margin: auto;
display: block;
}
.home_bg_light h1 {
color: #2e343f;
}
\ No newline at end of file
......@@ -140,6 +140,83 @@
</div>
<!-- fill in slide content here -->
</section>
<section class="home_slide about-section home_bg_light">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-xl-4 col-lg-4 col-md-6 col-xs-12 align-self-center">
<h1 style="text-align: center !important;">Our Achievements</h1>
</div>
</br>
</br>
</div>
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-xl-4 col-lg-4 col-md-4 col-xs-12 align-self-center">
<a href="https://2022.igem.wiki/wwu-muenster/software">
<img class="price_icon" src="https://static.igem.wiki/teams/4188/wiki/wiki-images/software-tool-cropped.svg">
</a>
</br>
<h3 style="text-align: center !important;">Best Software Tool</h3>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-xs-12 align-self-center">
<img class="price_icon" src="https://static.igem.wiki/teams/4188/wiki/wiki-images/t-aachen-icons-goldmedal-cropped.svg">
</br>
<h3 style="text-align: center !important;">Gold Medal</h3>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-xs-12 align-self-center">
<img class="price_icon" src="https://static.igem.wiki/teams/4188/wiki/wiki-images/top10-icon-cropped.svg">
</br>
<h3 style="text-align: center !important;">Top 10</h3>
</div>
</div>
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col align-self-center">
</br>
<hr>
</br>
<h1 style="text-align: center !important;">Additionaly, We Were Nominated for:</h1>
</div>
</div>
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-xl-3 col-lg-3 col-md-3 col-xs-12 align-self-center">
<p style="text-align: center !important;">Best Biomanufacturing</p>
</div>
<div class="col-xl-3 col-lg-3 col-md-3 col-xs-12 align-self-center">
<p style="text-align: center !important;">Best Wiki</p>
</div>
<div class="col-xl-3 col-lg-3 col-md-3 col-xs-12 align-self-center">
<p style="text-align: center !important;">Best Presentation</p>
</div>
</div>
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-xl-3 col-lg-3 col-md-3 col-xs-12 align-self-center">
<a class="link-dark" href="https://2022.igem.wiki/wwu-muenster/communication">
<p style="text-align: center !important;">Best Education</p>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-3 col-xs-12 align-self-center">
<a class="link-dark" href="https://2022.igem.wiki/wwu-muenster/part-collection">
<p style="text-align: center !important;">Best Part Collection</p>
</a>
</div>
</div>
</div>
</section>
<section class="home_slide about-section home_bg_blue" id="slide_monoterpenoids">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
......
......@@ -180,7 +180,7 @@
on using FVA for the FSOF algorithm, users are referred to <a class="link-dark"
href=https://bmcsystbiol.biomedcentral.com/articles/10.1186/1752-0509-6-106>Park et al. 2012</a>.</p>
</br>
<p><b>Example:</b> <code>python run_FSEOF.py yeast_gem.xml r_4041 r_4269 --constrainBiomass</code></p>
<p><b>Example:</b> <code>python run_FSEOF.py yeast_gem.xml r_4041 r_4269 --useFVA</code></p>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment