| author | ymh <ymh.work@gmail.com> |
| Wed, 05 Dec 2018 19:00:08 +0100 | |
| changeset 193 | 99e342f9fb0c |
| parent 121 | 21ac67ebf9e7 |
| permissions | -rw-r--r-- |
| 115 | 1 |
--- |
2 |
layout: default |
|
3 |
--- |
|
4 |
||
5 |
{% include nav.html search=true %} |
|
6 |
||
7 |
<div class="container"> |
|
8 |
<div class="row justify-content-center"> |
|
9 |
<div class="col col-6"> |
|
10 |
||
11 |
<h2>Lorem ipsum</h2> |
|
12 |
||
13 |
<p class="lead">Nostrud esse amet deserunt exercitation proident in cupidatat ipsum reprehenderit adipisicing do ipsum aute. Dolor est elit voluptate voluptate velit cillum laborum eiusmod nisi.</p> |
|
14 |
||
15 |
<h3 class="mt-5"> |
|
|
121
21ac67ebf9e7
all screens are now covered (but not completed)
duong tam kien <tk@deveha.com>
parents:
115
diff
changeset
|
16 |
Protocole d'annotations <a href="group-protocol-edit.html">modifier</a> |
| 115 | 17 |
</h3> |
18 |
||
19 |
<p class="text-muted small">Le procole d'annotation est ensemble de méta-catégories définies par le groupe afin d'avoir un langage commun d'intentions.</p> |
|
20 |
||
21 |
{% for metacategory in site.data.metacategories %} |
|
22 |
<h4><span style="border-bottom: 3px solid rgb{{ metacategory.color }};">{{ metacategory.label }}</span></h4> |
|
23 |
||
24 |
<p>{{ metacategory.description }}</p> |
|
25 |
{% endfor %} |
|
26 |
||
|
121
21ac67ebf9e7
all screens are now covered (but not completed)
duong tam kien <tk@deveha.com>
parents:
115
diff
changeset
|
27 |
<hr /> |
|
21ac67ebf9e7
all screens are now covered (but not completed)
duong tam kien <tk@deveha.com>
parents:
115
diff
changeset
|
28 |
|
| 115 | 29 |
{% for metacategory in site.data.metacategories-extra %} |
30 |
<h4><span style="border-bottom: 3px solid rgb{{ metacategory.color }};">{{ metacategory.label }}</span></h4> |
|
31 |
||
32 |
<p>{{ metacategory.description }}</p> |
|
33 |
{% endfor %} |
|
34 |
||
35 |
</div> |
|
36 |
</div> |
|
37 |
</div> |