-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
🔧 blog page refacto #6505
🔧 blog page refacto #6505
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
AI-Generated Summary: This pull request contains refactoring changes for the blog page. The patch introduced 59 insertions and 19 deletions from the blog index file with multiple updates. It updates the style and layout, for example, the 'KodaDot Blog' headline and subtitle section have been updated with new CSS classes for better stylization and alignment. It also introduces a new 'hero-card' div which contains image thumbnails for blog posts, the post title, and a subtitle. A key change is to the existing for loop used to display blog posts. The post's title, tag, and subtitle now carry specific CSS classes for better design control. Styling attributes have been updated throughout for more precise control over font sizes, weights, and colors. The permalink structure has been edited, and a View Article button has been added to each post. Lastly, significant CSS updates for different sections in the index file have been made. |
Code Climate has analyzed commit ae50dc1 and detected 0 issues on this pull request. View more on Code Climate. |
Reviewpad Report
|
@prury if this looks good happy to merge |
Lemme check, just a moment |
it works for this specific blog post, but i do want to see how the other posts will behave using these same CSS settings, lets merge and see? maybe we will need to truncate the title as well later on and mess with the images |
lets merge and see |
could be related with #6474