Skip to content

Commit

Permalink
Shrunk down blog posts section
Browse files Browse the repository at this point in the history
  • Loading branch information
whiai committed Aug 21, 2023
1 parent 6df3a76 commit cd715be
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions src/components/SecondaryFeatures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ export function SecondaryFeatures() {
Latest Blog Posts
</h2>
<p className="mt-4 text-lg tracking-tight text-slate-700 mb-12">
Discover the easy and great ways to instantly improve your data workflows.
Discover awesome and easy ways to instantly improve your data workflows.
</p>
</div>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
{recentPosts.map((post) => {
return (
<div
Expand All @@ -70,7 +70,7 @@ export function SecondaryFeatures() {
alt="Blog post image"
className="w-full rounded-t-lg"
/>
<h3 className="font-display text-xl tracking-tight text-slate-900 p-4">
<h3 className="font-display text-md tracking-tight text-slate-900 p-4">
{post.title}
</h3>
</div>
Expand Down
24 changes: 12 additions & 12 deletions src/lib/siteMeta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ export const recentPosts = [
thumbnail:
"https://miro.medium.com/v2/resize:fill:325:216/1*1Ee4JgFXhvNshqnWhy6EpA.png",
},
{
title: "Why you need code review for you data projects",
href: "https://medium.com/inthepipeline/why-you-need-code-review-for-you-data-projects-95e039083df0",
thumbnail:
"https://miro.medium.com/v2/resize:fill:325:216/format:webp/1*aFHG_28yKua3FpDKDVYTkg.png",
},
{
title: "5 Interesting datasets from the Data Engineering Zoomcamp",
href: "https://medium.com/inthepipeline/5-interesting-datasets-from-the-data-engineering-zoomcamp-f0d6dd4d5e15",
thumbnail:
"https://miro.medium.com/v2/resize:fill:325:216/1*K0xl9dWruJcPzT7lK50cEA.png",
},
// {
// title: "Why you need code review for you data projects",
// href: "https://medium.com/inthepipeline/why-you-need-code-review-for-you-data-projects-95e039083df0",
// thumbnail:
// "https://miro.medium.com/v2/resize:fill:325:216/format:webp/1*aFHG_28yKua3FpDKDVYTkg.png",
// },
// {
// title: "5 Interesting datasets from the Data Engineering Zoomcamp",
// href: "https://medium.com/inthepipeline/5-interesting-datasets-from-the-data-engineering-zoomcamp-f0d6dd4d5e15",
// thumbnail:
// "https://miro.medium.com/v2/resize:fill:325:216/1*K0xl9dWruJcPzT7lK50cEA.png",
// },
];

0 comments on commit cd715be

Please sign in to comment.