diff --git a/assets/icons/icon-eye-off.svg b/assets/icons/icon-eye-off.svg new file mode 100644 index 00000000..92fda8aa --- /dev/null +++ b/assets/icons/icon-eye-off.svg @@ -0,0 +1,3 @@ + diff --git a/assets/icons/icon-eye.svg b/assets/icons/icon-eye.svg new file mode 100644 index 00000000..43a5af17 --- /dev/null +++ b/assets/icons/icon-eye.svg @@ -0,0 +1,3 @@ + diff --git a/img/Component 2.png b/assets/img/Component 2.png similarity index 100% rename from img/Component 2.png rename to assets/img/Component 2.png diff --git a/img/Component 3.png b/assets/img/Component 3.png similarity index 100% rename from img/Component 3.png rename to assets/img/Component 3.png diff --git a/img/Img_home_01.png b/assets/img/Img_home_01.png similarity index 100% rename from img/Img_home_01.png rename to assets/img/Img_home_01.png diff --git a/img/Img_home_02.png b/assets/img/Img_home_02.png similarity index 100% rename from img/Img_home_02.png rename to assets/img/Img_home_02.png diff --git a/img/Img_home_03.png b/assets/img/Img_home_03.png similarity index 100% rename from img/Img_home_03.png rename to assets/img/Img_home_03.png diff --git a/img/Img_home_bottom.png b/assets/img/Img_home_bottom.png similarity index 100% rename from img/Img_home_bottom.png rename to assets/img/Img_home_bottom.png diff --git a/img/img__home__top.png b/assets/img/img__home__top.png similarity index 100% rename from img/img__home__top.png rename to assets/img/img__home__top.png diff --git a/img/panda__face.png b/assets/img/panda__face.png similarity index 100% rename from img/panda__face.png rename to assets/img/panda__face.png diff --git a/img/title__logo.png b/assets/img/title__logo.png similarity index 100% rename from img/title__logo.png rename to assets/img/title__logo.png diff --git a/global.css b/global.css new file mode 100644 index 00000000..a33b07d3 --- /dev/null +++ b/global.css @@ -0,0 +1,18 @@ +:root { + --gray900: #111827; + --gray800: #1f2937; + --gray700: #374151; + --gray600: #4b5563; + --gray500: #6b7280; + --gray400: #9ca3af; + --gray300: #d1d5db; + --gray200: #e5e7eb; + --gray100: #f3f4f6; + --gray50: #f9fafb; + --blue: #3692ff; +} + +* { + box-sizing: border-box; + font-family: 'Pretendard Variable'; +} diff --git a/html/login.html b/html/login.html index 628f159b..a9a81f60 100644 --- a/html/login.html +++ b/html/login.html @@ -4,27 +4,47 @@ +