Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대욱
/
OSS_PROJECT
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
김대욱
2020-12-05 13:52:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e34ec107215f9cdfb31f73a6e742366a192ebb8b
e34ec107
1 parent
bee87216
index.html v0.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
4 deletions
index.html
index.html
View file @
e34ec10
...
...
@@ -23,7 +23,7 @@
<nav
class=
"navbar navbar-default"
>
<div
class=
"contaner-fluid"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse
d
"
<button
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#bs-example-navbar-collapse-1"
aria-expanded=
"false"
>
<span>
class="sr-only"
</span>
<span>
class="icon-bar"
</span>
...
...
@@ -35,14 +35,37 @@
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-1"
>
<ul
class=
"nav navbar-nav"
>
<li
class=
"active"
><a
href=
"#"
>
프로젝트 소개
<span
class=
"sr-only"
></span></a></li>
<li><a
href=
"#"
>
팀 통계
</a></li>
<li><a
href=
"#"
>
개인 통계
</a></li>
<li><a
href=
"#"
>
팀 순위
</a></li>
<li><a
href=
"#"
>
개인 순위
</a></li>
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
팀별 통계
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
점유율
</a></li>
<li><a
href=
"#"
>
유효 슈팅
</a></li>
<li><a
href=
"#"
>
슈팅
</a></li>
<li><a
href=
"#"
>
패스 성공률
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
개인별 통계
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
득점
</a></li>
<li><a
href=
"#"
>
어시스트
</a></li>
<li><a
href=
"#"
>
유효 슈팅
</a></li>
<li><a
href=
"#"
>
슈팅
</a></li>
<li><a
href=
"#"
>
중요 패스
</a></li>
<li><a
href=
"#"
>
패스 성공률
</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<script
src=
"http://code.jquery.com/jquery-3.1.1.min.js"
></script>
<script
src=
"js/bootstrap.js"
></script>
</body>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment