From 6b7163991e7808b27d24454e0c885b4728e05b6e Mon Sep 17 00:00:00 2001 From: abdullahalam123 Date: Wed, 26 Nov 2025 18:33:08 +0530 Subject: [PATCH] feat(ui): Add GitHub integration and enhance hero section design - Add GitHub star counter badge to navigation (desktop and mobile) - Implement grid pattern background in hero section - Redesign hero title with inline PDF Toolkit badge and briefcase icon - Update feature badges styling with improved visual hierarchy - Refactor CTA button layout with icon integration - Add simple-mode-footer utility component for footer management - Update all tool pages with consistent styling improvements - Enhance responsive design for mobile navigation with GitHub link - Improve visual consistency across all pages with updated color scheme --- index.html | 137 +++++++++++++++++++++++------ src/css/styles.css | 17 +++- src/js/main.ts | 23 ++++- src/js/utils/simple-mode-footer.ts | 27 ++++++ src/pages/add-stamps.html | 88 ++++++++++++++++-- src/pages/bookmark.html | 88 ++++++++++++++++-- src/pages/form-creator.html | 89 +++++++++++++++++-- src/pages/json-to-pdf.html | 88 ++++++++++++++++-- src/pages/pdf-to-json.html | 88 ++++++++++++++++-- src/pages/table-of-contents.html | 88 ++++++++++++++++-- 10 files changed, 647 insertions(+), 86 deletions(-) create mode 100644 src/js/utils/simple-mode-footer.ts diff --git a/index.html b/index.html index 5927c4e..70bb536 100644 --- a/index.html +++ b/index.html @@ -27,10 +27,38 @@ Contact Licensing All Tools + + + - + -
+
+ + + - +
-
+
+

- The PDF Toolkit built for + The + PDF Toolkit built + for privacy.

-

Fast, Secure and Forever Free.

-
+ +
- + class="inline-flex items-center gap-2 px-3 py-1.5 rounded-full bg-gray-800/40 border border-gray-700/50 text-gray-400 text-sm font-medium"> + No Signups - + class="inline-flex items-center gap-2 px-3 py-1.5 rounded-full bg-gray-800/40 border border-gray-700/50 text-gray-400 text-sm font-medium"> + Unlimited Use - + class="inline-flex items-center gap-2 px-3 py-1.5 rounded-full bg-gray-800/40 border border-gray-700/50 text-gray-400 text-sm font-medium"> + Works Offline
+
+ + +
+
+

Used by companies and people working at

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + +
@@ -192,7 +274,8 @@ class="w-full pl-10 pr-4 py-3 bg-gray-700 text-white border border-gray-600 rounded-lg focus:ring-indigo-500 focus:border-indigo-500" placeholder="Search for a tool (e.g., 'split', 'organize'...)" /> - +