From dcb716d3754691d19af5625d339073b5d9fbd33f Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Tue, 1 Oct 2024 18:40:33 +0000
Subject: [PATCH] Update file home.html

---
 wiki/pages/home.html | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 27980b45..2fd057f2 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -141,7 +141,7 @@
       display: block;
     }
 
-    .additional-content {
+       .additional-content {
       display: flex;
       align-items: center;
       margin-top: 50px;
@@ -152,7 +152,7 @@
       padding: 30px;
     }
 
-    .additional-content-text h3 {
+    .additional-content-text h3, .additional-content-text h5 {
       font-family: 'Merriweather', serif;
       font-size: 2rem;
       color: #333;
@@ -170,6 +170,10 @@
       object-fit: contain;
       margin: 40px;
     }
+
+    .content-left-image {
+      flex-direction: row-reverse;
+    }
   </style>
 </head>
 <body>
@@ -246,6 +250,16 @@
     </div>
   </div>
 
+  <div class="additional-content content-left-image">
+    <img src="https://static.igem.wiki/teams/5187/art/logo.png" alt="Muscure Logo" class="additional-content-image">
+    <div class="additional-content-text">
+      <h3>What is Muscure?</h3>
+      <p>Muscure is our innovative approach to treating Inflammatory Bowel Disease (IBD). It combines cutting-edge biotechnology with targeted delivery systems to provide a more effective and personalized treatment for IBD patients. Our solution aims to reduce inflammation, promote healing of the intestinal lining, and improve the overall quality of life for those living with IBD. By harnessing the power of synthetic biology, we're working towards a future where IBD management is more precise, less invasive, and more accessible to patients worldwide.</p>
+    </div>
+  </div>
+</div>
+</div>
+
   {% include 'footer.html' %}
   <script>
     window.addEventListener('load', function() {
-- 
GitLab