Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huni77 #15

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>Codeit Music</title>
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.css"
>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="wrap">Codeit Music</div>
</header>
<main class="wrap">
<div class="info">
<div class="cover">
<img
class="cover-image"
src="images/img_cafe.png"
alt="์นดํŽ˜์—์„œ ์ผํ•  ๋•Œ ์ปค๋ฒ„ ์ด๋ฏธ์ง€"
>
</div>
<h1 class="playlist-title">
์นดํŽ˜์—์„œ ์ผํ•  ๋•Œ
</h1>
<div class="artist">
<img
src="images/img_codeit.png"
alt="์ฝ”๋“œ์ž‡ ํ”„๋กœํ•„"
class="artist-profile"
>
์ฝ”๋“œ์ž‡
</div>
<div class="description">
์ฐจ๋ถ„ํ•˜๊ฒŒ ํ๋ฅด๋Š” ๋”ฐ๋œปํ•œ ์Œ์•…๊ณผ ํ•จ๊ป˜ํ•˜๋Š” ํœด์‹. Codeit Music ์—๋””ํ„ฐ๊ฐ€
๋งค๋‹ฌ ์—…๋ฐ์ดํŠธํ•˜๋Š” ํ”Œ๋ ˆ์ด๋ฆฌ์ŠคํŠธ์ž…๋‹ˆ๋‹ค. ๋งˆ์Œ์— ๋“œ๋Š” ๊ณณ์ด ์žˆ๋‹ค๋ฉด ๋ณด๊ด€ํ•จ์—
์ถ”๊ฐ€ํ•ด ๋ณด์„ธ์š”.
</div>
<button class="play-button">โ–ถ๏ธ ์ง€๊ธˆ ๋“ฃ๊ธฐ</button>
</div>
<div class="tracks">
<div class="track">
<div class="track-number">1</div>
<div class="track-title">์ž์ฃผ์ž์ฃผ(๋””๊น…ํด๋Ÿฝ๋ถ€์‚ฐ Ver.)</div>
</div>
<div class="track">
<div class="track-number">2</div>
<div class="track-title">All</div>
</div>
<div class="track active">
<div class="track-number">3</div>
<div class="track-title">๋‚˜๋Š” ์–ด๋–ป๊ฒŒ (Feat. ์ฒœ์˜ˆ๋ฆฐ)</div>
</div>
<div class="track">
<div class="track-number">4</div>
<div class="track-title">์‹œ๊ฐ„์„ ๊ฑฐ์Šฌ๋Ÿฌ(Feat. ์ง€์กฐ)</div>
</div>
<div class="track">
<div class="track-number">5</div>
<div class="track-title">์šฐ๋ฅด๋ฅด</div>
</div>
<div class="track">
<div class="track-number">6</div>
<div class="track-title">๋‹น์‹ ์ด ๋งž๋‹ค๋Š” ๋Œ€๋‹ต์„ ํ•  ๊ฑฐ์˜ˆ์š”</div>
</div>
</div>
</main>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
* {
box-sizing: border-box;
}

html {
word-break: keep-all;
font-family: Pretendard, sans-serif;
}

body {
margin: 0;
background-color: #000;
color: #fff;
margin: 90px 0 0;
}

.wrap {
margin: 0 auto;
padding: 32px;
max-width: 1080px;
width: 100%;
}

header {
height: 90px;
padding: 16px;
background-image: linear-gradient(
180deg,
#000000 15.1%,
rgba(0, 0, 0, 0) 100%
);
font-weight: 700;
position: fixed;
top: 0;
left: 0;
width: 100%;
}

.info {
margin-bottom: 40px;
padding: 40px;
border-bottom: 1px solid #595864;
}

.cover {
width: 252px;
height: 252px;
border-radius: 24px;
overflow: hidden;
}

.cover-image {
width: 100%;
height: 100%;
}

.playlist-title {
margin: 40px 0 16px;
font-weight: 700;
font-size: 40px;
line-height: 48px;
}

.artist {
color: #7d7c8a;
font-weight: 400;
font-size: 16px;
line-height: 19px;
}

.artist-profile {
overflow: hidden;
width: 24px;
height: 24px;
border-radius: 50%;
margin-right: 8px;
}

.description {
margin: 16px 0 32px;
color: #7d7c8a;
font-weight: 400;
font-size: 16px;
line-height: 19px;
}

.play-button {
padding: 12px 24px;
border: none;
border-radius: 8px;
background-color: #4b1bb1;
color: #ffffff;
font-weight: 500;
font-size: 16px;
line-height: 19px;
}

.track {
padding: 24px 32px;
}

.track.active {
border-radius: 16px;
background-color: #19191F;
}

.track-number {
display: inline;
margin-right: 16px;
}

.track-title {
display: inline;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>Codeit Music</title>
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.css"
>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="wrap">Codeit Music</div>
</header>
<main class="wrap">
<div class="info">
<div class="cover">
<img
class="cover-image"
src="images/img_cafe.png"
alt="์นดํŽ˜์—์„œ ์ผํ•  ๋•Œ ์ปค๋ฒ„ ์ด๋ฏธ์ง€"
>
</div>
<h1 class="playlist-title">
์นดํŽ˜์—์„œ ์ผํ•  ๋•Œ
</h1>
<div class="artist">
<img
src="images/img_codeit.png"
alt="์ฝ”๋“œ์ž‡ ํ”„๋กœํ•„"
class="artist-profile"
>
์ฝ”๋“œ์ž‡
</div>
<div class="description">
์ฐจ๋ถ„ํ•˜๊ฒŒ ํ๋ฅด๋Š” ๋”ฐ๋œปํ•œ ์Œ์•…๊ณผ ํ•จ๊ป˜ํ•˜๋Š” ํœด์‹. Codeit Music ์—๋””ํ„ฐ๊ฐ€
๋งค๋‹ฌ ์—…๋ฐ์ดํŠธํ•˜๋Š” ํ”Œ๋ ˆ์ด๋ฆฌ์ŠคํŠธ์ž…๋‹ˆ๋‹ค. ๋งˆ์Œ์— ๋“œ๋Š” ๊ณณ์ด ์žˆ๋‹ค๋ฉด ๋ณด๊ด€ํ•จ์—
์ถ”๊ฐ€ํ•ด ๋ณด์„ธ์š”.
</div>
<button class="play-button">โ–ถ๏ธ ์ง€๊ธˆ ๋“ฃ๊ธฐ</button>
</div>
<div class="tracks">
<div class="track">
<div class="track-number">1</div>
<div class="track-title">์ž์ฃผ์ž์ฃผ(๋””๊น…ํด๋Ÿฝ๋ถ€์‚ฐ Ver.)</div>
</div>
<div class="track">
<div class="track-number">2</div>
<div class="track-title">All</div>
</div>
<div class="track active">
<div class="track-number">3</div>
<div class="track-title">๋‚˜๋Š” ์–ด๋–ป๊ฒŒ (Feat. ์ฒœ์˜ˆ๋ฆฐ)</div>
</div>
<div class="track">
<div class="track-number">4</div>
<div class="track-title">์‹œ๊ฐ„์„ ๊ฑฐ์Šฌ๋Ÿฌ(Feat. ์ง€์กฐ)</div>
</div>
<div class="track">
<div class="track-number">5</div>
<div class="track-title">์šฐ๋ฅด๋ฅด</div>
</div>
<div class="track">
<div class="track-number">6</div>
<div class="track-title">๋‹น์‹ ์ด ๋งž๋‹ค๋Š” ๋Œ€๋‹ต์„ ํ•  ๊ฑฐ์˜ˆ์š”</div>
</div>
</div>
</main>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
* {
box-sizing: border-box;
}

html {
word-break: keep-all;
font-family: Pretendard, sans-serif;
}

body {
background-color: #000;
color: #fff;
}

.wrap {
margin: 0 auto;
padding: 32px;
max-width: 1080px;
width: 100%;
}

header {
position: sticky;
top: 0;
height: 90px;
padding: 16px;
background-image: linear-gradient(
180deg,
#000000 15.1%,
rgba(0, 0, 0, 0) 100%
);
font-weight: 700;
}

.info {
margin-bottom: 40px;
padding: 40px;
border-bottom: 1px solid #595864;
}

.cover {
width: 252px;
height: 252px;
border-radius: 24px;
overflow: hidden;
}

.cover-image {
width: 100%;
height: 100%;
}
.playlist-title {
margin: 40px 0 16px;
font-weight: 700;
font-size: 40px;
line-height: 48px;
}

.artist {
color: #7d7c8a;
font-weight: 400;
font-size: 16px;
line-height: 19px;
}

.artist-profile {
overflow: hidden;
width: 24px;
height: 24px;
border-radius: 50%;
margin-right: 8px;
}

.description {
margin: 16px 0 32px;
color: #7d7c8a;
font-weight: 400;
font-size: 16px;
line-height: 19px;
}

.play-button {
padding: 12px 24px;
border: none;
border-radius: 8px;
background-color: #4b1bb1;
color: #ffffff;
font-weight: 500;
font-size: 16px;
line-height: 19px;
}

.track {
padding: 24px 32px;
}

.track.active {
border-radius: 16px;
background-color: #19191F;
}

.track-number {
display: inline;
margin-right: 16px;
}

.track-title {
display: inline;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading