standardshub / sh-web

This repository is dedicated to develop SH website
0 stars 2 forks source link

[About] Missing pictures #28

Closed jpradocueva closed 4 years ago

jpradocueva commented 4 years ago

In the "About" page we are missing the staff pictures. In the mockup we initially had only a place for two, https://standardshub.atlassian.net/wiki/spaces/WEB/pages/30834834/About

but now we need to add 6 more (total 8). It is similar as before but we need two rows of 4 each. And we should be able to extend further rows of 4 image each.

See: (as i didn't have the time to review the content, we went public with a different site temporarily www.standardshub.io) image

jpradocueva commented 4 years ago

In the assets / images I don't see a folder for "About". Where should I drop the above pictures of the staff?

pattiyaa commented 4 years ago

You can apply using "block_image_cards" template for this section to display image_cards style. For the image folder of this page, that's right. You should keep in folder assets/images/about.

Note: Each card's image needs to be config in about.markdown file, so even you have an image to about folder it will not display automatically without adding configuration.

I adjusted the about.markdown configuration for you to see, it's able to display layout as "www.standardshub.io". By the way, I download your colleague's photo from linkedin and it's color photo. If you want it to be black and white please feel fee to upload a new one.

pattiyaa commented 4 years ago

screencapture-127-0-0-1-4000-about-2020-09-07-16_01_04

pattiyaa commented 4 years ago

commited to dev branch

jpradocueva commented 4 years ago

thank you! I understand how to use different blocks in different pages. This is great!