Changeset 58111
- Timestamp:
- 05/06/2024 08:30:19 PM (8 months ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 41 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/banner-hero.php
r56951 r58111 5 5 * Categories: banner, call-to-action, featured 6 6 * Viewport width: 1400 7 * Description: A hero section with a title, a paragraph, a CTA button, and an image. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php
r56951 r58111 5 5 * Categories: featured, banner, about, portfolio 6 6 * Viewport width: 1400 7 * Description: Project description section with title, paragraph, and an image. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php
r56951 r58111 5 5 * Categories: call-to-action, banner 6 6 * Viewport width: 1400 7 * Description: A title, paragraph, two CTA buttons, and an image for a general CTA section. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php
r57067 r58111 5 5 * Categories: call-to-action, services 6 6 * Viewport width: 1400 7 * Description: A pricing section with a title, a paragraph and three pricing levels. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php
r56951 r58111 5 5 * Categories: call-to-action, featured 6 6 * Viewport width: 1100 7 * Description: A large RSVP heading sideways, a description, and a CTA button. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php
r56999 r58111 5 5 * Categories: call-to-action, banner, featured, services 6 6 * Viewport width: 1400 7 * Description: An image, title, paragraph and a CTA button to describe services. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php
r56951 r58111 5 5 * Categories: call-to-action 6 6 * Keywords: newsletter, subscribe, button 7 * Description: Subscribers CTA section with a title, a paragraph and a CTA button. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php
r56951 r58111 5 5 * Categories: footer 6 6 * Block Types: core/template-part/footer 7 * Description: A footer section with a centered logo, navigation, and WordPress credits. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php
r56951 r58111 5 5 * Categories: footer 6 6 * Block Types: core/template-part/footer 7 * Description: A footer section with a colophon and 3 columns. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/footer.php
r57588 r58111 5 5 * Categories: footer 6 6 * Block Types: core/template-part/footer 7 * Description: A footer section with a colophon and 4 columns. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php
r56951 r58111 4 4 * Slug: twentytwentyfour/gallery-full-screen-image 5 5 * Categories: gallery, portfolio 6 * Description: A cover image section that covers the entire width. 6 7 */ 7 8 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php
r56951 r58111 6 6 * Keywords: project, images, media, masonry, columns 7 7 * Viewport width: 1400 8 * Description: A gallery section with 2 columns and offset images. 8 9 */ 9 10 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php
r56951 r58111 6 6 * Keywords: project, images, media, masonry, columns 7 7 * Viewport width: 1400 8 * Description: A gallery section with 3 columns and offset images. 8 9 */ 9 10 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php
r56951 r58111 6 6 * Keywords: project, images, media, masonry, columns 7 7 * Viewport width: 1400 8 * Description: A gallery section with 4 columns and offset images. 8 9 */ 9 10 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php
r56951 r58111 5 5 * Categories: gallery, featured, portfolio 6 6 * Viewport width: 1600 7 * Description: A gallery section with a project layout with 2 images. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/page-about-business.php
r57555 r58111 8 8 * Post Types: page, wp_template 9 9 * Viewport width: 1400 10 * Description: A business about page with a hero section, a text section, a services section, a team section, a clients section, a FAQ section, and a CTA section. 10 11 */ 11 12 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php
r57555 r58111 7 7 * Post Types: page, wp_template 8 8 * Viewport width: 1400 9 * Description: A blogging home page with a hero section, a text section, a blog section, and a CTA section. 9 10 */ 10 11 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/page-home-business.php
r57555 r58111 8 8 * Post Types: page, wp_template 9 9 * Viewport width: 1400 10 * Description: A business home page with a hero section, a text section, a services section, a team section, a clients section, a FAQ section, and a CTA section. 10 11 */ 11 12 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php
r57555 r58111 8 8 * Post Types: page, wp_template 9 9 * Viewport width: 1400 10 * Description: A porfolio home page that features a gallery. 10 11 */ 11 12 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php
r57555 r58111 8 8 * Post Types: page, wp_template 9 9 * Viewport width: 1400 10 * Description: A portfolio home page with a description and a 4-column post section with only feature images. 10 11 */ 11 12 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php
r57555 r58111 8 8 * Post Types: page, wp_template 9 9 * Viewport width: 1100 10 * Description: A block with a newsletter subscription CTA for a landing page. 10 11 */ 11 12 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php
r57555 r58111 8 8 * Post Types: page, wp_template 9 9 * Viewport width: 1400 10 * Description: A full portfolio page with a section for project description, project details, a full screen image, and a gallery section with two images. 10 11 */ 11 12 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php
r57555 r58111 8 8 * Post Types: page, wp_template 9 9 * Viewport width: 1100 10 * Description: A large RSVP heading sideways, a description, and a CTA button. 10 11 */ 11 12 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php
r56951 r58111 5 5 * Categories: query 6 6 * Block Types: core/query 7 * Description: A list of posts, 1 column. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php
r56951 r58111 5 5 * Categories: query 6 6 * Block Types: core/query 7 * Description: A list of posts, 3 columns. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php
r56951 r58111 5 5 * Categories: query 6 6 * Block Types: core/query 7 * Description: A grid of posts featuring the first post, 2 columns. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php
r56951 r58111 5 5 * Categories: query 6 6 * Block Types: core/query 7 * Description: A list of posts with featured images only, 3 columns. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php
r56951 r58111 4 4 * Slug: twentytwentyfour/posts-images-only-offset-4-col 5 5 * Categories: posts 6 * Description: A list of posts with featured images only, 4 columns. 6 7 */ 7 8 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-list.php
r57036 r58111 5 5 * Categories: query, posts 6 6 * Block Types: core/query 7 * Description: A list of posts without images, 1 column. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/team-4-col.php
r56951 r58111 5 5 * Categories: team, about 6 6 * Viewport width: 1400 7 * Description: A team section, with a heading, a paragraph, and 4 columns for team members. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php
r57932 r58111 6 6 * Categories: testimonials, text 7 7 * Viewport width: 1300 8 * Description: A centered testimonial section with a avatar, name, and job title. 8 9 */ 9 10 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php
r56951 r58111 5 5 * Categories: text, about 6 6 * Viewport width: 1400 7 * Description: A text section, then a two column section with text in one and image in another. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php
r56951 r58111 6 6 * Keywords: mission, introduction 7 7 * Viewport width: 1200 8 * Description: A centered itallic text statement with compact padding. 8 9 */ 9 10 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php
r56951 r58111 6 6 * Keywords: mission, introduction 7 7 * Viewport width: 1400 8 * Description: A centered text statement with a large paddings. 8 9 */ 9 10 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/text-faq.php
r58106 r58111 6 6 * Keywords: faq, about, frequently asked 7 7 * Viewport width: 1400 8 * Description: A FAQ section with a large FAQ heading and list of toggle questions and answers. 8 9 */ 9 10 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php
r56951 r58111 5 5 * Categories: text, about 6 6 * Viewport width: 1400 7 * Description: A feature grid of 2 rows and 3 columns with headings and text. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/text-project-details.php
r56951 r58111 5 5 * Categories: text, portfolio 6 6 * Viewport width: 1400 7 * Description: A text only section for project details. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php
r56951 r58111 5 5 * Categories: banner, about, featured 6 6 * Viewport width: 1400 7 * Description: A title, a paragraph and a CTA button on the left with an image on the right. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentythree/patterns/call-to-action.php
r56173 r58111 6 6 * Keywords: Call to action 7 7 * Block Types: core/buttons 8 * Description: Left-aligned text with a CTA button and a separator. 8 9 */ 9 10 ?> -
trunk/src/wp-content/themes/twentytwentythree/patterns/footer-default.php
r54686 r58111 5 5 * Categories: footer 6 6 * Block Types: core/template-part/footer 7 * Description: Footer with site title and powered by WordPress. 7 8 */ 8 9 ?> -
trunk/src/wp-content/themes/twentytwentythree/patterns/post-meta.php
r54629 r58111 6 6 * Keywords: post meta 7 7 * Block Types: core/template-part/post-meta 8 * Description: Post meta information with separator on the top. 8 9 */ 9 10 ?>
Note: See TracChangeset
for help on using the changeset viewer.