RIOT-OS / riot-os.org

Sources of the RIOT website https://riot-os.org/.
4 stars 16 forks source link

branding: fix sample sizes and use vector logo #78

Closed leandrolanzieri closed 3 years ago

leandrolanzieri commented 3 years ago

Contribution description

This improves the sizes of the samples in the branding page. Also uses now a vector version of the logo.

Fixes #75

github-actions[bot] commented 3 years ago

🚀 PR preview deployed to https://RIOT-OS-riot-os-org-preview-78.surge.sh

waehlisch commented 3 years ago

thanks! the size of the font box should have the same size compared to the logo box. also, i think the gray background that we had was helpful.

currently, it doesn't look clean in same cases ;) image

leandrolanzieri commented 3 years ago

currently, it doesn't look clean in same cases ;)

Do you mean, that it should not have a 100% width?

waehlisch commented 3 years ago

currently, it doesn't look clean in same cases ;)

Do you mean, that it should not have a 100% width?

exactly.

leandrolanzieri commented 3 years ago

Done, now the font sample is next to the logo and in smaller viewports they are 6 columns wide. Also added back the background color.

waehlisch commented 3 years ago

hmm, the order is sub-optimal. the color information should be closer to the logo compared to the font because the colors refer to the logo, the font does not. sorry about the nitpicking.

i suppose this was the reason why the very original version consisted of three rows, logo, colors, and font.

leandrolanzieri commented 3 years ago

hmm, the order is sub-optimal. the color information should be closer to the logo compared to the font because the colors refer to the logo, the font does not.

Well, it seems to me that Miso is used for 3 out of 4 letters in the logo, right? So it's kind of related.

i suppose this was the reason why the very original version consisted of three rows, logo, colors, and font.

I modified it to show 3 rows in smaller viewports, the large one still shows 4 columns, should I adapt it to show always 3 rows?