Skip to content

Commit 029b710

Browse files
authored
Updated cover images and new MAIZE company references (#4)
* Updated cover images and new MAIZE company references
1 parent b59883b commit 029b710

File tree

8 files changed

+12
-66
lines changed

8 files changed

+12
-66
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/SECURITY.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 MAIZE SRL <[email protected]>
3+
Copyright (c) 2023 MAIZE SRL <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
<p align="center"><img src="/art/socialcard.png" alt="Social Card of Laravel NPS"></p>
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="/art/socialcard-dark.png">
4+
<source media="(prefers-color-scheme: light)" srcset="/art/socialcard-light.png">
5+
<img src="/art/socialcard-light.png" alt="Social Card of Laravel NPS">
6+
</picture>
7+
</p>
28

39
# Laravel NPS
410

@@ -326,11 +332,11 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
326332

327333
## Contributing
328334

329-
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
335+
Please see [CONTRIBUTING](https://github.com/maize-tech/.github/blob/main/CONTRIBUTING.md) for details.
330336

331337
## Security Vulnerabilities
332338

333-
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
339+
Please review [our security policy](https://github.com/maize-tech/.github/security/policy) on how to report security vulnerabilities.
334340

335341
## Credits
336342

art/socialcard-dark.png

27.9 KB
Loading

art/socialcard-light.png

27.7 KB
Loading

art/socialcard.png

-244 KB
Binary file not shown.

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
"authors": [
1212
{
1313
"name": "Enrico De Lazzari",
14-
"email": "[email protected]",
15-
"homepage": "https://innovation.h-farm.com",
14+
"email": "[email protected]",
1615
"role": "Developer"
1716
},
1817
{
1918
"name": "Riccardo Dalla Via",
20-
"email": "[email protected]",
21-
"homepage": "https://innovation.h-farm.com",
19+
"email": "[email protected]",
2220
"role": "Developer"
2321
}
2422
],

0 commit comments

Comments
 (0)