archive.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!-- wp:group {"style":{"spacing":{"padding":{"right":"3vw","left":"3vw"}}},"layout":{"type":"default"}} -->
  2. <div class="wp-block-group" style="padding-right: 3vw; padding-left: 3vw">
  3. <!-- wp:group {"style":{"spacing":{"padding":{"top":"6vh","right":"3vw","bottom":"6vh","left":"3vw"}},"border":{"radius":"4em"}},"backgroundColor":"secondary","layout":{"type":"default"}} -->
  4. <div
  5. class="wp-block-group has-secondary-background-color has-background"
  6. style="
  7. border-radius: 4em;
  8. padding-top: 6vh;
  9. padding-right: 3vw;
  10. padding-bottom: 6vh;
  11. padding-left: 3vw;
  12. "
  13. >
  14. <!-- wp:query-title {"type":"archive"} /-->
  15. </div>
  16. <!-- /wp:group -->
  17. </div>
  18. <!-- /wp:group -->
  19. <!-- wp:group {"style":{"spacing":{"padding":{"right":"3vw","left":"3vw"},"blockGap":"0"}},"layout":{"type":"constrained"}} -->
  20. <div class="wp-block-group" style="padding-right: 3vw; padding-left: 3vw">
  21. <!-- wp:query {"queryId":8,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"full"} -->
  22. <div class="wp-block-query alignfull">
  23. <!-- wp:post-template -->
  24. <!-- wp:group {"style":{"border":{"radius":"4em"}},"backgroundColor":"secondary","layout":{"type":"constrained"}} -->
  25. <div
  26. class="wp-block-group has-secondary-background-color has-background"
  27. style="border-radius: 4em"
  28. >
  29. <!-- wp:cover {"dimRatio":0,"overlayColor":"secondary","minHeight":100,"minHeightUnit":"%","contentPosition":"bottom left","style":{"border":{"radius":"4em"},"spacing":{"padding":{"right":"5vw","left":"5vw","bottom":"8vh","top":"8vh"}}},"layout":{"type":"constrained"}} -->
  30. <div
  31. class="wp-block-cover has-custom-content-position is-position-bottom-left"
  32. style="
  33. border-radius: 4em;
  34. padding-top: 8vh;
  35. padding-right: 5vw;
  36. padding-bottom: 8vh;
  37. padding-left: 5vw;
  38. min-height: 100%;
  39. "
  40. >
  41. <span
  42. aria-hidden="true"
  43. class="wp-block-cover__background has-secondary-background-color has-background-dim-0 has-background-dim"
  44. ></span>
  45. <div class="wp-block-cover__inner-container">
  46. <!-- wp:post-title {"isLink":true,"style":{"spacing":{"padding":{"top":"0","bottom":"0"}},"typography":{"fontSize":"1.9em"}}} /-->
  47. </div>
  48. </div>
  49. <!-- /wp:cover -->
  50. </div>
  51. <!-- /wp:group -->
  52. <!-- /wp:post-template -->
  53. </div>
  54. <!-- /wp:query -->
  55. </div>
  56. <!-- /wp:group -->
  57. <!-- wp:template-part {"slug":"footer"} /-->