
* add texty theme * fix templates and patterns * fix theme.json and license information * add style variations * reduce footer image size
26 lines
2.6 KiB
PHP
26 lines
2.6 KiB
PHP
<?php
|
|
/**
|
|
* Title: A 404 page
|
|
* Slug: texty/404
|
|
* Inserter: no
|
|
*/
|
|
|
|
?>
|
|
|
|
<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0%","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"4rem"},"blockGap":"2rem"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
|
<div class="wp-block-group" style="margin-top:0px;margin-bottom:4rem;padding-top:0px;padding-right:0%;padding-bottom:0px;padding-left:0px"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1rem"}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->
|
|
<div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:heading {"textAlign":"left","level":1,"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}},"typography":{"fontSize":"3.6rem"}},"anchor":"oops-that-page-can-t-be-found"} -->
|
|
<h1 class="wp-block-heading alignfull has-text-align-left" id="oops-that-page-can-t-be-found" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:3.6rem"><?php echo esc_html__( 'Oops! Sorry.', 'texty' ); ?></h1>
|
|
<!-- /wp:heading -->
|
|
|
|
<!-- wp:heading {"textAlign":"left","level":1,"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}},"typography":{"fontSize":"3.6rem"}},"anchor":"oops-that-page-can-t-be-found"} -->
|
|
<h1 class="wp-block-heading alignfull has-text-align-left" id="oops-that-page-can-t-be-found" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:3.6rem"><?php echo esc_html__( 'There\'s no page in here...', 'texty' ); ?></h1>
|
|
<!-- /wp:heading --></div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:paragraph {"align":"left"} -->
|
|
<p class="has-text-align-left"><?php echo esc_html__( 'It looks like nothing was found at this location.', 'texty' ); ?><br><?php echo esc_html__( 'Maybe try a search?', 'texty' ); ?></p>
|
|
<!-- /wp:paragraph -->
|
|
|
|
<!-- wp:search {"showLabel":false,"placeholder":"<?php echo esc_attr__( 'Search...', 'texty' ); ?>","width":50,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"width":"0px","style":"none"}}} /--></div>
|
|
<!-- /wp:group -->
|