diff --git a/wiki/pages/team.html b/wiki/pages/team.html
index dfb4ec0632efa694fef65e60c500b2b1b5d3e929..d45c055f10fed384ab7824e6a04c6f970d8e4e2e 100644
--- a/wiki/pages/team.html
+++ b/wiki/pages/team.html
@@ -14,16 +14,19 @@
   }
   .grid-child {
     display: block;
-    width:300px;
-    height:500px;
+    width:350px;
+    height:550px;
     background-color: white;
     border: 2px solid black;
     margin: 20px 0;
     color: black;
+    overflow:scroll;
   }
   .face-image {
-    width: 80%;
-    margin: 5% 10%;
+    /* width: 80%; */
+    height: 30%;
+    display:block;
+    margin: 5% auto;
   }
 </style>
 
@@ -99,10 +102,17 @@
     <p style="margin: 0 5%;">Hi! I'm a generic member, and I exist for the sole purpose of being a template so that I can eventually get replaced by a REAL member :) My interests are helping the lead programmer :D</p>
   </div>
   <div class="grid-child">
-    <img src="https://static.igem.wiki/teams/5342/images/teamlogo-nb.png" class="face-image" alt="face">
-    <h4 style="text-align:center">Firstname Lastname</h4>
-    <h6 style="text-align:center"> Role 1, Role 2, and Role 3</h6>
-    <p style="margin: 0 5%;">Hi! I'm a generic member, and I exist for the sole purpose of being a template so that I can eventually get replaced by a REAL member :) My interests are helping the lead programmer :D</p>
+    <!-- Frank -->
+    <img src="https://static.igem.wiki/teams/5342/images/team/frank.webp" class="face-image" alt="face">
+    <h4 style="text-align:center">Frank Nelissen</h4>
+    <h6 style="text-align:center">Instructor</h6>
+    <p style="margin: 0 5%">
+      My name is Frank Nelissen, and I am working as a research associate at the department of Biophysical Chemistry of the Radboud University for over 20 years.
+      I am experienced in working with nucleic acids, proteins and enzymes and modifying / labelling them for different kinds of research purposes.
+      I am also involved in a couple of practical courses for 1st and 2nd year students of the Molecular Life Sciences program from which the affinity of working with and educating of students comes from.
+      I see iGEM as a particularly well suited challenge for students who want to explore and learn how to work on a larger-than-a-lab-course synthetic biology project where deliverables have to be met and multiple disciplines of science and society come together.
+      I am happy to fulfil my role as instructor for the Radboud iGEM team and together try to find solutions for the research questions.
+    </p>
   </div>
 </div>