Skip to content
Snippets Groups Projects
Commit e233f892 authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

Update 3 files

- /wiki/pages/description.html
- /wiki/layout.html
- /static/style.css
parent d3e21869
No related branches found
No related tags found
No related merge requests found
Pipeline #377823 failed
......@@ -2,6 +2,9 @@ body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #C6EBE8; }
.custom-color {
color: #185A4F; /* Custom color */
}
/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
......
......@@ -21,7 +21,7 @@
{% include 'menu.html' %}
<!-- Header -->
<header class="bg-hero py-5 mb-5">
<!-- <header class="bg-hero py-5 mb-5">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-lg-12">
......@@ -30,6 +30,17 @@
</div>
</div>
</div>
</header> -->
<header class="bg-hero py-5 mb-5">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-lg-12">
<h1 class="display-4 mt-5 mb-2 custom-color">{{ self.title() }}</h1>
<p class="lead mb-5 custom-color">{% block lead %}{% endblock %}</p>
</div>
</div>
</div>
</header>
<!-- Page Content -->
......
......@@ -8,7 +8,7 @@
<h1> NitroBLAST: Laying the foundation for nitrogen fixation.</h1>
<h2> The Nitrogen Crisis in the Netherlands </h2>
<p>The Netherlands has been facing a pressing nitrogen crisis for several years. This crisis is largely attributed to the agriculture sector, with over 80% of ammonia emissions coming from manure <a href="#cite1">[1]</a> and chemical fertilizers <a href="#cite2">[2]</a>.</p>
<p>The Netherlands has been facing a pressing nitrogen crisis for several years. This crisis is largely attributed to the agriculture sector, with over 80% of ammonia emissions coming from manure <a href="#cite1">[1]</a> and chemical fertilizers <a href="#cite2">[2]</a>.</p>
<p>The over-use of fertilizers have a detrimental effect on the environment through the deposition of excess nitrogen oxides and ammonia in the ground, excessively enriching the environment with nutrients promoting uncontrolled plant and algal growth, or eutrophication, a form of nutrient imbalance <a href="#cite3">[3]</a> that negatively impacts the local biodiversity. This highlights the need of the hour, a solution for increasing global food supply while maintaining environmental standards.</p>
......
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