-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Startorg * Startorg: Clean up to launch * Startorg: Optimised the screenshot * Startorg: Match search form between templates * Startorg: Added a not about recommended plugin --------- Co-authored-by: Takashi Irie <[email protected]>
- Loading branch information
1 parent
114fdd0
commit 46dc724
Showing
49 changed files
with
2,006 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?php | ||
/** | ||
* Startorg functions and definitions | ||
* | ||
* @link https://developer.wordpress.org/themes/basics/theme-functions/ | ||
* | ||
* @package Startorg | ||
* @since Startorg 1.0 | ||
*/ | ||
|
||
|
||
if ( ! function_exists( 'startorg_support' ) ) : | ||
|
||
/** | ||
* Sets up theme defaults and registers support for various WordPress features. | ||
* | ||
* @since Startorg 1.0 | ||
* | ||
* @return void | ||
*/ | ||
function startorg_support() { | ||
|
||
// Enqueue editor styles. | ||
add_editor_style( 'style.css' ); | ||
|
||
// Make theme available for translation. | ||
load_theme_textdomain( 'startorg' ); | ||
} | ||
|
||
endif; | ||
|
||
add_action( 'after_setup_theme', 'startorg_support' ); | ||
|
||
if ( ! function_exists( 'startorg_styles' ) ) : | ||
|
||
/** | ||
* Enqueue styles. | ||
* | ||
* @since Startorg 1.0 | ||
* | ||
* @return void | ||
*/ | ||
function startorg_styles() { | ||
|
||
// Register theme stylesheet. | ||
wp_register_style( | ||
'startorg-style', | ||
get_stylesheet_directory_uri() . '/style.css', | ||
array(), | ||
wp_get_theme()->get( 'Version' ) | ||
); | ||
|
||
// Enqueue theme stylesheet. | ||
wp_enqueue_style( 'startorg-style' ); | ||
|
||
} | ||
|
||
endif; | ||
|
||
add_action( 'wp_enqueue_scripts', 'startorg_styles' ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!-- wp:pattern {"slug":"startorg/footer-global"} /--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!-- wp:pattern {"slug":"startorg/footer"} /--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!-- wp:pattern {"slug":"startorg/header-global"} /--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!-- wp:pattern {"slug":"startorg/header"} /--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"4px"}},"layout":{"type":"flex","justifyContent":"left"}} --> | ||
<div class="wp-block-group alignfull"><!-- wp:post-date /--> | ||
|
||
<!-- wp:post-terms {"term":"category","prefix":"· "} /--></div> | ||
<!-- /wp:group --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?php | ||
/** | ||
* Title: 404 | ||
* Slug: startorg/404 | ||
* Inserter: no | ||
*/ | ||
?> | ||
<!-- wp:template-part {"slug":"header-global","tagName":"header"} /--> | ||
|
||
<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|60"},"padding":{"right":"4vw","left":"4vw"}}},"layout":{"type":"constrained"}} --> | ||
<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--60);padding-right:4vw;padding-left:4vw"><!-- wp:heading {"textAlign":"left","level":1,"align":"wide","fontSize":"x-large"} --> | ||
<h1 class="wp-block-heading alignwide has-text-align-left has-x-large-font-size" id="oops-that-page-can-t-be-found"><?php esc_html_e('Oops! That page can’t be found.', 'startorg');?></h1> | ||
<!-- /wp:heading --> | ||
|
||
<!-- wp:group {"align":"wide","layout":{"type":"default"}} --> | ||
<div class="wp-block-group alignwide"><!-- wp:paragraph --> | ||
<p><?php esc_html_e('It looks like nothing was found at this location. Maybe try a search?', 'startorg');?></p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:search {"showLabel":false,"width":100,"widthUnit":"%","buttonUseIcon":true,"style":{"border":{"radius":"100px","width":"0px","style":"none"},"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"500","letterSpacing":"0.02em"}},"backgroundColor":"secondary","fontSize":"small"} /--> | ||
|
||
<!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --></div> | ||
<!-- /wp:group --></main> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:template-part {"slug":"footer-global","tagName":"footer"} /--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?php | ||
/** | ||
* Title: archive | ||
* Slug: startorg/archive | ||
* Inserter: no | ||
*/ | ||
?> | ||
<!-- wp:template-part {"slug":"header-global","tagName":"header"} /--> | ||
|
||
<!-- wp:group {"style":{"spacing":{"padding":{"right":"4vw","left":"4vw","bottom":"6vh"}}},"layout":{"type":"default"}} --> | ||
<div class="wp-block-group" style="padding-right:4vw;padding-bottom:6vh;padding-left:4vw"><!-- wp:query {"queryId":6,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","layout":{"type":"constrained"}} --> | ||
<main class="wp-block-query"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"100px"}}}} /--> | ||
|
||
<!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} --> | ||
<!-- wp:group --> | ||
<div class="wp-block-group"><!-- wp:post-featured-image {"isLink":true,"aspectRatio":"4/3"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"fontSize":"large"} /--> | ||
|
||
<!-- wp:post-excerpt /--> | ||
|
||
<!-- wp:template-part {"slug":"post-meta"} /--> | ||
|
||
<!-- wp:spacer {"height":"40px"} --> | ||
<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --></div> | ||
<!-- /wp:group --> | ||
<!-- /wp:post-template --> | ||
|
||
<!-- wp:query-no-results {"align":"wide"} --> | ||
<!-- wp:paragraph {"placeholder":"Add text or blocks that will display when a query returns no results."} --> | ||
<p><?php esc_html_e('Sorry, but nothing was found. Please try a search with different keywords.', 'startorg');?></p> | ||
<!-- /wp:paragraph --> | ||
<!-- /wp:query-no-results --> | ||
|
||
<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} --> | ||
<div class="wp-block-group alignwide"><!-- wp:query-pagination {"align":"wide","layout":{"type":"flex","verticalAlignment":"stretch","justifyContent":"space-between"}} --> | ||
<!-- wp:query-pagination-previous /--> | ||
|
||
<!-- wp:query-pagination-numbers /--> | ||
|
||
<!-- wp:query-pagination-next /--> | ||
<!-- /wp:query-pagination --></div> | ||
<!-- /wp:group --></main> | ||
<!-- /wp:query --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:template-part {"slug":"footer-global","tagName":"footer"} /--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?php | ||
/** | ||
* Title: Cover with Quote | ||
* Slug: startorg/cover-with-quote | ||
* Categories: text | ||
*/ | ||
|
||
?> | ||
|
||
<!-- wp:cover {"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/home_image_2.jpg","dimRatio":70,"overlayColor":"tertiary","minHeight":600,"style":{"spacing":{"padding":{"top":"0px","right":"4vw","bottom":"0px","left":"4vw"},"margin":{"top":"0px","bottom":"0px"}}},"textColor":"contrast","layout":{"type":"constrained"}} --> | ||
<div class="wp-block-cover has-contrast-color has-text-color" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:4vw;padding-bottom:0px;padding-left:4vw;min-height:600px"><span aria-hidden="true" class="wp-block-cover__background has-tertiary-background-color has-background-dim-70 has-background-dim"></span><img class="wp-block-cover__image-background " alt="" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/home_image_2.jpg" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:columns {"align":"wide"} --> | ||
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"66.66%"} --> | ||
<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:group {"style":{"spacing":{"blockGap":"1.2rem","padding":{"right":"2rem"}}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between","justifyContent":"stretch"}} --> | ||
<div class="wp-block-group" style="padding-right:2rem"><!-- wp:heading {"style":{"typography":{"fontSize":"10rem","lineHeight":"0"}},"textColor":"secondary"} --> | ||
<h2 class="wp-block-heading has-secondary-color has-text-color" style="font-size:10rem;line-height:0"><?php esc_html_e('“', 'startorg');?></h2> | ||
<!-- /wp:heading --> | ||
|
||
<!-- wp:heading {"textAlign":"left"} --> | ||
<h2 class="wp-block-heading has-text-align-left"><?php esc_html_e('After identifying children who may face challenges in the educational environment, we offer support designed for their specific needs.”', 'startorg');?></h2> | ||
<!-- /wp:heading --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:column --> | ||
|
||
<!-- wp:column {"verticalAlignment":"bottom","width":"33.33%"} --> | ||
<div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:33.33%"><!-- wp:group {"style":{"spacing":{"blockGap":"0rem"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between","justifyContent":"right"}} --> | ||
<div class="wp-block-group"><!-- wp:paragraph {"align":"right"} --> | ||
<p class="has-text-align-right"><?php echo wp_kses_post( __('<strong>Meghan Ibrahim</strong>', 'startorg') );?></p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"align":"right"} --> | ||
<p class="has-text-align-right"><?php esc_html_e('Experience Manager at StartOrg', 'startorg');?></p> | ||
<!-- /wp:paragraph --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:column --></div> | ||
<!-- /wp:columns --></div></div> | ||
<!-- /wp:cover --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<?php | ||
/** | ||
* Title: Footer Global | ||
* Slug: startorg/footer-global | ||
* Categories: footer | ||
* Block Types: core/template-part/footer | ||
*/ | ||
?> | ||
<!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}},"spacing":{"margin":{"top":"0rem","bottom":"0rem"},"padding":{"top":"10vh","bottom":"10vh","right":"4vw","left":"4vw"},"blockGap":"1.2rem"}},"backgroundColor":"tertiary","textColor":"contrast","layout":{"type":"default"}} --> | ||
<div class="wp-block-group has-contrast-color has-tertiary-background-color has-text-color has-background has-link-color" style="margin-top:0rem;margin-bottom:0rem;padding-top:10vh;padding-right:4vw;padding-bottom:10vh;padding-left:4vw"><!-- wp:group {"align":"wide","layout":{"type":"constrained"}} --> | ||
<div class="wp-block-group alignwide"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between","verticalAlignment":"top"}} --> | ||
<div class="wp-block-group alignwide"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem","margin":{"bottom":"4rem"}}},"layout":{"type":"constrained"}} --> | ||
<div class="wp-block-group" style="margin-bottom:4rem"><!-- wp:site-title {"align":"full","style":{"typography":{"textTransform":"capitalize"}},"fontSize":"large"} /--> | ||
|
||
<!-- wp:group {"align":"full","layout":{"type":"constrained"}} --> | ||
<div class="wp-block-group alignfull"><!-- wp:paragraph --> | ||
<p><?php esc_html_e('We\'re a non-profit organization made up of more than 50 entities working in education, research, and community development.', 'startorg');?></p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:social-links {"iconColor":"contrast","iconColorValue":"#eaeaea","size":"has-small-icon-size","style":{"spacing":{"blockGap":{"top":"1.8rem","left":"1.8rem"},"margin":{"top":"20px","bottom":"20px"}}},"className":"is-style-logos-only"} --> | ||
<ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only" style="margin-top:20px;margin-bottom:20px"><!-- wp:social-link {"url":"https://startorg.mystagingwebsite.com","service":"facebook"} /--> | ||
|
||
<!-- wp:social-link {"url":"https://startorg.mystagingwebsite.com","service":"instagram"} /--> | ||
|
||
<!-- wp:social-link {"url":"https://startorg.mystagingwebsite.com","service":"wordpress"} /--> | ||
|
||
<!-- wp:social-link {"url":"https://startorg.mystagingwebsite.com","service":"whatsapp"} /--> | ||
|
||
<!-- wp:social-link {"url":"https://startorg.mystagingwebsite.com","service":"linkedin"} /--></ul> | ||
<!-- /wp:social-links --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"right"}} --> | ||
<div class="wp-block-group"><!-- wp:paragraph {"align":"right"} --> | ||
<p class="has-text-align-right"><?php esc_html_e('About Us', 'startorg');?></p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"align":"right"} --> | ||
<p class="has-text-align-right"><?php esc_html_e('Stories', 'startorg');?></p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"align":"right"} --> | ||
<p class="has-text-align-right"><?php esc_html_e('Events', 'startorg');?></p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"align":"right"} --> | ||
<p class="has-text-align-right"><?php esc_html_e('Contacts', 'startorg');?></p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"align":"right"} --> | ||
<p class="has-text-align-right"><?php esc_html_e('FAQ\'s', 'startorg');?></p> | ||
<!-- /wp:paragraph --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:columns {"verticalAlignment":"center","align":"wide"} --> | ||
<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":""} --> | ||
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph {"style":{"typography":{"fontSize":"0.7rem"},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary"} --> | ||
<p class="has-primary-color has-text-color has-link-color" style="font-size:0.7rem"><?php esc_html_e('Designed with WordPress', 'startorg');?></p> | ||
<!-- /wp:paragraph --></div> | ||
<!-- /wp:column --></div> | ||
<!-- /wp:columns --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<?php | ||
/** | ||
* Title: Footer | ||
* Slug: startorg/footer | ||
* Categories: footer | ||
* Block Types: core/template-part/footer | ||
*/ | ||
?> | ||
<!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}},"spacing":{"margin":{"top":"0rem","bottom":"0rem"},"padding":{"top":"10vh","bottom":"10vh","right":"4vw","left":"4vw"},"blockGap":"1.2rem"}},"textColor":"contrast","layout":{"type":"default"}} --> | ||
<div class="wp-block-group has-contrast-color has-text-color has-link-color" style="margin-top:0rem;margin-bottom:0rem;padding-top:10vh;padding-right:4vw;padding-bottom:10vh;padding-left:4vw"><!-- wp:group {"align":"wide","layout":{"type":"constrained"}} --> | ||
<div class="wp-block-group alignwide"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between","verticalAlignment":"top"}} --> | ||
<div class="wp-block-group alignwide"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem","margin":{"bottom":"4rem"}}},"layout":{"type":"constrained"}} --> | ||
<div class="wp-block-group" style="margin-bottom:4rem"><!-- wp:site-title {"align":"full","style":{"typography":{"textTransform":"capitalize"}},"fontSize":"large"} /--> | ||
|
||
<!-- wp:group {"align":"full","layout":{"type":"constrained"}} --> | ||
<div class="wp-block-group alignfull"><!-- wp:paragraph --> | ||
<p><?php esc_html_e('We\'re a non-profit organization made up of more than 50 entities working in education, research, and community development.', 'startorg');?></p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:social-links {"iconColor":"contrast","iconColorValue":"#eaeaea","size":"has-small-icon-size","className":"is-style-logos-only","style":{"spacing":{"blockGap":{"top":"1.8rem","left":"1.8rem"},"margin":{"top":"20px","bottom":"20px"}}}} --> | ||
<ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only" style="margin-top:20px;margin-bottom:20px"><!-- wp:social-link {"url":"https://startorg.mystagingwebsite.com","service":"facebook"} /--> | ||
|
||
<!-- wp:social-link {"url":"https://startorg.mystagingwebsite.com","service":"instagram"} /--> | ||
|
||
<!-- wp:social-link {"url":"https://startorg.mystagingwebsite.com","service":"wordpress"} /--> | ||
|
||
<!-- wp:social-link {"url":"https://startorg.mystagingwebsite.com","service":"whatsapp"} /--> | ||
|
||
<!-- wp:social-link {"url":"https://startorg.mystagingwebsite.com","service":"linkedin"} /--></ul> | ||
<!-- /wp:social-links --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"right"}} --> | ||
<div class="wp-block-group"><!-- wp:paragraph {"align":"right"} --> | ||
<p class="has-text-align-right"><?php esc_html_e('About Us', 'startorg');?></p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"align":"right"} --> | ||
<p class="has-text-align-right"><?php esc_html_e('Stories', 'startorg');?></p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"align":"right"} --> | ||
<p class="has-text-align-right"><?php esc_html_e('Events', 'startorg');?></p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"align":"right"} --> | ||
<p class="has-text-align-right"><?php esc_html_e('Contacts', 'startorg');?></p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"align":"right"} --> | ||
<p class="has-text-align-right"><?php esc_html_e('FAQ\'s', 'startorg');?></p> | ||
<!-- /wp:paragraph --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:columns {"verticalAlignment":"center","align":"wide"} --> | ||
<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":""} --> | ||
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph {"style":{"typography":{"fontSize":"0.7rem"},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary"} --> | ||
<p class="has-primary-color has-text-color has-link-color" style="font-size:0.7rem"><?php esc_html_e('Designed with WordPress', 'startorg');?></p> | ||
<!-- /wp:paragraph --></div> | ||
<!-- /wp:column --></div> | ||
<!-- /wp:columns --></div> | ||
<!-- /wp:group --></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?php | ||
/** | ||
* Title: Header Global | ||
* Slug: startorg/header-global | ||
* Categories: header | ||
* Block Types: core/template-part/header | ||
*/ | ||
?> | ||
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"3.4rem","bottom":"2rem","right":"4vw","left":"4vw"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} --> | ||
<div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:3.4rem;padding-right:4vw;padding-bottom:2rem;padding-left:4vw"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> | ||
<div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:group {"style":{"spacing":{"blockGap":"12px"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"bottom"}} --> | ||
<div class="wp-block-group"><!-- wp:site-logo {"width":20} /--> | ||
|
||
<!-- wp:site-title /--></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} --> | ||
<div class="wp-block-group"><!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"},"blockGap":"1.8rem"}}} /--> | ||
|
||
<!-- wp:buttons --> | ||
<div class="wp-block-buttons"><!-- wp:button {"textColor":"base","style":{"elements":{"link":{"color":{"text":"var:preset|color|base"}}}},"className":"is-style-fill","fontSize":"small"} --> | ||
<div class="wp-block-button has-custom-font-size is-style-fill has-small-font-size"><a class="wp-block-button__link has-base-color has-text-color has-link-color wp-element-button"><?php esc_html_e('Subscribe', 'startorg');?></a></div> | ||
<!-- /wp:button --></div> | ||
<!-- /wp:buttons --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:spacer {"height":"70px"} --> | ||
<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> |
Oops, something went wrong.