From 5dd3fab161f881cd2b43df002a451dd54669e123 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 11 Jun 2023 12:58:18 -0400 Subject: [PATCH] refactor: css improvements --- public/rss/feed.xml | 2 +- public/rss/fr/feed.xml | 2 +- .../LatestGithubSection.tsx | 8 ++-- .../LatestNotesSection/LatestNotesSection.tsx | 40 ++++++++++--------- .../LatestPostsSection/LatestPostsSection.tsx | 24 ++++++----- .../LatestYoutubeVideos.tsx | 4 +- src/components/Notes/Notes.tsx | 2 +- src/pages/index.tsx | 2 - 8 files changed, 43 insertions(+), 41 deletions(-) diff --git a/public/rss/feed.xml b/public/rss/feed.xml index 09d89312..0ea5843a 100644 --- a/public/rss/feed.xml +++ b/public/rss/feed.xml @@ -4,7 +4,7 @@ The David Dias | Front-End Developer, podcaster & content creator https://thedaviddias.dev Hey, I'm David Dias! Front-End Developer based in Toronto/Canada. I love talking about code, technology, expatriation and life. - Sun, 11 Jun 2023 16:40:36 GMT + Sun, 11 Jun 2023 16:52:22 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en diff --git a/public/rss/fr/feed.xml b/public/rss/fr/feed.xml index 1ae417cf..f4510e9f 100644 --- a/public/rss/fr/feed.xml +++ b/public/rss/fr/feed.xml @@ -4,7 +4,7 @@ The David Dias | Développeur Front-End, podcasteur & créateur de contenu https://thedaviddias.dev Salut toi! Je m'appele David Dias. Je suis développeur Front-End, podcasteur, créateur de contenu numérique passioné pour résoudre les problèmes digitaux et humains! J'aime rencontrer de nouvelles personnes, bâtir des communautées et parler de tech, d'expatriation et de web. - Sun, 11 Jun 2023 16:40:36 GMT + Sun, 11 Jun 2023 16:52:22 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed fr diff --git a/src/components/LatestGithubSection/LatestGithubSection.tsx b/src/components/LatestGithubSection/LatestGithubSection.tsx index f2e31011..af23471b 100644 --- a/src/components/LatestGithubSection/LatestGithubSection.tsx +++ b/src/components/LatestGithubSection/LatestGithubSection.tsx @@ -14,17 +14,17 @@ export const LatestGithubSection: React.FC = ({ projec const { t } = useTranslation('common') return ( -
-
+
+
{t('projects.sections.latest-projects')}
-
+
{projects?.map((project, i) => ( ))}
{projects.length ? ( -