12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?php
- /**
- * Title: Link in Bio with a large heading
- * Slug: lynx/link-in-bio-large-heading
- * Inserter: yes
- * Categories: featured, link-in-bio
- */
- ?>
- <!-- wp:cover {"customOverlayColor":"#502b7f","minHeight":100,"minHeightUnit":"vh","align":"full"} -->
- <div class="wp-block-cover alignfull" style="min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#502b7f"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"layout":{"inherit":false,"contentSize":"940px","type":"constrained"},"style":{"spacing":{"blockGap":"0px"}}} -->
- <div class="wp-block-group"><!-- wp:columns -->
- <div class="wp-block-columns"><!-- wp:column {"width":"100%"} -->
- <div class="wp-block-column" style="flex-basis:100%"><!-- wp:site-title {"isLink":false,"style":{"color":{"text":"#ed6e69"},"typography":{"fontStyle":"normal","fontWeight":"900","lineHeight":"1"}},"fontSize":"xxx-large"} /--></div>
- <!-- /wp:column --></div>
- <!-- /wp:columns -->
- <!-- wp:columns {"style":{"spacing":{"margin":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}}} -->
- <div class="wp-block-columns" style="margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)"><!-- wp:column {"width":"50%","style":{"spacing":{"blockGap":"10px"}}} -->
- <div class="wp-block-column" style="flex-basis:50%"><!-- wp:site-tagline {"style":{"color":{"text":"#ffffffbf"}},"fontSize":"small"} /--></div>
- <!-- /wp:column -->
- <!-- wp:column {"style":{"spacing":{"blockGap":"10px"}}} -->
- <div class="wp-block-column"><!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"fontSize":"small"} -->
- <p class="has-link-color has-small-font-size"><a href="#">→ <?php echo esc_html__( 'buy merch', 'lynx' ); ?></a></p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"fontSize":"small"} -->
- <p class="has-link-color has-small-font-size"><a href="#">→ <?php echo esc_html__( 'support on patreon', 'lynx' ); ?></a></p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"fontSize":"small"} -->
- <p class="has-link-color has-small-font-size"><a href="#">→ <?php echo esc_html__( 'buy me coffee', 'lynx' ); ?></a></p>
- <!-- /wp:paragraph --></div>
- <!-- /wp:column -->
- <!-- wp:column {"style":{"spacing":{"blockGap":"10px"}}} -->
- <div class="wp-block-column"><!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"fontSize":"small"} -->
- <p class="has-link-color has-small-font-size"><a href="#">→ <?php echo esc_html__( 'instagram', 'lynx' ); ?></a></p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"fontSize":"small"} -->
- <p class="has-link-color has-small-font-size"><a href="#">→ <?php echo esc_html__( 'twitter', 'lynx' ); ?></a></p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"fontSize":"small"} -->
- <p class="has-link-color has-small-font-size"><a href="#">→ <?php echo esc_html__( 'youtube', 'lynx' ); ?></a></p>
- <!-- /wp:paragraph --></div>
- <!-- /wp:column --></div>
- <!-- /wp:columns --></div>
- <!-- /wp:group --></div></div>
- <!-- /wp:cover -->
|