aboutsummaryrefslogtreecommitdiff
path: root/template/roadmap.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/roadmap.html.j2')
-rw-r--r--template/roadmap.html.j229
1 files changed, 23 insertions, 6 deletions
diff --git a/template/roadmap.html.j2 b/template/roadmap.html.j2
index d2420a13..b08860f2 100644
--- a/template/roadmap.html.j2
+++ b/template/roadmap.html.j2
@@ -12,14 +12,31 @@
12 </div> 12 </div>
13 <ul class="timeline"> 13 <ul class="timeline">
14 <li> 14 <li>
15 <b>0.13.0</b> 15 <section class="item-preview">
16 <i>31.6.2020, 2020</i> 16 <header>
17 <p>This release will include...</p> 17 <h3>0.13.0</h3>
18 <p class="item-date">
19 31.6.2020, 2020
20 </p>
21 </header>
22 <p class="item-abstract">
23 This release will include...
24 </p>
25 </section>
26
18 </li> 27 </li>
19 <li> 28 <li>
20 <b>0.14.0</b> 29 <section class="item-preview">
21 <i>2021</i> 30 <header>
22 <p>This release will include...</p> 31 <h3>0.14.0</h3>
32 <p class="item-date">
33 31.6.2020, 2020
34 </p>
35 </header>
36 <p class="item-abstract">
37 This release will include...
38 </p>
39 </section>
23 </li> 40 </li>
24 </ul> 41 </ul>
25 </div> 42 </div>