aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-03-03 21:41:56 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-03-03 21:41:56 +0100
commitc14b419bbaea272b8218e3b53c41a0fdc6d317ac (patch)
tree147de05ce7a4768221c5634c445e16385fb918a9 /template
parentdce1d08fce921b9457f21558f200c35d5098b433 (diff)
downloadwww-c14b419bbaea272b8218e3b53c41a0fdc6d317ac.tar.gz
www-c14b419bbaea272b8218e3b53c41a0fdc6d317ac.zip
readd architecture
Diffstat (limited to 'template')
-rw-r--r--template/architecture.html.j286
1 files changed, 44 insertions, 42 deletions
diff --git a/template/architecture.html.j2 b/template/architecture.html.j2
index ef6e8799..4165c860 100644
--- a/template/architecture.html.j2
+++ b/template/architecture.html.j2
@@ -8,49 +8,9 @@
8 8
9 <div class="container"> 9 <div class="container">
10 <div class="row"> 10 <div class="row">
11 <!--<div class="col-10"> 11 <div class="col-10">
12 <img class="img-fluid border rounded" src="../static/images/gnunet-arch-full.svg"> 12 <img class="img-fluid" src="../static/images/arch.png">
13 </div> 13 </div>
14 <div class="col-2 d-none d-sm-block">
15 <h4>{{ _("Legend") }}:</h4>
16 <dl>
17 <dt>house</dt>
18 <dd>application</dd>
19 </dl>
20 <dl>
21 <dt>circle</dt>
22 <dd>application</dd>
23 </dl>
24 <dl>
25 <dt>box</dt>
26 <dd>daemon</dd>
27 </dl>
28 <dl>
29 <dt>diamond</dt>
30 <dd>library</dd>
31 </dl>
32 <dl>
33 <dt>blackline</dt>
34 <dd>dependency</dd>
35 </dl>
36 <dl>
37 <dt>blue line</dt>
38 <dd>extension via plugin</dd>
39 </dl>
40 <dl>
41 <dt>red line</dt>
42 <dd>possibly useful</dd>
43 </dl>
44 <dl>
45 <dt>dashed</dt>
46 <dd>in planning</dd>
47 </dl>
48 </div>-->
49 <div class="col-10">
50 <img class="img-fluid" src="../static/images/arch.png">
51 </div>
52
53
54 </div> 14 </div>
55 </div> 15 </div>
56 16
@@ -117,6 +77,48 @@
117 </div> 77 </div>
118 </div> 78 </div>
119 </div> 79 </div>
80 <div class="container">
81 <div class="row">
82 <div class="col-10">
83 <img class="img-fluid border rounded" src="../static/images/gnunet-arch-full.svg">
84 </div>
85 <div class="col-2 d-none d-sm-block">
86 <h4>{{ _("Legend") }}:</h4>
87 <dl>
88 <dt>house</dt>
89 <dd>application</dd>
90 </dl>
91 <dl>
92 <dt>circle</dt>
93 <dd>application</dd>
94 </dl>
95 <dl>
96 <dt>box</dt>
97 <dd>daemon</dd>
98 </dl>
99 <dl>
100 <dt>diamond</dt>
101 <dd>library</dd>
102 </dl>
103 <dl>
104 <dt>blackline</dt>
105 <dd>dependency</dd>
106 </dl>
107 <dl>
108 <dt>blue line</dt>
109 <dd>extension via plugin</dd>
110 </dl>
111 <dl>
112 <dt>red line</dt>
113 <dd>possibly useful</dd>
114 </dl>
115 <dl>
116 <dt>dashed</dt>
117 <dd>in planning</dd>
118 </dl>
119 </div>
120 </div>
121 </div>
120 122
121</article> 123</article>
122{% endblock body_content %} 124{% endblock body_content %}