Skip to content

Commit c327668

Browse files
committed
adds sponsor
1 parent a37faf1 commit c327668

File tree

8 files changed

+24
-13
lines changed

8 files changed

+24
-13
lines changed
39.7 KB
Loading

public/www/index-8032f1f2.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/www/index-b0251723.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/www/index.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<link rel="icon" href="/www/favicon.svg" type="image/svg+xml">
2424
<link rel="preconnect" href="https://fonts.googleapis.com">
2525
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
26-
<script type="module" crossorigin src="/www/index.29060f5e.js"></script>
27-
<link rel="stylesheet" href="/www/index-b0251723.css">
26+
<script type="module" crossorigin src="/www/index.f77c192e.js"></script>
27+
<link rel="stylesheet" href="/www/index-8032f1f2.css">
2828
</head>
2929
<body x-data="{ mobileMenuIsOpen: false }" class="relative w-full min-h-screen h-full text-white bg-[#040120] bg-top bg-no-repeat bg-pest">
3030
<div x-show="mobileMenuIsOpen" class="backdrop:bg-transparent lg:hidden z-50 relative">
@@ -197,18 +197,21 @@ <h1 class="mt-8 text-4xl sm:text-5xl/14 xl:text-6xl/15 tracking-tight font-title
197197

198198
<section id="partners" class="text-center py-8 sm:py-12 mx-auto max-w-7xl px-6 lg:px-8 motion-preset-blur-up-md motion-delay-[800ms] motion-duration-1000">
199199
<p class="text-xs md:text-base uppercase font-thin font-mono tracking-widest text-white/40 motion-preset-blur-up-md motion-delay-[800ms] motion-duration-1000">These companies sponsor Pest Framework</p>
200-
<div class="mx-auto mt-10 grid max-w-lg grid-cols-2 items-center gap-x-8 gap-y-10 lg:grid-cols-4 sm:gap-x-10 lg:mx-0 lg:max-w-none motion-preset-blur-up-md motion-delay-[800ms] motion-duration-1000">
200+
<div class="mx-auto mt-10 grid max-w-lg grid-cols-2 items-center gap-x-8 gap-y-10 lg:grid-cols-5 sm:gap-x-10 lg:mx-0 lg:max-w-none motion-preset-blur-up-md motion-delay-[800ms] motion-duration-1000">
201201
<a href="https://cmsmax.com/?ref=pestphp" target="_blank">
202-
<img src="/www/assets/sponsors/cmsmax.png" alt="CMS Max" class="h-7 md:h-9 object-contain mx-auto" />
202+
<img src="/www/assets/sponsors/cmsmax.png" alt="CMS Max" class="h-7 md:h-9 object-contain" />
203203
</a>
204204
<a href="https://coderabbit.ai/?ref=pestphp" target="_blank">
205-
<img src="/www/assets/sponsors/coderabbit.svg" alt="CodeRabbit" class="h-7 md:h-9 object-contain mx-auto" />
205+
<img src="/www/assets/sponsors/coderabbit.svg" alt="CodeRabbit" class="h-7 md:h-9 object-contain" />
206206
</a>
207207
<a href="https://laracasts.com/?ref=pestphp" target="_blank">
208-
<img src="/www/assets/sponsors/laracasts.svg" alt="Laracasts" class="h-6 md:h-6 object-contain mx-auto" />
208+
<img src="/www/assets/sponsors/laracasts.svg" alt="Laracasts" class="h-6 md:h-6 object-contain" />
209209
</a>
210210
<a href="https://nativephp.com/?ref=pestphp.com" target="_blank">
211-
<img src="/www/assets/sponsors/native-php.svg?20082025" alt="Native PHP" class="h-6 md:h-7 object-contain mx-auto" />
211+
<img src="/www/assets/sponsors/native-php.svg?20082025" alt="Native PHP" class="h-6 md:h-7 object-contain" />
212+
</a>
213+
<a href="https://redberry.international/?ref=pestphp.com" target="_blank">
214+
<img src="/www/assets/sponsors/redberry.png?20082025" alt="Redberry" class="h-6 md:h-7 object-contain" />
212215
</a>
213216
</div>
214217

resources/views/components/docs/sponsors.blade.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ class="
4444
<img src="/www/assets/sponsors/cmsmax.png" class="w-auto h-10" />
4545
</a>
4646
</li>
47+
<li class="block">
48+
<a href="https://redberry.international/?ref=pestphp.com" target="_blank" rel="noopener" class="table">
49+
<img src="/www/assets/sponsors/redberry.png" class="w-auto h-9" />
50+
</a>
51+
</li>
4752
</ul>
4853
<ul class="pb-8 border-b border-white/10 drop-shadow md:gap-3 lg:px-0 flex flex-wrap items-center justify-center gap-3 px-6 mt-6">
4954
<li class="md:block hidden w-full h-0 -mt-12"></li>

resources/www/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,18 +195,21 @@ <h1 class="mt-8 text-4xl sm:text-5xl/14 xl:text-6xl/15 tracking-tight font-title
195195

196196
<section id="partners" class="text-center py-8 sm:py-12 mx-auto max-w-7xl px-6 lg:px-8 motion-preset-blur-up-md motion-delay-[800ms] motion-duration-1000">
197197
<p class="text-xs md:text-base uppercase font-thin font-mono tracking-widest text-white/40 motion-preset-blur-up-md motion-delay-[800ms] motion-duration-1000">These companies sponsor Pest Framework</p>
198-
<div class="mx-auto mt-10 grid max-w-lg grid-cols-2 items-center gap-x-8 gap-y-10 lg:grid-cols-4 sm:gap-x-10 lg:mx-0 lg:max-w-none motion-preset-blur-up-md motion-delay-[800ms] motion-duration-1000">
198+
<div class="mx-auto mt-10 grid max-w-lg grid-cols-2 items-center gap-x-8 gap-y-10 lg:grid-cols-5 sm:gap-x-10 lg:mx-0 lg:max-w-none motion-preset-blur-up-md motion-delay-[800ms] motion-duration-1000">
199199
<a href="https://cmsmax.com/?ref=pestphp" target="_blank">
200-
<img src="/assets/sponsors/cmsmax.png" alt="CMS Max" class="h-7 md:h-9 object-contain mx-auto" />
200+
<img src="/assets/sponsors/cmsmax.png" alt="CMS Max" class="h-7 md:h-9 object-contain" />
201201
</a>
202202
<a href="https://coderabbit.ai/?ref=pestphp" target="_blank">
203-
<img src="/assets/sponsors/coderabbit.svg" alt="CodeRabbit" class="h-7 md:h-9 object-contain mx-auto" />
203+
<img src="/assets/sponsors/coderabbit.svg" alt="CodeRabbit" class="h-7 md:h-9 object-contain" />
204204
</a>
205205
<a href="https://laracasts.com/?ref=pestphp" target="_blank">
206-
<img src="/assets/sponsors/laracasts.svg" alt="Laracasts" class="h-6 md:h-6 object-contain mx-auto" />
206+
<img src="/assets/sponsors/laracasts.svg" alt="Laracasts" class="h-6 md:h-6 object-contain" />
207207
</a>
208208
<a href="https://nativephp.com/?ref=pestphp.com" target="_blank">
209-
<img src="/assets/sponsors/native-php.svg?20082025" alt="Native PHP" class="h-6 md:h-7 object-contain mx-auto" />
209+
<img src="/assets/sponsors/native-php.svg?20082025" alt="Native PHP" class="h-6 md:h-7 object-contain" />
210+
</a>
211+
<a href="https://redberry.international/?ref=pestphp.com" target="_blank">
212+
<img src="/assets/sponsors/redberry.png?20082025" alt="Redberry" class="h-6 md:h-7 object-contain" />
210213
</a>
211214
</div>
212215

39.7 KB
Loading

0 commit comments

Comments
 (0)