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

small changes to all pages

parent e6458ce2
No related branches found
No related tags found
Loading
Pipeline #500568 passed
......@@ -55,18 +55,7 @@ p {
.desc {
margin: 10px 0px 20px 0px;
}
table {
width: 80%;
border-collapse: collapse;
}
th, td {
border: 1px solid black;
padding: 8px;
text-align: left;
}
th {
background-color: rgb(255, 255, 136);
}
/* Front Page */
.front-page {
display: grid;
......@@ -92,14 +81,14 @@ th {
align-items: center;
}
.abstract {
color: rgb(255, 128, 0);
color: var(--wetlab);
font-size: 37px;
margin: 0px 0px 40px 0px;
}
.renalzyme-logo {
width: 100%;
border-bottom: 1px solid black;
border-top: 1px solid black;
margin: 50px 0px;
}
.promo {
font-weight: bold;
......
......@@ -24,11 +24,13 @@
{% include 'menu.html' %}
<!-- Header -->
{% if no_hide_header %}
<header>
<div class="header">
<p>{{ self.title() }}</p>
</div>
</header>
{% endif %}
<!-- Page Content -->
{% block page_content %}{% endblock %}
......
......@@ -2,6 +2,7 @@
{% block title %}Attributions{% endblock %}
{% block lead %}In the iGEM Competition, we celebrate student effort and achievement. The Attributions form helps the judges differentiate between what students accomplished from how their external collaborators supported them. Therefore, teams must clearly explain on the standard Project Attributions form what work they have conducted by themselves and what has been done by others.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
......@@ -2,6 +2,7 @@
{% block title %}Contribution{% endblock %}
{% block lead %}Make a useful contribution for future iGEM teams. Use this page to document that contribution.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
......@@ -2,6 +2,7 @@
{% block title %}Project Description{% endblock %}
{% block lead %}Describe how and why you chose your iGEM project.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
......@@ -2,6 +2,7 @@
{% block title %}Engineering Cycle{% endblock %}
{% block lead %}Demonstrate engineering success in a technical aspect of your project by going through at least one iteration of the engineering design cycle. This achievement should be distinct from your Contribution for Bronze.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
......@@ -2,6 +2,7 @@
{% block title %}Entrepreneurship{% endblock %}
{% block lead %}The entrepreneurship prize recognizes exceptional effort to build a business case and commercialize an iGEM project.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
......@@ -2,6 +2,7 @@
{% block title %}Experiments{% endblock %}
{% block lead %}Describe the research, experiments, and protocols you used in your iGEM project.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
......@@ -2,18 +2,19 @@
{% block title %}Renalzyme{% endblock %}
{% block lead %}<b>Welcome to iGEM 2024!</b> Your team has been approved and you are ready to start the iGEM season!{% endblock %}
{% set no_hide_header = false %}
{% block page_content %}
<div class="front-page">
<div>
<img class="renalzyme-logo"src="https://static.igem.wiki/teams/5243/logos/renalzyme1.webp" alt="">
</div>
<div class="text">
<p class="abstract">
One out of ten people will experience having a kidney stone in their lifetime. The excruciating pain has even been compared to childbirth. <br> We aim to solve that with <b>enzymes</b>.
</p>
</div>
<div>
<img class="renalzyme-logo"src="https://static.igem.wiki/teams/5243/logos/renalzyme1.webp" alt="">
</div>
<div class="text-images">
<div class="text">
<p>
......
......@@ -2,6 +2,7 @@
{% block title %}Human Practices{% endblock %}
{% block lead %}We ask every team to think deeply and creatively about whether their project is responsible and good for the world. Consider how the world affects your work and how your work affects the world.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
......@@ -2,6 +2,7 @@
{% block title %}Kidney Stones{% endblock %}
{% block lead %}Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......@@ -70,7 +71,8 @@
<li>Zisman, A. L. (2017). Effectiveness of treatment strategies for kidney stones. PubMed Central. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5817324/</li>
<li>University of Florida Health. (n.d.). Stone disease. UF Urology. https://urology.ufl.edu/patient-care/stone-disease/</li>
<li>Mayo Clinic Staff. (2023, October 3). Kidney stones: Symptoms & causes. Mayo Clinic. https://www.mayoclinic.org/diseases-conditions/kidney-stones/symptoms-causes/syc-20355755</li>
</ol>
<li>Mayo Clinic. (n.d.). Predicting symptomatic recurrence of kidney stones. https://www.mayo.edu/research/documents/predicting-symptomatic-recurrence-of-kidney-stones/doc-20156688</li>
</ol>
</div>
</section>
</div>
......
......@@ -2,6 +2,7 @@
{% block title %}Lab Notebook{% endblock %}
{% block lead %}Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
......@@ -2,6 +2,7 @@
{% block title %}Wetlab Results{% endblock %}
{% block lead %}You can describe the results of your project and your future plans here.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
......@@ -2,6 +2,7 @@
{% block title %}Drylab Results{% endblock %}
{% block lead %}You can describe the results of your project and your future plans here.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
......@@ -2,6 +2,7 @@
{% block title %}Safety{% endblock %}
{% block lead %}Describe all the safety issues of your project.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
......@@ -2,6 +2,7 @@
{% block title %}Software{% endblock %}
{% block lead %}Software in iGEM should make synthetic biology based on standard parts easier, faster, better or more accessible to our community.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
......@@ -2,6 +2,7 @@
{% block title %}Team{% endblock %}
{% block lead %}On this page you can introduce your team members, instructors, and advisors.{% endblock %}
{% set no_hide_header = true %}
{% block page_content %}
......
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