Skip to content

Commit 78e8f95

Browse files
authored
improvement: add brand new logo to the project (spatie#1595)
1 parent 8fdb669 commit 78e8f95

17 files changed

+79
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<p align="center"><img src="/art/socialcard.png" alt="Social Card of Laravel Permission"></p>
2+
13
# Associate users with permissions and roles
24

35
### Sponsor
@@ -84,6 +86,8 @@ can be found [in this repo on GitHub](https://github.com/laracasts/laravel-5-rol
8486

8587
Special thanks to [Alex Vanderbist](https://github.com/AlexVanderbist) who greatly helped with `v2`, and to [Chris Brown](https://github.com/drbyte) for his longtime support helping us maintain the package.
8688

89+
And a special thanks to [Caneco](https://twitter.com/caneco) for the logo ✨
90+
8791
## Alternatives
8892

8993
- [Povilas Korop](https://twitter.com/@povilaskorop) did an excellent job listing the alternatives [in an article on Laravel News](https://laravel-news.com/two-best-roles-permissions-packages). In that same article, he compares laravel-permission to [Joseph Silber](https://github.com/JosephSilber)'s [Bouncer]((https://github.com/JosephSilber/bouncer)), which in our book is also an excellent package.

art/README.md

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<p align="center">
2+
<img src="/art/socialcard.png" width="1280" title="Social Card of Laravel Permission">
3+
</p>
4+
5+
# Laravel Permission Art
6+
7+
The logo was inspired by the [Spatie](https://spatie.be) brand, and the well known minimal design of Laravel packages.
8+
9+
## Fonts
10+
11+
The logo is using the following fonts:
12+
13+
- [Inter 500](https://fonts.google.com/specimen/Inter#500)
14+
- [Inter 600](https://fonts.google.com/specimen/Inter#600)
15+
16+
## Colors
17+
18+
| |#hex |rgb() |
19+
|--- |--- |--- |
20+
|![100](/art/palette/100.png)|`#E8F1F4`|`rgb(232,241,244)`|
21+
|![200](/art/palette/200.png)|`#C6DDE4`|`rgb(198,221,228)`|
22+
|![300](/art/palette/300.png)|`#A3C8D4`|`rgb(163,200,212)`|
23+
|![400](/art/palette/400.png)|`#5E9EB3`|`rgb(94,158,179)` |
24+
|![500](/art/palette/500.png)|`#197593`|`rgb(25,117,147)` |
25+
|![600](/art/palette/600.png)|`#176984`|`rgb(23,105,132)` |
26+
|![700](/art/palette/700.png)|`#0F4658`|`rgb(15,70,88)` |
27+
|![800](/art/palette/800.png)|`#0B3542`|`rgb(11,53,66)` |
28+
|![900](/art/palette/900.png)|`#08232C`|`rgb(8,35,44)` |
29+
30+
## Requirements
31+
32+
- A screen or a printer
33+
34+
## Installation
35+
36+
- Open the file
37+
- *Right-click* on the image
38+
- Choose **"Save image as…"** option
39+
40+
## Maintainers
41+
42+
**Laravel Permission** logo is designed and maintained by [Caneco](https://twitter.com/caneco).
43+
44+
## License
45+
46+
All rights reserved, but with the following extra conditions:
47+
48+
- It is **OK** to use the Laravel Permission logo in the following cases:
49+
- In marketing materials for technical events, e.g. meetups, hackathons, conferences and workshops that are related to Laravel.
50+
- In open source projects related to Laravel.
51+
- In technical articles/videos/books/papers for educational purposes.
52+
- To illustrate a commercial product.
53+
54+
- It is **NOT OK** to use the Laravel Permission logo in the following cases without prior written consent from the copyright owners:
55+
- Using the Laravel Permission logo in a commercial product for purposes other than illustrating its integration.
56+
- Sell physical products that uses the Laravel Permission logo or its variants, e.g. t-shirts.
57+
58+
By any means the owner reserves the right of final explanation for any use case not explicitly stated above.

art/logomark.png

6.71 KB
Loading

art/logomark.svg

+17
Loading

art/logomark@2x.png

12.7 KB
Loading

art/logomark@3x.png

19.1 KB
Loading

art/logomark@4x.png

26.8 KB
Loading

art/palette/100.png

1.12 KB
Loading

art/palette/200.png

1.11 KB
Loading

art/palette/300.png

1.11 KB
Loading

art/palette/400.png

1.11 KB
Loading

art/palette/500.png

1.11 KB
Loading

art/palette/600.png

1.11 KB
Loading

art/palette/700.png

1.11 KB
Loading

art/palette/800.png

1.11 KB
Loading

art/palette/900.png

1.12 KB
Loading

art/socialcard.png

431 KB
Loading

0 commit comments

Comments
 (0)