From a09dfb743c8d678e411f757915d199b944367177 Mon Sep 17 00:00:00 2001 From: priyanshu-247 Date: Thu, 31 Jul 2025 15:24:15 +0530 Subject: [PATCH 1/3] fixed icon blog card --- themes/inpycon2025/static/css/style.css | 6 +++++- themes/inpycon2025/static/images/calendar.svg | 3 +++ themes/inpycon2025/static/images/person.svg | 3 +++ themes/inpycon2025/templates/index.html | 4 ++-- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 themes/inpycon2025/static/images/calendar.svg create mode 100644 themes/inpycon2025/static/images/person.svg diff --git a/themes/inpycon2025/static/css/style.css b/themes/inpycon2025/static/css/style.css index 34e74be3..17d76ea3 100644 --- a/themes/inpycon2025/static/css/style.css +++ b/themes/inpycon2025/static/css/style.css @@ -1528,7 +1528,7 @@ path { text-overflow: ellipsis; } .bg-tit a { - color: #25627e !important; + color: #000000 !important; font-weight: 500; display: inline-block; } @@ -1556,6 +1556,7 @@ path { } .bg-date, .author { + color: #475569 !important; margin: 20px 0px; } @@ -1729,6 +1730,9 @@ path { .text-icon-orange { color: #ff7b3e; } +.text-icon-slate { + color: #475569; +} .outline-lime { outline: 1px solid #c5f700; } diff --git a/themes/inpycon2025/static/images/calendar.svg b/themes/inpycon2025/static/images/calendar.svg new file mode 100644 index 00000000..12dded6c --- /dev/null +++ b/themes/inpycon2025/static/images/calendar.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/inpycon2025/static/images/person.svg b/themes/inpycon2025/static/images/person.svg new file mode 100644 index 00000000..00b7bf76 --- /dev/null +++ b/themes/inpycon2025/static/images/person.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/inpycon2025/templates/index.html b/themes/inpycon2025/templates/index.html index deec2cea..d7ef11a7 100644 --- a/themes/inpycon2025/templates/index.html +++ b/themes/inpycon2025/templates/index.html @@ -58,7 +58,7 @@

{# Added flexbox classes #}
{# Added flexbox and margin #} - + Calendar {# Added img-small and custom style #}
{# Added flexbox #} - + Person {# Added img-small and custom style #}

{# Removed default margin #} {{ article.author | default("PyCon From 7479e48062046a8db5c23407d4bcbefab278497c Mon Sep 17 00:00:00 2001 From: priyanshu-247 Date: Thu, 31 Jul 2025 15:38:40 +0530 Subject: [PATCH 2/3] fix blog card icon style --- themes/inpycon2025/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/inpycon2025/templates/index.html b/themes/inpycon2025/templates/index.html index d7ef11a7..8dc70b13 100644 --- a/themes/inpycon2025/templates/index.html +++ b/themes/inpycon2025/templates/index.html @@ -58,7 +58,7 @@

{# Added flexbox classes #}
{# Added flexbox and margin #} - Calendar + Calendar {# Added img-small and custom style #}
{# Added flexbox #} - Person + Person {# Added img-small and custom style #}

{# Removed default margin #} {{ article.author | default("PyCon From efd16ee1eecc84dc61ca6b9d48b5388dd980ec59 Mon Sep 17 00:00:00 2001 From: priyanshu-247 Date: Sun, 3 Aug 2025 05:36:07 +0530 Subject: [PATCH 3/3] address review comment --- themes/inpycon2025/static/css/style.css | 2 +- .../static/images/{calendar.svg => calendar1.svg} | 9 ++++++++- .../static/images/{person.svg => person1.svg} | 9 ++++++++- themes/inpycon2025/templates/index.html | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) rename themes/inpycon2025/static/images/{calendar.svg => calendar1.svg} (93%) rename themes/inpycon2025/static/images/{person.svg => person1.svg} (89%) diff --git a/themes/inpycon2025/static/css/style.css b/themes/inpycon2025/static/css/style.css index 17d76ea3..81af2024 100644 --- a/themes/inpycon2025/static/css/style.css +++ b/themes/inpycon2025/static/css/style.css @@ -1528,7 +1528,7 @@ path { text-overflow: ellipsis; } .bg-tit a { - color: #000000 !important; + color: #25627e !important; font-weight: 500; display: inline-block; } diff --git a/themes/inpycon2025/static/images/calendar.svg b/themes/inpycon2025/static/images/calendar1.svg similarity index 93% rename from themes/inpycon2025/static/images/calendar.svg rename to themes/inpycon2025/static/images/calendar1.svg index 12dded6c..9cdb9534 100644 --- a/themes/inpycon2025/static/images/calendar.svg +++ b/themes/inpycon2025/static/images/calendar1.svg @@ -1,3 +1,10 @@ - + + + + + + + + diff --git a/themes/inpycon2025/static/images/person.svg b/themes/inpycon2025/static/images/person1.svg similarity index 89% rename from themes/inpycon2025/static/images/person.svg rename to themes/inpycon2025/static/images/person1.svg index 00b7bf76..65568b3b 100644 --- a/themes/inpycon2025/static/images/person.svg +++ b/themes/inpycon2025/static/images/person1.svg @@ -1,3 +1,10 @@ - + + + + + + + + diff --git a/themes/inpycon2025/templates/index.html b/themes/inpycon2025/templates/index.html index 8dc70b13..c58eb98b 100644 --- a/themes/inpycon2025/templates/index.html +++ b/themes/inpycon2025/templates/index.html @@ -58,7 +58,7 @@

{# Added flexbox classes #}
{# Added flexbox and margin #} - Calendar + Calendar {# Added img-small and custom style #}
{# Added flexbox #} - Person + Person {# Added img-small and custom style #}

{# Removed default margin #} {{ article.author | default("PyCon