Skip to content
Snippets Groups Projects
Commit c218e565 authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file team.html

parent 0a9b6aad
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
.text-area {
width: 350px;
height: 50px;
min-height: 50px;
min-height: 100px;
border: 1px solid #ccc;
padding: 10px;
box-sizing: border-box;
......@@ -90,6 +90,7 @@ Meet Our Team Members
{% block page_content %}
<div class="team-grid">
<div class="team-member">
<div class="image-placeholder"></div>
<div class="text-area">
......@@ -97,7 +98,7 @@ Meet Our Team Members
<div class="bio">brabrabra......</div>
</div>
</div>
<div class="team-member">
<div class="image-container">
<img src="https://static.igem.wiki/teams/5187/teammembers/cjh.jpg" style= "height: 300px; width: 300px;border-radius: 30px; object-position: top center" alt="cht">
......@@ -116,6 +117,7 @@ Meet Our Team Members
<div class="bio">brabrabra......</div>
</div>
</div>
</div>
<div class="team-member">
<div class="image-placeholder"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment