정대욱

all webtoons 버튼 기능

......@@ -32,7 +32,7 @@
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about" class="page-scroll">about</a></li>
<li><a href="#portfolio" class="page-scroll">Webtoos</a></li>
<li><a href="#portfolio" class="page-scroll">Webtoons</a></li>
<li><a href="/login" class="page-scroll">Login</a></li>
</ul>
</div>
......@@ -49,7 +49,8 @@
<h1 style="font-family:Gugi">니툰내툰</h1>
<p>NAVER / DAUM / WEBTOONS</p>
<a href="#about" class="btn btn-custom btn-lg page-scroll">All the Webtoons</a> </div>
<a href="#about" class="btn btn-custom btn-lg page-scroll">About</a>
<a href="#portfolio" class="btn btn-custom btn-lg page-scroll" >All the Webtoons</a> </div>
</div>
</div>
</div>
......@@ -67,8 +68,8 @@
<div class="about-text">
<h2>Our Term-Project</h2>
<hr>
<!--수정해주세욤!-->
<p>마더 프로젝트 니툰내툰(YTMT)를 개선하는 프로젝트입니다. 네이버 웹툰 뿐만 아니라 다음 웹툰도 담을 수 있으며, 타인이 담은 웹툰도 확인할 수 있습니다.</p>
<!--수정해주세욤->수정완료!-->
<p>마더 프로젝트 니툰내툰(YTMT)를 개선하는 프로젝트입니다. 네이버 웹툰을 선택했을 시 평점순도 볼 수 있게 만들었으며, 로그인 플랫폼을 2개 추가 하였고 로그인 시 연령별 실시간 인기순위를 볼 수 있도록 했습니다.</p>
<h3>Programmers</h3>
<p>2017110276 이혜리 | 2018102184 김진우 | 2018102228 정대욱</p>
</div>
......@@ -76,6 +77,7 @@
</div>
</div>
</div>
<!-- Portfolio Section -->
<div id="portfolio">
<div class="section-title text-center center">
......@@ -156,11 +158,11 @@
</div>
<br>
<a href="/ViewScore">
<button>조회순</button>
<a href="/ViewScore" class="btn btn-custom btn-lg page-scroll">
조회순
</a>
<a href="/StarScore">
<button>별점순</button>
<a href="/StarScore" class="btn btn-custom btn-lg page-scroll">
별점순
</a>
......
......@@ -49,7 +49,8 @@
<h1 style="font-family:Gugi">니툰내툰</h1>
<p>NAVER / DAUM / WEBTOONS</p>
<a href="#about" class="btn btn-custom btn-lg page-scroll">All the Webtoons</a> </div>
<a href="#about" class="btn btn-custom btn-lg page-scroll">All the Webtoons</a>
<a href="#portfolio" class="btn btn-custom btn-lg page-scroll" >All the Webtoons</a> </div>
</div>
</div>
</div>
......@@ -68,7 +69,7 @@
<h2>Our Term-Project</h2>
<hr>
<!--수정해주세욤!-->
<p>마더 프로젝트 니툰내툰(YTMT)를 개선하는 프로젝트입니다. 네이버 웹툰 뿐만 아니라 다음 웹툰도 담을 수 있으며, 타인이 담은 웹툰도 확인할 수 있습니다.</p>
<p>마더 프로젝트 니툰내툰(YTMT)를 개선하는 프로젝트입니다. 네이버 웹툰을 선택했을 시 평점순도 볼 수 있게 만들었으며, 로그인 플랫폼을 2개 추가 하였고 로그인 시 연령별 실시간 인기순위를 볼 수 있도록 했습니다.</p>
<h3>Programmers</h3>
<p>2017110276 이혜리 | 2018102184 김진우 | 2018102228 정대욱</p>
</div>
......@@ -155,12 +156,13 @@
</div>
<br>
<a href="/ViewScore">
<button>조회순</button>
<a href="/ViewScore" class="btn btn-custom btn-lg page-scroll">
조회순
</a>
<a href="/StarScore">
<button>별점순</button>
<a href="/StarScore" class="btn btn-custom btn-lg page-scroll">
별점순
</a>
......