Skip to content

Commit

Permalink
Pare down Link Page pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Aug 21, 2023
1 parent 9bc4212 commit d382c15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions patterns/page-link.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<div class="wp-block-group"><!-- wp:image {"align":"center","id":3489,"width":120,"height":120,"sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} -->
<figure class="wp-block-image aligncenter size-full is-resized is-style-rounded"><img src="<?php echo esc_url( get_theme_file_uri() ) . '/assets/images/sample_800x800.jpg'; ?>" alt="<?php echo esc_attr__( 'Sample Image', 'frost' ); ?>" class="wp-image-3489" width="120" height="120"/></figure>
<!-- /wp:image -->
<!-- wp:heading {"textAlign":"center","level":1,"className":"wp-block-heading"} -->
<h1 class="wp-block-heading has-text-align-center"><?php echo esc_html__( 'Your Name', 'frost' ); ?></h1>
<!-- wp:heading {"textAlign":"center","level":1,"className":"wp-block-heading","fontSize":"x-large"} -->
<h1 class="wp-block-heading has-text-align-center has-x-large-font-size"><?php echo esc_html__( 'Your Name', 'frost' ); ?></h1>
<!-- /wp:heading -->
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php echo esc_html__( 'Company Name', 'frost' ); ?><br><a href="mailto:[email protected]">[email protected]</a></p>
<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"0"}}}} -->
<p class="has-text-align-center" style="margin-top:0"><a href="mailto:[email protected]">[email protected]</a></p>
<!-- /wp:paragraph -->
<!-- wp:social-links {"iconBackgroundColor":"contrast","iconBackgroundColorValue":"#000","size":"has-normal-icon-size","align":"center","style":{"spacing":{"blockGap":"10px","margin":{"bottom":"var:preset|spacing|medium"}}},"className":"has-icon-base-color","layout":{"type":"flex","justifyContent":"center"}} -->
<ul class="wp-block-social-links aligncenter has-normal-icon-size has-icon-background-color has-icon-base-color" style="margin-bottom:var(--wp--preset--spacing--medium)"><!-- wp:social-link {"url":"#","service":"facebook"} /-->
Expand Down

0 comments on commit d382c15

Please sign in to comment.