From 38634b63998708cc311c84444f02d98daf3bc247 Mon Sep 17 00:00:00 2001
From: Haotian Shen <shenhaotian@westlake.edu.cn>
Date: Sat, 25 Nov 2023 07:12:03 +0000
Subject: [PATCH] index update

---
 static/home.css      |  7 ++++---
 wiki/pages/home.html | 22 +++++++++++-----------
 2 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/static/home.css b/static/home.css
index 0acf246..f35c149 100644
--- a/static/home.css
+++ b/static/home.css
@@ -416,7 +416,7 @@ h1 {
   width: 100%;
   height: auto;
   min-height: 300%;
-  background: linear-gradient(-210deg, #6682ba, #355fd0);
+  background: linear-gradient(-210deg, #6682ba, #2e59cf);
   /* 45度角线性渐变 */
   padding-top: 45px;
   color: #fff;
@@ -433,7 +433,7 @@ h1 {
   width: 100%;
   height: auto;
   min-height: 200%;
-  background: #031625;
+  background: #083456 ;
   padding-top: 45px;
   color: #fff;
   letter-spacing: 1.5px;
@@ -490,7 +490,8 @@ h1 {
   width: 100%;
   height: auto;
   min-height: 300%;
-  background: linear-gradient(-210deg, #D6BC46, #BE8A2F);
+  background:linear-gradient(180deg, rgba(110, 24, 110, 0.775),rgba(137, 141, 205, 0.956) );
+  /*background: linear-gradient(-210deg, #D6BC46, #BE8A2F);*/
   padding-top: 45px;
   color: #fff;
   letter-spacing: 1.5px;
diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 58d38f0..00f8d72 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -141,31 +141,31 @@ season!{%endblock %}
   <br><br><br><br><br><br><br><br><br><br>
   <div class="container-wrapper">
     <div class="container-left-1">
-      <br>
+      <br><br><br>
       <div class="image-container">
         <img src="https://static.igem.wiki/teams/4702/wiki/home-photoes/e-coli.gif"
           alt="GFP expression level under different concentration of ferric ion treatment" class="image" width="200%">
       </div>
     </div>
     <div class="container-right-1 ">
-      <br><br>
+      <br>
       <strong><span style="font-size:38px"><span class="colored-text">B</span>iosynthesitic <span
             class="colored-text">N</span>anoparticles</span></strong>
       <div class="larger-text">
-        <br><br><br>
+        <br>
         Our genetically edited <i>E. coli</i> is used to synthesize Iron Oxide Nanoparticles (IONPs) by adding
         Fe<sup>3+</sup> for induction.
-        <br><br><br>
+        <br>
         After leaving the system in shaker for 1-2 days, we can seperate the IONPs from the culture by
         untrasonification
         and filtration method designed and tested by us own.
-        <br><br><br>
+        <br><br>
         <strong><span style="font-size:38px"><span class="colored-text">W</span>hat is special about our
             nanoparticles?</span></strong>
-        <br><br><br>
+        <br><br>
         They are not just any other nanoparticles! They have special abilities due to their properties.
         We then step into exploring therapeutic applications and drug delivery possibilities.
-        <br><br><br><br><br><br>
+        <br><br>
       </div>
     </div>
   </div>
@@ -175,9 +175,9 @@ season!{%endblock %}
 <div class="Problem-section">
   <div class="introduction-container">
     <br><br>
-    <sapn class="headhead-font"><span class="larger-text-2"><span class="colored-text-1">Interested?</sapn>
+    <sapn class="headhead-font"><span class="larger-text-2" style="font-size:58px"><span class="colored-text-1">Interested?</sapn>
     </span></span><br><br>
-    <sapn class="headhead-font"><span class="larger-text-2"><span class="colored-text-1">Keep browsing for more
+    <sapn class="headhead-font"><span class="larger-text-2"style="font-size:58px"><span class="colored-text-1">Keep browsing for more
           information!</sapn></span><br><br><br><br>
     <hr style="width: 70%; background-color: #ffffff; height: 5px; margin: 0 auto;">
     <br><br>
@@ -293,7 +293,7 @@ season!{%endblock %}
 
 <div class="experiment-section">
   <br><br>
-  <sapn class="headhead-font"><span class="larger-text-2"><span class="colored-text-1">Engineering & Experiments :
+  <sapn class="headhead-font"><span class="larger-text-2" style="font-size:58px;"><span class="colored-text-1">Engineering & Experiments :
   </sapn></span></span>
   <br><br><br><br>
   <section id="timeline">
@@ -385,7 +385,7 @@ season!{%endblock %}
 </div>
 
 <div class="bottom-section" style="height:120%;overflow-y:visible">
-  <sapn class="headhead-font"><span class="larger-text-2"><span class="colored-text-2">Human Practice & Team :
+  <sapn class="headhead-font"><span class="larger-text-2"style="font-size:58px;"><span class="colored-text-2">Human Practice & Team :
   </sapn></span></span>
   <br><br><br>
   <div class="blog-slider">
-- 
GitLab