From 0736ba7d64a653955fc34e93d26091fea36602c3 Mon Sep 17 00:00:00 2001
From: GyeongMin <101560583+Bae0203@users.noreply.github.com>
Date: Tue, 22 Aug 2023 17:14:41 +0900
Subject: [PATCH 1/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4e0f26b..15384f7 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@

3. 클론이 되었으면 자신의 branch를 선택한뒤 vsc를 열고 자신의 학번으로 폴더를 새로 열고 개발을 하시면 됩니다.

-
+
4. 만약 개발이 다 된 상태라면 create pull request를 눌러 자신의 학번이름으로 제목을 입력한뒤
내용엔 간단한 코드 설명을 적으시면 됩니다.(미리보기 사진이 있으면 더 좋습니다.)
From 076531c18f28d7cd67855cdd771af06d57006120 Mon Sep 17 00:00:00 2001
From: greenfrog616
Date: Sun, 27 Aug 2023 22:29:01 +0900
Subject: [PATCH 2/2] 1
---
.DS_Store | Bin 0 -> 6148 bytes
1215/.DS_Store | Bin 0 -> 6148 bytes
"1215/\352\263\274\354\240\2341/1.html" | 46 +++++++
"1215/\352\263\274\354\240\2341/login.css" | 131 ++++++++++++++++++++
"1215/\352\263\274\354\240\2341/login.html" | 58 +++++++++
5 files changed, 235 insertions(+)
create mode 100644 .DS_Store
create mode 100644 1215/.DS_Store
create mode 100644 "1215/\352\263\274\354\240\2341/1.html"
create mode 100644 "1215/\352\263\274\354\240\2341/login.css"
create mode 100644 "1215/\352\263\274\354\240\2341/login.html"
diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..fa0b1ebb9d0157eb4d43124ccad9bced86167b9e
GIT binary patch
literal 6148
zcmeHK&2G~`5S~p;>(C+v38Y?-EO8AbNok~tiwWhx6(cwR3U(c}rmi=N9eju)`3C
zD{$pWco$Ca&F;2}U3vsjv?I-aGrKeU^U1sGB_c6i!~>!(5xG!C=O&8Z2)DCdl9s9I
z00sB)Je5aLDkJ#Zp%u%3W#HdtfcLIL0~$j28~gVO+ID{`QH!{Ui^_av_W8GHmL_@8
z?|&DqwsT`+)7^Bp+;_o=EQ2B}7Wp`wzhUpClxcKshtaEKT28ump31BUlWaOy2}wLf
z$lKRR7Rz!h7g?OE+(0+D9k(;-?ktys(Xi+39gJ2zZ+S56_q<1Yqt&Y8-o5|u@r%i6
zdX~vgns$M6Ny#mP=kOWE#d27Lc8>V@;WCij#=kqn=+CV)08H3
zrmO{}@EUpawUKulBZPEBrznpR{{UH1`D#?yS$$-2uhGMHqlc^Vc%|zzZc~Zzibn50
z8c~jpqLX?Y@i*~h?VEsW<(e{J_J+H4P3Lc?Z5gl({5b~reDI)*zQIbPIyz9OCjihv
zwG!Cs*B|I{1<*HGX+#Y~=v1Ii73PT{%*#RObhP^>zS5}ENvM(0j~Q8*7m6?s5887-hnDXo5u#wH&|&z4aEKkC>m^G8ThLV`~qxSqn7{x
literal 0
HcmV?d00001
diff --git a/1215/.DS_Store b/1215/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..9e0f686061f847d828af26aeb3b10e5e1eb18f5c
GIT binary patch
literal 6148
zcmeHK%}N6?5Kh`^w-liVg&sUCcrDsiDTtS~)`M49^q^9^w&>!zk^b02DePHaMeyn)
z_yj(Upx-1>sMTwsG6Rz@nV;OLO4*uR1VEALVnUINmMWJ*Cl+Qc>{LZw1F;XV@$(@2R-o3gb>!Cxq<|Le5UYxUGhD
zHHh0io$DKilXG&-LUA;z)T$+SbGtS!xuflBx#Vtb*2d$Uv$D3abJ)CzZe#Ueh?n>#
zwJcfuf=6`hYVQ4R9I5yU7K%33>JKKK;hAQl`Xd)XEX)8izzoa@1NMA$@^kXO{F=-F
zGcY>_=zMUYgr3F3pgua#=n?>!fmsXs`sW|$k^$&hObo&TktP*rQl%|1q^%vKNr&IF
z@rgl`E~I`k=CMzfwnCA%^pLI&7t%AxEi=FjOfrx*!vfv^`+wK}lSw>c2AF|=#emE-
z{6-y1vUls$;^?k*p%+jRic1WBr=X*+V#Lx_T!d
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
diff --git "a/1215/\352\263\274\354\240\2341/login.css" "b/1215/\352\263\274\354\240\2341/login.css"
new file mode 100644
index 0000000..3055c35
--- /dev/null
+++ "b/1215/\352\263\274\354\240\2341/login.css"
@@ -0,0 +1,131 @@
+* {
+ padding: 0;
+ margin: 0;
+ box-sizing: border-box;
+}
+body {
+ width: 100%;
+}
+ul,
+li {
+ list-style: none;
+}
+.logo {
+ font-size: 32px;
+ color: #1485ee;
+ margin-left: 10%;
+ font-weight: bold;
+}
+a,
+button {
+ text-decoration: none;
+ color: black;
+ display: inline-block;
+}
+.header {
+ display: flex;
+ justify-content: space-between;
+}
+.bar {
+ display: flex;
+ justify-content: space-between;
+ width: 15%;
+ margin-right: 10%;
+}
+.bar > li > a {
+ font-size: 20px;
+}
+header {
+ width: 100%;
+ height: 80px;
+ position: fixed;
+ top: 0;
+ left: 0;
+ text-align: center;
+ padding: 25px;
+ background-color: #fff;
+ z-index: 100;
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
+}
+.box {
+ margin-top: 3%;
+ position: absolute;
+ width: 450px;
+ height: 550px;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ border-radius: 10px;
+ border: 1px solid #c1c1c1;
+}
+.box .item1 p:nth-child(1) {
+ font-size: 24px;
+ text-align: center;
+ color: #1485ee;
+ font-weight: bold;
+ margin-top: 18%;
+}
+.box .item1 p:nth-child(2) {
+ font-size: 36px;
+ text-align: center;
+ color: #000;
+ font-weight: bold;
+}
+.box .item2 {
+ display: flex;
+ justify-content: center;
+}
+.box .item2 > div {
+ width: 350px;
+ margin-top: 30px;
+}
+.box .item2 p {
+ font-size: 14px;
+ color: #1485ee;
+ font-weight: bold;
+ line-height: 25px;
+ margin-top: 20px;
+}
+.box .item2 input::placeholder {
+ color: #909090;
+ font-size: 16px;
+ margin-left: 10%;
+}
+.box .item2 input {
+ width: 350px;
+ height: 40px;
+ border-radius: 10px;
+ border: 1px solid #c1c1c1;
+ background: #fff;
+ font-size: 16px;
+}
+
+input {
+ padding-left: 10px;
+}
+.box .item3 {
+ display: flex;
+ justify-content: center;
+ margin-top: 40px;
+}
+.box .item3 > div {
+ width: 200px;
+ height: 70px;
+ text-align: center;
+}
+.login {
+ display: block;
+ width: 200px;
+ height: 50px;
+ border-radius: 50px;
+ background-color: #1485ee;
+ color: #fff;
+ font-size: 20px;
+ border: none;
+}
+.box .item3 > div > a {
+ color: #1485ee;
+ font-size: 13px;
+ font-weight: bold;
+ margin-top: 10px;
+}
diff --git "a/1215/\352\263\274\354\240\2341/login.html" "b/1215/\352\263\274\354\240\2341/login.html"
new file mode 100644
index 0000000..b5dd195
--- /dev/null
+++ "b/1215/\352\263\274\354\240\2341/login.html"
@@ -0,0 +1,58 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
Care aNd Service
+
로그인
+
+
+
+
+
+