Skip to content
Snippets Groups Projects
Commit a494470d authored by Karoline Krone's avatar Karoline Krone
Browse files

fixes for human practices

parent 40963aa7
No related branches found
No related tags found
No related merge requests found
Pipeline #477219 passed
......@@ -441,4 +441,8 @@ p {
.text-images {
grid-template-columns: 1fr;
}
#subsection2_2 div {
flex-direction: column; /* Stack vertically on smaller screens */
align-items: center; /* Center align the items */
}
}
......@@ -41,7 +41,6 @@
<a href="#" class="dropdown_toggle">Drylab &#9662;</a>
<ul class="dropdown_menu">
<li><a href="{{ url_for('pages', page='software') }}">Software</a></li>
<li><a href="{{ url_for('pages', page='model') }}">Models</a></li>
<li><a href="{{ url_for('pages', page='results2') }}">Results</a></li>
</ul>
</li>
......@@ -53,10 +52,4 @@
<img src="https://static.igem.wiki/teams/5243/hamburger-icon.webp">
</div>
</div>
</header>
<!--
<li class="no_dropdown">
<a href="{{ url_for('pages', page='human-practices') }}">Human Practices</a>
</li>
-->
\ No newline at end of file
</header>
\ No newline at end of file
......@@ -50,13 +50,13 @@
<section id="subsection2_2">
<h4>Local Solutions</h4>
<p>Furthermore, we discovered that the Moroccan people had various approaches to treating kidney stones. Many of these methods were deeply rooted in their culture and had a long history of traditions. One approach involved using an amethyst rock, which would be placed in a bowl of hot water. Later, the water would be consumed to extract the supposed healing properties of the amethyst (see picture A below). Other remedies were more aligned with modern medicine, using a variety of herbs and plants to extract biochemical compounds aimed at alleviating kidney stones in the patient (see picture B below).</p>
<div style="display: flex; gap:20px; margin-bottom:10px;">
<div style="text-align: center;">
<div style="display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 10px;">
<div style="text-align: center; flex: 1 1 250px;">
<img style="height: 250px; width: 250px; object-fit: cover; object-position: center;"
src="https://static.igem.wiki/teams/5243/wiki-pages/amathyst-healing-rock.webp">
<p>Picture A - Amethyst</p>
</div>
<div style="text-align: center;">
<div style="text-align: center; flex: 1 1 250px;">
<img style="height: 250px; width: 250px; object-fit: cover;"
src="https://static.igem.wiki/teams/5243/wiki-pages/herbss.webp">
<p>Picture B - Healing herbs</p>
......@@ -84,7 +84,7 @@
<section id="subsection3_1">
<h4>Presentations for students</h4>
<p>We reached out to several schools and ended up sending a delegation of presenters out to a public primary school and a high school. In addition, we contacted the national natural science center and presented for two teams at their biotechnology talent camp for high schoolers. These presentations were also valuable experiences for our team, as we practiced explaining and simplifying technical project details. Our presentation slides for the biotechnology talent camp (aside from a few very technical slides. More so we reused the same slides for the other presentations) are shown below - do note that the slides are in Danish as we wished to make the presentations more accessible for the students.</p>
<iframe src="https://static.igem.wiki/teams/5243/pdfs/gym-pr-sentation.pdf" width="700px" height="350px" style="margin-bottom: 10px;"></iframe>
<iframe src="https://static.igem.wiki/teams/5243/pdfs/gym-pr-sentation.pdf" width="100%" height="350px" style="margin-bottom: 10px;"></iframe>
</section>
</section>
<section id="section4">
......
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