I am using meteor
.js and the gadicohen:famous-views
and mjn:famous
packages.
I would like to list projects to be displayed in the layout pattern above. The first project is twice the height of the subsequent two, and takes half of the screen. The subsequent two split the height of the first and take the other half of the screen.
Would the best way to tackle this be to create a custom grid view and add surfaces with explicit size, origin, and align properties? Can the surfaces be styled through CSS nth-child rules?