disco-jekyll-theme 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (316) hide show
  1. checksums.yaml +7 -0
  2. checksums.yaml.gz.sig +3 -0
  3. data/LICENSE.txt +168 -0
  4. data/README.markdown +5 -0
  5. data/_data/ar.yml +18 -0
  6. data/_data/bootstrap/fonts.yml +9 -0
  7. data/_data/bootstrap/maps.yml +24 -0
  8. data/_data/bootstrap/rtl.yml +23 -0
  9. data/_data/bootstrap/utilities.yml +55 -0
  10. data/_data/bootstrap/variables.yml +63 -0
  11. data/_data/components.yml +34 -0
  12. data/_data/en.yml +255 -0
  13. data/_data/es.yml +256 -0
  14. data/_data/fa.yml +4 -0
  15. data/_data/fixtures/cards.yml +121 -0
  16. data/_data/fixtures/details.yml +6 -0
  17. data/_data/fixtures/footer_link_group.yml +30 -0
  18. data/_data/fixtures/menu.yml +26 -0
  19. data/_data/fixtures/site_credits.yml +3 -0
  20. data/_data/fixtures/social_networks.yml +7 -0
  21. data/_data/fixtures/video.yml +4 -0
  22. data/_data/full_width_components.yml +2 -0
  23. data/_data/inflections.yml +20 -0
  24. data/_data/layouts/about.yml +205 -0
  25. data/_data/layouts/code_of_conduct.yml +75 -0
  26. data/_data/layouts/footer_column.yml +52 -0
  27. data/_data/layouts/glosario.yml +27 -0
  28. data/_data/layouts/index.yml +38 -0
  29. data/_data/layouts/item_card.yml +93 -0
  30. data/_data/layouts/item_card_icon.yml +1698 -0
  31. data/_data/layouts/license.yml +91 -0
  32. data/_data/layouts/menu.yml +46 -0
  33. data/_data/layouts/menu_external.yml +35 -0
  34. data/_data/layouts/menu_internal.yml +45 -0
  35. data/_data/layouts/page.yml +75 -0
  36. data/_data/layouts/post.yml +129 -0
  37. data/_data/layouts/privacy_policy.yml +75 -0
  38. data/_data/layouts/search.yml +70 -0
  39. data/_data/layouts/section.yml +74 -0
  40. data/_data/layouts/subsection.yml +68 -0
  41. data/_data/layouts/theme.yml +378 -0
  42. data/_data/manifest.json +661 -0
  43. data/_data/schema.yml +15 -0
  44. data/_includes/activity_pub/actor.html +7 -0
  45. data/_includes/activity_pub/alternate.html +10 -0
  46. data/_includes/activity_pub/head.html +22 -0
  47. data/_includes/bootstrap/alert.html +13 -0
  48. data/_includes/bootstrap/buttons/a.html +18 -0
  49. data/_includes/bootstrap/buttons/base.html +18 -0
  50. data/_includes/bootstrap/buttons/button.html +14 -0
  51. data/_includes/bootstrap/details.html +28 -0
  52. data/_includes/bootstrap/navbar.html +65 -0
  53. data/_includes/buttons/button_primary.html +15 -0
  54. data/_includes/dark_toggler.html +18 -0
  55. data/_includes/fa.html +8 -0
  56. data/_includes/footer.html +113 -0
  57. data/_includes/footer_link_group.html +24 -0
  58. data/_includes/footer_socials.html +17 -0
  59. data/_includes/form/search.html +33 -0
  60. data/_includes/head/favicons.html +56 -0
  61. data/_includes/head/social_network.html +5 -0
  62. data/_includes/item_card.html +39 -0
  63. data/_includes/item_card_icon.html +30 -0
  64. data/_includes/menu.html +64 -0
  65. data/_includes/modal.html +35 -0
  66. data/_includes/navigation_posts.html +51 -0
  67. data/_includes/pack.html +17 -0
  68. data/_includes/page_card.html +23 -0
  69. data/_includes/post_preview.html +55 -0
  70. data/_includes/preload_font.html +5 -0
  71. data/_includes/script.html +5 -0
  72. data/_includes/search.html +22 -0
  73. data/_includes/style.html +15 -0
  74. data/_includes/subsection.html +31 -0
  75. data/_includes/sutty/a.html +21 -0
  76. data/_includes/sutty/details.html +29 -0
  77. data/_includes/sutty/picture.html +52 -0
  78. data/_includes/sutty/placeholder.html +12 -0
  79. data/_includes/sutty/toggler/backdrop.html +7 -0
  80. data/_includes/sutty/toggler/toggler.html +33 -0
  81. data/_includes/sutty/toggler/toggler_label.html +17 -0
  82. data/_includes/sutty/toggler/toggler_related.html +17 -0
  83. data/_includes/sutty/video.html +48 -0
  84. data/_includes/svg/arrow.svg +6 -0
  85. data/_includes/svg/arrow_next.svg +6 -0
  86. data/_includes/svg/arrow_prev.svg +6 -0
  87. data/_includes/svg/circle_plus.svg +7 -0
  88. data/_includes/svg/corner.svg +8 -0
  89. data/_includes/svg/disco_coop.svg +5 -0
  90. data/_includes/svg/heart.svg +7 -0
  91. data/_includes/svg/justice.svg +7 -0
  92. data/_includes/svg/language.svg +7 -0
  93. data/_includes/svg/menu.svg +44 -0
  94. data/_includes/svg/peerproduction.svg +4 -0
  95. data/_includes/svg/people.svg +7 -0
  96. data/_includes/svg/search.svg +32 -0
  97. data/_includes/svg/spell.svg +7 -0
  98. data/_includes/svg/tools.svg +7 -0
  99. data/_includes/svg/world.svg +6 -0
  100. data/_includes/svg/x.svg +31 -0
  101. data/_includes/tabs.html +81 -0
  102. data/_includes/text_box.html +12 -0
  103. data/_includes/theme/a.html +19 -0
  104. data/_includes/theme/button_primary.html +14 -0
  105. data/_includes/theme/button_primary_external.html +16 -0
  106. data/_includes/theme/button_primary_external_textwhite_pill.html +16 -0
  107. data/_includes/theme/button_primary_external_textwhite_rect.html +16 -0
  108. data/_includes/theme/button_primary_external_textwhite_rounded.html +16 -0
  109. data/_includes/theme/button_primary_internal_textwhite_pill.html +15 -0
  110. data/_includes/theme/button_primary_internal_textwhite_rect.html +15 -0
  111. data/_includes/theme/button_primary_internal_textwhite_rounded.html +15 -0
  112. data/_includes/theme/buttons.html +15 -0
  113. data/_includes/theme/content.html +74 -0
  114. data/_includes/theme/dark_toggler.html +9 -0
  115. data/_includes/theme/details.html +55 -0
  116. data/_includes/theme/fa.html +19 -0
  117. data/_includes/theme/fonts.html +76 -0
  118. data/_includes/theme/footer.html +14 -0
  119. data/_includes/theme/footer_link_group.html +11 -0
  120. data/_includes/theme/footer_socials.html +11 -0
  121. data/_includes/theme/item_card.html +20 -0
  122. data/_includes/theme/menu.html +19 -0
  123. data/_includes/theme/modal.html +24 -0
  124. data/_includes/theme/navbar.html +12 -0
  125. data/_includes/theme/navigation_posts.html +16 -0
  126. data/_includes/theme/page_card.html +22 -0
  127. data/_includes/theme/picture.html +11 -0
  128. data/_includes/theme/search.html +9 -0
  129. data/_includes/theme/subsection.html +23 -0
  130. data/_includes/theme/svg.html +18 -0
  131. data/_includes/theme/tabs.html +32 -0
  132. data/_includes/theme/text_box.html +11 -0
  133. data/_includes/theme/toggler.html +53 -0
  134. data/_includes/theme/utilities.html +35 -0
  135. data/_includes/theme/video.html +9 -0
  136. data/_includes/utilities.scss +27 -0
  137. data/_includes/variables/name.html +14 -0
  138. data/_layouts/category.html +14 -0
  139. data/_layouts/code_of_conduct.html +83 -0
  140. data/_layouts/default.html +60 -0
  141. data/_layouts/glosario.html +67 -0
  142. data/_layouts/index.html +21 -0
  143. data/_layouts/indexed.html +3 -0
  144. data/_layouts/license.html +98 -0
  145. data/_layouts/page.html +83 -0
  146. data/_layouts/post.html +108 -0
  147. data/_layouts/privacy_policy.html +83 -0
  148. data/_layouts/search.html +14 -0
  149. data/_layouts/section.html +21 -0
  150. data/_layouts/theme.html +58 -0
  151. data/_sass/baskervville_ital_0_1.scss +52 -0
  152. data/_sass/content.scss +58 -0
  153. data/_sass/dark_mode.scss +66 -0
  154. data/_sass/fonts.scss +8 -0
  155. data/_sass/inter_ital_opsz_wght_0_14..32_100..900_1_14..32_100..900.scss +148 -0
  156. data/_sass/monokai.scss +300 -0
  157. data/_sass/pt_serif_ital_wght_0_400_0_700_1_400_1_700.scss +29 -0
  158. data/_sass/raleway_ital_wght_0_100..900_1_100..900.scss +144 -0
  159. data/_sass/roboto_ital_wght_0_100_0_300_0_400_0_500_0_700_0_900_1_100_1_300_1_400_1_500_1_700_1_900.scss +946 -0
  160. data/_sass/roboto_mono_ital_wght_0_100..700_1_100..700.scss +142 -0
  161. data/_sass/saira_ital_wght_0_100..900_1_100..900.scss +84 -0
  162. data/_sass/space_grotesk_wght_300..700.scss +39 -0
  163. data/_sass/toggler.scss +32 -0
  164. data/assets/css/styles.scss +95 -0
  165. data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamlrvLp9A.woff2 +0 -0
  166. data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamrrvI.woff2 +0 -0
  167. data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQsJmp.woff2 +0 -0
  168. data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQvpmptvY.woff2 +0 -0
  169. data/assets/fonts/forkawesome-webfont.woff2 +0 -0
  170. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2 +0 -0
  171. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2 +0 -0
  172. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2 +0 -0
  173. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2 +0 -0
  174. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2 +0 -0
  175. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2 +0 -0
  176. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2 +0 -0
  177. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2 +0 -0
  178. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcviYwY.woff2 +0 -0
  179. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2 +0 -0
  180. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2 +0 -0
  181. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2 +0 -0
  182. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2 +0 -0
  183. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2 +0 -0
  184. data/assets/fonts/ptserif/v18/EJRQQgYoZZY2vCFuvAFT9gaQVy4.ttf +0 -0
  185. data/assets/fonts/ptserif/v18/EJRSQgYoZZY2vCFuvAnt65qV.ttf +0 -0
  186. data/assets/fonts/ptserif/v18/EJRTQgYoZZY2vCFuvAFTzro.ttf +0 -0
  187. data/assets/fonts/ptserif/v18/EJRVQgYoZZY2vCFuvDFR.ttf +0 -0
  188. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQ.ttf +0 -0
  189. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQ.ttf +0 -0
  190. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf +0 -0
  191. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQ.ttf +0 -0
  192. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ.ttf +0 -0
  193. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQ.ttf +0 -0
  194. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQ.ttf +0 -0
  195. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQ.ttf +0 -0
  196. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQ.ttf +0 -0
  197. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf +0 -0
  198. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf +0 -0
  199. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf +0 -0
  200. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf +0 -0
  201. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf +0 -0
  202. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf +0 -0
  203. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CP.ttf +0 -0
  204. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf +0 -0
  205. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf +0 -0
  206. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2 +0 -0
  207. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2 +0 -0
  208. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2 +0 -0
  209. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2 +0 -0
  210. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2 +0 -0
  211. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2 +0 -0
  212. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2 +0 -0
  213. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2 +0 -0
  214. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2 +0 -0
  215. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2 +0 -0
  216. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2 +0 -0
  217. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2 +0 -0
  218. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2 +0 -0
  219. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2 +0 -0
  220. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2 +0 -0
  221. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2 +0 -0
  222. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2 +0 -0
  223. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2 +0 -0
  224. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2 +0 -0
  225. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2 +0 -0
  226. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2 +0 -0
  227. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2 +0 -0
  228. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2 +0 -0
  229. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2 +0 -0
  230. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2 +0 -0
  231. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2 +0 -0
  232. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2 +0 -0
  233. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2 +0 -0
  234. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2 +0 -0
  235. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2 +0 -0
  236. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2 +0 -0
  237. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2 +0 -0
  238. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2 +0 -0
  239. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2 +0 -0
  240. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2 +0 -0
  241. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2 +0 -0
  242. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2 +0 -0
  243. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2 +0 -0
  244. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2 +0 -0
  245. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxIIzI.woff2 +0 -0
  246. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2 +0 -0
  247. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2 +0 -0
  248. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2 +0 -0
  249. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2 +0 -0
  250. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2 +0 -0
  251. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2 +0 -0
  252. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xIIzI.woff2 +0 -0
  253. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2 +0 -0
  254. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2 +0 -0
  255. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2 +0 -0
  256. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 +0 -0
  257. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2 +0 -0
  258. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2 +0 -0
  259. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2 +0 -0
  260. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2 +0 -0
  261. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2 +0 -0
  262. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2 +0 -0
  263. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2 +0 -0
  264. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2 +0 -0
  265. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2 +0 -0
  266. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2 +0 -0
  267. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2 +0 -0
  268. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2 +0 -0
  269. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2 +0 -0
  270. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 +0 -0
  271. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2 +0 -0
  272. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2 +0 -0
  273. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2 +0 -0
  274. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2 +0 -0
  275. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2 +0 -0
  276. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2 +0 -0
  277. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc4.woff2 +0 -0
  278. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2 +0 -0
  279. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2 +0 -0
  280. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2 +0 -0
  281. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2 +0 -0
  282. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2 +0 -0
  283. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 +0 -0
  284. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2 +0 -0
  285. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 +0 -0
  286. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2 +0 -0
  287. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 +0 -0
  288. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 +0 -0
  289. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2 +0 -0
  290. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhEq3-OXg.woff2 +0 -0
  291. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhFq3-OXg.woff2 +0 -0
  292. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhGq3-OXg.woff2 +0 -0
  293. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhIq3-OXg.woff2 +0 -0
  294. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2 +0 -0
  295. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhPq3-OXg.woff2 +0 -0
  296. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm32WWg.woff2 +0 -0
  297. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm36WWoKC.woff2 +0 -0
  298. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3CWWoKC.woff2 +0 -0
  299. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3KWWoKC.woff2 +0 -0
  300. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3OWWoKC.woff2 +0 -0
  301. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3mWWoKC.woff2 +0 -0
  302. data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvQfS0.woff2 +0 -0
  303. data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvefS2-vw.woff2 +0 -0
  304. data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvffS2-vw.woff2 +0 -0
  305. data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLh4vSZSk.woff2 +0 -0
  306. data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLhovSZSk.woff2 +0 -0
  307. data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLiIvS.woff2 +0 -0
  308. data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb54C-s0.woff2 +0 -0
  309. data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb94C-s0.woff2 +0 -0
  310. data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2 +0 -0
  311. data/assets/js/env.js +8 -0
  312. data/assets/js/pack.4CCOOFTO.js +49 -0
  313. data/assets/js/pack.4CCOOFTO.js.map +7 -0
  314. data.tar.gz.sig +0 -0
  315. metadata +674 -0
  316. metadata.gz.sig +0 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ {}
3
+ ---
4
+ <svg width="50" height="80" viewBox="0 0 50 80" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M14.9975 10C14.9975 7.34784 16.051 4.8043 17.9264 2.92893C19.8018 1.05357 22.3453 0 24.9975 0C27.6496 0 30.1932 1.05357 32.0685 2.92893C33.9439 4.8043 34.9975 7.34784 34.9975 10C34.9975 12.6522 33.9439 15.1957 32.0685 17.0711C30.1932 18.9464 27.6496 20 24.9975 20C22.3453 20 19.8018 18.9464 17.9264 17.0711C16.051 15.1957 14.9975 12.6522 14.9975 10ZM22.4975 60V75C22.4975 77.7656 20.2631 80 17.4975 80C14.7318 80 12.4975 77.7656 12.4975 75V44.9688L9.23184 50.1562C7.76309 52.5 4.66934 53.1875 2.34122 51.7188C0.0130944 50.25 -0.705656 47.1719 0.763094 44.8438L6.99747 34.9531C10.8881 28.75 17.685 25 24.9975 25C32.31 25 39.1068 28.75 42.9975 34.9375L49.2318 44.8438C50.7006 47.1875 49.9975 50.2656 47.6693 51.7344C45.3412 53.2031 42.2475 52.5 40.7787 50.1719L37.4975 44.9688V75C37.4975 77.7656 35.2631 80 32.4975 80C29.7318 80 27.4975 77.7656 27.4975 75V60H22.4975Z" fill="white"/>
6
+ <path d="M14.9975 10C14.9975 7.34784 16.051 4.8043 17.9264 2.92893C19.8018 1.05357 22.3453 0 24.9975 0C27.6496 0 30.1932 1.05357 32.0685 2.92893C33.9439 4.8043 34.9975 7.34784 34.9975 10C34.9975 12.6522 33.9439 15.1957 32.0685 17.0711C30.1932 18.9464 27.6496 20 24.9975 20C22.3453 20 19.8018 18.9464 17.9264 17.0711C16.051 15.1957 14.9975 12.6522 14.9975 10ZM22.4975 60V75C22.4975 77.7656 20.2631 80 17.4975 80C14.7318 80 12.4975 77.7656 12.4975 75V44.9688L9.23184 50.1562C7.76309 52.5 4.66934 53.1875 2.34122 51.7188C0.0130944 50.25 -0.705656 47.1719 0.763094 44.8438L6.99747 34.9531C10.8881 28.75 17.685 25 24.9975 25C32.31 25 39.1068 28.75 42.9975 34.9375L49.2318 44.8438C50.7006 47.1875 49.9975 50.2656 47.6693 51.7344C45.3412 53.2031 42.2475 52.5 40.7787 50.1719L37.4975 44.9688V75C37.4975 77.7656 35.2631 80 32.4975 80C29.7318 80 27.4975 77.7656 27.4975 75V60H22.4975Z" fill="white"/>
7
+ </svg>
@@ -0,0 +1,32 @@
1
+ ---
2
+ class:
3
+ type: 'string'
4
+ default: ''
5
+ size:
6
+ type: 'string'
7
+ default: "31px"
8
+ color:
9
+ type: 'string'
10
+ default: 'primary'
11
+ ---
12
+ <svg
13
+ class="{{ class }}"
14
+ width="{{ size }}"
15
+ height="{{ size }}"
16
+ viewBox="0 0 31 31"
17
+ fill="{{ color }}"
18
+ version="1.1"
19
+ id="svg1"
20
+ xmlns="http://www.w3.org/2000/svg"
21
+ xmlns:svg="http://www.w3.org/2000/svg">
22
+ <defs
23
+ id="defs1" />
24
+ <g
25
+ id="layer1"
26
+ transform="matrix(3.9038533,0,0,3.9038533,0.00658213,0.00658219)">
27
+ <path
28
+ id="path1"
29
+ style="fill:#ff00cc;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill"
30
+ d="m 4.8697596,0.14295549 c -1.55047,0 -2.81637,1.26538001 -2.81637,2.81585001 0,0.65765 0.22865,1.26371 0.60927,1.74408 l -2.30167005,2.42155 c -0.15082,0.15875 -0.14458,0.40965 0.014,0.56069 0.15881,0.15117 0.41011,0.14492 0.56121,-0.0139 l 2.30115005,-2.42104 c 0.46118,0.32985 1.02476,0.52503 1.63246,0.52503 1.55046,0 2.81585,-1.2659 2.81585,-2.81636 0,-1.55047 -1.26539,-2.81585001 -2.81585,-2.81585001 z m 0,0.79375 c 1.12149,0 2.0221,0.90061001 2.0221,2.02210001 0,1.12149 -0.90061,2.02261 -2.0221,2.02261 -1.11193,0 -2.02262,-0.89856 -2.02262,-2.02261 0,-1.12149 0.90113,-2.02210001 2.02262,-2.02210001 z" />
31
+ </g>
32
+ </svg>
@@ -0,0 +1,7 @@
1
+ ---
2
+ {}
3
+ ---
4
+ <svg width="80" height="75" viewBox="0 0 80 75" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M34.3849 6.2558L28.8617 8.32153C28.4221 8.48269 28.1291 8.90755 28.1291 9.37637C28.1291 9.84519 28.4221 10.2701 28.8617 10.4312L34.3849 12.4969L36.4507 18.0202C36.6118 18.4597 37.0367 18.7527 37.5055 18.7527C37.9743 18.7527 38.3992 18.4597 38.5603 18.0202L40.6261 12.4969L46.1493 10.4312C46.5889 10.2701 46.8819 9.84519 46.8819 9.37637C46.8819 8.90755 46.5889 8.48269 46.1493 8.32153L40.6261 6.2558L38.5603 0.732529C38.3992 0.293012 37.9743 0 37.5055 0C37.0367 0 36.6118 0.293012 36.4507 0.732529L34.3849 6.2558ZM6.75392 57.9284C4.01426 60.6681 4.01426 65.1218 6.75392 67.8762L11.823 72.9453C14.5627 75.6849 19.0165 75.6849 21.7708 72.9453L77.6335 17.0679C80.3731 14.3283 80.3731 9.87449 77.6335 7.12018L72.5643 2.06573C69.8247 -0.673927 65.3709 -0.673927 62.6166 2.06573L6.75392 57.9284ZM70.9967 12.1014L55.6136 27.4845L52.2 24.0709L67.5831 8.6878L70.9967 12.1014ZM1.09879 17.1705C0.439518 17.4195 0 18.0495 0 18.7527C0 19.456 0.439518 20.086 1.09879 20.335L9.37637 23.4409L12.4823 31.7185C12.7314 32.3778 13.3613 32.8173 14.0646 32.8173C14.7678 32.8173 15.3978 32.3778 15.6468 31.7185L18.7527 23.4409L27.0303 20.335C27.6896 20.086 28.1291 19.456 28.1291 18.7527C28.1291 18.0495 27.6896 17.4195 27.0303 17.1705L18.7527 14.0646L15.6468 5.78698C15.3978 5.1277 14.7678 4.68819 14.0646 4.68819C13.3613 4.68819 12.7314 5.1277 12.4823 5.78698L9.37637 14.0646L1.09879 17.1705ZM52.6689 54.676C52.0096 54.925 51.5701 55.555 51.5701 56.2582C51.5701 56.9615 52.0096 57.5914 52.6689 57.8405L60.9464 60.9464L64.0524 69.224C64.3014 69.8833 64.9314 70.3228 65.6346 70.3228C66.3378 70.3228 66.9678 69.8833 67.2169 69.224L70.3228 60.9464L78.6004 57.8405C79.2597 57.5914 79.6992 56.9615 79.6992 56.2582C79.6992 55.555 79.2597 54.925 78.6004 54.676L70.3228 51.5701L67.2169 43.2925C66.9678 42.6332 66.3378 42.1937 65.6346 42.1937C64.9314 42.1937 64.3014 42.6332 64.0524 43.2925L60.9464 51.5701L52.6689 54.676Z" fill="white"/>
6
+ <path d="M34.3849 6.2558L28.8617 8.32153C28.4221 8.48269 28.1291 8.90755 28.1291 9.37637C28.1291 9.84519 28.4221 10.2701 28.8617 10.4312L34.3849 12.4969L36.4507 18.0202C36.6118 18.4597 37.0367 18.7527 37.5055 18.7527C37.9743 18.7527 38.3992 18.4597 38.5603 18.0202L40.6261 12.4969L46.1493 10.4312C46.5889 10.2701 46.8819 9.84519 46.8819 9.37637C46.8819 8.90755 46.5889 8.48269 46.1493 8.32153L40.6261 6.2558L38.5603 0.732529C38.3992 0.293012 37.9743 0 37.5055 0C37.0367 0 36.6118 0.293012 36.4507 0.732529L34.3849 6.2558ZM6.75392 57.9284C4.01426 60.6681 4.01426 65.1218 6.75392 67.8762L11.823 72.9453C14.5627 75.6849 19.0165 75.6849 21.7708 72.9453L77.6335 17.0679C80.3731 14.3283 80.3731 9.87449 77.6335 7.12018L72.5643 2.06573C69.8247 -0.673927 65.3709 -0.673927 62.6166 2.06573L6.75392 57.9284ZM70.9967 12.1014L55.6136 27.4845L52.2 24.0709L67.5831 8.6878L70.9967 12.1014ZM1.09879 17.1705C0.439518 17.4195 0 18.0495 0 18.7527C0 19.456 0.439518 20.086 1.09879 20.335L9.37637 23.4409L12.4823 31.7185C12.7314 32.3778 13.3613 32.8173 14.0646 32.8173C14.7678 32.8173 15.3978 32.3778 15.6468 31.7185L18.7527 23.4409L27.0303 20.335C27.6896 20.086 28.1291 19.456 28.1291 18.7527C28.1291 18.0495 27.6896 17.4195 27.0303 17.1705L18.7527 14.0646L15.6468 5.78698C15.3978 5.1277 14.7678 4.68819 14.0646 4.68819C13.3613 4.68819 12.7314 5.1277 12.4823 5.78698L9.37637 14.0646L1.09879 17.1705ZM52.6689 54.676C52.0096 54.925 51.5701 55.555 51.5701 56.2582C51.5701 56.9615 52.0096 57.5914 52.6689 57.8405L60.9464 60.9464L64.0524 69.224C64.3014 69.8833 64.9314 70.3228 65.6346 70.3228C66.3378 70.3228 66.9678 69.8833 67.2169 69.224L70.3228 60.9464L78.6004 57.8405C79.2597 57.5914 79.6992 56.9615 79.6992 56.2582C79.6992 55.555 79.2597 54.925 78.6004 54.676L70.3228 51.5701L67.2169 43.2925C66.9678 42.6332 66.3378 42.1937 65.6346 42.1937C64.9314 42.1937 64.3014 42.6332 64.0524 43.2925L60.9464 51.5701L52.6689 54.676Z" fill="white"/>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ ---
2
+ {}
3
+ ---
4
+ <svg width="95" height="75" viewBox="0 0 95 75" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M45.6946 19.0822C46.7589 18.1379 47.1786 16.6539 46.624 15.3347C46.2792 14.5403 45.9045 13.7608 45.4847 13.0113L45.0201 12.2018C44.5704 11.4523 44.0757 10.7178 43.551 10.0133C42.6966 8.87407 41.1976 8.49932 39.8485 8.94901L35.6213 10.3431C34.0174 9.02396 32.1736 7.94469 30.195 7.21018L29.2806 2.86309C28.9958 1.46902 27.9165 0.359759 26.5074 0.19487C25.5181 0.0599599 24.5138 0 23.4944 0H23.3895C22.3702 0 21.3659 0.0599599 20.3765 0.17988C18.9675 0.344769 17.8882 1.46902 17.6034 2.8481L16.689 7.21018C14.6953 7.95968 12.8666 9.02396 11.2626 10.3431L7.02046 8.96401C5.67137 8.51431 4.17237 8.88906 3.31794 10.0283C2.79329 10.7328 2.29862 11.4673 1.83393 12.2168L1.38423 13.0113C0.964515 13.7608 0.589766 14.5403 0.244996 15.3497C-0.309633 16.6539 0.110086 18.1379 1.17437 19.0972L4.50215 22.0652C4.33726 23.0696 4.24732 24.1189 4.24732 25.1832C4.24732 26.2474 4.33726 27.2967 4.50215 28.3161L1.17437 31.2841C0.110086 32.2284 -0.309633 33.7125 0.244996 35.0316C0.589766 35.826 0.964515 36.6055 1.38423 37.37L1.83393 38.1495C2.28363 38.914 2.7783 39.6335 3.31794 40.338C4.17237 41.4773 5.67137 41.852 7.02046 41.4023L11.2476 40.0082C12.8516 41.3274 14.6953 42.4066 16.674 43.1411L17.5884 47.5032C17.8732 48.8973 18.9525 50.0066 20.3615 50.1714C21.3659 50.2914 22.3852 50.3513 23.4195 50.3513C24.4538 50.3513 25.4731 50.2914 26.4774 50.1714C27.8865 50.0066 28.9658 48.8823 29.2506 47.5032L30.165 43.1411C32.1586 42.3916 33.9874 41.3274 35.5914 40.0082L39.8185 41.4023C41.1676 41.852 42.6666 41.4773 43.5211 40.338C44.0457 39.6335 44.5404 38.914 44.9901 38.1495L45.4548 37.34C45.8745 36.5905 46.2492 35.8111 46.594 35.0166C47.1486 33.7125 46.7289 32.2284 45.6646 31.2691L42.3368 28.3011C42.5017 27.2818 42.5917 26.2325 42.5917 25.1682C42.5917 24.1039 42.5017 23.0546 42.3368 22.0353L45.6646 19.0672L45.6946 19.0822ZM16.2393 25.1832C16.2393 23.2749 16.9974 21.4447 18.3467 20.0954C19.6961 18.746 21.5262 17.988 23.4345 17.988C25.3428 17.988 27.1729 18.746 28.5223 20.0954C29.8716 21.4447 30.6297 23.2749 30.6297 25.1832C30.6297 27.0914 29.8716 28.9216 28.5223 30.2709C27.1729 31.6203 25.3428 32.3783 23.4345 32.3783C21.5262 32.3783 19.6961 31.6203 18.3467 30.2709C16.9974 28.9216 16.2393 27.0914 16.2393 25.1832ZM75.1049 73.8256C76.0493 74.8899 77.5333 75.3096 78.8524 74.755C79.6469 74.4102 80.4264 74.0355 81.1759 73.6158L81.9853 73.1511C82.7348 72.7014 83.4693 72.2067 84.1739 71.6821C85.3131 70.8276 85.6878 69.3286 85.2381 67.9795L83.8441 63.7524C85.1632 62.1484 86.2425 60.3047 86.977 58.326L91.3391 57.4116C92.7331 57.1268 93.8424 56.0475 94.0073 54.6385C94.1272 53.6341 94.1872 52.6148 94.1872 51.5805C94.1872 50.5462 94.1272 49.5269 94.0073 48.5226C93.8424 47.1135 92.7181 46.0342 91.3391 45.7494L86.977 44.82C86.2275 42.8264 85.1632 40.9976 83.8441 39.3937L85.2381 35.1665C85.6878 33.8174 85.3131 32.3184 84.1739 31.464C83.4693 30.9393 82.7348 30.4446 81.9853 29.9799L81.1909 29.5303C80.4414 29.1105 79.6619 28.7358 78.8524 28.391C77.5483 27.8364 76.0643 28.2561 75.1049 29.3204L72.1369 32.6482C71.1176 32.4833 70.0683 32.3933 69.004 32.3933C67.9397 32.3933 66.8904 32.4833 65.8711 32.6482L62.9031 29.3204C61.9587 28.2561 60.4747 27.8364 59.1556 28.391C58.3611 28.7358 57.5816 29.1105 56.8172 29.5303L56.0377 29.9799C55.2732 30.4296 54.5537 30.9243 53.8491 31.464C52.7099 32.3184 52.3352 33.8174 52.7849 35.1665L54.1789 39.3937C52.8598 40.9976 51.7805 42.8414 51.046 44.82L46.6839 45.7194C45.2899 46.0042 44.1806 47.0835 44.0157 48.4926C43.8958 49.4969 43.8358 50.5162 43.8358 51.5505C43.8358 52.5848 43.8958 53.6041 44.0157 54.6085C44.1806 56.0175 45.3049 57.0968 46.6839 57.3816L51.046 58.296C51.7955 60.2897 52.8598 62.1185 54.1789 63.7224L52.7849 67.9496C52.3352 69.2987 52.7099 70.7977 53.8491 71.6521C54.5537 72.1767 55.2732 72.6714 56.0377 73.1211L56.8471 73.5858C57.5966 74.0055 58.3761 74.3803 59.1706 74.725C60.4747 75.2797 61.9587 74.8599 62.9181 73.7956L65.8861 70.4679C66.9054 70.6328 67.9547 70.7227 69.019 70.7227C70.0833 70.7227 71.1326 70.6328 72.1519 70.4679L75.1199 73.7956L75.1049 73.8256ZM69.004 44.3703C69.9489 44.3703 70.8845 44.5564 71.7575 44.918C72.6304 45.2796 73.4236 45.8096 74.0918 46.4777C74.7599 47.1459 75.2899 47.9391 75.6515 48.812C76.0131 49.685 76.1992 50.6206 76.1992 51.5655C76.1992 52.5104 76.0131 53.446 75.6515 54.319C75.2899 55.192 74.7599 55.9851 74.0918 56.6533C73.4236 57.3214 72.6304 57.8514 71.7575 58.213C70.8845 58.5746 69.9489 58.7607 69.004 58.7607C68.0591 58.7607 67.1235 58.5746 66.2505 58.213C65.3776 57.8514 64.5844 57.3214 63.9162 56.6533C63.2481 55.9851 62.7181 55.192 62.3565 54.319C61.9949 53.446 61.8088 52.5104 61.8088 51.5655C61.8088 50.6206 61.9949 49.685 62.3565 48.812C62.7181 47.9391 63.2481 47.1459 63.9162 46.4777C64.5844 45.8096 65.3776 45.2796 66.2505 44.918C67.1235 44.5564 68.0591 44.3703 69.004 44.3703Z" fill="white"/>
6
+ <path d="M45.6946 19.0822C46.7589 18.1379 47.1786 16.6539 46.624 15.3347C46.2792 14.5403 45.9045 13.7608 45.4847 13.0113L45.0201 12.2018C44.5704 11.4523 44.0757 10.7178 43.551 10.0133C42.6966 8.87407 41.1976 8.49932 39.8485 8.94901L35.6213 10.3431C34.0174 9.02396 32.1736 7.94469 30.195 7.21018L29.2806 2.86309C28.9958 1.46902 27.9165 0.359759 26.5074 0.19487C25.5181 0.0599599 24.5138 0 23.4944 0H23.3895C22.3702 0 21.3659 0.0599599 20.3765 0.17988C18.9675 0.344769 17.8882 1.46902 17.6034 2.8481L16.689 7.21018C14.6953 7.95968 12.8666 9.02396 11.2626 10.3431L7.02046 8.96401C5.67137 8.51431 4.17237 8.88906 3.31794 10.0283C2.79329 10.7328 2.29862 11.4673 1.83393 12.2168L1.38423 13.0113C0.964515 13.7608 0.589766 14.5403 0.244996 15.3497C-0.309633 16.6539 0.110086 18.1379 1.17437 19.0972L4.50215 22.0652C4.33726 23.0696 4.24732 24.1189 4.24732 25.1832C4.24732 26.2474 4.33726 27.2967 4.50215 28.3161L1.17437 31.2841C0.110086 32.2284 -0.309633 33.7125 0.244996 35.0316C0.589766 35.826 0.964515 36.6055 1.38423 37.37L1.83393 38.1495C2.28363 38.914 2.7783 39.6335 3.31794 40.338C4.17237 41.4773 5.67137 41.852 7.02046 41.4023L11.2476 40.0082C12.8516 41.3274 14.6953 42.4066 16.674 43.1411L17.5884 47.5032C17.8732 48.8973 18.9525 50.0066 20.3615 50.1714C21.3659 50.2914 22.3852 50.3513 23.4195 50.3513C24.4538 50.3513 25.4731 50.2914 26.4774 50.1714C27.8865 50.0066 28.9658 48.8823 29.2506 47.5032L30.165 43.1411C32.1586 42.3916 33.9874 41.3274 35.5914 40.0082L39.8185 41.4023C41.1676 41.852 42.6666 41.4773 43.5211 40.338C44.0457 39.6335 44.5404 38.914 44.9901 38.1495L45.4548 37.34C45.8745 36.5905 46.2492 35.8111 46.594 35.0166C47.1486 33.7125 46.7289 32.2284 45.6646 31.2691L42.3368 28.3011C42.5017 27.2818 42.5917 26.2325 42.5917 25.1682C42.5917 24.1039 42.5017 23.0546 42.3368 22.0353L45.6646 19.0672L45.6946 19.0822ZM16.2393 25.1832C16.2393 23.2749 16.9974 21.4447 18.3467 20.0954C19.6961 18.746 21.5262 17.988 23.4345 17.988C25.3428 17.988 27.1729 18.746 28.5223 20.0954C29.8716 21.4447 30.6297 23.2749 30.6297 25.1832C30.6297 27.0914 29.8716 28.9216 28.5223 30.2709C27.1729 31.6203 25.3428 32.3783 23.4345 32.3783C21.5262 32.3783 19.6961 31.6203 18.3467 30.2709C16.9974 28.9216 16.2393 27.0914 16.2393 25.1832ZM75.1049 73.8256C76.0493 74.8899 77.5333 75.3096 78.8524 74.755C79.6469 74.4102 80.4264 74.0355 81.1759 73.6158L81.9853 73.1511C82.7348 72.7014 83.4693 72.2067 84.1739 71.6821C85.3131 70.8276 85.6878 69.3286 85.2381 67.9795L83.8441 63.7524C85.1632 62.1484 86.2425 60.3047 86.977 58.326L91.3391 57.4116C92.7331 57.1268 93.8424 56.0475 94.0073 54.6385C94.1272 53.6341 94.1872 52.6148 94.1872 51.5805C94.1872 50.5462 94.1272 49.5269 94.0073 48.5226C93.8424 47.1135 92.7181 46.0342 91.3391 45.7494L86.977 44.82C86.2275 42.8264 85.1632 40.9976 83.8441 39.3937L85.2381 35.1665C85.6878 33.8174 85.3131 32.3184 84.1739 31.464C83.4693 30.9393 82.7348 30.4446 81.9853 29.9799L81.1909 29.5303C80.4414 29.1105 79.6619 28.7358 78.8524 28.391C77.5483 27.8364 76.0643 28.2561 75.1049 29.3204L72.1369 32.6482C71.1176 32.4833 70.0683 32.3933 69.004 32.3933C67.9397 32.3933 66.8904 32.4833 65.8711 32.6482L62.9031 29.3204C61.9587 28.2561 60.4747 27.8364 59.1556 28.391C58.3611 28.7358 57.5816 29.1105 56.8172 29.5303L56.0377 29.9799C55.2732 30.4296 54.5537 30.9243 53.8491 31.464C52.7099 32.3184 52.3352 33.8174 52.7849 35.1665L54.1789 39.3937C52.8598 40.9976 51.7805 42.8414 51.046 44.82L46.6839 45.7194C45.2899 46.0042 44.1806 47.0835 44.0157 48.4926C43.8958 49.4969 43.8358 50.5162 43.8358 51.5505C43.8358 52.5848 43.8958 53.6041 44.0157 54.6085C44.1806 56.0175 45.3049 57.0968 46.6839 57.3816L51.046 58.296C51.7955 60.2897 52.8598 62.1185 54.1789 63.7224L52.7849 67.9496C52.3352 69.2987 52.7099 70.7977 53.8491 71.6521C54.5537 72.1767 55.2732 72.6714 56.0377 73.1211L56.8471 73.5858C57.5966 74.0055 58.3761 74.3803 59.1706 74.725C60.4747 75.2797 61.9587 74.8599 62.9181 73.7956L65.8861 70.4679C66.9054 70.6328 67.9547 70.7227 69.019 70.7227C70.0833 70.7227 71.1326 70.6328 72.1519 70.4679L75.1199 73.7956L75.1049 73.8256ZM69.004 44.3703C69.9489 44.3703 70.8845 44.5564 71.7575 44.918C72.6304 45.2796 73.4236 45.8096 74.0918 46.4777C74.7599 47.1459 75.2899 47.9391 75.6515 48.812C76.0131 49.685 76.1992 50.6206 76.1992 51.5655C76.1992 52.5104 76.0131 53.446 75.6515 54.319C75.2899 55.192 74.7599 55.9851 74.0918 56.6533C73.4236 57.3214 72.6304 57.8514 71.7575 58.213C70.8845 58.5746 69.9489 58.7607 69.004 58.7607C68.0591 58.7607 67.1235 58.5746 66.2505 58.213C65.3776 57.8514 64.5844 57.3214 63.9162 56.6533C63.2481 55.9851 62.7181 55.192 62.3565 54.319C61.9949 53.446 61.8088 52.5104 61.8088 51.5655C61.8088 50.6206 61.9949 49.685 62.3565 48.812C62.7181 47.9391 63.2481 47.1459 63.9162 46.4777C64.5844 45.8096 65.3776 45.2796 66.2505 44.918C67.1235 44.5564 68.0591 44.3703 69.004 44.3703Z" fill="white"/>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ ---
2
+ {}
3
+ ---
4
+ <svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M51.5625 37.5C51.5625 40.752 51.3867 43.8867 51.0791 46.875H23.9355C23.6133 43.8867 23.4521 40.752 23.4521 37.5C23.4521 34.248 23.6279 31.1133 23.9355 28.125H51.0791C51.4014 31.1133 51.5625 34.248 51.5625 37.5ZM55.7812 28.125H73.8135C74.5898 31.1279 75 34.2627 75 37.5C75 40.7373 74.5898 43.8721 73.8135 46.875H55.7812C56.0889 43.8574 56.25 40.7227 56.25 37.5C56.25 34.2773 56.0889 31.1426 55.7812 28.125ZM72.2754 23.4375H55.1807C53.7158 14.0771 50.8154 6.24023 47.0801 1.23047C58.5498 4.2627 67.8809 12.583 72.2607 23.4375H72.2754ZM50.4346 23.4375H24.5654C25.459 18.1055 26.8359 13.3887 28.5205 9.56543C30.0586 6.1084 31.7725 3.60352 33.4277 2.02148C35.0684 0.46875 36.4307 0 37.5 0C38.5693 0 39.9316 0.46875 41.5723 2.02148C43.2275 3.60352 44.9414 6.1084 46.4795 9.56543C48.1787 13.374 49.541 18.0908 50.4346 23.4375ZM19.8193 23.4375H2.72461C7.11914 12.583 16.4355 4.2627 27.9199 1.23047C24.1846 6.24023 21.2842 14.0771 19.8193 23.4375ZM1.18652 28.125H19.2188C18.9111 31.1426 18.75 34.2773 18.75 37.5C18.75 40.7227 18.9111 43.8574 19.2188 46.875H1.18652C0.410156 43.8721 0 40.7373 0 37.5C0 34.2627 0.410156 31.1279 1.18652 28.125ZM28.5205 65.4199C26.8213 61.6113 25.459 56.8945 24.5654 51.5625H50.4346C49.541 56.8945 48.1641 61.6113 46.4795 65.4199C44.9414 68.877 43.2275 71.3818 41.5723 72.9639C39.9316 74.5312 38.5693 75 37.5 75C36.4307 75 35.0684 74.5312 33.4277 72.9785C31.7725 71.3965 30.0586 68.8916 28.5205 65.4346V65.4199ZM19.8193 51.5625C21.2842 60.9229 24.1846 68.7598 27.9199 73.7695C16.4355 70.7373 7.11914 62.417 2.72461 51.5625H19.8193ZM72.2754 51.5625C67.8809 62.417 58.5645 70.7373 47.0947 73.7695C50.8301 68.7598 53.7158 60.9229 55.1953 51.5625H72.29H72.2754Z" fill="white"/>
6
+ </svg>
@@ -0,0 +1,31 @@
1
+ ---
2
+ class:
3
+ type: 'string'
4
+ default: ''
5
+ width:
6
+ type: 'string'
7
+ default: "100%"
8
+ height:
9
+ type: 'string'
10
+ default: "100%"
11
+ color:
12
+ type: 'string'
13
+ default: 'black'
14
+ ---
15
+ <svg
16
+ class="{{ class }}"
17
+ width="{{ width }}"
18
+ height="{{ height }}"
19
+ viewBox="0 0 43 44"
20
+ fill="{{ color }}"
21
+ version="1.1"
22
+ id="svg2"
23
+ xmlns="http://www.w3.org/2000/svg"
24
+ xmlns:svg="http://www.w3.org/2000/svg">
25
+ <defs
26
+ id="defs2" />
27
+ <path
28
+ id="path1"
29
+ style="fill:#ff0099"
30
+ d="M 7.5351562 0.96484375 L 0.46484375 8.0351562 L 14.429688 22 L 0.46484375 35.964844 L 7.5351562 43.035156 L 21.5 29.070312 L 35.464844 43.035156 L 42.535156 35.964844 L 28.570312 22 L 42.535156 8.0351562 L 35.464844 0.96484375 L 21.5 14.929688 L 7.5351562 0.96484375 z " />
31
+ </svg>
@@ -0,0 +1,81 @@
1
+ ---
2
+ title_tab_1:
3
+ type: 'string'
4
+ title_tab_2:
5
+ type: 'string'
6
+ content_1:
7
+ type: 'string'
8
+ default: ''
9
+ content_2:
10
+ type: 'string'
11
+ default: ''
12
+ id_1:
13
+ type: 'string'
14
+ id_2:
15
+ type: 'string'
16
+ tab_class:
17
+ type: 'string'
18
+ default: 'border border-1 rounded-0 px-4 py-3 cursor-pointer'
19
+ tab_class_inactive:
20
+ type: "string"
21
+ default: "bg-black text-secondary border-secondary"
22
+ tab_class_active:
23
+ type: "string"
24
+ default: "bg-secondary text-black border-black"
25
+ content_class:
26
+ type: "string"
27
+ default: "bg-secondary p-3 text-black"
28
+ ---
29
+ {%- assign has_content_1 = content_1 | strip_html | present -%}
30
+ {%- assign has_content_2 = content_2 | strip_html | present -%}
31
+ {%- assign checked_2 = has_content_1 | ternary: false, true -%}
32
+
33
+ <aside>
34
+ {%- if has_content_1 -%}
35
+ {%- block 'sutty/toggler/toggler.html', checked: true, id: id_1, class: "d-block toggled-d-none", input_type: 'radio', name: 'tab' -%}
36
+ <div class="d-flex flex-row">
37
+ {%- block 'sutty/toggler/toggler_label.html', id: id_1 -%}
38
+ <div class="{{ tab_class }} {{ tab_class_active }}">
39
+ {{- title_tab_1 -}}
40
+ </div>
41
+ {%- endblock -%}
42
+
43
+ {%- if has_content_2 -%}
44
+ {%- block 'sutty/toggler/toggler_label.html', id: id_2 -%}
45
+ <div class="{{ tab_class }} {{ tab_class_inactive }}">
46
+ {{- title_tab_2 -}}
47
+ </div>
48
+ {%- endblock -%}
49
+ {%- endif -%}
50
+ </div>
51
+
52
+ <div class="content {{ content_class }}">
53
+ {{- content_1 -}}
54
+ </div>
55
+ {%- endblock -%}
56
+ {%- endif -%}
57
+
58
+ {% if has_content_2 %}
59
+ {%- block 'sutty/toggler/toggler.html', checked: checked_2, id: id_2, class: "d-block toggled-d-none", input_type: 'radio', name: 'tab' -%}
60
+ <div class="d-flex flex-row">
61
+ {% if has_content_1 %}
62
+ {%- block 'sutty/toggler/toggler_related.html', id: id_1 -%}
63
+ <div class="{{ tab_class }} {{ tab_class_inactive }}">
64
+ {{- title_tab_1 -}}
65
+ </div>
66
+ {%- endblock -%}
67
+ {% endif %}
68
+
69
+ {%- block 'sutty/toggler/toggler_related.html', id: id_2 -%}
70
+ <div class="{{ tab_class }} {{ tab_class_active }}">
71
+ {{- title_tab_2 -}}
72
+ </div>
73
+ {%- endblock -%}
74
+ </div>
75
+
76
+ <div class="content {{ content_class }}">
77
+ {{ content_2 }}
78
+ </div>
79
+ {%- endblock -%}
80
+ {% endif %}
81
+ </aside>
@@ -0,0 +1,12 @@
1
+ ---
2
+ content:
3
+ type: 'string'
4
+ ---
5
+ <div class="position-relative bg-gray-light p-2">
6
+ <div class="position-absolute top-3 start-3">
7
+ {% render 'svg/corner.svg', class: 'svg-fill-body-color' %}
8
+ </div>
9
+ <aside class="p-5 content">
10
+ {{ content }}
11
+ </aside>
12
+ </div>
@@ -0,0 +1,19 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ locale:
5
+ type: string
6
+ i18n:
7
+ type: hash
8
+ ---
9
+ <p>
10
+ {% render 'sutty/a.html', content: i18n.lorem_ipsum.five_words, href: '/' %}
11
+ </p>
12
+
13
+ <p>
14
+ {% render 'sutty/a.html', content: i18n.lorem_ipsum.ten_words, href: 'https://sutty.nl' %}
15
+ </p>
16
+
17
+ <p>
18
+ {% render 'sutty/a.html', content: i18n.lorem_ipsum.ten_words, href: 'sutty/https://sutty.nl' %}
19
+ </p>
@@ -0,0 +1,14 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign content = 'Go!' %}
10
+ <div class="row">
11
+ <div class="col-4 d-flex flex-row">
12
+ {% render "buttons/button_primary.html", url: "https://basics.disco.coop/", content: %}
13
+ </div>
14
+ </div>
@@ -0,0 +1,16 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign content = 'Go!' %}
10
+ {% assign attributes = "target='_blank' rel='noopener noreferrer'" %}
11
+
12
+ <div class="row">
13
+ <div class="col-4 d-flex flex-row">
14
+ {% render "buttons/button_primary.html", url: "https://basics.disco.coop/", content:, attributes: %}
15
+ </div>
16
+ </div>
@@ -0,0 +1,16 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign content = 'Go!' %}
10
+ {% assign extra_class = 'rounded-pill text-white' %}
11
+ {% assign attributes = "target='_blank' rel='noopener noreferrer'" %}
12
+ <div class="row">
13
+ <div class="col-4 d-flex flex-row">
14
+ {% render "buttons/button_primary.html", url: "https://basics.disco.coop/", content:, extra_class:, attributes: %}
15
+ </div>
16
+ </div>
@@ -0,0 +1,16 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign content = 'Go!' %}
10
+ {% assign extra_class = 'rounded-0 text-white' %}
11
+ {% assign attributes = "target='_blank' rel='noopener noreferrer'" %}
12
+ <div class="row">
13
+ <div class="col-4 d-flex flex-row">
14
+ {% render "buttons/button_primary.html", url: "https://basics.disco.coop/", content:, extra_class:, attributes: %}
15
+ </div>
16
+ </div>
@@ -0,0 +1,16 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign content = 'Go!' %}
10
+ {% assign extra_class = 'rounded text-white' %}
11
+ {% assign attributes = "target='_blank' rel='noopener noreferrer'" %}
12
+ <div class="row">
13
+ <div class="col-4 d-flex flex-row">
14
+ {% render "buttons/button_primary.html", url: "https://basics.disco.coop/", content:, extra_class:, attributes: %}
15
+ </div>
16
+ </div>
@@ -0,0 +1,15 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign content = 'Go!' %}
10
+ {% assign extra_class = 'rounded-pill text-white' %}
11
+ <div class="row">
12
+ <div class="col-4 d-flex flex-row">
13
+ {% render "buttons/button_primary.html", url: "https://basics.disco.coop/", content:, extra_class: %}
14
+ </div>
15
+ </div>
@@ -0,0 +1,15 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign content = 'Go!' %}
10
+ {% assign extra_class = 'rounded-0 text-white' %}
11
+ <div class="row">
12
+ <div class="col-4 d-flex flex-row">
13
+ {% render "buttons/button_primary.html", url: "https://basics.disco.coop/", content:, extra_class: %}
14
+ </div>
15
+ </div>
@@ -0,0 +1,15 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign content = 'Go!' %}
10
+ {% assign extra_class = 'rounded text-white' %}
11
+ <div class="row">
12
+ <div class="col-4 d-flex flex-row">
13
+ {% render "buttons/button_primary.html", url: "https://basics.disco.coop/", content:, extra_class: %}
14
+ </div>
15
+ </div>
@@ -0,0 +1,15 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ locale:
5
+ type: string
6
+ i18n:
7
+ type: hash
8
+ ---
9
+ <div class="row row-cols-2 row-cols-lg-6">
10
+ {% for theme_color in data.bootstrap.maps.theme_colors %}
11
+ <div class="col p-3">
12
+ {% render 'bootstrap/buttons/a.html', theme: theme_color[0], content: data[locale].locale, url: '#' %}
13
+ </div>
14
+ {% endfor %}
15
+ </div>
@@ -0,0 +1,74 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ <div class="content">
10
+ <h2>Título 2</h2>
11
+ <h3>Título 3</h3>
12
+ <h4>Título 4</h4>
13
+ <h5>Título 5</h5>
14
+ <h6>Título 6</h6>
15
+
16
+ <p class="display-1">Display 1</p>
17
+ <p class="display-2">Display 2</p>
18
+ <p class="display-3">Display 3</p>
19
+ <p class="display-4">Display 4</p>
20
+
21
+ <p class="lead">Párrafo resaltado</p>
22
+
23
+ <p class="lead-md">
24
+ {{- i18n.lorem_ipsum.one_paragraph -}}
25
+ </p>
26
+
27
+ <p>There's an empty paragraph after this</p>
28
+ <p></p>
29
+ <p>And above this</p>
30
+
31
+ <ul>
32
+ <li>Lorem ipsum dolor sit amet</li>
33
+ <li>consectetur adipiscing elit</li>
34
+ <li>sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</li>
35
+ </ul>
36
+
37
+ <ol>
38
+ <li>Lorem ipsum dolor sit amet</li>
39
+ <li>consectetur adipiscing elit</li>
40
+ <li>sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</li>
41
+ </ol>
42
+
43
+ <blockquote>
44
+ <p>
45
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
46
+ magna aliqua.
47
+ </p>
48
+ </blockquote>
49
+
50
+ <figure>
51
+ <img src="public/0m4e7sur4hab4lhh44r9axuga12k/placeholder.png">
52
+ <figcaption>An image</figcaption>
53
+ </figure>
54
+
55
+ <figure>
56
+ <video controls poster="public/0m4e7sur4hab4lhh44r9axuga12k/placeholder.png"></video>
57
+ <figcaption>A video player (doesn't play anything)</figcaption>
58
+ </figure>
59
+
60
+ <figure>
61
+ <audio controls></audio>
62
+ <figcaption>An audio player (doesn't play anything)</figcaption>
63
+ </figure>
64
+
65
+ <figure>
66
+ <iframe src="/"></iframe>
67
+ <figcaption>An embedded page</figcaption>
68
+ </figure>
69
+
70
+ <figure>
71
+ {{ 'https://www.youtube.com/watch?v=9ItuO9lsspU' | embed }}
72
+ <figcaption>A youtube video</figcaption>
73
+ </figure>
74
+ </div>
@@ -0,0 +1,9 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% render 'dark_toggler.html', id: 'f89ba91' %}
@@ -0,0 +1,55 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% capture content %}
10
+ <ul class="list-unstyled">
11
+ {% for item in data.fixtures.details.items %}
12
+ <li class="text-body-color">{{ item }}</li>
13
+ {% endfor %}
14
+ </ul>
15
+ {% endcapture %}
16
+
17
+ {% block "bootstrap/details.html", title: "Details" %}
18
+ {{ content }}
19
+ {% endblock %}
20
+
21
+ <h2>Details</h2>
22
+
23
+ {% block 'sutty/details.html', summary: 'Details' %}
24
+ <div class="content">
25
+ <p>{{ i18n.lorem_ipsum.one_paragraph }}</p>
26
+ </div>
27
+ {% endblock %}
28
+
29
+ <h2>Open details</h2>
30
+
31
+ {% block 'sutty/details.html', summary: 'Details', open: true %}
32
+ <div class="content">
33
+ <p>{{ i18n.lorem_ipsum.one_paragraph }}</p>
34
+ </div>
35
+ {% endblock %}
36
+
37
+ <h2>Grouped details (accordion)</h2>
38
+
39
+ {% block 'sutty/details.html', summary: 'Details', name: 'group' %}
40
+ <div class="content">
41
+ <p>{{ i18n.lorem_ipsum.one_paragraph }}</p>
42
+ </div>
43
+ {% endblock %}
44
+
45
+ {% block 'sutty/details.html', summary: 'Details', name: 'group' %}
46
+ <div class="content">
47
+ <p>{{ i18n.lorem_ipsum.one_paragraph }}</p>
48
+ </div>
49
+ {% endblock %}
50
+
51
+ {% block 'sutty/details.html', summary: 'Details', name: 'group' %}
52
+ <div class="content">
53
+ <p>{{ i18n.lorem_ipsum.one_paragraph }}</p>
54
+ </div>
55
+ {% endblock %}
@@ -0,0 +1,19 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ locale:
5
+ type: string
6
+ i18n:
7
+ type: hash
8
+ ---
9
+
10
+ <div class="row">
11
+ {% for icon in data.fa.icons %}
12
+ <div class="col">
13
+ <p>
14
+ {% render 'fa.html', icon: icon.id %}
15
+ {{ icon.id }}
16
+ </p>
17
+ </div>
18
+ {% endfor %}
19
+ </div>
@@ -0,0 +1,76 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ locale:
5
+ type: string
6
+ i18n:
7
+ type: hash
8
+ ---
9
+ {% for font in data.bootstrap.fonts %}
10
+ {%- assign slug = font | slugify -%}
11
+ <section class="font-{{ slug }} mt-5">
12
+ <header>
13
+ <h3>
14
+ <code>font-{{ slug }}</code> {{ i18n.lorem_ipsum.five_words }}
15
+ </h3>
16
+
17
+ <p class="lead">
18
+ <code>font-{{ slug }}</code> is a utility class you can use when you want an element to use the {{ font }} font
19
+ family.
20
+ </p>
21
+ </header>
22
+
23
+ <div class="content">
24
+ <p>
25
+ <em>
26
+ {{- i18n.lorem_ipsum.twenty_words -}}
27
+ </em>
28
+ </p>
29
+
30
+ <p>
31
+ <strong>
32
+ {{- i18n.lorem_ipsum.twenty_words -}}
33
+ </strong>
34
+ </p>
35
+
36
+ <p>{{- i18n.lorem_ipsum.one_paragraph -}}</p>
37
+ </div>
38
+ </section>
39
+ {% endfor %}
40
+
41
+ {% for font_family in data.bootstrap.variables.font_families %}
42
+ <section class="font-family-{{ font_family[0] }} mt-5">
43
+ <header>
44
+ <h3>
45
+ <code>font-{{ font_family[0] }}</code> {{ i18n.lorem_ipsum.five_words }}
46
+ </h3>
47
+
48
+ <p class="lead">
49
+ <code>font-{{ font_family[0] }}</code> is a utility class you can use when you want an element to use the
50
+ {{ font_family[1] }} font family.
51
+ </p>
52
+
53
+ <p class="lead">
54
+ Since it's a generically named utility, you can redefine the font family by changing it on
55
+ <code>_data/bootstrap/variables.yml</code>, or add more, even. This is useful for themes, since you can allow
56
+ users to customize the font families.
57
+ </p>
58
+ </header>
59
+
60
+ <div class="content">
61
+ <p>
62
+ <em>
63
+ {{- i18n.lorem_ipsum.twenty_words -}}
64
+ </em>
65
+ </p>
66
+
67
+ <p>
68
+ <strong>
69
+ {{- i18n.lorem_ipsum.twenty_words -}}
70
+ </strong>
71
+ </p>
72
+
73
+ <p>{{- i18n.lorem_ipsum.one_paragraph -}}</p>
74
+ </div>
75
+ </section>
76
+ {% endfor %}
@@ -0,0 +1,14 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign social_networks = data.fixtures.social_networks.items %}
10
+
11
+ {% assign columns = data.fixtures.footer_link_group.footer_columns %}
12
+ {% assign site_credits = data.fixtures.site_credits %}
13
+
14
+ {% render 'footer.html', social_networks:, columns:, site_credits: %}
@@ -0,0 +1,11 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign group = data.fixtures.footer_link_group.footer_columns | first %}
10
+
11
+ {% render 'footer_link_group.html', **group %}