From ab707017680d9a4477d81f6de6e02a68e40aea60 Mon Sep 17 00:00:00 2001
From: Shraddha <ShraddhaRaghuram@student.tudelft.nl>
Date: Fri, 27 Sep 2024 13:02:41 +0200
Subject: [PATCH] symbiotic association

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

diff --git a/static/homepage.css b/static/homepage.css
index 5fdd14c..0d08977 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -350,7 +350,7 @@
     width: 350px;
     height: 350px;
     transform: translateX(-60.5%);
-    background: url(https://static.igem.wiki/teams/5054/bigelowii.svg);
+    background: url(https://static.igem.wiki/teams/5054/symbiotic-association.svg);
     opacity: 0;
     transition: all 0.5s linear;
 }
diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 5f97e6b..aef4f7b 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -244,7 +244,14 @@
   </div>
 </div>
 
-<!-- <div class="homepage-content-img9 homepage-elements reveal" id="homepage-content-img9"></div> -->
+<div class="homepage-content-img9 homepage-elements reveal" id="homepage-content-img9"></div>
+<div class="homepage-content12 homepage-elements reveal" id="homepage-content12">
+  <div class="homepage-contents-style" style="margin-top:10px;">
+      This algae originally had a symbiotic association with a bacterium named UCYN-A.
+  </div>
+</div>
+
+
 <!--<div class="homepage-content-img10 homepage-elements reveal" id="homepage-content-img10"></div>
 <div class="homepage-content-img11 homepage-elements reveal" id="homepage-content-img11"></div>
 
-- 
GitLab