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-07 20:06:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8b2e13e7bacaa679d60b3d562c8c22cf20c3fd1f
8b2e13e7
1 parent
85845113
TeamStat.html v0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
97 additions
and
0 deletions
TeamStat.html
TeamStat.html
0 → 100644
View file @
8b2e13e
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width"
,
initial-scale=
"1"
>
<title>
EPL 통계 사이트
</title>
<link
rel=
"stylesheet"
href=
"css/bootstrap.css"
>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
<meta
name=
"author"
content=
"김대욱, 정지은"
>
<meta
name=
"description"
content=
"리버풀 화이팅~!"
>
</head>
<body>
<nav
class=
"navbar navbar-default"
>
<div
class=
"contaner-fluid"
>
<div
class=
"navbar-header"
>
<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>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"index.html"
>
EPL 통계 사이트
</a>
</div>
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-1"
>
<ul
class=
"nav navbar-nav"
>
<li
class=
"active"
><a
href=
"index.html"
>
프로젝트 소개
<span
class=
"sr-only"
></span></a></li>
<li><a
href=
"TeamStanding.html"
>
팀 순위
</a></li>
<li><a
href=
"PersonalStanding.html"
>
개인 순위
</a></li>
<li
class=
"dropdown"
>
<a
href=
"TeamStat.html"
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=
"TeamStat.html?StatName=Possession"
>
점유율
</a></li>
<li><a
href=
"TeamStat.html?StatName=Goals"
>
득점
</a></li>
<li><a
href=
"TeamStat.html?StatName=ShotsOnTarget"
>
유효 슈팅
</a></li>
<li><a
href=
"TeamStat.html?StatName=Shots"
>
슈팅
</a></li>
<li><a
href=
"TeamStat.html?StatName=Pass"
>
경기당 패스 횟수
</a></li>
<li><a
href=
"TeamStat.html?StatName=PassingAccuracy"
>
패스 성공률
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
<a
href=
"PersonalStat.html"
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=
"PersonalStat.html?StatName=Goals"
>
득점
</a></li>
<li><a
href=
"PersonalStat.html?StatName=Assists"
>
어시스트
</a></li>
<li><a
href=
"PersonalStat.html?StatName=ShotsOnTarget"
>
유효 슈팅
</a></li>
<li><a
href=
"PersonalStat.html?StatName=Shots"
>
슈팅
</a></li>
<li><a
href=
"PersonalStat.html?StatName=CriticalPass"
>
중요 패스
</a></li>
<li><a
href=
"PersonalStat.html?StatName=Pass"
>
경기당 패스 횟수
</a></li>
<li><a
href=
"PersonalStat.html?StatName=PassingAccuracy"
>
패스 성공률
</a></li>
</ul>
</li>
<li><a
href=
"Comunity.html"
>
자유 게시판
</a></li>
</ul>
<form
class=
"navbar-form navbar-left"
>
<div
class=
"form-group"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"내용을 입력하세요."
>
</div>
<button
type=
"submit"
class=
"btn btn-default"
>
검색
</button>
</form>
<ul
class=
"nav navbar-nav navbar-right"
>
<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=
"loginForm.html"
>
로그인
</a></li>
<li><a
href=
"registerForm.html"
>
회원가입
</a></li>
</ul>
</li>
</li>
</ul>
</div>
</div>
</nav>
<footer
style=
"background-color:#33cc33; color:#ffffff"
>
<div
class=
"container"
>
<br>
<div
class=
"row"
>
<div
class=
"col-sm-2"
style=
"text-align: center;"
><h5>
Copyright
©
2020
</h5><h5>
김대욱(DaeWook Kim)
</h5></div>
<div
class=
"col-sm-4"
><h5>
작성자 소개
</h5><p>
저는 경희대학교 학생 김대욱입니다.
</p></div>
</div>
</div>
</footer>
<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