Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김진우
/
YTMT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
정대욱
2019-12-01 18:53:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cdb1e3c5f990ac2e227f09ead4e34d27a9092691
cdb1e3c5
1 parent
e7a97f56
all webtoons 버튼 기능
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
14 deletions
views/index.ejs
views/index2.ejs
views/index.ejs
View file @
cdb1e3c
...
...
@@ -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"
>
Webtoo
n
s
</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>
...
...
views/index2.ejs
View file @
cdb1e3c
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment