1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?php declare( strict_types = 1 ); ?>
- <?php
- /**
- * Title: header
- * Slug: atrium/header
- * Categories: hidden
- * Inserter: no
- */
- ?>
- <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"0"},"margin":{"top":"0","bottom":"0"},"blockGap":"0"}},"layout":{"type":"constrained"}} -->
- <div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-bottom:0"><!-- wp:columns {"verticalAlignment":"bottom","align":"wide","style":{"spacing":{"padding":{"bottom":"1rem"},"blockGap":{"top":"var:preset|spacing|30"}},"border":{"bottom":{"width":"2px"}}}} -->
- <div class="wp-block-columns alignwide are-vertically-aligned-bottom" style="border-bottom-width:2px;padding-bottom:1rem"><!-- wp:column {"verticalAlignment":"bottom","width":"25%"} -->
- <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:25%"><!-- wp:site-title /--></div>
- <!-- /wp:column -->
- <!-- wp:column {"verticalAlignment":"bottom","width":"45%"} -->
- <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:45%"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"constrained"}} -->
- <div class="wp-block-group"><!-- wp:site-tagline {"style":{"layout":{"selfStretch":"fill","flexSize":null}}} /-->
- <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
- <div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}}} -->
- <p style="font-style:normal;font-weight:600"><?php echo __('<a href="#">Tumblr</a>', 'atrium');?></p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}}} -->
- <p style="font-style:normal;font-weight:600"><?php echo __('<a href="#">TikTok</a>', 'atrium');?></p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}}} -->
- <p style="font-style:normal;font-weight:600"><?php echo __('<a href="#">Instgrm</a>', 'atrium');?></p>
- <!-- /wp:paragraph --></div>
- <!-- /wp:group --></div>
- <!-- /wp:group --></div>
- <!-- /wp:column -->
- <!-- wp:column {"verticalAlignment":"bottom","width":"5%"} -->
- <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:5%"></div>
- <!-- /wp:column -->
- <!-- wp:column {"verticalAlignment":"bottom","width":"25%"} -->
- <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:25%"><!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"vertical"}} /--></div>
- <!-- /wp:column --></div>
- <!-- /wp:columns --></div>
- <!-- /wp:group -->
|