Skip to content

Commit 005a18d

Browse files
authored
Merge pull request #4 from ProjectInTheClass/feature/docs-fix
완성도, demo-video 추가 및 변경
2 parents f912486 + 3b4758f commit 005a18d

File tree

2 files changed

+35
-4
lines changed

2 files changed

+35
-4
lines changed

docs/images/loginView.png

-6.56 KB
Loading

docs/index.html

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<section class="intro">
2323
<header>
2424
<h1>MusicWith</h1>
25-
<p>Listen music and chat</p>
25+
<p>Listen, Feel, Share.</p>
2626
<ul class="actions">
2727
<li><a href="#first" class="arrow scrolly"><span class="label">Next</span></a></li>
2828
</ul>
@@ -126,6 +126,22 @@ <h3>Additional information</h3>
126126

127127
</div>
128128
</section>
129+
<section>
130+
<header>
131+
<h2>Completeness</h2>
132+
</header>
133+
<div class="content">
134+
<p><strong>MusicWith</strong> 어플은 현재 다음과 같은 완성도를 보입니다. </p>
135+
<ul class="feature-icons">
136+
<li class="icon solid fa-user">tidal 계정을 통한 로그인</li>
137+
<li class="icon solid fa-music">음악 재생, 가사 제공</li>
138+
<li class="icon solid fa-list">tidal 계정 플레이리스트</li>
139+
<li class="icon solid fa-star">현재 인기 있는 노래들</li>
140+
<li class="icon solid fa-search">원하는 음악 검색</li>
141+
<li class="icon solid fa-comment">음악 별 댓글</li>
142+
</ul>
143+
</div>
144+
</section>
129145

130146
<!-- Section -->
131147
<section>
@@ -148,10 +164,25 @@ <h2>FUTURE TASK</h2>
148164
<h2>Learn More</h2>
149165
</header>
150166
<div class="content">
151-
<p><strong>MusicWith</strong> 어플의 github 주소는 다음과 같습니다.</p>
167+
<p><strong>MusicWith</strong> 어플에 대해 더 알아볼 수 있습니다.</p>
152168
<ul class="actions">
153-
<li><a href="https://github.com/ProjectInTheClass/MusicWith" class="button large">Learn More</a></li>
154-
</ul>
169+
<li><a href="https://github.com/ProjectInTheClass/MusicWith" class="button large">Github</a></li>
170+
<li><a href="https://www.youtube.com/shorts/p4K2MMHuLrU" class="button large">Youtube</a></li>
171+
</ul>
172+
</div>
173+
</section>
174+
<section>
175+
<header>
176+
<h2>Demo Video</h2>
177+
</header>
178+
<div class="content">
179+
<iframe width="560" height="315"
180+
src="https://www.youtube.com/embed/p4K2MMHuLrU"
181+
title="YouTube video player"
182+
frameborder="0"
183+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
184+
allowfullscreen>
185+
</iframe>
155186
</div>
156187
</section>
157188

0 commit comments

Comments
 (0)