Skip to content

Commit 8889772

Browse files
authored
improvement: add brand new logo to the project (spatie#1140)
1 parent 839d99d commit 8889772

17 files changed

+79
-2
lines changed

README.md

+6-2
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 Activity Log"></p>
2+
13
# A modern backup solution for Laravel apps
24

35
[![Latest Stable Version](https://poser.pugx.org/spatie/laravel-backup/v/stable?format=flat-square)](https://packagist.org/packages/spatie/laravel-backup)
@@ -29,12 +31,12 @@ We highly appreciate you sending us a postcard from your hometown, mentioning wh
2931

3032
## Installation and usage
3133

32-
This package requires PHP 7.3 and Laravel 5.8 or higher.
34+
This package requires PHP 7.3 and Laravel 5.8 or higher.
3335
You'll find installation instructions and full documentation on https://docs.spatie.be/laravel-backup.
3436

3537
## Using an older version of PHP / Laravel?
3638

37-
If you are on a PHP version below 7.3 or a Laravel version below 5.8 just use an older version of this package.
39+
If you are on a PHP version below 7.3 or a Laravel version below 5.8 just use an older version of this package.
3840

3941
Read the extensive [documentation on version 3](https://docs.spatie.be/laravel-backup/v3), [on version 4](https://docs.spatie.be/laravel-backup/v4) and [on version 5](https://docs.spatie.be/laravel-backup/v5). We won't introduce new features to v5 and below anymore but we will still fix bugs.
4042

@@ -71,6 +73,8 @@ We publish all received postcards [on our company website](https://spatie.be/en/
7173
- [Freek Van der Herten](https://github.com/freekmurze)
7274
- [All Contributors](../../contributors)
7375

76+
And a special thanks to [Caneco](https://twitter.com/caneco) for the logo ✨
77+
7478
## License
7579

7680
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

art/README.md

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

art/logomark.png

6.09 KB
Loading

art/logomark.svg

+17
Loading

art/[email protected]

12.8 KB
Loading

art/[email protected]

19 KB
Loading

art/[email protected]

27.6 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

433 KB
Loading

0 commit comments

Comments
 (0)