Skip to content

Commit

Permalink
Update sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Sep 20, 2023
1 parent ed373c5 commit f3729ba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 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>.

- **[JetBrains](https://www.jetbrains.com/phpstorm/laravel/?utm_source=github.com&utm_medium=cpc&utm_campaign=phpstorm&utm_content=laravel.io)**
- **[LoadForge](https://loadforge.com/)**
- [Forge](https://forge.laravel.com)
- [Envoyer](https://envoyer.io)
- [Fathom](https://usefathom.com)
Expand Down
1 change: 0 additions & 1 deletion config/lio.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
return [
'ads' => [
['url' => 'https://fullstackeurope.com/2023?utm_source=Laravel.io&utm_campaign=fseu23&utm_medium=advertisement', 'image' => 'fseu', 'alt' => 'Full Stack Europe', 'goal' => 'SRIK2PEE'],
['url' => 'https://loadforge.com', 'image' => 'loadforge', 'alt' => 'LoadForge', 'goal' => '5KTDAJ04'],
[
'random' => [
[
Expand Down
4 changes: 0 additions & 4 deletions public/images/sponsors/loadforge.svg

This file was deleted.

4 changes: 2 additions & 2 deletions resources/views/layouts/_sponsors.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<x-sponsor-logo size="large" url="https://www.jetbrains.com/phpstorm/laravel/?utm_source=laravel.io&utm_medium=cpc&utm_campaign=phpstorm&utm_content=footer_logo" logo="{{ asset('images/sponsors/phpstorm.svg') }}" company="PhpStorm by Jetbrains" />
</div>

<div class="mt-8 flex justify-center">
{{-- <div class="mt-8 flex justify-center">
<div class="col-span-2 flex justify-center lg:col-span-1">
<x-sponsor-logo size="medium" url="https://loadforge.com" logo="{{ asset('images/sponsors/loadforge.svg') }}" company="LoadForge" />
</div>
</div>
</div> --}}

<div class="mt-12 grid grid-cols-2 gap-y-8 lg:grid-cols-3">
<div class="col-span-2 flex justify-center lg:col-span-1">
Expand Down

0 comments on commit f3729ba

Please sign in to comment.