diff --git a/.github/delete-merged-branch-config.yml b/.github/workflows/delete-merged-branch-config.yml similarity index 76% rename from .github/delete-merged-branch-config.yml rename to .github/workflows/delete-merged-branch-config.yml index 2a6d27be..d5493361 100644 --- a/.github/delete-merged-branch-config.yml +++ b/.github/workflows/delete-merged-branch-config.yml @@ -4,12 +4,11 @@ on: pull_request: types: [closed] -permissions: - pull-requests: write - jobs: delete-branch: runs-on: ubuntu-latest steps: - name: delete branch uses: SvanBoxel/delete-merged-branch@main + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/fanda-market/faq.html b/fanda-market/faq.html new file mode 100644 index 00000000..c084a616 --- /dev/null +++ b/fanda-market/faq.html @@ -0,0 +1 @@ + diff --git a/fanda-market/global.css b/fanda-market/global.css new file mode 100644 index 00000000..7f409472 --- /dev/null +++ b/fanda-market/global.css @@ -0,0 +1,107 @@ +/* ======================================== + Global Styles + ======================================== */ +:root { + /* color */ + --primary-100: #3692ff; + --primary-200: #1967d6; + --primary-300: #1251aa; + + --error-color: #f74747; + + --gray-900: #111827; + --gray-800: #1f2937; + --gray-700: #374151; + --gray-600: #4b5563; + --gray-500: #6b7280; + --gray-400: #9ca3af; + --gray-200: #e5e7eb; + --gray-100: #f3f4f6; + --gray-50: #f9fafb; + + /* font */ + --font-weight-bold: 700; + --font-weight-semibold: 600; + --font-weight-medium: 500; + --font-weight-regular: 400; +} + +/* setting */ +html, +a { + font-family: "Pretendard Variable", Pretendard, sans-serif; + font-size: 16px; + font-weight: var(--font-weight-regular); + color: var(--gray-700); +} +.img_box { + line-height: 0; +} + +/* ======================================== + Components + ======================================== */ +/* button */ +.btn { + display: block; + font-weight: var(--font-weight-semibold); + text-align: center; + color: var(--gray-100); + background-color: var(--primary-100); +} +.btn--large { + width: 357px; + height: 56px; + line-height: 56px; + border-radius: 40px; +} +.btn--medium { + width: 240px; + height: 48px; + line-height: 48px; + border-radius: 40px; +} +.btn--small_40 { + width: 88x; + height: 42px; + line-height: 42px; + border-radius: 8px; +} +.btn--small_48 { + width: 88px; + height: 48px; + line-height: 48px; + border-radius: 8px; +} +.btn--white { + background-color: var(--gray-50); + border: 1px solid var(--primary-100); +} + +/* button - heart */ +.btn-heart { + border-radius: 35px; + color: var(--gray-500); + background-color: #fff; +} +.btn-heart--large { + width: 87px; + height: 40px; + line-height: 40px; +} +.btn-heart--small { + width: 79px; + height: 32px; + line-height: 32px; +} + +/* button - hover, click, inactive */ +.btn__hover { + background-color: var(--primary-200); +} +.btn__click { + background-color: var(--primary-300); +} +.btn__inactive { + background-color: var(--gray-400); +} diff --git a/fanda-market/img/desktop.png b/fanda-market/img/desktop.png new file mode 100644 index 00000000..0e4e8009 Binary files /dev/null and b/fanda-market/img/desktop.png differ diff --git a/fanda-market/img/export/Img_home_01.png b/fanda-market/img/export/Img_home_01.png new file mode 100644 index 00000000..76cef077 Binary files /dev/null and b/fanda-market/img/export/Img_home_01.png differ diff --git a/fanda-market/img/export/Img_home_02.png b/fanda-market/img/export/Img_home_02.png new file mode 100644 index 00000000..0f985bbb Binary files /dev/null and b/fanda-market/img/export/Img_home_02.png differ diff --git a/fanda-market/img/export/Img_home_03.png b/fanda-market/img/export/Img_home_03.png new file mode 100644 index 00000000..73cf2579 Binary files /dev/null and b/fanda-market/img/export/Img_home_03.png differ diff --git a/fanda-market/img/export/Property 1=md.png b/fanda-market/img/export/Property 1=md.png new file mode 100644 index 00000000..e97f2e33 Binary files /dev/null and b/fanda-market/img/export/Property 1=md.png differ diff --git a/fanda-market/img/export/Property 1=md@2x.png b/fanda-market/img/export/Property 1=md@2x.png new file mode 100644 index 00000000..497c2bd0 Binary files /dev/null and b/fanda-market/img/export/Property 1=md@2x.png differ diff --git a/fanda-market/img/export/Property 1=md@3x.png b/fanda-market/img/export/Property 1=md@3x.png new file mode 100644 index 00000000..d9f70e55 Binary files /dev/null and b/fanda-market/img/export/Property 1=md@3x.png differ diff --git a/fanda-market/img/export/gnb/ic_facebook.png b/fanda-market/img/export/gnb/ic_facebook.png new file mode 100644 index 00000000..55e369dc Binary files /dev/null and b/fanda-market/img/export/gnb/ic_facebook.png differ diff --git a/fanda-market/img/export/gnb/ic_instagram.png b/fanda-market/img/export/gnb/ic_instagram.png new file mode 100644 index 00000000..b849c738 Binary files /dev/null and b/fanda-market/img/export/gnb/ic_instagram.png differ diff --git a/fanda-market/img/export/gnb/ic_twitter.png b/fanda-market/img/export/gnb/ic_twitter.png new file mode 100644 index 00000000..0c987afe Binary files /dev/null and b/fanda-market/img/export/gnb/ic_twitter.png differ diff --git a/fanda-market/img/export/gnb/ic_youtube.png b/fanda-market/img/export/gnb/ic_youtube.png new file mode 100644 index 00000000..0d6ee3b1 Binary files /dev/null and b/fanda-market/img/export/gnb/ic_youtube.png differ diff --git a/fanda-market/img/ic_facebook.png b/fanda-market/img/ic_facebook.png new file mode 100644 index 00000000..55e369dc Binary files /dev/null and b/fanda-market/img/ic_facebook.png differ diff --git a/fanda-market/img/ic_instagram.png b/fanda-market/img/ic_instagram.png new file mode 100644 index 00000000..b849c738 Binary files /dev/null and b/fanda-market/img/ic_instagram.png differ diff --git a/fanda-market/img/ic_twitter.png b/fanda-market/img/ic_twitter.png new file mode 100644 index 00000000..0c987afe Binary files /dev/null and b/fanda-market/img/ic_twitter.png differ diff --git a/fanda-market/img/ic_youtube.png b/fanda-market/img/ic_youtube.png new file mode 100644 index 00000000..0d6ee3b1 Binary files /dev/null and b/fanda-market/img/ic_youtube.png differ diff --git a/fanda-market/img/landing-page/Img_home_01.png b/fanda-market/img/landing-page/Img_home_01.png new file mode 100644 index 00000000..76cef077 Binary files /dev/null and b/fanda-market/img/landing-page/Img_home_01.png differ diff --git a/fanda-market/img/landing-page/Img_home_02.png b/fanda-market/img/landing-page/Img_home_02.png new file mode 100644 index 00000000..0f985bbb Binary files /dev/null and b/fanda-market/img/landing-page/Img_home_02.png differ diff --git a/fanda-market/img/landing-page/Img_home_03.png b/fanda-market/img/landing-page/Img_home_03.png new file mode 100644 index 00000000..73cf2579 Binary files /dev/null and b/fanda-market/img/landing-page/Img_home_03.png differ diff --git a/fanda-market/img/landing-page/Img_home_bottom.png b/fanda-market/img/landing-page/Img_home_bottom.png new file mode 100644 index 00000000..c7b94cd0 Binary files /dev/null and b/fanda-market/img/landing-page/Img_home_bottom.png differ diff --git a/fanda-market/img/landing-page/Img_home_top.png b/fanda-market/img/landing-page/Img_home_top.png new file mode 100644 index 00000000..972754b7 Binary files /dev/null and b/fanda-market/img/landing-page/Img_home_top.png differ diff --git a/fanda-market/img/landing-page/landing/desktop_01.png b/fanda-market/img/landing-page/landing/desktop_01.png new file mode 100644 index 00000000..41935c1f Binary files /dev/null and b/fanda-market/img/landing-page/landing/desktop_01.png differ diff --git a/fanda-market/img/landing-page/landing/desktop_02.png b/fanda-market/img/landing-page/landing/desktop_02.png new file mode 100644 index 00000000..203cda71 Binary files /dev/null and b/fanda-market/img/landing-page/landing/desktop_02.png differ diff --git a/fanda-market/img/landing-page/landing/desktop_03.png b/fanda-market/img/landing-page/landing/desktop_03.png new file mode 100644 index 00000000..0a4cdf76 Binary files /dev/null and b/fanda-market/img/landing-page/landing/desktop_03.png differ diff --git a/fanda-market/img/landing-page/landing/desktop_04.png b/fanda-market/img/landing-page/landing/desktop_04.png new file mode 100644 index 00000000..d1bef3e9 Binary files /dev/null and b/fanda-market/img/landing-page/landing/desktop_04.png differ diff --git a/fanda-market/img/landing-page/landing/desktop_05.png b/fanda-market/img/landing-page/landing/desktop_05.png new file mode 100644 index 00000000..d140fc6a Binary files /dev/null and b/fanda-market/img/landing-page/landing/desktop_05.png differ diff --git a/fanda-market/img/landing-page/landing/mobile_01.png b/fanda-market/img/landing-page/landing/mobile_01.png new file mode 100644 index 00000000..033a91b5 Binary files /dev/null and b/fanda-market/img/landing-page/landing/mobile_01.png differ diff --git a/fanda-market/img/landing-page/landing/mobile_02.png b/fanda-market/img/landing-page/landing/mobile_02.png new file mode 100644 index 00000000..fed0c1cb Binary files /dev/null and b/fanda-market/img/landing-page/landing/mobile_02.png differ diff --git a/fanda-market/img/landing-page/landing/mobile_03.png b/fanda-market/img/landing-page/landing/mobile_03.png new file mode 100644 index 00000000..e43b329b Binary files /dev/null and b/fanda-market/img/landing-page/landing/mobile_03.png differ diff --git a/fanda-market/img/landing-page/landing/mobile_04.png b/fanda-market/img/landing-page/landing/mobile_04.png new file mode 100644 index 00000000..478409bd Binary files /dev/null and b/fanda-market/img/landing-page/landing/mobile_04.png differ diff --git a/fanda-market/img/landing-page/landing/mobile_05.png b/fanda-market/img/landing-page/landing/mobile_05.png new file mode 100644 index 00000000..b1771767 Binary files /dev/null and b/fanda-market/img/landing-page/landing/mobile_05.png differ diff --git a/fanda-market/img/landing-page/landing/tablet_01.png b/fanda-market/img/landing-page/landing/tablet_01.png new file mode 100644 index 00000000..86871793 Binary files /dev/null and b/fanda-market/img/landing-page/landing/tablet_01.png differ diff --git a/fanda-market/img/landing-page/landing/tablet_02.png b/fanda-market/img/landing-page/landing/tablet_02.png new file mode 100644 index 00000000..09fa9fd3 Binary files /dev/null and b/fanda-market/img/landing-page/landing/tablet_02.png differ diff --git a/fanda-market/img/landing-page/landing/tablet_03.png b/fanda-market/img/landing-page/landing/tablet_03.png new file mode 100644 index 00000000..3c1590cf Binary files /dev/null and b/fanda-market/img/landing-page/landing/tablet_03.png differ diff --git a/fanda-market/img/landing-page/landing/tablet_04.png b/fanda-market/img/landing-page/landing/tablet_04.png new file mode 100644 index 00000000..790d6b2a Binary files /dev/null and b/fanda-market/img/landing-page/landing/tablet_04.png differ diff --git a/fanda-market/img/landing-page/landing/tablet_05.png b/fanda-market/img/landing-page/landing/tablet_05.png new file mode 100644 index 00000000..efffbff4 Binary files /dev/null and b/fanda-market/img/landing-page/landing/tablet_05.png differ diff --git a/fanda-market/img/logo.png b/fanda-market/img/logo.png new file mode 100644 index 00000000..d9f70e55 Binary files /dev/null and b/fanda-market/img/logo.png differ diff --git a/fanda-market/index.html b/fanda-market/index.html new file mode 100644 index 00000000..d7e7d0ea --- /dev/null +++ b/fanda-market/index.html @@ -0,0 +1,117 @@ + + + + + + 판다마켓 + + + + +
+ +
+ +
+
+
+
+
+

Hot item

+

인기 상품을 확인해 보세요

+

인기 상품을

+

확인해 보세요

+

+ 가장 HOT한 중고거래 물품을
+ 판다 마켓에서 확인해 보세요 +

+
+
+
+
+
+
+
+

Search

+

구매를 원하는 상품을 검색하세요

+

구매를 원하는

+

상품을 검색하세요

+

+ 구매하고 싶은 물품은 검색해서
쉽게 찾아보세요 +

+
+
+
+
+
+
+
+

Register

+

판매를 원하는 상품을 등록하세요

+

판매를 원하는

+

상품을 등록하세요

+

+ 어떤 물건이든 판매하고 싶은 상품을
쉽게 등록하세요 +

+
+
+
+
+ +
+ +
+ + diff --git a/fanda-market/items.html b/fanda-market/items.html new file mode 100644 index 00000000..7124a22f --- /dev/null +++ b/fanda-market/items.html @@ -0,0 +1 @@ + diff --git a/fanda-market/login.html b/fanda-market/login.html new file mode 100644 index 00000000..8d8f8a7b --- /dev/null +++ b/fanda-market/login.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fanda-market/privacy.html b/fanda-market/privacy.html new file mode 100644 index 00000000..7861897e --- /dev/null +++ b/fanda-market/privacy.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fanda-market/reset.css b/fanda-market/reset.css new file mode 100644 index 00000000..d31bffb1 --- /dev/null +++ b/fanda-market/reset.css @@ -0,0 +1,127 @@ +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { + display: block; +} +body { + line-height: 1; +} +ol, +ul { + list-style: none; +} +blockquote, +q { + quotes: none; +} +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ""; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +a { + text-decoration: none; +} \ No newline at end of file diff --git a/fanda-market/style.css b/fanda-market/style.css new file mode 100644 index 00000000..de119445 --- /dev/null +++ b/fanda-market/style.css @@ -0,0 +1,211 @@ +@import url(reset.css); +@import url(global.css); + +/* ========== Breakpoints ========== */ +/* Large (Desktop-large: 1921px ~) */ +/* Medium (Desktop: 745px ~ 1920px) */ +/* Small (tablet: 374px ~ 744px) */ +/* Extra small (mobile: ~ 375px) */ +/* ================================= */ + +#container { + max-width: 1920px; + position: relative; +} + +@media screen and (min-width: 1921px) { + #container { + max-width: 100vw; + } +} + +/* ========== header, footer ========== */ +#header { + display: flex; + justify-content: center; + align-items: center; + vertical-align: middle; + height: 70px; +} +#gnb { + display: flex; + justify-content: space-between; + align-items: center; + width: 1120px; +} +@media screen and (max-width: 1519px) { + #gnb { + width: 100%; + padding: 0 200px; + } +} +.logo_img { + width: 153px; +} +.login { + width: 128px; +} + +/* ========== main - top, bottom ========== */ +/* 공통 (default: top) */ +.banner { + display: flex; + justify-content: center; + align-items: flex-end; + height: 540px; + background-color: #cfe5ff; +} +.banner .text_box { + margin: 40px 0; + width: 357px; + font-size: 40px; + font-weight: var(--font-weight-bold); + line-height: 140%; +} +.banner .text_box .oneline { + display: none; +} +.banner .text_box a { + margin: 32px 0 60px; +} + +/* 개별 */ +.banner.bottom { + margin-top: 138px; +} +.banner.bottom .text_box { + margin: 112.5px 0; +} +.banner.bottom .text_box p:nth-child(2) { + margin-bottom: 60px; +} + +/* ========== main - content ========== */ +/* layout 공통 (default: sec1) */ +section { + display: flex; + justify-content: center; + align-items: center; + height: 720px; +} +.sec__wrapper { + display: flex; + gap: 64px; + width: 988px; + height: 444px; + background-color: #fcfcfc; + border-radius: 12px; + overflow: hidden; +} +.sec__wrapper .img_box { + margin: 0 0 0 23.5px; + width: 579px; + background-size: cover; +} +.sec__wrapper .text_box { + display: flex; + flex-direction: column; + justify-content: center; +} +.sec__wrapper .text_box .tag { + padding-bottom: 12px; + font-size: 1.125rem; + font-weight: var(--font-weight-bold); + color: var(--primary-100); + line-height: 26px; +} +.sec__wrapper .text_box .oneline { + display: none; +} +.sec__wrapper .text_box .title { + font-size: 2.5rem; + font-weight: var(--font-weight-bold); + line-height: 140%; +} +.sec__wrapper .text_box .text { + padding-top: 1.5rem; + font-size: 1.5rem; + font-weight: var(--font-weight-medium); + line-height: 2rem; +} + +/* 개별 */ +.sec1 .img_box { + background-image: url(./img/landing-page/Img_home_01.png); +} + +.sec2 .sec__wrapper { + flex-direction: row-reverse; + text-align: right; +} +.sec2 .img_box { + margin: 0 14px 0 0; + background-image: url(./img/landing-page/Img_home_02.png); +} + +.sec3 .img_box { + margin: 0; + background-image: url(./img/landing-page/Img_home_03.png); +} + +/* ========== footer ========== */ +#footer { + display: flex; + justify-content: center; + align-items: center; + vertical-align: middle; + height: 70px; + height: 160px; + color: var(--gray-200); + background-color: var(--gray-900); +} +.footer__wrapper { + display: flex; + justify-content: space-between; + align-items: center; + width: 1120px; + padding: 32px 0; +} +@media screen and (max-width: 1519px) { + .footer__wrapper { + width: 100%; + padding: 0 200px; + } +} + +.corp_list a { + color: var(--gray-200); +} +.corp_list a:first-child { + padding-right: 30px; +} +.footer-sns .icon { + display: inline-block; + padding-right: 12px; + width: 20px; + height: 20px; + background-repeat: no-repeat; + background-size: contain; +} +.footer-sns .icon:last-child { + padding-right: 0; +} +.footer-sns .facebook { + background-image: url(./img/ic_facebook.png); +} +.footer-sns .twitter { + background-image: url(./img/ic_twitter.png); +} +.footer-sns .youtube { + background-image: url(./img/ic_youtube.png); +} +.footer-sns .insta { + background-image: url(./img/ic_instagram.png); +} +.footer-sns .text { + position: absolute; + clip-path: inset(0); + width: 1px; + height: 1px; + overflow: hidden; +}