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.

112 lines
4.8 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. <footer class="footer" style="font-family: 'Fira Sans', sans-serif;">
  2. <div id="footer-wrapper">
  3. <div id="column1">
  4. <h3><span>Cannabinieri</span>@</h3>
  5. </a>
  6. </div>
  7. <div id="column2">
  8. <h6 onclick="show()"> About Cannabinieri
  9. <span class="show">
  10. <i class="arrow down"></i>
  11. </span>
  12. </h6>
  13. <ul id="information">
  14. <li>
  15. <p>
  16. <a href="meet.html">Contact Us</a>
  17. </p>
  18. </li>
  19. <li>
  20. <p>
  21. <a href="#">FAQ</a>
  22. </p>
  23. </li>
  24. <li>
  25. <p>
  26. <a href="#">Certificate of Analysis</a>
  27. </p>
  28. </li>
  29. </ul>
  30. </div>
  31. <div id="column3">
  32. <h6 onclick="display()">links
  33. <span class="show">
  34. <i class="arrow down2"></i>
  35. </span>
  36. </h6>
  37. <ul id="footer-links">
  38. <li>
  39. <p>
  40. <a href="#">Blog</a>
  41. </p>
  42. </li>
  43. <li>
  44. <p>
  45. <a href="#">Shop</a>
  46. </p>
  47. </li>
  48. <li>
  49. <p>
  50. <a class="code" href="#">Code</a>
  51. </p>
  52. </li>
  53. </ul>
  54. </div>
  55. <div id="column4">
  56. <h6>TO BE SAID</h6>
  57. <p> All our products contain<br class ="desktop">less than 0.2% THC</p>
  58. </div>
  59. <div id="column5">
  60. <h6 class="follow">Follow us</h6>
  61. <div id="social-media">
  62. <!--Change Css classes, ids-->
  63. <ul>
  64. <li class="youtube">
  65. <a href="#">
  66. <picture>
  67. <source srcset="../img/peertube_white.svg" type="image/webp">
  68. <img id="youtube" type="image/webp" src= "img/peertube_white.svg">
  69. </picture>
  70. </a>
  71. </li>
  72. <li>
  73. <a href="#">
  74. <picture>
  75. <source srcset="../img/pixelfed.svg" type="image/webp">
  76. <img id="instagram" type="image/webp" src="img/pixelfed.svg">
  77. </picture>
  78. </a>
  79. </li>
  80. <li>
  81. <a href="#">
  82. <picture>
  83. <source srcset="../img/gitea.svg" type="image/webp">
  84. <img id="gitea" type="image/webp" src="img/gitea.svg">
  85. </picture>
  86. </a>
  87. </li>
  88. </ul>
  89. </div>
  90. </div>
  91. <div id="row2">
  92. <p id ="print">©2021 Cannabinieri</p>
  93. </div>
  94. <!--Replace with dynamic language handling-->
  95. <div id="row3">
  96. <div class="languages" id ="footer-languages">
  97. <a href="../languages/deutsch.html">Deutsch |</a>
  98. <a href="../languages/italiano.html">Italiano |</a>
  99. <a href="../languages/francais.html">Francais </a>
  100. </div>
  101. </div>
  102. </div>
  103. </footer>
  104. </div>