[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Link in bio with profile, links and wide margins 4 * Slug: twentytwentyfive/page-link-in-bio-wide-margins 5 * Categories: twentytwentyfive_page, banner, featured 6 * Keywords: starter 7 * Block Types: core/post-content 8 * Viewport width: 1400 9 * Description: A link in bio landing page with social links, a profile photo and a brief description. 10 * 11 * @package WordPress 12 * @subpackage Twenty_Twenty_Five 13 * @since Twenty Twenty-Five 1.0 14 */ 15 16 ?> 17 <!-- wp:group {"align":"full","className":"is-style-section-1","style":{"dimensions":{"minHeight":"100vh"},"spacing":{"padding":{"right":"var:preset|spacing|80","left":"var:preset|spacing|80","top":"var:preset|spacing|80","bottom":"var:preset|spacing|80"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} --> 18 <div class="wp-block-group alignfull is-style-section-1" style="min-height:100vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--80);padding-right:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--80)"> 19 <!-- wp:columns {"verticalAlignment":"center","align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|60","left":"var:preset|spacing|60"}}}} --> 20 <div class="wp-block-columns alignwide are-vertically-aligned-center"> 21 <!-- wp:column {"verticalAlignment":"center"} --> 22 <div class="wp-block-column is-vertically-aligned-center"> 23 <!-- wp:image {"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center","style":{"border":{"radius":{"topLeft":"150px","bottomRight":"150px"}}}} --> 24 <figure class="wp-block-image aligncenter size-full has-custom-border"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/woman-splashing-water.webp" alt="<?php esc_attr_e( 'Woman on beach, splashing water.', 'twentytwentyfive' ); ?>" style="border-top-left-radius:150px;border-bottom-right-radius:150px;object-fit:cover"/></figure> 25 <!-- /wp:image --> 26 </div> 27 <!-- /wp:column --> 28 29 <!-- wp:column {"verticalAlignment":"center"} --> 30 <div class="wp-block-column is-vertically-aligned-center"> 31 <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 32 <div class="wp-block-group"> 33 <!-- wp:heading {"textAlign":"left"} --> 34 <h2 class="wp-block-heading has-text-align-left"><?php esc_html_e( 'Nora Winslow Keene', 'twentytwentyfive' ); ?></h2> 35 <!-- /wp:heading --> 36 37 <!-- wp:paragraph --> 38 <p><?php echo esc_html_x( 'I’m Nora, a dedicated public interest attorney based in Denver. I’m a graduate of Stanford University.', 'Pattern placeholder text.', 'twentytwentyfive' ); ?></p> 39 <!-- /wp:paragraph --> 40 41 <!-- wp:social-links {"iconColor":"currentColor","iconColorValue":"currentColor","className":"is-style-logos-only"} --> 42 <ul class="wp-block-social-links has-icon-color is-style-logos-only"> 43 <!-- wp:social-link {"url":"#","service":"x"} /--> 44 45 <!-- wp:social-link {"url":"#","service":"instagram"} /--> 46 47 <!-- wp:social-link {"url":"#","service":"whatsapp"} /--> 48 </ul> 49 <!-- /wp:social-links --> 50 </div> 51 <!-- /wp:group --> 52 </div> 53 <!-- /wp:column --> 54 </div> 55 <!-- /wp:columns --> 56 </div> 57 <!-- /wp:group -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Sat Nov 23 08:20:01 2024 | Cross-referenced by PHPXref |