From 0b6d7d01cc3446c14f3d870401b6863447ab652d Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Tue, 27 Aug 2024 10:27:09 +0000
Subject: [PATCH] what if

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

diff --git a/static/homepage.css b/static/homepage.css
index 4ba1d0a..fb03a3f 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -136,7 +136,7 @@
 .homepage-bg-img3 {
     position: absolute;
     width: 1300px;
-    height: 1500px;
+    height: 1000px;
     flex-shrink: 0;
     top: 2800px;
     box-shadow: inset 0px 0px 40px 20px #C6EBE8;
@@ -261,14 +261,14 @@
     transition: all 0.5s linear;
 }
 
-/* .homepage-content-img4{
+.homepage-content-img6{
     top: 3377px;
     width: 848.385px;
     height: 304.688px;
     flex-shrink: 0;
     background: url("https://static.igem.wiki/teams/5054/plants-fixing.svg");
     transition: all 0.8s linear;
-} */
+}
 
 
 /* .homepage-content-img5{
@@ -677,9 +677,9 @@
     opacity: 0;
     transition: all 0.5s linear;
 }
-/* .homepage-content4{  */
+.homepage-content6{ 
     /* it's a subtitle content */
-    /* top: 2864px;
+    top: 2864px;
     width: 1000px;
     height: 100px;
     font-family: SourceSansPro;
@@ -690,7 +690,7 @@
     -webkit-text-stroke: 1px #05BE85;
     opacity: 0;
     transition: all 0.7s linear;
-} */
+}
 /* .homepage-content5{
     top: 3805px;
     width: 400px;
@@ -698,14 +698,14 @@
     opacity: 0;
     transition: all 0.5s linear;
 } */
-.homepage-content6{
+/* .homepage-content6{
     top: 4165px;
     width: 235px;
     height: 160px;
     transform: translateX(-110%);
     opacity: 0;
     transition: all 0.5s linear;
-}
+} */
 .homepage-content7{
     top: 4502px;
     width: 220.052px;
diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 6d08a48..82ddfb6 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -132,17 +132,11 @@
   </div>
 </div>
 
-
-
-
-
-
-
-    <!-- <div class="homepage-content4 homepage-elements reveal">
+    <div class="homepage-content6 homepage-elements reveal">
       What if plants could fix their own nitrogen
       <span style="font-family:'Courier New', Courier, monospace">?</span>
   </div>
-  <div class="homepage-content-img4 homepage-elements reveal"></div> -->
+  <div class="homepage-content-img6 homepage-elements reveal"></div>
 
 
 
-- 
GitLab