-
Notifications
You must be signed in to change notification settings - Fork 10
/
team.html
38 lines (37 loc) · 1.41 KB
/
team.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
permalink: team
layout: custom
---
<section class="container-fluid team" id="team">
<div class="site-section container">
<div class="row middle-xs">
<div class="col-xs-12">
<h1>Meet the Monerujo Pirates</h1>
</div>
</div>
</div>
<div class="site-section container">
<div class="row center-xs team-guys">
<div class="col-xs team-member">
<img class="glamour" src="img/m2049r-150x150.jpg" alt="glamor shot">
<h3>m2049r</h3>
<p>This guy is the head honcho.</p>
</div>
<div class="col-xs team-member">
<img class="glamour" src="img/baltsar777.png" alt="m2049r glamor shot">
<h3>baltsar</h3>
<p>Lead designer and beauty extrodonaire</p>
</div>
<div class="col-xs team-member">
<img class="glamour" src="img/anhdres-sea.jpg" alt="m2049r glamor shot">
<h3>anhdres</h3>
<p>Onboarding and branding specialist (he's cute too)</p>
</div>
<div class="col-xs team-member">
<img class="glamour" src="img/rehrar.jpg" alt="m2049r glamor shot">
<h3>Diego "rehrar" Salazar</h3>
<p>Sometimes does a thing or two.</p>
</div>
</div>
</div>
</section>