Initial commit: WordPress wp-content (themes, plugins, languages)
- Theme: momentry (custom theme with REST API routes) - Plugins: code-snippets (contains all API proxies) - Languages: zh_TW translations - Excludes: cache, backups, uploads, logs
This commit is contained in:
18
themes/twentytwentyfour/patterns/page-portfolio-overview.php
Normal file
18
themes/twentytwentyfour/patterns/page-portfolio-overview.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Title: Portfolio project overview
|
||||
* Slug: twentytwentyfour/page-portfolio-overview
|
||||
* Categories: twentytwentyfour_page, featured
|
||||
* Keywords: starter
|
||||
* Block Types: core/post-content
|
||||
* Post Types: page, wp_template
|
||||
* Viewport width: 1400
|
||||
* Description: A full portfolio page with a section for project description, project details, a full screen image, and a gallery section with two images.
|
||||
*/
|
||||
?>
|
||||
|
||||
<!-- wp:pattern {"slug":"twentytwentyfour/banner-project-description"} /-->
|
||||
<!-- wp:pattern {"slug":"twentytwentyfour/text-project-details"} /-->
|
||||
<!-- wp:pattern {"slug":"twentytwentyfour/gallery-full-screen-image"} /-->
|
||||
<!-- wp:pattern {"slug":"twentytwentyfour/text-centered-statement"} /-->
|
||||
<!-- wp:pattern {"slug":"twentytwentyfour/gallery-project-layout"} /-->
|
||||
Reference in New Issue
Block a user