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.

69 lines
2.4 KiB

2 years ago
  1. {% extends "base.html" %}
  2. {% block title %}{{title}}{%endblock%}
  3. {% block content %}
  4. <div id="fund_container">
  5. <h2>{{ title}}</h2>
  6. <p> {{ subtitle }} </p>
  7. <div class="node_container">
  8. {%if title == "fund"%}
  9. <img src="/assets/img/placeholder.jpg">
  10. {%endif%}
  11. <h6>waspwork</h6>
  12. <p>Developement of an <a href="/waspwork">AR App</a> detecting relationships between plants and plants and the environment. </p>
  13. </div>
  14. <div class="node_container">
  15. {%if title == "fund"%}
  16. <img src="/assets/img/placeholder.jpg">
  17. {%endif%}
  18. <h6>cyberpreneur</h6>
  19. <p>Developement of an <a href="/cyberpreneur">Remote Farming WebApp</a> enabling monitoring and remote control of a garden.</p>
  20. </div>
  21. <div class="node_container">
  22. {%if title == "fund"%}
  23. <img src="/assets/img/placeholder.jpg">
  24. {%endif%}
  25. <h6>tekla</h6>
  26. <p>Developement of an <a href="/tekla">Gardening Hexapod</a> automating gardening based on biodynamic design principles.</p>
  27. </div>
  28. <div class="node_container">
  29. {%if title == "fund"%}
  30. <img src="/assets/img/placeholder.jpg">
  31. {%endif%}
  32. <h6>solar waste miner</h6>
  33. <p>Developement of a <a href="/info/solar-miner">Fundrasing Blockchain Network </a> powered by exess solar energy.</p>
  34. </div>
  35. <div class="node_container">
  36. {%if title == "fund"%}
  37. <img src="/assets/img/placeholder.jpg">
  38. {%endif%}
  39. <h6>kaos cube</h6>
  40. <p>Developement of a <a href="/cube">Decentralized Internet Sharing Network</a> powered by exess solar energy.</p>
  41. </div>
  42. <div class="node_container">
  43. {%if title == "fund"%}
  44. <img src="/assets/img/placeholder.jpg">
  45. {%endif%}
  46. <h6>green machine</h6>
  47. <p>Design of <a href="/greenmachine">Fully Self-Sustainable houses</a>adapted to a given environment, making use of the concepts of all other projects.</p>
  48. </div>
  49. <div class="node_container">
  50. {%if title == "fund"%}
  51. <img src="/assets/img/placeholder.jpg">
  52. {%endif%}
  53. <h6></h6>
  54. <p>Design of <a href="/cube">Fully Self-Sustainable houses</a>adapted to a given environment, making use of the concepts of all other projects.</p>
  55. </div>
  56. <div class="node_container">
  57. {%if title == "fund"%}
  58. <img src="/assets/img/placeholder.jpg">
  59. {%endif%}
  60. <h6></h6>
  61. <p>Design of <a href="/info/energy">Renewable energy solutions adapted to the environment </a>that enable confortable living off the grid.</p>
  62. </div>
  63. </div>
  64. {% endblock %}