Content model for events
The Content Hub ONE starter kit provides the content model for a recipe website. To build out the event page, which has the same structure as the recipe homepage, you will extend the content model and implement new content types. The event page layout will reference the following content types.
-
Header - the header content type includes a media item (logo) and references the menu content type.
-
Menu - the menu content type provides navigation for the website.
-
Event - the event content type includes the event image, event name, and event description.
-
Talk - the talk content type consists of a talk image, title, and description used in the talk teasers. It also includes the date and time of the talk.
-
Footer - the footer content type includes some text, a media item (logo), and a link.
The Header and Menu content types are retrieved from the Homepage content type used with recipes. The Event and Talk content types you will create.
For the talk details page, you will create the following content type:
-
Speaker - a profile and photo for each speaker.
On the website, the event page will look like this.
The images you use on the event page might differ but the structure will be the same.