-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotes.html
198 lines (187 loc) · 6.68 KB
/
notes.html
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Open ATBP is a multiplayer online battle arena (MOBA) game based on the Adventure Time series. It features 19 unique Champions and intense 3v3 sessions where teams battle to destroy the enemy base.">
<meta name="keywords" content="Open ATBP, MOBA game, Adventure Time, multiplayer online battle arena, 3v3 game, Champions, game release, video game, Adventure Time Battle Party">
<meta property="og:title" content="Open ATBP - Multiplayer MOBA Game Based on Adventure Time">
<meta property="og:description" content="Play Open ATBP, a thrilling MOBA game inspired by Adventure Time. Control one of 19 unique Champions in intense 3v3 battles.">
<meta property="og:image" content="atbp-bee.png">
<meta property="og:url" content="https://www.openatbp.xyz/notes.html">
<meta property="og:type" content="website">
<meta name="robots" content="index, follow">
<title>OpenATBP Patch Notes</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=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" href="img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<style>
#patch-section {
margin-top: 2em;
display: flex;
flex-wrap: wrap;
flex-direction:row-reverse;
justify-content: center;
align-items: center;
}
#patch-section table {
margin-right: 1em;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.patch-container {
font-size: 1.5em;
color: white;
border-collapse: collapse;
table-layout: auto;
background-color: rgb(6, 17, 31);
}
.patch-container td {
border: 1px solid white;
text-align: center;
overflow: hidden;
}
.patch-container img {
display: block;
width: 15vw;
height: auto;
overflow: hidden;
transition: transform 0.2s ease;
}
.patch-container tr:nth-child(1) td {
padding: 0;
}
.patch-container tr:nth-child(2) td,
.patch-container tr:nth-child(3) td {
padding: 0.3em;
}
a {
text-decoration: none;
}
a:hover img {
transform: scale(1.1);
}
@media (max-width: 768px) {
.patch-container img {
width: 60vw;
height: auto;
}
#patch-section table {
margin-right: 0;
margin-top: 1rem;
}
#patch-section {
flex-direction: column-reverse;
}
}
</style>
</head>
<body>
<div id="navigation">
<a href="https://www.reddit.com/r/battleparty/" target="_blank"><img src="img/reddit.png" alt="r/battleparty" id="reddit-link-img"></a>
<img src="../img/atbp-bee.png" id="nav-logo" alt="Open ATBP Logo">
<img src="../img/menu.png" alt="menu" id="mobile-nav-open-btn">
<div id="mobile-nav">
<table>
<tr>
<td><img src="img/close.png" alt="close" id="mobile-nav-close"></td>
</tr>
<tr>
<td><a href="index.html">DOWNLOAD</a></td>
</tr>
<tr>
<td><a href="wiki-home.html">WIKI</a></td>
</tr>
<tr>
<td><a href="spicybattle.html">SPICY BATTLE</a></td>
</tr>
<tr>
<td><a target="_blank" href="https://discord.gg/YzJkPDjZxG">DISCORD SERVER</a></td>
</tr>
<tr>
<td><a target="_blank" href="https://github.com/OpenATBP/OpenATBP">GITHUB</a></td>
</tr>
</table>
</div>
<div id="desktop-nav">
<a class="navigation-a" href="index.html">DOWNLOAD</a>
<a class="navigation-a" href="wiki-home.html">WIKI</a>
<a class="navigation-a" href="spicybattle.html">SPICY BATTLE</a>
<a class="navigation-a" target="_blank" href="https://discord.gg/YzJkPDjZxG">DISCORD SERVER</a>
<a class="navigation-a" target="_blank" href="https://github.com/OpenATBP/OpenATBP">GITHUB</a>
</div>
</div>
<div id="patch-section">
<a href="patch-notes/1.1.html">
<table class="patch-container">
<tr>
<td>
<img src="img/patch-images/billy.png">
</td>
</tr>
<tr>
<td>Patch Notes 1.1</td>
</tr>
<tr>
<td>08/10/2024</td>
</tr>
</table>
</a>
<a href="patch-notes/1.2.html">
<table class="patch-container">
<tr>
<td><img src="img/patch-images/hunson.png"></td>
</tr>
<tr>
<td>Patch Notes 1.2</td>
</tr>
<tr>
<td>08/13/2024</td>
</tr>
</table>
</a>
<a href="patch-notes/1.3.html">
<table class="patch-container">
<tr>
<td><img src="img/patch-images/cinnamon-bun.png"></td>
</tr>
<tr>
<td>Patch Notes 1.3</td>
</tr>
<tr>
<td>09/07/2024</td>
</tr>
</table>
</a>
<a href="patch-notes/1.4.html">
<table class="patch-container">
<tr>
<td><img src="img/patch-images/ice-king.png"></td>
</tr>
<tr>
<td>Patch Notes 1.4</td>
</tr>
<tr>
<td>12/20/2024</td>
</tr>
</table>
</a>
<a href="patch-notes/1.4.1.html">
<table class="patch-container">
<tr>
<td><img src="img/patch-images/gunter.png"></td>
</tr>
<tr>
<td>Patch Notes 1.4.1</td>
</tr>
<tr>
<td>01/20/2025</td>
</tr>
</table>
</a>
</div>
<script type="text/javascript" src="mobile-nav-handler.js" ></script>
</body>
</html>