11<!DOCTYPE html>
22< html lang ="kr ">
3- < head >
4- < meta charset ="UTF-8 ">
5- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6- < link rel ="stylesheet " as ="style " crossorigin ="" href ="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css ">
7- < title > 판다마켓-로그인</ title >
8- < link rel ="icon " href ="images/logos/favicon.ico ">
9- < link rel ='stylesheet ' href ='style/global.css '>
10- < link rel ='stylesheet ' href ='style/sign.css '>
11- </ head >
12- < body >
13- < section id ="login_home ">
14- < div id ="login_logo ">
15- < a href ="index.html ">
16- < img src ="images/logos/panda.png " alt ="판다 로고 ">
17- </ a >
18- </ div >
19- < div class ="info ">
20- < form id ="loginGeneral " method ="post ">
21- < div >
22- < label for ="email "> 이메일</ label >
23- < br >
24- < input id ="email " name ="email " placeholder ="이메일을 입력해주세요 " required >
25- < span id ="emailEmptyError " class ="form_error "> 이메일을 입력해 주세요</ span >
26- < span id ="emailInvalidError " class ="form_error "> 잘못된 이메일 형식입니다</ span >
27- </ div >
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6+ < link
7+ rel ="stylesheet "
8+ as ="style "
9+ crossorigin =""
10+ href ="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css "
11+ />
12+ < title > 판다마켓-로그인</ title >
13+ < link rel ="icon " href ="images/logos/favicon.ico " />
14+ < link rel ="stylesheet " href ="style/global.css " />
15+ < link rel ="stylesheet " href ="style/sign.css " />
16+ </ head >
17+ < body >
18+ < section id ="login_home ">
19+ < div id ="login_logo ">
20+ < a href ="index.html ">
21+ < img src ="images/logos/panda.png " alt ="판다 로고 " />
22+ </ a >
23+ </ div >
24+ < div class ="info ">
25+ < form id ="loginGeneral " method ="post ">
26+ < div >
27+ < label for ="email "> 이메일</ label >
28+ < br />
29+ < input
30+ id ="email "
31+ name ="email "
32+ placeholder ="이메일을 입력해주세요 "
33+ required
34+ />
35+ < span id ="emailEmptyError " class ="form_error "
36+ > 이메일을 입력해 주세요</ span
37+ >
38+ < span id ="emailInvalidError " class ="form_error "
39+ > 잘못된 이메일 형식입니다</ span
40+ >
41+ </ div >
2842
29- < div class ="password_label ">
30- < label for ="password "> 비밀번호</ label >
31- < br >
32- < input id ="password " name ="password " type ="password " placeholder ="비밀번호를 입력해주세요 " required >
33- < img class ="see_blind " src ="images/logos/see.png " alt ="보이게 ">
34- <!--
35- <img class="see_blind" src="images/logos/blind.png" alt="안보이게">
36- 차후에 적용
37- -->
38- < span id ="passwordEmptyError " class ="form_error "> 비밀번호를 입력해 주세요</ span >
39- < span id ="passwordInvalidError " class ="form_error "> 비밀번호를 8자 이상 입력해주세요</ span >
40- </ div >
41- < button type ="submit " id ="login_button "> 로그인</ button >
42- </ form >
43- </ div >
44- < div class ="simple_login ">
45- 간편 로그인하기
46- < div class ="social ">
47- < a href ="https://www.google.com/ " target ="_blank " rel ="noopener noreferrer ">
48- < img src ="images/social/google.png " alt ="구글 "> </ a >
49- < a href ="https://www.kakaocorp.com/page/ " target ="_blank " rel ="noopener noreferrer ">
50- < img src ="images/social/kakao.png " alt ="카카오 "> </ a >
51- </ div >
52- </ div >
53- < div class ="signup ">
54- 판다마켓이 처음이신가요?
55- < a href ="signup.html " id ="signup_button "> < span id ="textdecoration_underline "> 회원가입</ span > </ a >
56- </ div >
57- </ section >
58- < script src ="sign.js "> </ script >
59- </ body >
60- </ html >
43+ < div class ="password_label ">
44+ < label for ="password "> 비밀번호</ label >
45+ < br />
46+ < input
47+ id ="password "
48+ name ="password "
49+ type ="password "
50+ placeholder ="비밀번호를 입력해주세요 "
51+ required
52+ />
53+
54+ < span id ="passwordEmptyError " class ="form_error "
55+ > 비밀번호를 입력해 주세요</ span
56+ >
57+ < span id ="passwordInvalidError " class ="form_error "
58+ > 비밀번호를 8자 이상 입력해주세요</ span
59+ >
60+ </ div >
61+ < button type ="submit " id ="login_button "> 로그인</ button >
62+ </ form >
63+ </ div >
64+ < div class ="simple_login ">
65+ 간편 로그인하기
66+ < div class ="social ">
67+ < a
68+ href ="https://www.google.com/ "
69+ target ="_blank "
70+ rel ="noopener noreferrer "
71+ >
72+ < img src ="images/social/google.png " alt ="구글 "
73+ /> </ a >
74+ < a
75+ href ="https://www.kakaocorp.com/page/ "
76+ target ="_blank "
77+ rel ="noopener noreferrer "
78+ >
79+ < img src ="images/social/kakao.png " alt ="카카오 "
80+ /> </ a >
81+ </ div >
82+ </ div >
83+ < div class ="signup ">
84+ 판다마켓이 처음이신가요?
85+ < a href ="signup.html " id ="signup_button "
86+ > < span id ="textdecoration_underline "> 회원가입</ span > </ a
87+ >
88+ </ div >
89+ </ section >
90+ < script src ="sign.js "> </ script >
91+ </ body >
92+ </ html >
0 commit comments