From 5b19ce70573ae841bff6db854a2a59e76e83d130 Mon Sep 17 00:00:00 2001
From: Arina Filatova <a.filatova@student.maastrichtuniversity.nl>
Date: Mon, 8 Jul 2024 13:02:59 +0000
Subject: [PATCH] Update file team.html

---
 wiki/pages/team.html | 28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

diff --git a/wiki/pages/team.html b/wiki/pages/team.html
index 03da86a..9821dc4 100644
--- a/wiki/pages/team.html
+++ b/wiki/pages/team.html
@@ -68,19 +68,17 @@
 {% endblock %}
 
 {% block page_content %}
-<div class="container">
-  <div class="card">
-    <div class="bg-pos"></div>
-    <img class="one" src="https://gitlab.igem.org/2024/msp-maastricht/-/raw/main/wiki/images_project_description/profile_images/profile_image_Devyani.png?ref_type=heads" alt="Profile picture Dveyani">
-    <h3>Devyani Ravi</h3>
-    <h4>Role</h4>
-  </div>
-      <!-- Add more cards here -->
-  <div class="card">
-    <div class="bg-pos"></div>
-    <img class="one" src="https://gitlab.igem.org/2024/msp-maastricht/-/raw/main/wiki/images_project_description/profile_images/profile_image_Devyani.png?ref_type=heads" alt="Profile picture Dveyani">
-    <h3>Devyani Ravi</h3>
-    <h4>Role</h4>
-  </div>
-</div>
+<body>
+  <header>
+    <div class="container">
+      <div class="card">
+        <div class="bg-pos"></div>
+        <img class="one" src="https://gitlab.igem.org/2024/msp-maastricht/-/raw/main/wiki/images_project_description/profile_images/profile_image_Devyani.png?ref_type=heads" alt="Profile picture Dveyani">
+        <h3>Devyani Ravi</h3>
+        <h4>Role</h4>
+      </div>
+        <!-- Add more cards here -->
+    </div>
+  </header>
+</body>
 {% endblock %}
-- 
GitLab