-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
180 lines (180 loc) · 10.5 KB
/
index.html
File metadata and controls
180 lines (180 loc) · 10.5 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width"/>
<title>BCS 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 href="https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&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 href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Code+Pro&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/style.css"/>
<link rel="stylesheet" href="styles/home.css"/>
<script type="module" src="scripts/coverImage.js"></script>
</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="bcsfont title">BCS Popology</h4>
<div class="headerContent">
<a href="index.html"><h5 style="text-decoration: underline 2px;text-underline-offset: 2px;">Home</h5></a>
<a href="popology.html"><h5>Popology</h5></a>
<a href="deckBuilder.html" ><h5>Deck Builder</h5></a>
<a href="https://discord.gg/mJDw5qzvHV"><h5>Discord</h5></a>
</div>
<div class="menuIcon" id="menuIcon">
<span class="material-symbols-outlined menuIcon">menu</span>
</div>
</div>
<section class="welcomeContainer">
<h1>Welcome to the Bloons Card Storm Popology!</h1>
</section>
<section class="blankSection linksSection">
<!-- <section class="roundedBoxSection contentInfoSection">
<div class="simpleWithButton">
<div>
<h4>BCS Firstlook Test!</h4>
<p>Learn more about a beta test for BCS coming soon!</p>
</div>
<div>
<a href="https://www.reddit.com/r/bloonscardstorm/comments/1cz3xjk/bloons_card_storm_firstlook_test/" target="blank" class="buttonAnchor">
<button class="linkToExternalButton">
<h6>Learn more</h6>
<span class="material-symbols-outlined linkToExternal">arrow_outward</span>
</button>
</a>
</div>
</div>
</section> -->
</section>
<!-- <section class="blankSection">
<div>
<h2>Categories</h2>
<div class="horizontalLine strongLineStyle thick"></div>
</div>
<div class="categoryButtonContainer">
<a href="popology.html?page=heroes">
<div class="categoryButton heroesCategoryButton">
<h4>Heroes</h4>
</div>
</a>
<a href="popology.html?page=bloons">
<div class="categoryButton bloonsCategoryButton">
<h4>Bloons</h4>
</div>
</a>
<a href="popology.html?page=towers">
<div class="categoryButton towersCategoryButton">
<h4>Towers</h4>
</div>
</a>
<a href="popology.html?page=powers">
<div class="categoryButton powersCategoryButton">
<h4>Powers</h4>
</div>
</a>
</div>
</section> -->
<section class="blankSection">
<section class="roundedBoxSection">
<h4>Credits</h4>
<p>Website adapted from the <a href="https://b2popology.com">Battles 2 Popology</a>. If you'd like to help contribute, join our Discord server!</p>
</section>
</section>
<!-- <section class="blankSection">
<div>
<h2>Resources</h2>
<div class="horizontalLine strongLineStyle thick"></div>
</div>
<div class="resourcesSection">
<section class="roundedBoxSection">
<div class="resourceTitleContainer">
<h4>b2.lol</h4>
<h6>by SpoonOil</h6>
</div>
<div class="horizontalLine"></div>
<p>Get stats on any player in HoM including a recent game history, and access to a full HoM leaderboard, courtesy of the
<a class="linkUnderline" href="https://data.ninjakiwi.com/">Ninja Kiwi API</a>.</p>
<a href="https://b2.lol/" target="blank" class="buttonAnchor">
<button class="linkToExternalButton resourceButton">
<h6>Visit resource</h6>
<span class="material-symbols-outlined linkToExternal">arrow_outward</span>
</button>
</a>
</section>
</div>
</section> -->
<section class="blankSection">
<div>
<h2>Other Games</h2>
<div class="horizontalLine strongLineStyle thick"></div>
</div>
<div class="resourcesSection otherGamesSection">
<a href="https://b2popology.com">
<button class="roundedBoxSection b2popologyButton">
<h4 class="luckiestGuy">Battles 2 Popology</h4>
</button>
</a>
<a href="https://btd6central.com">
<button class="roundedBoxSection btd6centralButton">
<h4>BTD6 Central <p>by Nitjus</p></h4>
</button>
</a>
</div>
</section>
<section class="blankSection">
<section class="roundedBoxSection discordSection">
<h3>BCS Popology Discord</h3>
<a href="https://discord.gg/mJDw5qzvHV" target="blank" class="buttonAnchor">
<button class="linkToExternalButton resourceButton discordButton">
<h6>Join the server</h6>
<span class="material-symbols-outlined linkToExternal">arrow_outward</span>
</button>
</a>
</section>
</section>
<section class="blankSection">
<section class="roundedBoxSection">
<div class="versionHistoryContainer">
<div>
<h5>Version History</h5>
<p>View a detailed update history of this website.</p>
</div>
<div class="versionHistoryPush">
<a href="updates.html">
<button class="linkToExternalButton">
<h6>View Version History</h6>
<span class="material-symbols-outlined linkToExternal">arrow_outward</span>
</button>
</a>
</div>
</div>
</section>
</section>
</div>
</div>
</main>
</body>
<dialog class="menu" id="menu">
<div class="menuHeader">
<h2 class="bcsfont">Bloons Card Storm 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="deckBuilder.html"><h3>Deck Builder</h3></a>
<a href="https://discord.gg/mJDw5qzvHV"><h3>Discord Server</h3></a>
</dialog>
<style id="coverImageStyle"></style>
<script type="module" src="scripts/home.js"></script>
</html>