-
Notifications
You must be signed in to change notification settings - Fork 7
/
participants.html
36 lines (36 loc) · 1.55 KB
/
participants.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
<div xmlns:i18n="http://exist-db.org/xquery/i18n" data-template="templates:surround" data-template-with="templates/template_basic.html" data-template-at="content">
<div data-template="i18n:translate" data-template-catalogues="data/i18n">
<header class="masthead">
<div class="container">
<h2 style="margin-top: 3%" class="hidden-md hidden-sm hidden-xs">
<span class="text-muted">
<i class="fas fa-users" aria-hidden="true"/>
<span data-template="gui:participantsTitle"/>
</span>
<hr/>
</h2>
<h2 style="margin-top: 2%" class="hidden-lg hidden-sm hidden-xs">
<span class="text-muted">
<i class="fas fa-users" aria-hidden="true"/>
<span data-template="gui:participantsTitle"/>
</span>
<hr/>
</h2>
<h2 class="hidden-lg hidden-md">
<span class="text-muted">
<i class="fas fa-users" aria-hidden="true"/>
<span data-template="gui:participantsTitle"/>
</span>
<hr/>
</h2>
</div>
</header>
<div class="container">
<div class="row">
<div class="col-md-8">
<div data-template="app:participantsBody"/>
</div>
</div>
</div>
</div>
</div>