-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathclans.html
More file actions
142 lines (135 loc) · 6.94 KB
/
clans.html
File metadata and controls
142 lines (135 loc) · 6.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width"/>
<title>Battles 2 Popology</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Urbanist&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Urbanist&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Gabarito&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="styles/style.css"/>
</head>
<body>
<main id="main">
<div class="coverImage" id="coverImage"></div>
<div class="statsPageWrapper">
<div class="statsPageBody" id="statsPageBody">
<div class="headerStyle" id="header">
<h4 class="luckiestGuy title">Battles 2 Popology</h4>
<div class="headerContent">
<a href="index.html"><h5>Home</h5></a>
<a href="popology.html"><h5>Popology</h5></a>
<a href="clans.html"><h5 style="text-decoration: underline 2px;text-underline-offset: 2px;">Clan</h5></a>
<a href="tournaments.html"><h5>Tournaments</h5></a>
<!-- <a href="balance.html"><h5>Balancing</h5></a> -->
<a href="https://discord.com/invite/9YAaxDXAYZ"><h5>Discord</h5></a>
</div>
<div class="menuIcon" id="menuIcon">
<span class="material-symbols-outlined menuIcon">menu</span>
</div>
</div>
<div></div>
<section>
<h1 class="luckiestGuy luckiestGuyShadow titleSection">Battles 2 Popology Clan</h1>
</section>
<div class="clanPageContainer">
<section class="roundedBoxSection">
<p>Notice: This page is still under construction.</p>
</section>
<section class="roundedBoxSection">
<h4 class="luckiestGuy">About</h4>
<p>This is the official Popology Battles 2 clan! To learn more, join the <a href="https://discord.com/invite/9YAaxDXAYZ">Discord server</a>.</p>
</section>
<div id="clanWarsContainer" class="clanWarsContainer">
</div>
</div>
</div>
</div>
</main>
<dialog class="playerDataWindow" id="playerDataWindow">
<div class="playerCoverImage"></div>
<div class="playerDataContent">
<div class="playerDataWindowHeader">
<div id="avatar">
</div>
<div class="playerDataNameContainer">
<h3 class="luckiestGuy" id="playerDataWindowOfficialName">officialName</h3>
<h6 id="playerDataWindowName">APIName</h6>
</div>
<div class="closeButtonContainer" id="closeButton">
<span class="material-symbols-outlined closeButton">close</span>
</div>
<div>
</div>
</div>
<div class="horizontalLine strongLineStyle"></div>
<div class="mainPlayerContent">
<!-- <section class="simplePlayerDataContainer">
<div>
<h6>Rank</h6>
<p id="rank"></p>
</div>
<div class="b2lolButtonContainer">
<button class="b2lolButton" id="b2lolButton"><div>View on b2.lol</div><span class="material-symbols-outlined">arrow_outward</span></button>
</div>
</section> -->
<section class="simplePlayerDataContainer">
<div>
<h6>Trophies</h6>
<p id="trophies"></p>
</div>
<div>
<h6>Club Member</h6>
<p id="clubMember"></p>
</div>
</section>
<section>
<h5 id="recentMatchesText"></h5>
<div class="matches" id="matches">
</div>
</section>
<section>
<h5 id="badgesText">Badges</h5>
<div class="gap"></div>
<div class="badges" id="badges">
</div>
</section>
<!--<section>
<h5>Towers</h5>
<div class="towers" id="towers">
</div>
</section>-->
</div>
</div>
</dialog>
<dialog class="menu" id="menu">
<div class="menuHeader">
<h2 class="luckiestGuy">Battles 2 Popology</h2>
<span class="material-symbols-outlined menuClose" id="menuCloseButton">close</span>
</div>
<a href="index.html"><h3>Home</h3></a>
<a href="popology.html"><h3>Popology</h3></a>
<a href="clans.html"><h3>Clan</h3></a>
<a href="tournaments.html"><h3>Tournaments</h3></a>
<a href="balance.html"><h3>Balancing</h3></a>
<a href="https://discord.com/invite/9YAaxDXAYZ"><h3>Discord Server</h3></a>
</dialog>
</body>
<script type="module" src="scripts/clans.js"></script>
<style id="coverImageStyle">
.coverImage {
background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url('media/Clans/Week4Background.png');
@media (prefers-color-scheme: dark) {
background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url('media/Clans/Week4Background.png');
}
}
</style>
<div id="playerBannerStyle">
</div>
</html>