- Timestamp:
- 10/07/2024 06:07:57 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/pricing-3-col.php
r59146 r59191 17 17 <div class="wp-block-group alignwide"> 18 18 <!-- wp:heading {"fontSize":"x-large"} --> 19 <h2 class="wp-block-heading has-x-large-font-size"> Choose your membership</h2>19 <h2 class="wp-block-heading has-x-large-font-size"><?php esc_html_e( 'Choose your membership', 'twentytwentyfive' ); ?></h2> 20 20 <!-- /wp:heading --> 21 21 22 22 <!-- wp:paragraph {"className":"is-style-text-annotation"} --> 23 <p class="is-style-text-annotation"> Pricing</p>23 <p class="is-style-text-annotation"><?php esc_html_e( 'Pricing', 'twentytwentyfive' ); ?></p> 24 24 <!-- /wp:paragraph --> 25 25 </div> … … 35 35 <div class="wp-block-column" style="flex-basis:70%"> 36 36 <!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|20"}}},"fontSize":"large"} --> 37 <h3 class="wp-block-heading has-large-font-size" style="margin-bottom:var(--wp--preset--spacing--20)"> Free</h3>37 <h3 class="wp-block-heading has-large-font-size" style="margin-bottom:var(--wp--preset--spacing--20)"><?php esc_html_e( 'Free', 'twentytwentyfive' ); ?></h3> 38 38 <!-- /wp:heading --> 39 39 40 40 <!-- wp:paragraph {"fontSize":"small"} --> 41 <p class="has-small-font-size"> Get access to our free articles and weekly newsletter.</p>41 <p class="has-small-font-size"><?php esc_html_e( 'Get access to our free articles and weekly newsletter.', 'twentytwentyfive' ); ?></p> 42 42 <!-- /wp:paragraph --> 43 43 </div> … … 47 47 <div class="wp-block-column" style="margin-top:0;margin-right:0;margin-bottom:0;margin-left:0"> 48 48 <!-- wp:heading {"textAlign":"right","level":3,"style":{"typography":{"textDecoration":"line-through"}}} --> 49 <h3 class="wp-block-heading has-text-align-right" style="text-decoration:line-through"> 0€</h3>49 <h3 class="wp-block-heading has-text-align-right" style="text-decoration:line-through"><?php esc_html_e( '0€', 'twentytwentyfive' ); ?></h3> 50 50 <!-- /wp:heading --> 51 51 </div> … … 57 57 <div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--30)"> 58 58 <!-- wp:button {"width":100,"style":{"typography":{"lineHeight":"1.2","letterSpacing":"0.08px"}}} --> 59 <div class="wp-block-button has-custom-width wp-block-button__width-100" style="letter-spacing:0.08px;line-height:1.2"><a class="wp-block-button__link wp-element-button" rel="#">Join</a></div>59 <div class="wp-block-button has-custom-width wp-block-button__width-100" style="letter-spacing:0.08px;line-height:1.2"><a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Join', 'Button text, refers to joining a community. Verb.', 'twentytwentyfive' ); ?></a></div> 60 60 <!-- /wp:button --> 61 61 </div> … … 71 71 <div class="wp-block-column" style="flex-basis:70%"> 72 72 <!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|20"}}},"fontSize":"large"} --> 73 <h3 class="wp-block-heading has-large-font-size" style="margin-bottom:var(--wp--preset--spacing--20)"> Single</h3>73 <h3 class="wp-block-heading has-large-font-size" style="margin-bottom:var(--wp--preset--spacing--20)"><?php echo esc_html_x( 'Single', 'Name of membership package.', 'twentytwentyfive' ); ?></h3> 74 74 <!-- /wp:heading --> 75 75 76 76 <!-- wp:paragraph {"fontSize":"small"} --> 77 <p class="has-small-font-size"> Get access to our paid newsletter and a limited pass for one event.</p>77 <p class="has-small-font-size"><?php esc_html_e( 'Get access to our paid newsletter and a limited pass for one event.', 'twentytwentyfive' ); ?></p> 78 78 <!-- /wp:paragraph --> 79 79 </div> … … 83 83 <div class="wp-block-column" style="margin-top:0;margin-right:0;margin-bottom:0;margin-left:0"> 84 84 <!-- wp:heading {"textAlign":"right","level":3} --> 85 <h3 class="wp-block-heading has-text-align-right"> 20€</h3>85 <h3 class="wp-block-heading has-text-align-right"><?php esc_html_e( '20€', 'twentytwentyfive' ); ?></h3> 86 86 <!-- /wp:heading --> 87 87 88 88 <!-- wp:paragraph {"align":"right","style":{"spacing":{"margin":{"top":"0"}}},"fontSize":"small"} --> 89 <p class="has-text-align-right has-small-font-size" style="margin-top:0"> Month</p>89 <p class="has-text-align-right has-small-font-size" style="margin-top:0"><?php esc_html_e( 'Month', 'twentytwentyfive' ); ?></p> 90 90 <!-- /wp:paragraph --> 91 91 </div> … … 97 97 <div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--30)"> 98 98 <!-- wp:button {"width":100,"style":{"typography":{"lineHeight":"1.2","letterSpacing":"0.08px"}}} --> 99 <div class="wp-block-button has-custom-width wp-block-button__width-100" style="letter-spacing:0.08px;line-height:1.2"><a class="wp-block-button__link wp-element-button" rel="#">Join</a></div>99 <div class="wp-block-button has-custom-width wp-block-button__width-100" style="letter-spacing:0.08px;line-height:1.2"><a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Join', 'Button text, refers to joining a community. Verb.', 'twentytwentyfive' ); ?></a></div> 100 100 <!-- /wp:button --> 101 101 </div> … … 111 111 <div class="wp-block-column" style="flex-basis:70%"> 112 112 <!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|20"}}},"fontSize":"large"} --> 113 <h3 class="wp-block-heading has-large-font-size" style="margin-bottom:var(--wp--preset--spacing--20)"> Expert</h3>113 <h3 class="wp-block-heading has-large-font-size" style="margin-bottom:var(--wp--preset--spacing--20)"><?php echo esc_html_x( 'Expert', 'Name of membership package.', 'twentytwentyfive' ); ?></h3> 114 114 <!-- /wp:heading --> 115 115 116 116 <!-- wp:paragraph {"fontSize":"small"} --> 117 <p class="has-small-font-size"> Get access to our paid newsletter and an unlimited pass.</p>117 <p class="has-small-font-size"><?php esc_html_e( 'Get access to our paid newsletter and an unlimited pass.', 'twentytwentyfive' ); ?></p> 118 118 <!-- /wp:paragraph --> 119 119 </div> … … 123 123 <div class="wp-block-column" style="margin-top:0;margin-right:0;margin-bottom:0;margin-left:0"> 124 124 <!-- wp:heading {"textAlign":"right","level":3} --> 125 <h3 class="wp-block-heading has-text-align-right"> 40€</h3>125 <h3 class="wp-block-heading has-text-align-right"><?php esc_html_e( '40€', 'twentytwentyfive' ); ?></h3> 126 126 <!-- /wp:heading --> 127 127 128 128 <!-- wp:paragraph {"align":"right","style":{"spacing":{"margin":{"top":"0"}}},"fontSize":"small"} --> 129 <p class="has-text-align-right has-small-font-size" style="margin-top:0"> Month</p>129 <p class="has-text-align-right has-small-font-size" style="margin-top:0"><?php esc_html_e( 'Month', 'twentytwentyfive' ); ?></p> 130 130 <!-- /wp:paragraph --> 131 131 </div> … … 137 137 <div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--30)"> 138 138 <!-- wp:button {"width":100,"style":{"typography":{"lineHeight":"1.2","letterSpacing":"0.08px"}}} --> 139 <div class="wp-block-button has-custom-width wp-block-button__width-100" style="letter-spacing:0.08px;line-height:1.2"><a class="wp-block-button__link wp-element-button" rel="">Join</a></div>139 <div class="wp-block-button has-custom-width wp-block-button__width-100" style="letter-spacing:0.08px;line-height:1.2"><a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Join', 'Button text, refers to joining a community. Verb.', 'twentytwentyfive' ); ?></a></div> 140 140 <!-- /wp:button --> 141 141 </div>
Note: See TracChangeset
for help on using the changeset viewer.