Răsfoiți Sursa

improvement: add brand new logo to the project

Caneco 4 ani în urmă
părinte
comite
b9e57446e9
8 a modificat fișierele cu 16 adăugiri și 0 ștergeri
  1. 10 0
      .github/README.md
  2. BIN
      art/header.png
  3. BIN
      art/logo.png
  4. 6 0
      art/logo.svg
  5. BIN
      art/logo@2x.png
  6. BIN
      art/logo@3x.png
  7. BIN
      art/logo@4x.png
  8. BIN
      art/socialcard.png

+ 10 - 0
.github/README.md

@@ -1,3 +1,5 @@
+<p align="center"><img src="/art/header.png?1" alt="spruce header"></p>
+
 > ✨ Help support the maintenance of this package by [sponsoring me](https://github.com/sponsors/ryangjchandler).
 
 # 🌲 Spruce
@@ -227,6 +229,14 @@ Spruce.store('form', {
 
 Spruce.store('form').logName() // logs `Ryan` to console.
 ```
+
+## Credits
+
+- [Ryan Chandler](https://github.com/ryangjchandler)
+- [All contributors](https://github.com/ryangjchandler/spruce/contributors)
+
+Special thanks to [Caneco](https://twitter.com/caneco) for the logo ✨
+
 ## Versioning
 
 This project follows the [Semantic Versioning](https://semver.org/) guidelines.

BIN
art/header.png


BIN
art/logo.png


+ 6 - 0
art/logo.svg

@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
+    <title>Spruce Logo</title>
+    <path fill="#2d3441" d="M0 0h200v200h-200z"/>
+    <path fill="#d7deea" d="M86 138h28v28h-28z"/>
+    <path fill="#7bc1d1" d="M162 138h-124l62-56 62 56zM145 107h-90l45-54 45 54zM125 70h-50l25-36 25 36z"/>
+</svg>

BIN
art/logo@2x.png


BIN
art/logo@3x.png


BIN
art/logo@4x.png


BIN
art/socialcard.png