Skip to content

Commit

Permalink
Added Pint to Ecosystem (laravel#261)
Browse files Browse the repository at this point in the history
* Added Pint to Ecosystem

* Added Pint to marketing blade file
  • Loading branch information
aneeskhan47 authored Sep 21, 2022
1 parent 9cc6866 commit 3148596
Show file tree
Hide file tree
Showing 8 changed files with 11,635 additions and 9,459 deletions.
9,481 changes: 27 additions & 9,454 deletions package-lock.json

Large diffs are not rendered by default.

3,601 changes: 3,600 additions & 1 deletion public/css/app.css

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions public/img/ecosystem/pint.min.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,973 changes: 7,971 additions & 2 deletions public/js/app.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=33205cbd47e5f95b040e2cf56d77bf5b",
"/css/app.css": "/css/app.css?id=39c6f9318796109ae43daef6753f7cae"
"/js/app.js": "/js/app.js?id=762ae6f13f7777b8dd879b093f208f29",
"/css/app.css": "/css/app.css?id=69f7d95e2203a250bcbd18191a109bfb"
}
12 changes: 12 additions & 0 deletions resources/views/marketing.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,18 @@
</div>
</a>
</li>
<li>
<a href="/docs/{{DEFAULT_VERSION}}/pint" class="flex p-4 border border-gray-200 border-opacity-60">
<div class="relative shrink-0 bg-pint flex items-center justify-center w-12 h-12 rounded-lg overflow-hidden">
<span class="absolute w-full h-full inset-0 bg-gradient-to-b from-[rgba(255,255,255,.2)] to-[rgba(255,255,255,0)]"></span>
<img src="/img/ecosystem/pint.min.svg" alt="Icon" class="relative w-7 h-7">
</div>
<div class="ml-4 leading-5">
<div>Pint</div>
<div class="mt-1 text-sm text-gray-700">Opinionated PHP code style fixer for minimalists.</div>
</div>
</a>
</li>
<li>
<a href="/docs/{{DEFAULT_VERSION}}/sail" class="flex p-4 border border-gray-200 border-opacity-60">
<div class="relative shrink-0 bg-sail flex items-center justify-center w-12 h-12 rounded-lg overflow-hidden">
Expand Down
12 changes: 12 additions & 0 deletions resources/views/partials/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,18 @@ class="mt-4 w-224 p-8 bg-white shadow-lg transform transition-transform origin-t
</div>
</a>
</li>
<li>
<a href="/docs/{{DEFAULT_VERSION}}/pint" class="flex">
<div class="relative shrink-0 w-12 h-12 bg-pint flex items-center justify-center rounded-lg overflow-hidden">
<span class="absolute inset-0 w-full h-full bg-gradient-to-b from-[rgba(255,255,255,.2)] to-[rgba(255,255,255,0)]"></span>
<img src="/img/ecosystem/pint.min.svg" alt="Icon" class="w-7 h-7" width="32" height="33">
</div>
<div class="ml-4 leading-5">
<div class="text-gray-900">Pint</div>
<span class="text-gray-700 text-xs">Opinionated PHP code style fixer for minimalists.</span>
</div>
</a>
</li>
<li>
<a href="/docs/{{DEFAULT_VERSION}}/sail" class="flex">
<div class="relative shrink-0 w-12 h-12 bg-sail flex items-center justify-center rounded-lg overflow-hidden">
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ module.exports = {
sanctum: '#1D5873',
octane: '#CA3A31',
breeze: '#F3C14B',
pint: '#ffd000',
},
fontFamily: {
sans: ['scandia-web', ...defaultTheme.fontFamily.sans],
Expand Down

0 comments on commit 3148596

Please sign in to comment.