Challenge 1: Pugify that site & Challenge 2: Nothing's sexier than a solid schema - #24
Open
rexdev0211 wants to merge 2 commits into
Open
Challenge 1: Pugify that site & Challenge 2: Nothing's sexier than a solid schema#24rexdev0211 wants to merge 2 commits into
rexdev0211 wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Challenge 1 - “Pugify that site”
Focus: Front-end / design mimicry, not backend schema.
Recreate the above-the-fold look of a well-known home rental site (the README hints at AirBnP-style layout).
Match the aesthetic as closely as you can; interactive behavior (search, dropdowns, etc.) is not required.
Must include at least one MeanPug pug asset on the page.
Stack in the challenge folder: WordPress at localhost:8000, Gulp, Tailwind + PostCSS, custom theme work (templates, CSS, JS as needed).
So Challenge 1 is mainly visual replication + branding requirement on the WordPress front page.
Challenge 2 - “Nothing’s sexier than a solid schema”
Focus: Backend architecture for a fictional firm: “Law Firm of Pug and Puggle, ESQ.”
You’re expected to flesh out structure, not necessarily UI: plugins, custom post types, taxonomies, sane folder layout, and extra data structures that fit a real law-firm site.
Inspiration called out: sites like Morgan & Morgan and Milberg for content and structure.
Same dev setup as Challenge 1: Docker, Gulp, Tailwind/PostCSS, WordPress at localhost:8000.
In practice (as implemented in your repo), Challenge 2 is the place for CPTs (e.g. attorneys, practice areas, case results, testimonials), taxonomies, relationships, and fields (often ACF in PHP), all registered in code under something like inc/cpt, inc/tax, inc/acf.
Side-by-side
Challenge 3 - "Show us what you got"
This is my best github project url:
https://github.com/rexdev0211/frictionless-wordpress
@steinbachr