server actix for cannabinieri website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.0 KiB

2 years ago
  1. {% extends "index.html" %}
  2. <!-- load into index template -->
  3. {% block child %}
  4. <div class="mobile_placeholder">
  5. <form action="/" method="get">
  6. <input type="submit" class="close_box">
  7. <svg class="close" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  8. <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>
  9. </svg>
  10. </form>
  11. <div class="open">
  12. <div class="content">
  13. <h2>Tekla</h2>
  14. <h3>Bio-Inspired Robot for Automated Biodynamic Gardening</h3>
  15. <p>Tekla designs self-sustainable gardens emulating nature's strategies.
  16. Use the mobile hexapod to effortlessly create biodynamic gardens anywhere.
  17. The low-tech robot interfaces with the Waspwork app and learns how to grow in sync with nature.
  18. </p>
  19. <a href="/tekla">GO</a>
  20. </div>
  21. </div>
  22. </div>
  23. {% endblock%}