Diff: STRATO-apps/wordpress_03/app/wp-content/themes/blocksy/inc/components/patterns/pattern-10.php
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
<?php
2
+
3
+
4
+
return [
5
+
'title' => __( 'Blocksy - Testimonial', 'blocksy' ),
6
+
'categories' => ['reviews', 'blocksy'],
7
+
8
+
'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"7rem","bottom":"7rem"}}},"backgroundColor":"white","layout":{"type":"constrained"}} -->
9
+
<div class="wp-block-group alignfull has-white-background-color has-background" style="padding-top:7rem;padding-bottom:7rem"><!-- wp:columns {"verticalAlignment":"center","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|70","left":"var:preset|spacing|80"}}}} -->
10
+
<div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"60%"} -->
11
+
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:60%"><!-- wp:image {"id":7895,"width":"200px","height":"auto","sizeSlug":"full","linkDestination":"none","style":{"spacing":{"margin":{"bottom":"50px"}}}} -->
12
+
<figure class="wp-block-image size-full is-resized" style="margin-bottom:50px"><img src="' . trailingslashit( get_template_directory_uri() ) . 'inc/components/patterns/assets/pattern-client-5.svg" alt="" class="wp-image-7895" style="width:200px;height:auto"/></figure>
13
+
<!-- /wp:image -->
14
+
15
+
<!-- wp:heading {"style":{"elements":{"link":{"color":{"text":"var:preset|color|black"}}},"spacing":{"margin":{"top":"50px","bottom":"50px"},"padding":{"top":"50px","bottom":"50px"}},"border":{"top":{"color":"#0000001f","style":"solid","width":"1px"},"right":{},"bottom":{"color":"#0000001f","style":"solid","width":"1px"},"left":{}}},"textColor":"black"} -->
16
+
<h2 class="wp-block-heading has-black-color has-text-color has-link-color" style="border-top-color:#0000001f;border-top-style:solid;border-top-width:1px;border-bottom-color:#0000001f;border-bottom-style:solid;border-bottom-width:1px;margin-top:50px;margin-bottom:50px;padding-top:50px;padding-bottom:50px"><em>"Massa vitae tortor condimentum lacinia quis vel eros donec felis eget velit aliquet sagittis id consectetur eget nulla facilisi etiam dignissim diam quis enim lobortis scelerisque."</em></h2>
17
+
<!-- /wp:heading -->
18
+
19
+
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
20
+
<div class="wp-block-group"><!-- wp:image {"id":7833,"width":"70px","sizeSlug":"full","linkDestination":"none","style":{"border":{"radius":"100%"}}} -->
21
+
<figure class="wp-block-image size-full is-resized has-custom-border"><img src="' . trailingslashit( get_template_directory_uri() ) . 'inc/components/patterns/assets/pattern-avatar-2.webp" alt="" class="wp-image-7833" style="border-radius:100%;width:70px"/></figure>
22
+
<!-- /wp:image -->
23
+
24
+
<!-- wp:group {"layout":{"type":"constrained"}} -->
25
+
<div class="wp-block-group"><!-- wp:heading {"level":5,"style":{"elements":{"link":{"color":{"text":"var:preset|color|black"}}},"spacing":{"margin":{"top":"0px","bottom":"5px"}},"typography":{"fontSize":"18px"}},"textColor":"black"} -->
26
+
<h5 class="wp-block-heading has-black-color has-text-color has-link-color" style="margin-top:0px;margin-bottom:5px;font-size:18px">Michael Anderson</h5>
27
+
<!-- /wp:heading -->
28
+
29
+
<!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"500"},"elements":{"link":{"color":{"text":"#0000009c"}}},"color":{"text":"#0000009c"}}} -->
30
+
<p class="has-text-color has-link-color" style="color:#0000009c;font-style:normal;font-weight:500"><em>Chief Investment Officer</em></p>
31
+
<!-- /wp:paragraph --></div>
32
+
<!-- /wp:group --></div>
33
+
<!-- /wp:group --></div>
34
+
<!-- /wp:column -->
35
+
36
+
<!-- wp:column {"verticalAlignment":"center"} -->
37
+
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":7640,"aspectRatio":"3/4","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"border":{"radius":"20px"}}} -->
38
+
<figure class="wp-block-image size-full has-custom-border"><img src="' . trailingslashit( get_template_directory_uri() ) . 'inc/components/patterns/assets/pattern-image-3.webp" alt="" class="wp-image-7640" style="border-radius:20px;aspect-ratio:3/4;object-fit:cover"/></figure>
39
+
<!-- /wp:image --></div>
40
+
<!-- /wp:column --></div>
41
+
<!-- /wp:columns --></div>
42
+
<!-- /wp:group -->'
43
+
];