- Timestamp:
- 11/06/2023 03:22:41 PM (18 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-content/themes/twentytwentyfour/patterns/text-faq.php
r57005 r57070 17 17 <!-- wp:group {"align":"wide","layout":{"type":"default"}} --> 18 18 <div class="wp-block-group alignwide"> 19 <!-- wp:separator {"backgroundColor":" contrast-2","className":"is-style-wide"} -->20 <hr class="wp-block-separator has-text-color has- contrast-2-color has-alpha-channel-opacity has-contrast-2-background-color has-background is-style-wide"/>19 <!-- wp:separator {"backgroundColor":"base","className":"is-style-wide"} --> 20 <hr class="wp-block-separator has-text-color has-base-color has-alpha-channel-opacity has-base-background-color has-background is-style-wide"/> 21 21 <!-- /wp:separator --> 22 22 23 <!-- wp:details {"style":{"spacing":{"margin":{"top":"0"}} },"className":"is-style-arrow-icon-details","fontSize":"medium"} -->24 <details class="wp-block-details is-style-arrow-icon-details has-medium-font-size" style=" margin-top:0">23 <!-- wp:details {"style":{"spacing":{"margin":{"top":"0"}},"border":{"top":{"width":"0px","style":"none"},"right":{"width":"0px","style":"none"},"bottom":{"color":"var:preset|color|base","style":"solid","width":"1px"},"left":{"width":"0px","style":"none"}}},"className":"is-style-arrow-icon-details","fontSize":"medium"} --> 24 <details class="wp-block-details is-style-arrow-icon-details has-medium-font-size" style="border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-color:var(--wp--preset--color--base);border-bottom-style:solid;border-bottom-width:1px;border-left-style:none;border-left-width:0px;margin-top:0"> 25 25 <summary><?php echo esc_html_x( 'What is your process working in smaller projects?', 'Question on the details block', 'twentytwentyfour' ); ?></summary> 26 26 <!-- wp:paragraph {"placeholder":"Type / to add a hidden block","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast-1"}}}},"textColor":"contrast-1"} --> … … 30 30 <!-- /wp:details --> 31 31 32 <!-- wp:details {"style":{"spacing":{"margin":{"top":"0"}} },"className":"is-style-arrow-icon-details","fontSize":"medium"} -->33 <details class="wp-block-details is-style-arrow-icon-details has-medium-font-size" style=" margin-top:0">32 <!-- wp:details {"style":{"spacing":{"margin":{"top":"0"}},"border":{"top":{"width":"0px","style":"none"},"right":{"width":"0px","style":"none"},"bottom":{"color":"var:preset|color|base","style":"solid","width":"1px"},"left":{"width":"0px","style":"none"}}},"className":"is-style-arrow-icon-details","fontSize":"medium"} --> 33 <details class="wp-block-details is-style-arrow-icon-details has-medium-font-size" style="border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-color:var(--wp--preset--color--base);border-bottom-style:solid;border-bottom-width:1px;border-left-style:none;border-left-width:0px;margin-top:0"> 34 34 <summary><?php echo esc_html_x( 'Who is behind Études?', 'Question on the details block', 'twentytwentyfour' ); ?></summary> 35 35 <!-- wp:paragraph {"placeholder":"Type / to add a hidden block","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast-1"}}}},"textColor":"contrast-1"} --> … … 39 39 <!-- /wp:details --> 40 40 41 <!-- wp:details {"style":{"spacing":{"margin":{"top":"0"}} },"className":"is-style-arrow-icon-details","fontSize":"medium"} -->42 <details class="wp-block-details is-style-arrow-icon-details has-medium-font-size" style=" margin-top:0">41 <!-- wp:details {"style":{"spacing":{"margin":{"top":"0"}},"border":{"top":{"width":"0px","style":"none"},"right":{"width":"0px","style":"none"},"bottom":{"color":"var:preset|color|base","style":"solid","width":"1px"},"left":{"width":"0px","style":"none"}}},"className":"is-style-arrow-icon-details","fontSize":"medium"} --> 42 <details class="wp-block-details is-style-arrow-icon-details has-medium-font-size" style="border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-color:var(--wp--preset--color--base);border-bottom-style:solid;border-bottom-width:1px;border-left-style:none;border-left-width:0px;margin-top:0"> 43 43 <summary><?php echo esc_html_x( 'I\'d like to get to meet fellow architects, how can I do that?', 'Question on the details block', 'twentytwentyfour' ); ?></summary> 44 44 <!-- wp:paragraph {"placeholder":"Type / to add a hidden block","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast-1"}}}},"textColor":"contrast-1"} --> … … 48 48 <!-- /wp:details --> 49 49 50 <!-- wp:details {"style":{"spacing":{"margin":{"top":"0"}} },"className":"is-style-arrow-icon-details","fontSize":"medium"} -->51 <details class="wp-block-details is-style-arrow-icon-details has-medium-font-size" style=" margin-top:0">50 <!-- wp:details {"style":{"spacing":{"margin":{"top":"0"}},"border":{"top":{"width":"0px","style":"none"},"right":{"width":"0px","style":"none"},"bottom":{"color":"var:preset|color|base","style":"solid","width":"1px"},"left":{"width":"0px","style":"none"}}},"className":"is-style-arrow-icon-details","fontSize":"medium"} --> 51 <details class="wp-block-details is-style-arrow-icon-details has-medium-font-size" style="border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-color:var(--wp--preset--color--base);border-bottom-style:solid;border-bottom-width:1px;border-left-style:none;border-left-width:0px;margin-top:0"> 52 52 <summary><?php echo esc_html_x( 'Can I apply to be a part of the team or work as a contractor?', 'Question on the details block', 'twentytwentyfour' ); ?></summary> 53 53 <!-- wp:paragraph {"placeholder":"Type / to add a hidden block","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast-1"}}}},"textColor":"contrast-1"} -->
Note: See TracChangeset
for help on using the changeset viewer.