+ 원하는 링크를 저장하세요 +
- 나중에 읽고 싶은 글, 다시 보고 싶은 영상,
- 사고 싶은 옷, 기억하고 싶은 모든 것을
+ 나중에 읽고 싶은 글, 다시 보고 싶은 영상,
+
+ 사고 싶은 옷, 기억하고 싶은 모든 것을
+
한 공간에 저장하세요.
diff --git a/faq.html b/faq.html new file mode 100644 index 000000000..e69de29bb diff --git a/folder.html b/folder.html new file mode 100644 index 000000000..f7cfb0b5f --- /dev/null +++ b/folder.html @@ -0,0 +1,4 @@ + + + 로그인 성공! + \ No newline at end of file diff --git a/img/default.png b/img/default.png new file mode 100644 index 000000000..2ed0923ef Binary files /dev/null and b/img/default.png differ diff --git a/img/eye-on.svg b/img/eye-on.svg new file mode 100644 index 000000000..61afee898 --- /dev/null +++ b/img/eye-on.svg @@ -0,0 +1,6 @@ + diff --git a/img/image 25.png b/img/hero.png similarity index 100% rename from img/image 25.png rename to img/hero.png diff --git a/img/meta-image.png b/img/meta-image.png new file mode 100644 index 000000000..38a9b47b9 Binary files /dev/null and b/img/meta-image.png differ diff --git a/index.css b/index.css deleted file mode 100644 index ea2d2848f..000000000 --- a/index.css +++ /dev/null @@ -1,231 +0,0 @@ -:root { - --linkbrary-primary: #6D6AFE; - --linkbrary-red: #FF5B56; - --linkbrary-black: #111322; - --linkbrary-white: #ffffff; - --linkbrary-gray-100: #3E3E43; - --linkbrary-gray-60: #9FA6B2; - --linkbrary-gray-20: #CCD5E3; - --linkbrary-gray-10: #E7EFFB; - --linkbrary-bg: #F0F6FF; - --linkbrary-gradation: linear-gradient(91deg, #6D6AFE 0.12%, #6AE3FE 101.84%); - --fandom-k-gra-blue-to-pink: linear-gradient(271deg, #FE578F -9.84%, #68E8F9 107.18%); -} - -* { - box-sizing: border-box; -} - -html { - font-family: Pretendard, sans-serif; - word-break: keep-all; -} - -body { - margin: 0; - color: var(--linkbrary-black); - background-color: var(--linkbrary-white); -} - -.gnb-default { - position: fixed; - top: 0; - left: 0; - right: 0; - height: 94px; - padding: 20px; - background-color: var(--linkbrary-bg); -} - -.gnb-wrap { - display: flex; - justify-content: space-between; - align-items: center; - margin: 0 auto; - max-width: 1480px; - width: 100% -} - -.logo { - width: 133px; - height: 24px; -} - -.bnt-cta.large { - display: flex; - justify-content: center; - align-items: center; - padding: 16px 20px; - border-radius: 8px; - text-decoration: none; - font-size: 18px; - font-weight: 600; - color: #f5f5f5; - background-image: var(--linkbrary-gradation); - cursor: pointer; -} - -.gnb-wrap .bnt-cta.large { - width: 128px; -} - -.main-contents .bnt-cta.large { - width: 350px; -} - -main { - margin-top: 94px; - background-color: var(--linkbrary-bg); -} - -.main-contents { - display: flex; - flex-direction: column; - align-items: center; - gap: 40px; - max-width: 1200px; - width: 100%; - margin: 70px auto 0; - padding-top: 70px; -} - -.heading { - margin: 0; - text-align: center; - font-size: 64px; - font-weight: 700; - line-height: 1.25; -} - -.heading-point { - /* font-gradient-filter */ - background: linear-gradient(91deg, #6D6AFE 17.28%, #ff9f9f 74.98%); - background-clip: text; - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; -} - -.main-img { - flex: 1 1 auto; - max-width: 1200px; - width: 100%; -} - -.section-wrap { - margin: 70px 0 0; -} - -.boxes { - display: flex; - justify-content: space-between; - align-items: center; - gap: 24px; - max-width: 1118px; - margin: 0 auto; - padding: 50px 60px; -} - -.box-img { - /* flex-shrink: 0; */ - width: 550px; - height: 450px; -} - -.box-img img{ - width: 100%; -} - -.box-text { - /* flex-shrink: 0; */ - width: 291px; -} - -.box-text h2 { - margin: 0 0 10px; - color: #000; - font-size: 48px; - font-weight: 700; - line-height: normal; - letter-spacing: -0.3px; -} - -.box-text p { - margin: 0; - font-size: 16px; - font-weight: 500; - line-height: 1.5; /* 24px */ - color: #6B6B6B; -} - -.box-point-1 { - background: linear-gradient(96deg, #FE8A8A 1.72%, #A4CEFF 74.97%); - background-clip: text; -} - -.box-point-2 { - background: linear-gradient(277deg, #6FBAFF 59.22%, #FFD88B 93.66%); - background-clip: text; -} - -.box-point-3 { - background: linear-gradient(99deg, #6D7CCD 19.76%, rgba(82, 136, 133, 0.22) 52.69%); - background-clip: text; -} - -.box-point-4 { - background: var(--fandom-k-gra-blue-to-pink); - background-clip: text; -} - -.box-point-1, -.box-point-2, -.box-point-3, -.box-point-4 { - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; -} - -footer { - height: 160px; - margin: 120px 0 0; - background-color: var(--linkbrary-black); -} - -.footer-wrap { - display: flex; - justify-content: space-between; - margin: 32px auto 76px; - padding: 32px; - font-family: Arial; - font-size: 16px; - font-weight: 400; - text-align: center; -} - -.footer-company { - color: #676767; -} - - -.footer-menu { - display: flex; - gap: 30px; -} - -.footer-menu a { - text-decoration: none; - color: #CFCFCF; - cursor: pointer; -} - -.footer-sns { - display: flex; - justify-content: flex-end; - gap: 12px; -} - -.footer-sns a img { - width: 20px; - height: 20px; -} - diff --git a/index.html b/index.html index fdba91109..7171c5b7d 100644 --- a/index.html +++ b/index.html @@ -1,115 +1,131 @@ - -
- -
- 로그인
-
- 나중에 읽고 싶은 글, 다시 보고 싶은 영상,
- 사고 싶은 옷, 기억하고 싶은 모든 것을
+ 나중에 읽고 싶은 글, 다시 보고 싶은 영상,
+
+ 사고 싶은 옷, 기억하고 싶은 모든 것을
+
한 공간에 저장하세요.
-
-
+
+
- 나만의 폴더를 무제한으로 만들고
+ 나만의 폴더를 무제한으로 만들고
+
다양하게 활용할 수 있습니다.
+
+
- 여러 링크를 폴더에 담고 공유할 수 있습니다.
- 가족, 친구, 동료들에게 쉽고 빠르게 링크를
+ 여러 링크를 폴더에 담고 공유할 수 있습니다. 가족, 친구, 동료들에게 쉽고 빠르게 링크를
공유해 보세요.
+ 중요한 정보들을 검색으로 쉽게 찾아보세요.
+
+
- - 중요한 정보들을 검색으로 쉽게 찾아보세요. -
-