link-in-bio-basic.php 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. /**
  3. * Title: Basic Link in Bio pattern
  4. * Slug: lynx/link-in-bio-basic
  5. * Inserter: yes
  6. * Categories: featured, link-in-bio
  7. */
  8. ?>
  9. <!-- wp:cover {"overlayColor":"background","minHeight":100,"minHeightUnit":"vh","isDark":false,"align":"full"} -->
  10. <div class="wp-block-cover alignfull is-light" style="min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-background-background-color has-background-dim-100 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"layout":{"type":"constrained"},"style":{"spacing":{"blockGap":"var:preset|spacing|20"}}} -->
  11. <div class="wp-block-group"><!-- wp:site-logo {"align":"center","className":"is-style-rounded"} /-->
  12. <!-- wp:site-title {"textAlign":"center","isLink":false,"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"x-large"} /-->
  13. <!-- wp:site-tagline {"textAlign":"center","fontSize":"small"} /-->
  14. <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"var:preset|spacing|60"}}}} -->
  15. <div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--60)"><!-- wp:button {"width":100,"className":"is-style-fill"} -->
  16. <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link wp-element-button"><?php echo esc_html__( 'Must read: The Place That Made Me', 'lynx' ); ?></a></div>
  17. <!-- /wp:button -->
  18. <!-- wp:button {"width":100,"className":"is-style-fill"} -->
  19. <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link wp-element-button"><?php echo esc_html__( 'Rain Journal by Richard Johnson', 'lynx' ); ?></a></div>
  20. <!-- /wp:button -->
  21. <!-- wp:button {"width":100,"className":"is-style-fill"} -->
  22. <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link wp-element-button"><?php echo esc_html__( '10th Day of Rain', 'lynx' ); ?></a></div>
  23. <!-- /wp:button -->
  24. <!-- wp:button {"width":100,"className":"is-style-fill"} -->
  25. <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link wp-element-button"><?php echo esc_html__( 'Blurring the Lines Between Architecture and Nature', 'lynx' ); ?></a></div>
  26. <!-- /wp:button -->
  27. <!-- wp:button {"width":100,"className":"is-style-fill"} -->
  28. <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link wp-element-button"><?php echo esc_html__( 'Instant Classic: A story of Persistence', 'lynx' ); ?></a></div>
  29. <!-- /wp:button --></div>
  30. <!-- /wp:buttons --></div>
  31. <!-- /wp:group --></div></div>
  32. <!-- /wp:cover -->