1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?php
- /**
- * Title: Homepage with a small, rounded image
- * Slug: adonay/homepage-with-a-small-rounded-image
- * Categories: page
- * Inserter: yes
- */
- ?>
- <!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"spacing":{"padding":{"left":"5.1vw","right":"5.1vw","top":"5.1vh","bottom":"5.1vh"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"left","verticalAlignment":"center"}} -->
- <div class="wp-block-group" style="min-height:100%;padding-top:5.1vh;padding-right:5.1vw;padding-bottom:5.1vh;padding-left:5.1vw"><!-- wp:spacer {"height":"0px","style":{"layout":{"flexSize":"100px","selfStretch":"fixed"}}} -->
- <div style="height:0px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:image {"id":149,"width":"200px","aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"flexSize":"13px","selfStretch":"fixed"}},"className":"is-style-rounded"} -->
- <figure class="wp-block-image size-full is-resized is-style-rounded"><img src="https://linkinbioone.mystagingwebsite.com/wp-content/uploads/2023/11/adonay_image-1-scaled.jpg" alt="" class="wp-image-149" style="aspect-ratio:1;object-fit:cover;width:200px"/></figure>
- <!-- /wp:image -->
- <!-- wp:spacer {"height":"13px","style":{"layout":{"flexSize":"20px","selfStretch":"fixed"}}} -->
- <div style="height:13px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"left"}} -->
- <div class="wp-block-group"><!-- wp:site-title /-->
- <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.2","fontSize":"38px"}}} -->
- <p style="font-size:38px;line-height:1.2">I’m a photographer and art director based in Manchester, United Kingdom. When I’m not shooting weddings and portraits, you can find me posting on <a href="#">Instagram</a>. Currently available for hire.</p>
- <!-- /wp:paragraph -->
- <!-- wp:social-links {"iconColor":"contrast","iconColorValue":"#ffffff","size":"has-large-icon-size","className":"is-style-logos-only"} -->
- <ul class="wp-block-social-links has-large-icon-size has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"#","service":"instagram"} /-->
- <!-- wp:social-link {"url":"#","service":"x"} /-->
- <!-- wp:social-link {"url":"#","service":"youtube"} /--></ul>
- <!-- /wp:social-links --></div>
- <!-- /wp:group -->
- <!-- wp:spacer {"height":"0px","style":{"layout":{"flexSize":"100px","selfStretch":"fixed"}}} -->
- <div style="height:0px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer --></div>
- <!-- /wp:group -->
|