|
{% extends "index.html" %}
|
|
|
|
<!-- load into index template -->
|
|
{% block child %}
|
|
<div class="mobile_placeholder">
|
|
<form action="/" method="get">
|
|
<input type="submit" class="close_box">
|
|
<svg class="close" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9"></path>
|
|
</svg>
|
|
</form>
|
|
<div class="open">
|
|
{# Test Content - add language handling json#}
|
|
<div class="box">
|
|
</div>
|
|
<div class="content">
|
|
<h2>Kaos Cube</h2>
|
|
<h3>Anonymizing router for decentralized network sharing </h3>
|
|
<p>
|
|
Reinvent public wifi access points by sharing unused bandwith trough a decentralized network.
|
|
Cubes generate a layer of freedom between ISP provided home-routers and the internet.
|
|
Get a cube and share your internet or connect to one nearby, using the Kaos Cube DApp, where conditions are agreed upon by peers.</p>
|
|
<a href="/kaoscube">GO</a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
{% endblock%}
|