From ff869f544b08b7682e5c5f408ec1c7e75d3bced4 Mon Sep 17 00:00:00 2001 From: jiwonll <166104093+jiwonll@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:54:51 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- images/preview.svg | 16 -------- index.css | 4 +- index.html | 48 ++++++++++++------------ login.css | 51 ++++++++++++++++++++++++- login.html | 35 +++++++++-------- login.js | 91 +++++++++++++++++++++++++++++++++++++++++++++ signup.css | 55 +++++++++++++++++++++++++-- signup.html | 10 ++++- signup.js | 93 ++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 339 insertions(+), 64 deletions(-) delete mode 100644 images/preview.svg create mode 100644 login.js create mode 100644 signup.js diff --git a/images/preview.svg b/images/preview.svg deleted file mode 100644 index 096699a..0000000 --- a/images/preview.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/index.css b/index.css index ece32d7..04c2622 100644 --- a/index.css +++ b/index.css @@ -3,7 +3,7 @@ a { text-decoration: none; } -header { +.header-content { width: 1120px; margin: 9.5px auto; position: sticky; @@ -127,7 +127,7 @@ div > h1 { height: 172px; } -footer { +.footer { background-color: #111827; height: 160px; margin: auto; diff --git a/index.html b/index.html index 159703e..3ea8628 100644 --- a/index.html +++ b/index.html @@ -91,32 +91,34 @@