Difference between revisions of "Team:Marburg/Team"

Line 1: Line 1:
 
{{Marburg}}
 
{{Marburg}}
 
<html>
 
<html>
 +
  <style>
 +
    .grid {
 +
      display: grid;
 +
      grid-template-columns: repeat(2, 1fr);
 +
      grid-gap: 1em;
 +
    }
 +
  </style>
 +
  <div class="container grid">
 +
    <div class="card">
 +
      <div class="card-image">
 +
        <figure class="image is-4by3">
 +
          <img src="https://bulma.io/images/placeholders/1280x960.png" alt="Placeholder image">
 +
        </figure>
 +
      </div>
 +
      <div class="card-content">
 +
        <div class="media-content">
 +
          <p class="title is-4">John Smith</p>
 +
          <p class="subtitle is-6">@johnsmith</p>
 +
        </div>
 +
      </div>
 +
      <div class="content">
 +
        Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 +
        Phasellus nec iaculis mauris.
 +
      </div>
 +
    </div>
 +
  </div>
  
<div class="column two_thirds_size" >
 
 
<h1>Team</h1>
 
<p>In this page you can introduce your team members, instructors, and advisors. </p>
 
 
 
<h3>What should this page contain?</h3>
 
<ul>
 
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
 
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
 
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
 
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
 
</ul>
 
</div>
 
 
 
 
<div class="column third_size" >
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<p>You can look at what other teams did to get some inspiration! <br />
 
Here are a few examples:</p>
 
<ul>
 
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">2014 METU Turkey </a></li>
 
<li><a href="https://2014.igem.org/Team:Colombia/Members">2014 Colombia</a></li>
 
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">2014 Stony Brook</a></li>
 
<li><a href="https://2014.igem.org/Team:OUC-China/Team">2014 OUC-China</a></li>
 
</ul>
 
</div>
 
</div>
 
 
</html>
 
</html>
 
{{Marburg/footer}}
 
{{Marburg/footer}}

Revision as of 11:46, 3 August 2019