Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set tideways as featured partner #596

Merged
merged 2 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 2 additions & 20 deletions config/data/partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ parameters:
name: 'Tideways'
slug: 'tideways'
url: 'https://tideways.com/'
logo: '/images/partners/tideways.svg'
logo: '/images/partners/tideways.png'
bio: >
Your mission control center for PHP application performance. Tideways saves you
time by taking the guesswork out of your app's backend performance. Gain detailed
Expand All @@ -71,7 +71,7 @@ parameters:
- Response Time Monitoring
- Error & Exception Tracking
- Customizable Alerts
featured: false
featured: true

-
name: 'Beachcasts'
Expand All @@ -96,21 +96,3 @@ parameters:
- Code Quality Videos
- Docker Best Practices
featured: false

-
name: 'Sticker Mule'
slug: 'stickermule'
url: 'http://stickermule.com/supports/doctrineproject20-sponsorship'
logo: '/images/partners/stickermule.svg'
bio: >
Sticker Mule is the fastest and easiest way to buy custom printed products.
Thousands of people trust us to make kick ass stickers, labels, magnets, badges
& more. Order in seconds and get free online proofs, free shipping and super fast
turnaround.
details:
label: Featuring
items:
- Get custom stickers, magnets, buttons, and more
- Free online proofs
- Free shipping
featured: true
67 changes: 0 additions & 67 deletions source/images/partners/stickermule.svg

This file was deleted.

Binary file added source/images/partners/tideways.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion source/images/partners/tideways.svg

This file was deleted.

6 changes: 6 additions & 0 deletions source/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,12 @@ div.jsactive pre {
}
}

a img.card-img-top {
display: block;
width: auto;
margin: auto;
}

.tidelift-badge {
border-radius: 3px;
font-weight: 600;
Expand Down
Loading