You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a featured section towards the bottom of the home page of the site. It should include posts flagged with a collection name called featured, besides this we should be able to link iframes or embeddings of twitter, instagram or even youtube posts or videos directly in the featured section of the homepage. The layout of how the posts and iframes are to be arranged are to be similar to the div that are in place for the events and design page (divs with classname events-card)
This can be done by writing a javascript plugin for the site that can fetch posts from the provided index.json of the site, which consists of all the posts and the collections that they belong to, which simplifies flagging posts as featured
Todos
Featured Section in homepage
types of featured posts
Ability to flag posts in events as featured collection
Ability to embed posts from social platforms
Ability to embed different webpages into the site with iframe
Create a grid based layout for the featured section
The text was updated successfully, but these errors were encountered:
Motive
Add a featured section towards the bottom of the home page of the site. It should include posts flagged with a collection name called featured, besides this we should be able to link iframes or embeddings of twitter, instagram or even youtube posts or videos directly in the featured section of the homepage. The layout of how the posts and iframes are to be arranged are to be similar to the
div
that are in place for the events and design page (divs with classnameevents-card
)This can be done by writing a javascript plugin for the site that can fetch posts from the provided
index.json
of the site, which consists of all the posts and the collections that they belong to, which simplifies flagging posts as featuredTodos
featured
collectioniframe
The text was updated successfully, but these errors were encountered: