|
@@ -1,27 +1,21 @@
|
|
|
<?php
|
|
|
/**
|
|
|
- * Title: A Link in Bio with subtle pattern background
|
|
|
+ * Title: Link in Bio with subtle pattern background
|
|
|
* Slug: lynx/link-in-bio-pattern-bg
|
|
|
* Inserter: yes
|
|
|
* Categories: featured, link-in-bio
|
|
|
*/
|
|
|
-
|
|
|
?>
|
|
|
|
|
|
<!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ) . '/assets/images/wiggle_pattern.png'; ?>","dimRatio":70,"customOverlayColor":"#fcce08","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-70 has-background-dim" style="background-color:#fcce08"></span><img class="wp-block-cover__image-background" alt="" src="<?php echo esc_url( get_template_directory_uri() ) . '/assets/images/wiggle_pattern.png'; ?>" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"10px"}}} -->
|
|
|
<div class="wp-block-group">
|
|
|
- <!-- wp:image {"align":"center","width":148,"height":145,"style":{"border":{"color":"#4c421f","width":"2px"}},"className":"size-large is-style-rounded"} -->
|
|
|
- <figure class="wp-block-image aligncenter is-resized has-custom-border size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ) . '/assets/images/girl-with-green-hair.jpg'; ?>" alt="" class="has-border-color" style="border-color:#4c421f;border-width:2px" width="148" height="145"/></figure>
|
|
|
- <!-- /wp:image -->
|
|
|
+ <!-- wp:site-logo {"align":"center","className":"is-style-rounded"} /-->
|
|
|
|
|
|
-<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontStyle":"normal","fontWeight":"700","fontSize":"33px"},"color":{"text":"#4c421f"}},"fontFamily":"dm-sans"} -->
|
|
|
-<h2 class="has-text-align-center has-text-color has-dm-sans-font-family" style="color:#4c421f;font-size:33px;font-style:normal;font-weight:700"><?php echo esc_html__( 'Chloé Currie', 'lynx' ); ?></h2>
|
|
|
-<!-- /wp:heading -->
|
|
|
+<!-- wp:site-title {"textAlign":"center","isLink":false,"style":{"typography":{"fontSize":"33px","fontStyle":"normal","fontWeight":"700"},"elements":{"link":{"color":{"text":"#4c421f"}}},"color":{"text":"#4c421f"}},"fontFamily":"dm-sans"} /-->
|
|
|
|
|
|
-<!-- wp:paragraph {"align":"center"} -->
|
|
|
-<p class="has-text-align-center"><?php echo esc_html__( 'Hey! Thanks for stopping by.', 'lynx' ); ?></p>
|
|
|
-<!-- /wp:paragraph --></div>
|
|
|
+<!-- wp:site-tagline {"textAlign":"center","style":{"typography":{"fontSize":"1.125rem"}}} /-->
|
|
|
+</div>
|
|
|
<!-- /wp:group -->
|
|
|
|
|
|
<!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"},"margin":{"top":"20px"}}},"layout":{"inherit":true}} -->
|