Set of official logos for Kosmorro
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 1.4 KiB

1234567891011121314151617181920212223242526272829303132333435
  1. # Kosmorro logos
  2. This repository contains the official logos of [Kosmorro](http://kosmorro.space), in two formats, variations and color themes.
  3. Kosmorro's logo is composed of the "Kosmorro" name in lower case, the last "o" being stylized in a representation of a quasi-total solar eclipse.
  4. - **Available formats:**
  5. - SVG: vectorial format, recommended for the Web
  6. - PNG: bitmap format, for any other use
  7. - **Available variations:**
  8. - Full logo
  9. - Just the icon
  10. - **Available color themes:**
  11. - Dark, recommended for display on light background or print
  12. - Light, recommended for display on dark background
  13. The font used in the full logo is [Raleway](https://www.theleagueofmoveabletype.com/raleway), created by Matt McInerney and distributed by [the League of Moveable Type](https://www.theleagueofmoveabletype.com) under the terms of the [SIL Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web).
  14. <table>
  15. <tr>
  16. <td></td>
  17. <th>Full logo</th>
  18. <th>Icon</th>
  19. </tr>
  20. <tr>
  21. <th>Dark theme</th>
  22. <td><img src="svg/kosmorro-logo.svg" alt="" />
  23. <td><img src="svg/kosmorro-icon.svg" alt="" />
  24. </tr>
  25. <tr>
  26. <th>Light theme</th>
  27. <td><img src="svg/kosmorro-logo-white.svg" alt="" />
  28. <td><img src="svg/kosmorro-icon-white.svg" alt="" />
  29. </tr>
  30. </table>