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

chore: Add Cookpad Case Study #1176

Merged
merged 5 commits into from
Dec 21, 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
6 changes: 5 additions & 1 deletion components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ const CardBody = ({
<div className='group relative h-full w-full rounded-lg border border-gray-200 bg-white p-6 px-12 shadow-3xl dark:shadow-2xl dark:shadow-slate-900 transition-colors ease-in-out hover:bg-slate-100 dark:bg-slate-800 hover:dark:bg-slate-900/30'>
<div className='flex justify-center '>
{image && (
<img src={image} className='h-32 p-2' data-test='card-image' />
<img
src={image}
className='h-32 p-2 object-contain'
data-test='card-image'
/>
)}
</div>
<div className='flex flex-row items-start mb-6'>
Expand Down
9 changes: 9 additions & 0 deletions data/case-studies.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,14 @@
"lang": "URL1",
"url": "/blog/posts/w3c-wot-case-study"
}
},
{
"title": "JSON Schema deduplicated complex logic and validation at Cookpad",
"summary": "Learn how Cookpad used JSON Schema to reduce incomplete input of newly registered items from 10% to 0%.",
"logo": "/img/logos/cookpad-logo.png",
"links": {
"lang": "URL1",
"url": "/blog/posts/cookpad-case-study-en"
}
}
]
Binary file added public/img/logos/cookpad-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading