123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- /**
- * Title: Link in Bio with colorful buttons
- * Slug: lynx/link-in-bio-colorful-buttons
- * Inserter: yes
- * Categories: featured, link-in-bio
- */
- ?>
- <!-- wp:cover {"customOverlayColor":"#fff1b5","minHeight":100,"minHeightUnit":"vh","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"4vw","right":"4vw","bottom":"4vw","left":"4vw"}}}} -->
- <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"}}} -->
- <div class="wp-block-group"><!-- wp:site-logo {"align":"center","className":"is-style-rounded"} /-->
- <!-- wp:site-title {"textAlign":"center","isLink":false,"style":{"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":"1.2"}},"fontSize":"xx-large","fontFamily":"ibm-plex-mono"} /-->
- <!-- wp:site-tagline {"textAlign":"center","style":{"typography":{"fontSize":"1.125rem"}}} /--></div>
- <!-- /wp:group -->
- <!-- wp:group {"layout":{"inherit":true,"type":"constrained"},"style":{"spacing":{"margin":{"top":"60px","bottom":"60px"}}}} -->
- <div class="wp-block-group" style="margin-top:60px;margin-bottom:60px"><!-- wp:buttons {"style":{"spacing":{"blockGap":"16px"}}} -->
- <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"} -->
- <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>
- <!-- /wp:button -->
- <!-- 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"} -->
- <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>
- <!-- /wp:button -->
- <!-- 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"} -->
- <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>
- <!-- /wp:button -->
- <!-- 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"} -->
- <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>
- <!-- /wp:button -->
- <!-- 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"} -->
- <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>
- <!-- /wp:button --></div>
- <!-- /wp:buttons --></div>
- <!-- /wp:group --></div></div>
- <!-- /wp:cover -->
|