link-in-bio-colorful-buttons.php 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /**
  3. * Title: Link in Bio with colorful buttons
  4. * Slug: lynx/link-in-bio-colorful-buttons
  5. * Inserter: yes
  6. * Categories: featured, link-in-bio
  7. */
  8. ?>
  9. <!-- wp:cover {"customOverlayColor":"#fff1b5","minHeight":100,"minHeightUnit":"vh","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"4vw","right":"4vw","bottom":"4vw","left":"4vw"}}}} -->
  10. <div class="wp-block-cover alignfull is-light" style="padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#fff1b5"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"24px"}}} -->
  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","lineHeight":"1.2"}},"fontSize":"xx-large","fontFamily":"ibm-plex-mono"} /-->
  13. <!-- wp:site-tagline {"textAlign":"center","style":{"typography":{"fontSize":"1.125rem"}}} /--></div>
  14. <!-- /wp:group -->
  15. <!-- wp:group {"layout":{"inherit":true,"type":"constrained"},"style":{"spacing":{"margin":{"top":"60px","bottom":"60px"}}}} -->
  16. <div class="wp-block-group" style="margin-top:60px;margin-bottom:60px"><!-- wp:buttons {"style":{"spacing":{"blockGap":"16px"}}} -->
  17. <div class="wp-block-buttons"><!-- wp:button {"textColor":"black","width":75,"align":"center","style":{"color":{"background":"#9ce2fe"},"border":{"radius":"100px"}},"className":"is-style-outline has-custom-font","fontFamily":"space-mono"} -->
  18. <div class="wp-block-button aligncenter has-custom-width wp-block-button__width-75 is-style-outline has-custom-font has-space-mono-font-family"><a class="wp-block-button__link has-black-color has-text-color has-background wp-element-button" style="border-radius:100px;background-color:#9ce2fe"><?php echo esc_html__( 'Ep.1 Sunny Side Up', 'lynx' ); ?></a></div>
  19. <!-- /wp:button -->
  20. <!-- wp:button {"textColor":"black","width":75,"align":"center","style":{"color":{"background":"#ffafce"},"border":{"radius":"100px"}},"className":"is-style-outline has-custom-font","fontFamily":"space-mono"} -->
  21. <div class="wp-block-button aligncenter has-custom-width wp-block-button__width-75 is-style-outline has-custom-font has-space-mono-font-family"><a class="wp-block-button__link has-black-color has-text-color has-background wp-element-button" style="border-radius:100px;background-color:#ffafce"><?php echo esc_html__( 'Ep.2 Happy Mondays', 'lynx' ); ?></a></div>
  22. <!-- /wp:button -->
  23. <!-- wp:button {"textColor":"black","width":75,"align":"center","style":{"color":{"background":"#acf5c1"},"border":{"radius":"100px"}},"className":"is-style-outline has-custom-font","fontFamily":"space-mono"} -->
  24. <div class="wp-block-button aligncenter has-custom-width wp-block-button__width-75 is-style-outline has-custom-font has-space-mono-font-family"><a class="wp-block-button__link has-black-color has-text-color has-background wp-element-button" style="border-radius:100px;background-color:#acf5c1"><?php echo esc_html__( 'Ep.3 New York Cheese Cake', 'lynx' ); ?></a></div>
  25. <!-- /wp:button -->
  26. <!-- wp:button {"textColor":"black","width":75,"align":"center","style":{"color":{"background":"#bebefe"},"border":{"radius":"100px"}},"className":"is-style-outline has-custom-font","fontFamily":"space-mono"} -->
  27. <div class="wp-block-button aligncenter has-custom-width wp-block-button__width-75 is-style-outline has-custom-font has-space-mono-font-family"><a class="wp-block-button__link has-black-color has-text-color has-background wp-element-button" style="border-radius:100px;background-color:#bebefe"><?php echo esc_html__( 'Ep.4 Rainy Clouds', 'lynx' ); ?></a></div>
  28. <!-- /wp:button -->
  29. <!-- wp:button {"textColor":"black","width":75,"align":"center","style":{"color":{"background":"#fec997"},"border":{"radius":"100px"}},"className":"is-style-outline has-custom-font","fontFamily":"space-mono"} -->
  30. <div class="wp-block-button aligncenter has-custom-width wp-block-button__width-75 is-style-outline has-custom-font has-space-mono-font-family"><a class="wp-block-button__link has-black-color has-text-color has-background wp-element-button" style="border-radius:100px;background-color:#fec997"><?php echo esc_html__( 'Ep.5 Over the Rainbow', 'lynx' ); ?></a></div>
  31. <!-- /wp:button --></div>
  32. <!-- /wp:buttons --></div>
  33. <!-- /wp:group --></div></div>
  34. <!-- /wp:cover -->