From 7f4e814d94d901f8223cde5ceb2bb369437af3cb Mon Sep 17 00:00:00 2001 From: "DESKTOP-KSVGT20\\shkim" Date: Mon, 11 May 2026 22:50:55 +0900 Subject: [PATCH] Require guest contact for uploads --- src/public/upload.css | 38 ++++++++++++++++++++++++++++++++++++++ src/public/upload.html | 18 ++++++++++++++++++ src/server.js | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+) diff --git a/src/public/upload.css b/src/public/upload.css index 26ea586..5a1d870 100644 --- a/src/public/upload.css +++ b/src/public/upload.css @@ -198,6 +198,44 @@ h1 { margin-bottom: 14px; } +.guest-fields { + display: grid; + gap: 10px; + margin: 0 0 14px; + text-align: left; +} + +.guest-fields label { + display: grid; + gap: 6px; + color: #45615c; + font-family: "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif; + font-size: 13px; + font-weight: 700; +} + +.guest-fields input { + width: 100%; + min-height: 46px; + border: 1px solid rgba(137, 166, 158, 0.38); + border-radius: 7px; + padding: 0 14px; + background: #ffffff; + color: #3f3f3f; + font: inherit; + font-size: 15px; + font-weight: 500; +} + +.guest-fields input::placeholder { + color: #9aa4a1; +} + +.guest-fields input:focus { + outline: 2px solid rgba(137, 170, 163, 0.6); + outline-offset: 2px; +} + .file-picker input[type="file"] { position: absolute; inset: 0; diff --git a/src/public/upload.html b/src/public/upload.html index e5c6fb6..c8cd61a 100644 --- a/src/public/upload.html +++ b/src/public/upload.html @@ -22,6 +22,17 @@

오늘의 순간

+
+ + +
+ @@ -52,6 +63,8 @@