Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
HsienLu committed Nov 13, 2023
0 parents commit f8c5543
Show file tree
Hide file tree
Showing 14 changed files with 273 additions and 0 deletions.
21 changes: 21 additions & 0 deletions alreadyJoinedTeam.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>已加入隊伍</title>
<script src="https://kit.fontawesome.com/8eab62e458.js" crossorigin="anonymous"></script>
<script type="module" crossorigin src="/LOL-TeamMaster/assets/main-97cca646.js"></script>
<link rel="stylesheet" href="/LOL-TeamMaster/assets/main-2e8eb590.css">
</head>
<body>
<h1 class="header">我是 header</h1>
<a href="index.html">index</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a> <h1>我是contact</h1>
<footer class="footer">我是 footer</footer>

</body>
</html>
Binary file added assets/cat-0c0689ae.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/main-2e8eb590.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions assets/main-97cca646.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions buildTeam.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>建立隊伍</title>
<script src="https://kit.fontawesome.com/8eab62e458.js" crossorigin="anonymous"></script>
<script type="module" crossorigin src="/LOL-TeamMaster/assets/main-97cca646.js"></script>
<link rel="stylesheet" href="/LOL-TeamMaster/assets/main-2e8eb590.css">
</head>
<body>
<h1 class="header">我是 header</h1>
<a href="index.html">index</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a> <h1>我是contact</h1>
<footer class="footer">我是 footer</footer>

</body>
</html>
20 changes: 20 additions & 0 deletions editMemberProfile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>編輯會員資訊</title>
<script src="https://kit.fontawesome.com/8eab62e458.js" crossorigin="anonymous"></script>
<script type="module" crossorigin src="/LOL-TeamMaster/assets/main-97cca646.js"></script>
<link rel="stylesheet" href="/LOL-TeamMaster/assets/main-2e8eb590.css">
</head>
<body>
<h1 class="header">我是 header</h1>
<a href="index.html">index</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a> <h1>我是contact</h1>
<footer class="footer">我是 footer</footer>

</body>
</html>
20 changes: 20 additions & 0 deletions historicalTeamRecords.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>歷史組隊紀錄</title>
<script src="https://kit.fontawesome.com/8eab62e458.js" crossorigin="anonymous"></script>
<script type="module" crossorigin src="/LOL-TeamMaster/assets/main-97cca646.js"></script>
<link rel="stylesheet" href="/LOL-TeamMaster/assets/main-2e8eb590.css">
</head>
<body>
<h1 class="header">我是 header</h1>
<a href="index.html">index</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a> <h1>我是contact</h1>
<footer class="footer">我是 footer</footer>

</body>
</html>
61 changes: 61 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LOL 組隊大師</title>
<script src="https://kit.fontawesome.com/8eab62e458.js" crossorigin="anonymous"></script>
<script type="module" crossorigin src="/LOL-TeamMaster/assets/main-97cca646.js"></script>
<link rel="stylesheet" href="/LOL-TeamMaster/assets/main-2e8eb590.css">
</head>
<body>
<h1 class="header">我是 header</h1>
<a href="index.html">index</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a>
<h1 class="index-title fs-1">我是首頁</h1>

<div class="card" style="width: 18rem">
<img src="/LOL-TeamMaster/assets/cat-0c0689ae.jpg" class="card-img-top" alt="cat" />
<div class="card-body">
<h5 class="card-title">卡片元件</h5>
<p class="card-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque, odit, iusto odio assumenda alias id
nobis earum!
</p>
</div>
</div>

<!-- Modal 按鈕 -->
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal">
打開 modal
</button>

<!-- Modal 元件 -->
<div
class="modal fade"
id="exampleModal"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Modal 標題</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">內容</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">關閉</button>
<button type="button" class="btn btn-primary">確定</button>
</div>
</div>
</div>
</div>

<footer class="footer">我是 footer</footer>

</body>
</html>
20 changes: 20 additions & 0 deletions memberCentre.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>會員中心</title>
<script src="https://kit.fontawesome.com/8eab62e458.js" crossorigin="anonymous"></script>
<script type="module" crossorigin src="/LOL-TeamMaster/assets/main-97cca646.js"></script>
<link rel="stylesheet" href="/LOL-TeamMaster/assets/main-2e8eb590.css">
</head>
<body>
<h1 class="header">我是 header</h1>
<a href="index.html">index</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a> <h1>我是contact</h1>
<footer class="footer">我是 footer</footer>

</body>
</html>
20 changes: 20 additions & 0 deletions myTeamList.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>我的隊伍列表</title>
<script src="https://kit.fontawesome.com/8eab62e458.js" crossorigin="anonymous"></script>
<script type="module" crossorigin src="/LOL-TeamMaster/assets/main-97cca646.js"></script>
<link rel="stylesheet" href="/LOL-TeamMaster/assets/main-2e8eb590.css">
</head>
<body>
<h1 class="header">我是 header</h1>
<a href="index.html">index</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a> <h1>我是contact</h1>
<footer class="footer">我是 footer</footer>

</body>
</html>
20 changes: 20 additions & 0 deletions playerList.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>玩家列表</title>
<script src="https://kit.fontawesome.com/8eab62e458.js" crossorigin="anonymous"></script>
<script type="module" crossorigin src="/LOL-TeamMaster/assets/main-97cca646.js"></script>
<link rel="stylesheet" href="/LOL-TeamMaster/assets/main-2e8eb590.css">
</head>
<body>
<h1 class="header">我是 header</h1>
<a href="index.html">index</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a> <h1>我是about</h1>
<footer class="footer">我是 footer</footer>

</body>
</html>
20 changes: 20 additions & 0 deletions teamCreated.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>已建立的隊伍</title>
<script src="https://kit.fontawesome.com/8eab62e458.js" crossorigin="anonymous"></script>
<script type="module" crossorigin src="/LOL-TeamMaster/assets/main-97cca646.js"></script>
<link rel="stylesheet" href="/LOL-TeamMaster/assets/main-2e8eb590.css">
</head>
<body>
<h1 class="header">我是 header</h1>
<a href="index.html">index</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a> <h1>我是contact</h1>
<footer class="footer">我是 footer</footer>

</body>
</html>
20 changes: 20 additions & 0 deletions teamDetails.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>隊伍詳細資訊</title>
<script src="https://kit.fontawesome.com/8eab62e458.js" crossorigin="anonymous"></script>
<script type="module" crossorigin src="/LOL-TeamMaster/assets/main-97cca646.js"></script>
<link rel="stylesheet" href="/LOL-TeamMaster/assets/main-2e8eb590.css">
</head>
<body>
<h1 class="header">我是 header</h1>
<a href="index.html">index</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a> <h1>我是about</h1>
<footer class="footer">我是 footer</footer>

</body>
</html>
20 changes: 20 additions & 0 deletions teamList.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>隊伍列表</title>
<script src="https://kit.fontawesome.com/8eab62e458.js" crossorigin="anonymous"></script>
<script type="module" crossorigin src="/LOL-TeamMaster/assets/main-97cca646.js"></script>
<link rel="stylesheet" href="/LOL-TeamMaster/assets/main-2e8eb590.css">
</head>
<body>
<h1 class="header">我是 header</h1>
<a href="index.html">index</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a> <h1>我是contact</h1>
<footer class="footer">我是 footer</footer>

</body>
</html>

0 comments on commit f8c5543

Please sign in to comment.