From e233f892a1f428ede9b9c2ca5d35041ff7c5e860 Mon Sep 17 00:00:00 2001
From: shraddharaghuram <shraddharaghuram@student.tudelft.nl>
Date: Thu, 13 Jun 2024 18:45:58 +0000
Subject: [PATCH] Update 3 files

- /wiki/pages/description.html
- /wiki/layout.html
- /static/style.css
---
 static/style.css            |  3 +++
 wiki/layout.html            | 13 ++++++++++++-
 wiki/pages/description.html |  2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/static/style.css b/static/style.css
index 6c3d5ce..d6cc3bf 100644
--- a/static/style.css
+++ b/static/style.css
@@ -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 }
diff --git a/wiki/layout.html b/wiki/layout.html
index b72d89a..004b06d 100644
--- a/wiki/layout.html
+++ b/wiki/layout.html
@@ -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 -->
diff --git a/wiki/pages/description.html b/wiki/pages/description.html
index 3c86066..7b68db1 100644
--- a/wiki/pages/description.html
+++ b/wiki/pages/description.html
@@ -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>
 
-- 
GitLab