From a225143ddb0a39e855ae6800a41560c92d567267 Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:00:21 +0500 Subject: [PATCH] fix: enhance resource section in README with updated links and descriptions --- dist/css/styles.css | 24 +++ dist/index.html | 452 ++++++++++++++++++++++++++++++++++++-------- 2 files changed, 400 insertions(+), 76 deletions(-) diff --git a/dist/css/styles.css b/dist/css/styles.css index f4e8dd3..3f09a96 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -2697,6 +2697,30 @@ th { flex: 1; } +.resource-links { + margin-top: var(--space-md); + display: flex; + gap: var(--space-lg); + align-items: center; + flex-wrap: wrap; +} + +.resource-links a { + color: var(--primary); + font-size: var(--text-sm); + text-decoration: none; + font-weight: var(--font-medium); + transition: color var(--transition-fast); + display: inline-flex; + align-items: center; + gap: var(--space-xs); +} + +.resource-links a:hover { + color: var(--primary-hover); + text-decoration: underline; +} + @media (max-width: 768px) { .resource-card { min-height: 120px; diff --git a/dist/index.html b/dist/index.html index 90f59c5..6718881 100644 --- a/dist/index.html +++ b/dist/index.html @@ -500,12 +500,15 @@