riot / branding

The Riot.js logos and branding files
3 stars 4 forks source link

Module icons for branding #8

Open nibushibu opened 2 years ago

nibushibu commented 2 years ago

I have come up with a logo design for Riot.js modules. This design is compatible with the Riot.js logo for v4 and above. I think these would help people understand the functionality of Riot.js, which is divided into modules.

I will create a PR for this once I have adjusted the design a bit more.

riotjs-module-icons-design

nibushibu commented 2 years ago

custom-elements are still under development, so I have distinguished them with a black color. (I'll fix the typo and lack of trailing s later.๐Ÿ˜…

nibushibu commented 2 years ago

@GianlucaGuarini Thank you for merging! I plan to open PR for Adding a branding logs to official website, and I notice that I forgot designing to for riotjs/hydrate when I check current official site. So I will try to add 'hydrate` logo first. https://riot.js.org/#powerful-and-modular-ecosystem

By the way, I have made logos with a priority on announcing Riot features that may not be well known yet(I guess animore is a prime example ๐Ÿ˜‰), So I have skipped compiler,parser,dom-bindings that's internal modules for normal Riot.js compilation. (but if they are important to you that you need a branding logo, I am willing to create that later.๐Ÿ‘Œ)

GianlucaGuarini commented 2 years ago

Thank you @nibushibu . I'd love to see the @riotjs/compiler as well if you have time for it. Just open a new PR when you are ready.

nibushibu commented 1 year ago

Thanks for your patience. I also came up with branding logos for parser, hydrate, compiler and dom-binding.

parser-logo-concept hydrate-logo-concept compiler-logo-concept dom-binding-logo-concept

GianlucaGuarini commented 1 year ago

@nibushibu your logos are awesome thank you! Please open a PR adding them as SVG. I guess that we can create a page on Riot.js listing all the ecosystem packages with your logos.

nibushibu commented 1 year ago

@GianlucaGuarini Thank you very much. I'm glad to you like that logos. Iโ€™ll open PR after Iโ€™m fine-tuning the finishing touches on that logos in this weekend.

I guess that we can create a page on Riot.js listing all the ecosystem packages with your logos.

thatโ€™s graet! I also wanted to do it to get the word out about the Riot.js ecosystem. But I stumbled on setting up development environments(like Jekyll, etc.) and ended up not doing that yet.๐Ÿ˜‡

I would be grateful if you could help me to add new branding logos on the official page as long as it is not too much of a burden for you. (I will also prepare a single image of the entire ecosystem logo in the branding repository for this purpose.)

GianlucaGuarini commented 1 year ago

@nibushibu I run the Riot.js site using Bundler. Have you tried installing jekyll with it https://jekyllrb.com/tutorials/using-jekyll-with-bundler/ ?