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.

28 lines
1.2 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. {# Test Content - add language handling json#}
  13. <div class="box">
  14. </div>
  15. <div class="content">
  16. <h2 id="small">Cyberpreneur</h2>
  17. <h3>P2P network for remote farming and trading greens</h3>
  18. <p>Design and monitor gardens remotely and share outputs locally.
  19. The P2P Cyberpreneur network connects Tekla robots and provides a platform for exchanging goods with 100% transparency.
  20. Tekla owners trade and certify their goods themselves and therefore become entrepreneurs revolutionalizing agronomics.
  21. </p>
  22. <a href="/cyberpreneur">GO</a>
  23. </div>
  24. </div>
  25. </div>
  26. {% endblock%}