-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Based on the approved mockups in Figma.
https://test.infrastructure.sparcopen.org/
@JosephMcArthur: some of the adjustments that were made (mobile considerations, or other things I changed because it ended up looking clearer or more logical in the browser):
- Reports: hovering (on desktop) over the cards highlights the title and nudges people to click it (HTML thread); the bottom part, with additional file formats/access to summary is black because I considered those to be secondary actions
- Reports: re: the bottom part of the card / secondary actions, keep in mind that those won't be available to users on mobile (they will have to tap through to the thread to download the PDF if they want it on their phone)
- Quotes: to keep it consistent with other blockquotes in posts, I had to place the portrait above. Trying to place it to the left using different methods (float, column/grid system, absolute positioning...) just didn’t look good and would've required additional CSS for something so minor
- Quotes: you will have to update that in the homepage HTML, as you were already planning on doing (though I would've preferred an external data file, didn't think it was worth the time to do that for now unless you want me to)
- Topics (interventions/companies/challenges): those lists are generated from the content of your
_topics/
directory files. I’ve added "order" to the frontmatter to determine the order in which they appear in the list - Latest analysis: I know you wanted to do it manually... but I felt it was better to keep it consistent and easier to manage -- it is also generated from posts which have
homepage_latest: true
in the frontmatter. they are displayed in chronological order. - Latest analysis: as you can see, I opted for six posts... the three on their own were very sparse and way too large when each item took up a whole row.
- As highlighted...: all logos on one row: displaying them in two rows made the layout look a bit wonky and each logo ended up being way too large. looks better on mobile as well (3/row). I didn’t link each logo to its homepage, but I can do that if you want.
- About: not sure about these: I think we could re-use the component/layout with which we display "About the authors" boxes in individual posts.
Metadata
Metadata
Assignees
Labels
No labels