Skip to content

Commit

Permalink
Remove sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Dec 30, 2023
1 parent 50aa3dd commit d523b64
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ This is the repository for the [Laravel.io](http://laravel.io) community portal.
We'd like to thank these **amazing companies** for sponsoring us. If you are interested in becoming a sponsor, please visit <a href="https://github.com/sponsors/laravelio">the Laravel.io GitHub Sponsors page</a>.

- **[Eventy](https://https://eventy.io/?utm_source=Laravel.io&utm_campaign=eventy&utm_medium=advertisement)**
- **[Cloudways](https://bit.ly/49GlsSV)**
- [Forge](https://forge.laravel.com)
- [Envoyer](https://envoyer.io)
- [Fathom](https://usefathom.com)
Expand Down
9 changes: 4 additions & 5 deletions config/lio.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

return [
'ads' => [
['url' => 'https://eventy.io/?utm_source=Laravel.io&utm_campaign=eventy&utm_medium=advertisement', 'image' => 'eventy', 'alt' => 'Eventy', 'goal' => 'PSA8VL6S'],
[
'url' => 'https://bit.ly/49GlsSV',
'image' => 'cloudways',
'alt' => 'Cloudways',
'goal' => '4KV6VZZ6',
'url' => 'https://eventy.io/?utm_source=Laravel.io&utm_campaign=eventy&utm_medium=advertisement',
'image' => 'eventy',
'alt' => 'Eventy',
'goal' => 'PSA8VL6S',
],
],

Expand Down
Binary file removed public/images/showcase/cloudways-long.png
Binary file not shown.
Binary file removed public/images/showcase/cloudways-small.png
Binary file not shown.
Binary file removed public/images/sponsors/cloudways.png
Binary file not shown.
3 changes: 0 additions & 3 deletions resources/views/layouts/_sponsors.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
<div class="col-span-2 flex justify-center lg:col-span-1 mr-10">
<x-sponsor-logo size="medium" url="https://eventy.io/?utm_source=Laravel.io&utm_campaign=eventy&utm_medium=advertisement" logo="{{ asset('images/sponsors/eventy.svg') }}" company="Eventy" />
</div>
<div class="col-span-2 flex justify-center lg:col-span-1">
<x-sponsor-logo size="large" url="https://bit.ly/49GlsSV" logo="{{ asset('images/sponsors/cloudways.png') }}" company="Cloudways" />
</div>
</div>

<div class="mt-12 grid grid-cols-2 gap-y-8 lg:grid-cols-3">
Expand Down

0 comments on commit d523b64

Please sign in to comment.