From d35ab2b3328eca8be7fbe160494010f07349fc92 Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Tue, 27 Aug 2024 12:47:01 +0000
Subject: [PATCH] co2 emissions

---
 static/homepage.css  | 34 +++++++++++++++++-----------------
 wiki/pages/home.html |  5 ++---
 2 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/static/homepage.css b/static/homepage.css
index e5cd312..b60e08a 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -152,7 +152,7 @@
     top: 3800px;
     /* opacity: 1; */
     box-shadow: inset 0px 0px 40px 20px #C6EBE8;
-    background: linear-gradient(180deg, #C6EBE8 0%, rgba(198, 235, 232, 0.00) 52.08%, #C6EBE8 100%), url(https://static.igem.wiki/teams/5054/plants-fixing.svg), 50% / cover no-repeat;
+    background: linear-gradient(180deg, #C6EBE8 0%, rgba(198, 235, 232, 0.00) 200.08%, #C6EBE8 100%), url(https://static.igem.wiki/teams/5054/plants-fixing.svg), 50% / cover no-repeat;
 }
 
 
@@ -271,12 +271,12 @@
     background-size: 100%;
     transition: all 0.5s linear;
 }
-.homepage-content-img6{
-    top: 3377px;
-    width: 848.385px;
-    height: 304.688px;
+.homepage-content-img6 {
+    top: 5200px;
+    width: 835px;
+    height: 450px;
     flex-shrink: 0;
-    background: url("https://static.igem.wiki/teams/5054/ezgif-1-022f83dee9.webp");
+    background: url(https://static.igem.wiki/teams/5054/ezgif-1-022f83dee9.webp);
     transition: all 0.8s linear;
 }
 
@@ -680,30 +680,30 @@
     transition: all 0.5s linear;
 }
 .homepage-content6 {
-    top: 4500px;
+    top: 4000px;
     width: 1000px;
     height: 100px;
     font-family: SourceSansPro;
     font-size: 135px;
     font-style: normal;
     font-weight: 600;
-    color: transparent;
-    -webkit-text-stroke: 1px #05BE85;
+    /* color: transparent; */
+    -webkit-text-stroke: 2px #05BE85;
     opacity: 0;
     transition: all 0.7s linear;
 }
-.homepage-content7{
-    top: 3805px;
-    width: 400px;
+.homepage-content7 {
+    top: 5100px;
+    width: 1000px;
     height: 65px;
     opacity: 0;
     transition: all 0.5s linear;
 }
-.homepage-content8{
-    top: 4165px;
-    width: 235px;
-    height: 160px;
-    transform: translateX(-110%);
+.homepage-content8 {
+    top: 5700px;
+    width: 1000px;
+    height: 65px;
+    /* transform: translateX(-110%); */
     opacity: 0;
     transition: all 0.5s linear;
 }
diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index e5d4e69..debfbf7 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -134,8 +134,7 @@
 
 
     <div class="homepage-content6 homepage-elements reveal">
-      What if plants could fix their own nitrogen
-      <span style="font-family:'Courier New', Courier, monospace">?</span>
+      What if plants could fix their own nitrogen?
   </div>
 <div class="homepage-bg-img4"></div>
 
@@ -146,7 +145,7 @@
 </div>
 <div class="homepage-content-img6 homepage-elements reveal" id="homepage-content-img6"></div>
 <div class="homepage-content8 homepage-elements reveal">
-  <div class="homepage-contents-style" style="margin-top:0px;width:300px;">
+  <div class="homepage-contents-style">
     We could reduce nitrogen emissions, prevent eutrophication, and protect biodiversity while sustaining agricultural productivity.
   </div>
 </div>
-- 
GitLab