-
Notifications
You must be signed in to change notification settings - Fork 20
Implement the basic landing page in Mezzanine #68
Comments
Basic implementation doc: the page itself can be separated into several functional blocks, some of which are base schema data for a "landing page" type, some of which are ForeignKeys into separate models for capturing the information that needs to be presented on the page but is more specific instances of independent models. |
required building blocks based on implementation design: headerThis can be a written as a template fragment without a model backing
page header blockBacked by a "page heading" model:
clubs blockFor now, backed by a "clubs highlight" model:
testimonial blockBacked by a "testimonial" model:
signup blockBacked by a "signup" model:
footerThis can be a written as a template fragment without a model backing
|
@kristinashu @Pomax do we have the Zilla font in |
@comzeradd Zilla still isn't available yet (should be available any day now) so yes, please just use Open Sans or Fira for now. |
This is no longer in scope. Landing page has been implemented in Wagtail. |
Based on the work done in #98, implement the landing page as shown on https://redpen.io/gsccb3006ea4b5ee5a in Mezzanine:
Implementation status
page header model
clubs blolck model
testimonial block
signup block
aggregated landing page model
landing page template
page header template fragment
page footer template fragment
The text was updated successfully, but these errors were encountered: