Skip to content

Commit

Permalink
Update people.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Heath-AFM-Lab authored Jun 17, 2024
1 parent a7327c4 commit d1620c5
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions people.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,96 +2,96 @@
layout: page
title: Meet the Team
---
<!DOCTYPE html>
<html>
<head>
<style>
/* Add some styling to make the layout look nice */

p {
margin: 0;
line-height: 1.5;
}
p {
margin: 0;
line-height: 1.5;
}

.image-container {
display: flex;
align-items: center;
margin-bottom: 20px; /* Added margin bottom for spacing between team members */
}

.image-container img {
width: 200px;
height: 200px;
margin-right: 20px;
border-radius: 50%; /* Add this to make the images circular */
object-fit: cover; /* Add this to crop the images to fit the circular shape */
}

.image-container div {
flex: 1; /* Added to allow text to take remaining space */
}
</style>
</head>
<body>
<p> We conduct our research as part of the larger, collaborative <a href="https://mnp.leeds.ac.uk">Molecular and Nanoscale Physics Group</a>, benefiting from shared academic supervision and facilities.</p>
<p>We conduct our research as part of the larger, collaborative <a href="https://mnp.leeds.ac.uk">Molecular and Nanoscale Physics Group</a>, benefiting from shared academic supervision and facilities.</p>

<div class="image-container">
<img src="/assets/img/george.jpg" alt="George Heath">
<div>
<h2>George Heath</h2>
<h4>University Academic Fellow </h4>
<h4>EPSRC Open Fellow </h4>
<p> School of Physics and Astronomy </p>
<p> School of Biomedical Sciences</p>
</div>
<div>
<h2>George Heath</h2>
<h4>University Academic Fellow</h4>
<h4>EPSRC Open Fellow</h4>
<p>School of Physics and Astronomy</p>
<p>School of Biomedical Sciences</p>
</div>
</div>
<br>
<div class="image-container">
<img src="/assets/img/Lekshmi.jpg" alt="Image 2">
<div>
<h2>Lekshmi Kailas</h2>
<h4>Molecular and Nanoscale Physics AFM Experimental Officer</h4>
<p> Atomic Force Microscopy Experimental Officer 50% dedicated to High-Speed AFM, 50% to general <a href="https://mnp.leeds.ac.uk/facilities/atomic-force-microscopy/"> AFM facilities </a>
</p>
</div>

<div class="image-container">
<img src="/assets/img/Lekshmi.jpg" alt="Lekshmi Kailas">
<div>
<h2>Lekshmi Kailas</h2>
<h4>Molecular and Nanoscale Physics AFM Experimental Officer</h4>
<p>Atomic Force Microscopy Experimental Officer 50% dedicated to High-Speed AFM, 50% to general <a href="https://mnp.leeds.ac.uk/facilities/atomic-force-microscopy/">AFM facilities</a></p>
</div>
</div>

<br>
<div class="image-container">
<img src="/assets/img/Varun.jpeg" alt="Varun Gupta">
<div>
<h2>Varun Gupta</h2>
<h4>PostDoc</h4>
<p> Development of Localization AFM methods</p>
</div>
<div>
<h2>Varun Gupta</h2>
<h4>PostDoc</h4>
<p>Development of Localization AFM methods</p>
</div>
</div>

<div class="image-container">
<img src="/assets/img/BlankProfile.jpg" alt="Image 2">
<div>
<h2>Abeer Alshammari</h2>
<h4>PhD Student</h4>
<p>High-Speed AFM of membrane proteins</p>
<p>Co-supervised by Kevin Critchley and Robin Bon</p>
</div>
<img src="/assets/img/BlankProfile.jpg" alt="Abeer Alshammari">
<div>
<h2>Abeer Alshammari</h2>
<h4>PhD Student</h4>
<p>High-Speed AFM of membrane proteins</p>
<p>Co-supervised by Kevin Critchley and Robin Bon</p>
</div>
</div>

<br>

<div class="image-container">
<img src="/assets/img/tabby.jpg" alt="Tabby">
<div>
<h2>Tabitha Storer</h2>
<h4>PhD Student</h4>
<p> Development of Localization AFM and High-Speed AFM methods</p>
<p>Co-supervised by Neil Thomson</p>
</div>
<img src="/assets/img/tabby.jpg" alt="Tabitha Storer">
<div>
<h2>Tabitha Storer</h2>
<h4>PhD Student</h4>
<p>Development of Localization AFM and High-Speed AFM methods</p>
<p>Co-supervised by Neil Thomson</p>
</div>
</div>

<br>
<div class="image-container">
<img src="/assets/img/BlankProfile.jpg" alt="Maya">
<div>
<h2>Maya Tekchandani</h2>
<h4>PhD Student</h4>
<p> Development of AFM methods and dynamics of lipid membranes</p>
<p> Co-supervised by Peter Adams and Stephen Evans</p>
</div>
<div class="image-container">
<img src="/assets/img/BlankProfile.jpg" alt="Maya Tekchandani">
<div>
<h2>Maya Tekchandani</h2>
<h4>PhD Student</h4>
<p>Development of AFM methods and dynamics of lipid membranes</p>
<p>Co-supervised by Peter Adams and Stephen Evans</p>
</div>
</div>


</body>
</html>

0 comments on commit d1620c5

Please sign in to comment.