From 44a3d63a6a9514b65206d3257a78c75274806f62 Mon Sep 17 00:00:00 2001 From: daheeParkk Date: Sun, 28 Apr 2024 23:45:55 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=95=EB=8B=A4=ED=9D=AC=203=EC=A3=BC?= =?UTF-8?q?=EC=B0=A8=20=EC=8B=A4=EC=8A=B5=20=EA=B3=BC=EC=A0=9C=20=EC=A0=9C?= =?UTF-8?q?=EC=B6=9C=ED=95=A9=EB=8B=88=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3week/signin/signin.css | 71 ++++++++++++++++++++++ 3week/signin/signin.html | 29 +++++++++ 3week/signup/signup.css | 125 +++++++++++++++++++++++++++++++++++++++ 3week/signup/signup.html | 61 +++++++++++++++++++ 4 files changed, 286 insertions(+) create mode 100644 3week/signin/signin.css create mode 100644 3week/signin/signin.html create mode 100644 3week/signup/signup.css create mode 100644 3week/signup/signup.html diff --git a/3week/signin/signin.css b/3week/signin/signin.css new file mode 100644 index 0000000..847829a --- /dev/null +++ b/3week/signin/signin.css @@ -0,0 +1,71 @@ +body { + background-color: rgba(121, 105, 228, 0.446); +} + +.link-container { + position: relative; + width: 95vw; + height: 5vh; +} + +.signup-link { + position: absolute; + right: 1%; + top: 5%; + font-size: small; +} + +.contents-container { + width: 98.5vw; + height: 90vh; + position: relative; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + +.title { + position: absolute; + top: 8%; + font-size: x-large; + font-weight: 800; + color: rgb(18, 3, 101); + border-style: dashed; + padding-left: 10%; + padding-right: 10%; + padding-top: 1%; + padding-bottom: 1%; + border-radius: 10px 10px 10px 10px; +} + +.id-line { + width: 30vw; + position: absolute; + top: 35%; + right: 35%; + display: flex; + justify-content: center; +} + +.id { + margin-left: 15px; +} + +.pw-line { + width: 30vw; + position: absolute; + top: 50%; + right: 35.5%; + display: flex; + justify-content: center; +} + +.pw { + margin-left: 15px; +} + +.login { + position: absolute; + top: 70% +} diff --git a/3week/signin/signin.html b/3week/signin/signin.html new file mode 100644 index 0000000..cf0a5ad --- /dev/null +++ b/3week/signin/signin.html @@ -0,0 +1,29 @@ + + + + + + + Sign in + + + +
+ +
+
+
+
Dahee Site
+
+ id: +
+
+ pw: +
+ +
+
+ + diff --git a/3week/signup/signup.css b/3week/signup/signup.css new file mode 100644 index 0000000..b2e0639 --- /dev/null +++ b/3week/signup/signup.css @@ -0,0 +1,125 @@ +body { + background-color: rgba(121, 105, 228, 0.446); + display: grid; + justify-items: center; + align-items: center; + font-size: small; +} + +.link-container { + position: relative; + width: 95vw; + height: 5vh; +} + +.signin-link { + position: absolute; + right: 1%; + top: 5%; + font-size: small; +} + +.contents-container { + width: 98.5vw; + height: 90vh; + display: grid; + grid-template-columns: 1fr 1.5fr; + grid-template-rows: 3fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr 0.7fr 1fr; + justify-items: center; + align-items: center; + column-gap: 10px; +} + +.title { + grid-column: 1/3; + grid-row: 1/2; + font-size: x-large; + font-weight: 800; + color: rgb(18, 3, 101); + border-style: dashed; + padding-left: 10%; + padding-right: 10%; + padding-top: 1%; + padding-bottom: 1%; + border-radius: 10px 10px 10px 10px; +} + +.id-mark { + grid-column: 1/2; + grid-row: 2/3; + justify-self: end; +} + +.id { + grid-column: 2/3; + grid-row: 2/3; + justify-self: start; +} + +.pw-mark { + grid-column: 1/2; + grid-row: 3/4; + justify-self: end; +} + +.pw { + grid-column: 2/3; + grid-row: 3/4; + justify-self: start; +} + +.pw-check-mark { + grid-column: 1/2; + grid-row: 4/5; + justify-self: end; +} + +.pw-check { + grid-column: 2/3; + grid-row: 4/5; + justify-self: start; +} + +.student-number-mark { + grid-column: 1/2; + grid-row: 5/6; + justify-self: end; +} + +.student-number { + grid-column: 2/3; + grid-row: 5/6; + justify-self: start; +} + +.major-mark { + grid-column: 1/2; + grid-row: 6/7; + justify-self: end; +} + +.major { + grid-column: 2/3; + grid-row: 6/7; + justify-self: start; +} + +.phone-number-mark { + grid-column: 1/2; + grid-row: 7/8; + justify-self: end; +} + +.phone-number { + grid-column: 2/3; + grid-row: 7/8; + justify-self: start; +} + +.btn-line { + grid-column: 1/3; + grid-row: 9/10; + justify-self: center; +} + + diff --git a/3week/signup/signup.html b/3week/signup/signup.html new file mode 100644 index 0000000..56cd364 --- /dev/null +++ b/3week/signup/signup.html @@ -0,0 +1,61 @@ + + + + + + + Sign up + + + +
+ +
+
+
+
Dahee Site
+
+ id: +
+
+ +
+
+ pw: +
+
+ +
+
+ pw check: +
+
+ +
+
+ student number: +
+
+ +
+
+ major: +
+
+ +
+
+ phone number: +
+
+ +
+
+ +
+
+
+ + \ No newline at end of file