From 144adab7d5c0da7a649cbd369505ac0ac93fcc6c Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Tue, 27 Aug 2024 08:29:11 +0000
Subject: [PATCH] Update 2 files

- /wiki/pages/home.html
- /static/homepage.css
---
 static/homepage.css  | 19 ++++++-------------
 wiki/pages/home.html | 16 ++++++++++++++++
 2 files changed, 22 insertions(+), 13 deletions(-)

diff --git a/static/homepage.css b/static/homepage.css
index 54dd0bd..62e7716 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -237,22 +237,15 @@
 }
 
 .homepage-content-img4{
-    top: 2080px;
-    transform: translateX(65%);
-    width: 467.188px;
+    top: 3377px;
+    width: 848.385px;
     height: 304.688px;
     flex-shrink: 0;
-    /* border: 0.677px solid #FFF; */
-    border-radius: 33.854px;
     background: url("https://static.igem.wiki/teams/5054/plants-fixing.svg");
-    background-size: 85%;
-    background-repeat: no-repeat;
-    background-position: bottom 63px right 30px;
-    /* background-color: black; */
-    opacity: 0;
-    transition: all 0.5s linear;
+    transition: all 0.8s linear;
 }
 
+
 .homepage-content-img5{
     top: 3377px;
     width: 848.385px;
@@ -650,7 +643,7 @@
     opacity: 0;
     transition: all 0.7s linear;
 }
-/*.homepage-content5{
+.homepage-content5{
     top: 3805px;
     width: 400px;
     height: 65px;
@@ -673,7 +666,7 @@
     opacity: 0;
     transition: all 0.5s linear;
 }
-.homepage-content8{ */
+/* .homepage-content8{ */
     /* it's a subtitle content */
     /* top: 4910px;
     width: 900px;
diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 2125d28..305f4e3 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -111,6 +111,22 @@
       <span style="font-family:'Courier New', Courier, monospace">?</span>
   </div>
   <div class="homepage-content-img4 homepage-elements reveal"></div>
+  
+  <div class="homepage-content5 homepage-elements reveal">
+    <div class="homepage-contents-style" style="margin-top:0px;">
+        If using this algae to provide light, we will reduce carbon emissions and help carbon neutrality!
+    </div>
+</div>
+<div class="homepage-content6 homepage-elements reveal">
+    <div class="homepage-contents-style" style="margin-top:0px;width:300px;">
+        However, the luminous intensity is too low, and the conditions to culture them are too complicated to simulate.
+    </div>
+</div>
+<div class="homepage-content7 homepage-elements reveal">
+    <div class="homepage-contents-style" style="margin-top:0px;width:300px;">
+        Fortunately, synthetic biology has made it possible - we can synthesize our own noctilucent algae.
+    </div>
+</div>
 
 </div>
   
-- 
GitLab