-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
267 lines (239 loc) · 10.9 KB
/
index.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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124813131-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124813131-2');
</script>
<!-- Google Adsense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7335154697231417",
enable_page_level_ads: true
});
</script>
<title>LibertyLand - Home</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="canonical" href="https://libertyland.xyz">
<link rel="stylesheet" href="assets/css/main.css"/>
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic">
<link rel="icon" href="https://libertyland.xyz/img/icon.ico">
<noscript><link rel="stylesheet" href="assets/css/noscript.css"/></noscript>
<meta http-equiv="X-UA-Compatible" content="ie-edge">
<meta name="theme-color" content="#343a40">
<meta name="description" content="LibertyLand Network's website">
<meta name="author" content="Artuto & LIBLND Contributors">
<meta property="og:site_name" content="LibertyLand - Home">
<meta property="og:title" content="LibertyLand - Home">
<meta property="og:url" content="https://libertyland.xyz">
<meta property="og:description" content="LibertyLand Network's website">
<meta property="og:image" content="https://libertyland.xyz/img/icon.png">
<!-- Copyright (C) 2017-2021 - LibertyLand Network & LIBLND - All Rights Reserved -->
</head>
<body class="landing">
<!-- Warn -->
<div id="warn" class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span>
<br>
<h2>Important Information about LibertyLand</h2>
</div>
<div class="modal-body">
<br>
<p>LibertyLand is having funding issues to continue its operations,
as such, LibertyLand has been shut down by our hosting provider due to
missing payments. Therefore, we ask you for your support to continue running.</p>
<p>Please visit our <a href="https://store.libertyland.xyz">webstore</a> if you want to support us.
We have set up a Community Goal so you can track how much is needed. Thanks!</p>
</div>
</div>
</div>
<!-- Warn Script -->
<script>
var modal = document.getElementById('warn');
modal.style.display = "block";
document.getElementsByClassName("close")[0].onclick = function() {
modal.style.display = "none";
}
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="https://libertyland.xyz">LibertyLand</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<!-- `target="_blank"` means the links will open in a new tab -->
<li><a href="https://libertyland.xyz">Home</a></li>
<li><a href="vote">Vote</a></li>
<li><a href="services">Services</a></li>
<li><a href="https://forums.libertyland.xyz" target="_blank">Forums</a></li>
<li><a href="https://discord.gg/kcGUDFd" target="_blank">Discord</a></li>
<li><a href="https://bans.libertyland.xyz" target="_blank">Punishments</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<div>
<img src="img/logo.png" alt="" class="banner-responsive">
</div>
<ul class="actions special">
<li><button onclick="copyToClipboard('.button.primary.java');" class="button primary java">mc.libertyland.xyz</button></li>
<li><button onclick="copyToClipboard('.button.primary.bedrock');" class="button primary bedrock">bedrock.libertyland.xyz</button></li>
</ul>
<ul class="actions special">
<li><a href="https://store.libertyland.xyz" class="button">Store</a></li>
<li><a href="https://forums.libertyland.xyz" class="button">Forums</a></li>
<li><a href="vote" class="button">Vote for us</a></li>
</ul>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>A New server and a new experience</h2>
<p>
We work constantly on the server to keep our users happy.
Most of our custom projects and forks are Open Source, so anyone can contribute.
We take in account all of the feedback we get from our users.
The donations for our server go directly to pay hosting.
</p>
</header>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<!-- Towny -->
<section class="spotlight">
<div class="image"><img src="img/content/new/towny.webp" alt=""/></div>
<div class="content">
<h2>Towny</h2>
<p>
Our main gamemode is Towny - a town-like mode where you can create your own town, join someone else's and start wars!<br>
Build a fancy tower to scare off your enemies, a top-secret villain meeting point or simply your own, personal base to snuggle.<br>
Start epic PVP battles in the resources world, or marry another player and live the love!
</p>
</div>
</section>
<!-- KitBattle -->
<section class="spotlight">
<div class="image"><img src="img/content/new/kitbattle.webp" alt=""/></div>
<div class="content">
<h2>KitBattle</h2>
<p>
Ready to live amazing fights in the battlefield? Jump in into the KitBattle server and rank up by obtaining XP.<br>
Try the different kits and buy new ones with abilities and custom items!
</p>
</div>
</section>
<!-- Weekly Events -->
<section class="spotlight">
<div class="image"><img src="img/content/new/events.webp" alt=""/></div>
<div class="content">
<h2>Weekly Events</h2>
<p>
Whether is Towny or KitBattle, we have fun weekly events to compete against other players or just for fun.<br>
Earn prizes for participating, invite your friends and join the event!
</p>
</div>
</section>
<!-- Bedrock -->
<section class="spotlight">
<div class="image"><img src="img/content/versions.webp" alt=""/></div>
<div class="content">
<h2>Bedrock Support</h2>
<p>
Along with the latest version of Java Ediion, we also support Bedrock Edition on its latest version.<br>
Java and Bedrock players can play together in the same server and world.<br>
Manage your town from Minecraft in your phone or join the battle using a controller in supported consoles.<br>
Check out our <a href="https://forums.libertyland.xyz/threads/6/">guide on how to connect</a>.
</p>
</div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>More of our Features</h2>
<p>
Still want more info about LibertyLand? We've got you covered.<br>
</p>
</header>
<ul class="features">
<li class="icon fa-paper-plane-o">
<h3>Great ping and uptime</h3>
<p>We are under a professional global distribution server to provide our users the best lag-free experience.</p>
</li>
<li class="icon fa-question">
<h3>User support</h3>
<p>
Need help? Don't hesitate to reach out to us in our <a href="https://discord.gg/kcGUDFd">Discord server</a>.<br>
Don't have a Discord account? No problem! You can always contact us at <a href="https://forums.libertyland.xyz">the Forums</a>
or <a href="mailto:[email protected]">send us an email</a> for the important stuff.
</p>
</li>
<li class="icon fa-code">
<h3>Custom items and mechanics</h3>
<p>We have exclusive content waiting for you!</p>
</li>
<li class="icon fa-toolbox">
<h3>OP Tools</h3>
<p>
Created for the more exigent players.<br>
Do your tasks in minutes with our OP Tools.
</p>
</li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/LibertyLandMC" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://facebook.com/LibertyLandMC" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://instagram.com/LibertyLandMC" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Support</span></a></li>
</ul>
<ul class="copyright">
<li>
© 2017-2021 LibertyLand Network & LIBLND - All Rights Reserved
</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://kit.fontawesome.com/1c97424785.js" crossorigin="anonymous"></script>
</body>
</html>