-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_team.twig
executable file
·31 lines (31 loc) · 1.08 KB
/
_team.twig
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
<!-- Team -->
<div class="wrapper style5">
<section id="team" class="container">
<header class="major">
<h2>{{record.slug }}</h2>
<span class="byline">{{ record.title }}</span>
</header>
<div class="row">
<div class="3u">
<a href="#" class="image"><img src="{{ paths.theme }}/images/placeholder.png" alt=""></a>
<h3>{{ record.title }}</h3>
<p>{{ record.title }}</p>
</div>
<div class="3u">
<a href="#" class="image"><img src="{{ paths.theme }}/images/placeholder.png" alt=""></a>
<h3>{{ record.title }}</h3>
<p>{{ record.title }}</p>
</div>
<div class="3u">
<a href="#" class="image"><img src="{{ paths.theme }}/images/placeholder.png" alt=""></a>
<h3>{{ record.title }}</h3>
<p>{{ record.title }}</p>
</div>
<div class="3u">
<a href="#" class="image"><img src="{{ paths.theme }}/images/placeholder.png" alt=""></a>
<h3>{{ record.title }}</h3>
<p>{{ record.title }}</p>
</div>
</div>
</section>
</div>