added images to files and credited them
This commit is contained in:
parent
e4fd001134
commit
a92c9048b2
6 changed files with 8 additions and 6 deletions
BIN
skatepark/assets/images/riding-skateboard.jpeg
Normal file
BIN
skatepark/assets/images/riding-skateboard.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
BIN
skatepark/assets/images/skatepark.jpg
Normal file
BIN
skatepark/assets/images/skatepark.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
|
@ -40,7 +40,7 @@ return array(
|
|||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:image {"align":"wide","id":26,"sizeSlug":"large","linkDestination":"none","style":{"color":{"duotone":["#000","#B9FB9C"]}}} -->
|
||||
<figure class="wp-block-image alignwide size-large"><img src="https://skateparkdemo.files.wordpress.com/2021/08/693372530767c766f2db45bbfb132770-2048x1365-1.jpeg?w=1024" alt="' . esc_html__( 'Close-up of a person riding a skateboard, focusing on their feet and the board. One foot is on the board, while the other foot is up, in motion. A skatepark is blurred in the background.', 'skatepark' ) . '" class="wp-image-26"/></figure>
|
||||
<figure class="wp-block-image alignwide size-large"><img src="' . get_stylesheet_directory_uri() . 'assets/images/riding-skateboard.jpeg" alt="' . esc_html__( 'Close-up of a person riding a skateboard, focusing on their feet and the board. One foot is on the board, while the other foot is up, in motion. A skatepark is blurred in the background.', 'skatepark' ) . '" class="wp-image-26"/></figure>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:spacer {"height":5} -->
|
||||
|
|
|
@ -9,6 +9,6 @@ return array(
|
|||
'title' => __( 'Full width image with aside caption', 'skatepark' ),
|
||||
'categories' => array( 'skatepark' ),
|
||||
'content' => '<!-- wp:image {"align":"full","sizeSlug":"large","linkDestination":"none","style":{"color":{"duotone":["#000","#BFF5A5"]},"border":{"radius":"0px"}},"className":"is-style-skatepark-aside-caption"} -->
|
||||
<figure class="wp-block-image alignfull size-large is-style-skatepark-aside-caption" style="border-radius:0px"><img src="https://skateparkdemo.files.wordpress.com/2021/08/stocksnap_5otfjyvyse.jpg" alt="' . esc_attr__( "A skateboarder does a grab trick in a bowl-shaped skate park. In the background is a watching crowd, palm trees, and the ocean.", 'skatepark' ) . '"/><figcaption>' . esc_html__( "Learn the basics of skating along with a group of your peers. More advanced at skating? Our skateboarding coaches will work with you 1:1 to advance your technique.", 'skatepark' ) . '</figcaption></figure>
|
||||
<figure class="wp-block-image alignfull size-large is-style-skatepark-aside-caption" style="border-radius:0px"><img src="' . get_stylesheet_directory_uri() . 'assets/images/skatepark.jpg" alt="' . esc_attr__( "A skateboarder does a grab trick in a bowl-shaped skate park. In the background is a watching crowd, palm trees, and the ocean.", 'skatepark' ) . '"/><figcaption>' . esc_html__( "Learn the basics of skating along with a group of your peers. More advanced at skating? Our skateboarding coaches will work with you 1:1 to advance your technique.", 'skatepark' ) . '</figcaption></figure>
|
||||
<!-- /wp:image -->',
|
||||
);
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Contributors: Automattic
|
||||
Requires at least: 5.7
|
||||
Tested up to: 5.7.2
|
||||
Requires PHP: 5.6.2
|
||||
Requires PHP: 5.7
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
|
@ -33,5 +33,7 @@ Skatepark uses the following images:
|
|||
|
||||
License: CC0
|
||||
https://stocksnap.io/photo/skateboard-sideways-USRYO9E14Y by Messala Ciulla (https://stocksnap.io/author/messala)
|
||||
https://stocksnap.io/photo/skateboarder-shoes-BTZE6FHZIV by Burst (https://stocksnap.io/author/burstshopify)
|
||||
https://stocksnap.io/photo/skateboard-skater-5OTFJYVYSE by Joe Cooke (https://stocksnap.io/author/14659)
|
||||
|
||||
Used in block patterns.
|
||||
|
|
|
@ -4,10 +4,10 @@ Theme URI: https://github.com/Automattic/themes/tree/trunk/skatepark
|
|||
Author: Automattic
|
||||
Author URI: https://automattic.com/
|
||||
Description: Skatepark is a bold and exciting WordPress theme designed for modern events and organizations. With its simple but vivid color default scheme, duotone support, and playful grid, Skatepark is a theme designed for work and play. Customize its colors or try out different font pairings to create your own unique look and feel.
|
||||
Requires at least: 5.7
|
||||
Tested up to: 5.7
|
||||
Requires at least: 5.7.2
|
||||
Tested up to: 5.7.2
|
||||
Requires PHP: 5.7
|
||||
Version: 1.1.1
|
||||
Version: 1.0.0
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Template: blockbase
|
||||
|
|
Loading…
Reference in a new issue