From 3ffe623442860c00c0c7402a76ac337ba5beab4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=ED=9D=AC=EC=88=98?= Date: Mon, 23 Sep 2024 16:37:05 +0900 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=3F=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EB=88=84=EB=A5=BC=EC=8B=9C=20=EC=82=AC=EC=9A=A9=20=EA=B0=80?= =?UTF-8?q?=EC=9D=B4=EB=93=9C=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/gonghak/statusForm.html | 8 +++++--- src/main/resources/templates/user/changePassword.html | 8 +++++--- src/main/resources/templates/user/information.html | 8 +++++--- src/main/resources/templates/user/login.html | 8 +++++--- src/main/resources/templates/user/signup.html | 9 ++++++--- src/main/resources/templates/user/withdrawal.html | 8 +++++--- 6 files changed, 31 insertions(+), 18 deletions(-) diff --git a/src/main/resources/templates/gonghak/statusForm.html b/src/main/resources/templates/gonghak/statusForm.html index 15873cd..5b1861a 100644 --- a/src/main/resources/templates/gonghak/statusForm.html +++ b/src/main/resources/templates/gonghak/statusForm.html @@ -10,9 +10,11 @@ - + + +
diff --git a/src/main/resources/templates/user/changePassword.html b/src/main/resources/templates/user/changePassword.html index 9f7d659..cff36ce 100644 --- a/src/main/resources/templates/user/changePassword.html +++ b/src/main/resources/templates/user/changePassword.html @@ -9,9 +9,11 @@ - + + +
diff --git a/src/main/resources/templates/user/information.html b/src/main/resources/templates/user/information.html index c9c366e..2ad8111 100644 --- a/src/main/resources/templates/user/information.html +++ b/src/main/resources/templates/user/information.html @@ -9,9 +9,11 @@ - + + +
diff --git a/src/main/resources/templates/user/login.html b/src/main/resources/templates/user/login.html index d7cf0ac..fa0d486 100644 --- a/src/main/resources/templates/user/login.html +++ b/src/main/resources/templates/user/login.html @@ -10,9 +10,11 @@ - + + +
diff --git a/src/main/resources/templates/user/signup.html b/src/main/resources/templates/user/signup.html index af20d6f..5c9a8a2 100644 --- a/src/main/resources/templates/user/signup.html +++ b/src/main/resources/templates/user/signup.html @@ -7,9 +7,12 @@ - + + + +
diff --git a/src/main/resources/templates/user/withdrawal.html b/src/main/resources/templates/user/withdrawal.html index 7e9109b..85e37b9 100644 --- a/src/main/resources/templates/user/withdrawal.html +++ b/src/main/resources/templates/user/withdrawal.html @@ -9,9 +9,11 @@ - + + +
From e5d73133c4b4cc149cb0bfe5d9262e7e86a14a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=ED=9D=AC=EC=88=98?= Date: Mon, 23 Sep 2024 17:21:39 +0900 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=EB=A9=94=EC=9D=B8=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 모바일에서 안깨지도록 수정함 --- .../resources/templates/layout/footer.html | 36 +++++++++++-- .../resources/templates/layout/navbar.html | 3 -- src/main/resources/templates/main.html | 52 +++++++++++++++---- 3 files changed, 75 insertions(+), 16 deletions(-) diff --git a/src/main/resources/templates/layout/footer.html b/src/main/resources/templates/layout/footer.html index 9c69434..491769c 100644 --- a/src/main/resources/templates/layout/footer.html +++ b/src/main/resources/templates/layout/footer.html @@ -1,18 +1,18 @@ + + + diff --git a/src/main/resources/templates/layout/navbar.html b/src/main/resources/templates/layout/navbar.html index 08572d5..fe6a3a9 100644 --- a/src/main/resources/templates/layout/navbar.html +++ b/src/main/resources/templates/layout/navbar.html @@ -22,9 +22,6 @@
  • 로그아웃
  • -
    diff --git a/src/main/resources/templates/main.html b/src/main/resources/templates/main.html index 06c4d3f..ab380f9 100644 --- a/src/main/resources/templates/main.html +++ b/src/main/resources/templates/main.html @@ -1,20 +1,52 @@
    -
    - -

    Sejong Auth

    +
    + +

    Sejong Auth

    -

    * 세종대학교 공학인증 요건 검사 사이트.

    +

    * 세종대학교 공학인증 요건 검사 사이트.

    -
    -

    * Engineering Certification Inspection Service of Sejong University.

    +
    +

    * Engineering Certification Inspection Service of Sejong University.

    -
    -

    Press start to continue _

    +
    +

    Press start to continue _

    -
    - +
    +
    + + From 89219552cd877f7e8288c5afccdb77f3b4a13499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=ED=9D=AC=EC=88=98?= Date: Mon, 23 Sep 2024 17:26:43 +0900 Subject: [PATCH 3/3] refactor: sejongauth->gonghak98 --- src/main/resources/templates/user/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/user/login.html b/src/main/resources/templates/user/login.html index fa0d486..72d78b3 100644 --- a/src/main/resources/templates/user/login.html +++ b/src/main/resources/templates/user/login.html @@ -4,7 +4,7 @@
    - Welcome to Sejong Auth + Welcome to gonghak98

    - Sejong Auth에 로그인하려면 암호를 입력하십시오. + gonghak98에 로그인하려면 암호를 입력하십시오.