From 2556c3a713c4255caa0734a690a6848dd77299a3 Mon Sep 17 00:00:00 2001
From: Your Name <email@example.com>
Date: Mon, 9 Oct 2023 01:33:32 +0800
Subject: [PATCH] update team.html

---
 wiki/pages/team.html | 72 ++++++++++++++++++++++++++------------------
 1 file changed, 42 insertions(+), 30 deletions(-)

diff --git a/wiki/pages/team.html b/wiki/pages/team.html
index 15d5e73..f5fa318 100644
--- a/wiki/pages/team.html
+++ b/wiki/pages/team.html
@@ -30,22 +30,26 @@
          <div class="front" style="background-image: url(https://static.igem.wiki/teams/4771/wiki/team/word-lym.png)">
          </div>
          <div class="back">
-            <h1>Yuman Li</h1>
-            <h5>Responsibilities</h5>
-            <p style="margin: 0;">
-              self-introduction
-            </p>
+            <h1 style="margin-bottom: 0;">Yuman Li</h1>
+            <h5 style="margin-top: 0; margin-bottom: 15px;">Department of Automation</h5>
+            <div style="text-align:center;">
+              <figure class="figure" data-bs-toggle="modal" data-bs-target="#figure1">
+                <img src="https://static.igem.wiki/teams/4771/wiki/team/profile-pic/liyuman.png" class="figure-img img-fluid rounded" alt="Yuman Li" style="width: 65%;">
+              </figure>
+            </div>
          </div>
       </div>
       <div class="flip">
         <div class="front" style="background-image: url(https://static.igem.wiki/teams/4771/wiki/team/word-sz.png)">
         </div>
         <div class="back">
-          <h1>Zhan Shi</h1>
-          <h5>Responsibilities</h5>
-          <p style="margin: 0;">
-            self-introduction
-          </p>
+          <h1 style="margin-bottom: 0;">Zhan Shi</h1>
+          <h5 style="margin-top: 0; margin-bottom: 15px;">Department of Automation</h5>
+          <div style="text-align:center;">
+            <figure class="figure" data-bs-toggle="modal" data-bs-target="#figure1">
+              <img src="https://static.igem.wiki/teams/4771/wiki/team/profile-pic/sz.jpg" class="figure-img img-fluid rounded" alt="Yuman Li" style="width: 65%;">
+            </figure>
+          </div>
         </div>
       </div>     
      <div class="flip">
@@ -62,22 +66,26 @@
         <div class="front" style="background-image: url(https://static.igem.wiki/teams/4771/wiki/team/word-hjf.png)">
           </div>
           <div class="back">
-            <h1>Jingfei Hou</h1>
-            <h5>Responsibilities</h5>
-            <p style="margin: 0;">
-              self-introduction
-            </p>
+            <h1 style="margin-bottom: 0;">Jingfei Hou</h1>
+            <h5 style="margin-top: 0; margin-bottom: 15px;">Department of Automation</h5>
+            <div style="text-align:center;">
+              <figure class="figure" data-bs-toggle="modal" data-bs-target="#figure1">
+                <img src="https://static.igem.wiki/teams/4771/wiki/team/profile-pic/jingfei.jpg" class="figure-img img-fluid rounded" alt="Yuman Li" style="width: 57%;">
+              </figure>
+            </div>
         </div>
       </div>
       <div class="flip">
         <div class="front" style="background-image: url(https://static.igem.wiki/teams/4771/wiki/team/word-cxm.png)">
         </div>
         <div class="back">
-           <h1>Xiaomeng Chen</h1>
-           <h5>Responsibilities</h5>
-           <p style="margin: 0;">
-             self-introduction
-           </p>
+           <h1 style="margin-bottom: 0;">Xiaomeng Chen</h1>
+           <h5 style="margin-top: 0; margin-bottom: 15px;">Academy of Arts & Design</h5>
+           <div style="text-align:center;">
+            <figure class="figure" data-bs-toggle="modal" data-bs-target="#figure1">
+              <img src="https://static.igem.wiki/teams/4771/wiki/team/profile-pic/xiaomeng.jpg" class="figure-img img-fluid rounded" alt="Yuman Li" style="width: 55%;">
+            </figure>
+          </div>
         </div>
       </div>
       <div class="flip">
@@ -92,22 +100,26 @@
       <div class="front" style="background-image: url(https://static.igem.wiki/teams/4771/wiki/team/word-jy.png)">
       </div>
       <div class="back">
-        <h1>Yuan Jiang</h1>
-        <h5>Responsibilities</h5>
-        <p style="margin: 0;">
-          self-introduction
-        </p>
+        <h1 style="margin-bottom: 0;">Yuan Jiang</h1>
+        <h5 style="margin-top: 0; margin-bottom: 15px;">Department of Automation</h5>
+        <div style="text-align:center;">
+          <figure class="figure" data-bs-toggle="modal" data-bs-target="#figure1">
+            <img src="https://static.igem.wiki/teams/4771/wiki/team/profile-pic/jyuan.jpg" class="figure-img img-fluid rounded" alt="Yuman Li" style="width: 68%;">
+          </figure>
+        </div>
       </div>
     </div>
     <div class="flip">
       <div class="front" style="background-image: url(https://static.igem.wiki/teams/4771/wiki/team/word-wzq.png)">
       </div>
       <div class="back">
-         <h1>Ziqian Wang</h1>
-         <h5>Responsibilities</h5>
-         <p style="margin: 0;">
-           self-introduction
-         </p>
+         <h1 style="margin-bottom: 0;">Ziqian Wang</h1>
+         <h5 style="margin-top: 0; margin-bottom: 15px;">Department of Automation</h5>
+         <div style="text-align:center;">
+          <figure class="figure" data-bs-toggle="modal" data-bs-target="#figure1">
+            <img src="https://static.igem.wiki/teams/4771/wiki/team/profile-pic/wzq.jpeg" class="figure-img img-fluid rounded" alt="Yuman Li" style="width: 60%;">
+          </figure>
+        </div>
       </div>
     </div>
     <div class="flip mb-5">
-- 
GitLab