[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Link in bio heading, paragraph, links and full-height image 4 * Slug: twentytwentyfive/page-link-in-bio-heading-paragraph-links-image 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 a heading, paragraph, links and a full height image. 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-4","style":{"dimensions":{"minHeight":"100vh"},"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} --> 18 <div class="wp-block-group alignfull is-style-section-4" style="min-height:100vh;margin-top:0;margin-bottom:0"> 19 <!-- wp:columns {"align":"full"} --> 20 <div class="wp-block-columns alignfull"> 21 <!-- wp:column {"verticalAlignment":"center"} --> 22 <div class="wp-block-column is-vertically-aligned-center"> 23 <!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"default"}} --> 24 <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> 25 <!-- wp:heading --> 26 <h2 class="wp-block-heading"><?php esc_html_e( 'Lewis Hine', 'twentytwentyfive' ); ?></h2> 27 <!-- /wp:heading --> 28 29 <!-- wp:paragraph --> 30 <p><?php esc_html_e( 'Lewis W. Hine studied sociology before moving to New York in 1901 to work at the Ethical Culture School, where he took up photography to enhance his teaching practices', 'twentytwentyfive' ); ?></p> 31 <!-- /wp:paragraph --> 32 33 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> 34 <div class="wp-block-group"> 35 <!-- wp:paragraph --> 36 <p><a href="#"><?php esc_html_e( 'Instagram', 'twentytwentyfive' ); ?></a></p> 37 <!-- /wp:paragraph --> 38 39 <!-- wp:paragraph --> 40 <p><a href="#"><?php echo esc_html_x( 'X', 'Refers to the social media platform formerly known as Twitter.', 'twentytwentyfive' ); ?></a></p> 41 <!-- /wp:paragraph --> 42 43 <!-- wp:paragraph --> 44 <p><a href="#"><?php esc_html_e( 'TikTok', 'twentytwentyfive' ); ?></a></p> 45 <!-- /wp:paragraph --> 46 </div> 47 <!-- /wp:group --> 48 </div> 49 <!-- /wp:group --> 50 </div> 51 <!-- /wp:column --> 52 53 <!-- wp:column --> 54 <div class="wp-block-column"> 55 <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/link-in-bio-background.webp","alt":"Photo of a woman worker.","dimRatio":0,"customOverlayColor":"#6b6b6b","isUserOverlayColor":true,"minHeight":100,"minHeightUnit":"vh","layout":{"type":"default"}} --> 56 <div class="wp-block-cover" style="min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#6b6b6b"></span> 57 <img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Photo of a woman worker.', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/link-in-bio-background.webp" data-object-fit="cover"/><div class="wp-block-cover__inner-container"> 58 <!-- wp:spacer {"height":"var:preset|spacing|20"} --> 59 <div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div> 60 <!-- /wp:spacer --> 61 </div></div> 62 <!-- /wp:cover --> 63 </div> 64 <!-- /wp:column --> 65 </div> 66 <!-- /wp:columns --> 67 </div> 68 <!-- /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 |