{% 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>Waspwork</h2>
|
|
<h3>AR-app to design self-sustainable environments</h3>
|
|
<p>
|
|
Waspwork makes gardening sustainable and accessible.
|
|
Learn about relationships between entities in any given environment.
|
|
Grasp the complexity of a natural environment with ease and design your own biodynamic garden the way nature would do it.
|
|
</p>
|
|
<a href="/waspwork">GO</a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
{% endblock%}
|