diff options
Diffstat (limited to 'template/index.html.j2')
-rw-r--r-- | template/index.html.j2 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2 index 11dfb7ee..1e181e08 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 | |||
@@ -226,6 +226,52 @@ | |||
226 | <div class="col-lg-2"></div> | 226 | <div class="col-lg-2"></div> |
227 | <div class="col-lg-6"> | 227 | <div class="col-lg-6"> |
228 | <section> | 228 | <section> |
229 | <h2>{{ _("The state of the art is inefficient") }}</h2> | ||
230 | <p> | ||
231 | {% trans %} | ||
232 | The ongoing hype around distributed ledgers and blockchains | ||
233 | is detrimental to the health of our planet. | ||
234 | {% endtrans %} | ||
235 | </p> | ||
236 | </section> | ||
237 | </div> | ||
238 | <div class="col-lg-3 homepageicon"> | ||
239 | <i class="fas fa-industry"></i> | ||
240 | </div> | ||
241 | </div> | ||
242 | </div> | ||
243 | </div> | ||
244 | <div class="container-fluid"> | ||
245 | <div class="container"> | ||
246 | <div class="row"> | ||
247 | <div class="col-lg-2 homepageicon"> | ||
248 | <span class="fas fa-globe-europe"></span> | ||
249 | </div> | ||
250 | <div class="col-lg-6"> | ||
251 | <section> | ||
252 | <h2>{{ _("Sustainability") }}</h2> | ||
253 | <p> | ||
254 | {% trans %} | ||
255 | GNUnet does not require a decentralized, public ledger. | ||
256 | This eliminates the need for a wasteful, continuous consensus | ||
257 | mechanisms, which do not scale and are ecologically unsustainable. | ||
258 | GNUnet and its applications employ decentralization only where it | ||
259 | provides the most value and use more efficient technology stacks where | ||
260 | needed. | ||
261 | {% endtrans %} | ||
262 | </p> | ||
263 | </section> | ||
264 | </div> | ||
265 | </div> | ||
266 | </div> | ||
267 | </div> | ||
268 | |||
269 | <div class="container-fluid greybox"> | ||
270 | <div class="container"> | ||
271 | <div class="row"> | ||
272 | <div class="col-lg-2"></div> | ||
273 | <div class="col-lg-6"> | ||
274 | <section> | ||
229 | <h2>{{ _("Decentralization is the key, but hard") }}</h2> | 275 | <h2>{{ _("Decentralization is the key, but hard") }}</h2> |
230 | 276 | ||
231 | <p> | 277 | <p> |