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.

76 lines
2.7 KiB

3 years ago
  1. <div class="page-wrapper">
  2. <section class="title">
  3. <div id="heading">
  4. <h1>Perma</h1>
  5. <h1 id="two">Culture</h1>
  6. </div>
  7. <p class="short">We take part in a culture utilizing the patterns of our ecosystem.</p>
  8. <div class="image">
  9. <img type="image/webp" src="img/sample-net.jpg">
  10. </div>
  11. </section>
  12. <section id="about">
  13. <p> Permaculture is the way to design in synergy with nature.<br>
  14. In order to use our planet's ressources in a sustainable way, we need to understand the design of nature. <br>
  15. In order to find new organic solutions we created the PermApp, a way for everybody to store and explore environmental connections & utilize them for sustainable problem-solving.
  16. </p>
  17. </section>
  18. <section id="links">
  19. <div id="app-link">
  20. <div class="image">
  21. <a href="permapp.html">
  22. <img id="icon" type="image/webp" src="img/permapp.svg"> <!--here could be an actual app icon or even an interactive canvas-->
  23. <img id="icon-desktop" >
  24. </a>
  25. </div>
  26. <div class="description">
  27. <h3 class="heading">Perm<span>App</span></h3>
  28. <p class="text">Try our PermApp <br>
  29. Still and always in developement.<br>Explore and edit connections between the entities of our ecosystem !<br>
  30. Create and use data to start your own Permaculture project.</p>
  31. <ul class="additional">
  32. <li> build our ecosystem</li>
  33. <li> explore relations</li>
  34. <li> available for Web</li>
  35. <li> Mobile App coming soon #dummy</li>
  36. </ul>
  37. </div>
  38. <div class="page-button">
  39. <a href="permapp.html">Explore</a>
  40. </div>
  41. </div>
  42. <div id="lab-link">
  43. <div class="image">
  44. <a href="greenlab.html">
  45. <img id="organic" src="img/sample-fertilizer.svg">
  46. </a>
  47. </div>
  48. <div class="description">
  49. <h3 class="heading">Green<span>Lab</span></h3>
  50. <p class="text">Learn about our 100% organic recipes for fertilizers and pesticides.</p>
  51. <p class="text" class="additional">We only use plants out of our own garden for our products.<br><br>
  52. Learn about how many plants cure and treat each other and how you can make use of their powers.
  53. </div>
  54. <div class="page-button">
  55. <a href="greenlab.html">Learn</a>
  56. </div>
  57. </div>
  58. <div id="about-link">
  59. <div class="image">
  60. <a href="whatsthat.html">
  61. <h1 id="question">?</h1>
  62. </a>
  63. </div>
  64. <div class="description">
  65. <h3 class="heading">What's that <span>?</span></h3>
  66. <p>Read about the design principles of <span>Permaculture</span> and how people animals and plants benefit.
  67. <br>Permaculture helps us understand our planet and utilize its ressources to their full extend without exploiting them. </p>
  68. </div>
  69. <div class="page-button">
  70. <a href="whatsthat.html">Read</a>
  71. </div>
  72. </div>
  73. </section>
  74. </div>