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.j233
1 files changed, 33 insertions, 0 deletions
diff --git a/template/roadmap.html.j2 b/template/roadmap.html.j2
new file mode 100644
index 00000000..e9e5ca8a
--- /dev/null
+++ b/template/roadmap.html.j2
@@ -0,0 +1,33 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3<div class="container">
4 <div class="row">
5 <div class="col-lg-6">
6 <div class="container text-center">
7 <h1>{{ _("Roadmap") }}</h1>
8 <section>
9 <p>
10 This is our roadmap.
11 </p>
12 </section>
13 </div>
14
15 <ul class="timeline">
16 <li>
17 <b>0.13.0</b>
18 <i>31.6.2020, 2020</i>
19 <p>This release will include...</p>
20 </li>
21 <li>
22 <b>0.14.0</b>
23 <i>2021</i>
24 <p>This release will include...</p>
25 </li>
26 </ul>
27 </div>
28 <div class="col-lg-6">
29 </div>
30 </div>
31</div>
32
33{% endblock body_content %}