forked from MiscGuild/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
483 lines (386 loc) · 16.6 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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Miscellaneous</title>
<meta name="description" content="Welcome to Miscellaneous, a Hypixel Guild for the best of the best."/>
<meta name="theme-color" content="#dc57eb" /><meta name="msapplication-TileColor" content="#dc57eb" />
<meta property="og:image" content="https://miscguild.github.io/images/misc.png">
<link rel="icon" type="image/png" href="images/image0-4.jpg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/creativetimofficial/tailwind-starter-kit/compiled-tailwind.min.css" />
</head>
<script defer src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script defer src="script.js"></script>
<script defer src="navbar.js"></script>
<script src="jqery-min.js"></script>
<script>
$(document).ready(function(){
$("body").css("display", "none");
$("body").fadeIn(400);
})
</script>
<body class="text-gray-800 antialiased">
<nav class="top-0 absolute z-50 w-full flex flex-wrap items-center justify-between px-2 py-3 navbar-expand-lg">
<div class="container px-4 mx-auto flex flex-wrap items-center justify-between">
<div class="w-full relative flex justify-between lg:w-auto lg:static lg:block lg:justify-start">
<a class="text-lg font-bold leading-relaxed fas fa-home inline-block mr-4 py-2 whitespace-no-wrap uppercase text-white"
href="./index.html">
<!-- <img class="img-shade"src="images/misc.png" alt="Miscellaneous Guild" style="height: 15%; width: 15%;"> -->
</a>
<button
class="cursor-pointer text-xl leading-none px-3 py-1 border border-solid border-transparent rounded bg-transparent block lg:hidden outline-none focus:outline-none"
type="button" onclick="toggleNavbar('collapse')">
<i class="text-white fas fa-bars"></i>
</button>
</div>
<div class="lg:flex flex-grow items-center bg-white lg:bg-transparent lg:shadow-none hidden"
id="collapse">
<ul class="flex flex-col lg:flex-row list-none lg:ml-auto">
<li class="flex items-center">
</li>
<a class="lg:text-white lg:hover:text-gray-300 text-gray-800 px-3 py-4 lg:py-2 flex items-center text-xs uppercase font-bold"
href="./rules.html"> Rules ⠀
<i class="lg:text-gray-300 text-gray-500 fas fa-book text-lg leading-lg "></i>
<span class="lg:hidden inline-https://miscguild.xyz/rules ml-2"></span>
</a>
<a class="lg:text-white lg:hover:text-gray-300 text-gray-800 px-3 py-4 lg:py-2 flex items-center text-xs uppercase font-bold"
href="./requirements.html"> Requirements ⠀
<i class="lg:text-gray-300 text-gray-500 fas fa-tasks text-lg leading-lg "></i>
<span class="lg:hidden inline-https://miscguild.xyz/requirements ml-2"></span>
</a>
<li class="flex items-center">
<a class="lg:text-white lg:hover:text-gray-300 text-gray-800 px-3 py-4 lg:py-2 flex items-center text-xs uppercase font-bold"
href="https://discord.gg/2w8S6H5xjf"> Discord⠀
<i class="lg:text-gray-300 text-gray-500 fab fa-discord text-lg leading-lg "></i>
<span class="lg:hidden inline-https://discord.gg/2w8S6H5xjfblock ml-2"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<main>
<script>
jQuery($ => {
const speed = 1000;
$('a[href*="#"]')
.filter((i, a) => a.getAttribute('href').startsWith('#') || a.href.startsWith(`${location.href}#`))
.unbind('click.smoothScroll')
.bind('click.smoothScroll', event => {
const targetId = event.currentTarget.getAttribute('href').split('#')[1];
const targetElement = document.getElementById(targetId);
if (targetElement) {
event.preventDefault();
$('html, body').animate({ scrollTop: $(targetElement).offset().top }, speed);
}
});
});
</script>
<div class="relative pt-16 pb-32 flex content-center items-center justify-center" style="min-height: 75vh;">
<div class="absolute top-0 w-full h-full bg-cover bg-center bg-no-repeat"
style="background: url(images/bg.jpg)" style="height: 10px; width: 10px;">
<span id="blackOverlay" class="w-full h-full absolute opacity-75 bg-black"></span>
</div>
<div class="container relative mx-auto">
<div class="items-center flex flex-wrap">
<div class="w-full lg:w-6/12 px-4 ml-auto mr-auto text-center">
<div class="pr-12">
<h1 class="text-white font-semibold text-5xl">
Miscellaneous
</h1>
<p class="mt-4 text-lg text-gray-300">
A Hypixel Guild for the best of the best
</p>
<br>
<a href="#aboutus" class="button-1"><button>About us!</button></a>
<br>
<style>
.button-1 {
background-color: #e84846;
border: none;
color: white;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 18px;
}
</style>
</div>
</div>
</div>
</div>
<div class="top-auto bottom-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden"
style="height: 70px; transform: translateZ(0);">
<svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"
version="1.1" viewBox="0 0 2560 100" x="0" y="0">
<polygon class="text-gray-300 fill-current" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
</div>
<section class="pb-20 bg-gray-300 -mt-24">
<style>
.e84846{
background-color: #e84846;
}
</style>
<div class="container mx-auto px-4">
<div class="flex flex-wrap">
<div class="lg:pt-12 pt-6 w-full md:w-4/12 px-4 text-center" data-aos="fade-right" data-aos-delay="1200">
<div class="relative flex flex-col min-w-0 break-words bg-white w-full mb-8 shadow-lg rounded-lg">
<div class="px-4 py-5 flex-auto">
<div
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full e84846">
<i class="fas fa-clock"></i>
</div>
<h6 class="text-xl font-semibold">Around Since 2014!</h6>
<p class="mt-2 mb-4 text-gray-600">
Our guild was made back in 2014, making us one of the oldest guilds still around!
</p>
</div>
</div>
</div>
<div class="w-full md:w-4/12 px-4 text-center" data-aos="fade-up" data-aos-delay="1400">
<div class="relative flex flex-col min-w-0 break-words bg-white w-full mb-8 shadow-lg rounded-lg">
<div class="px-4 py-5 flex-auto">
<div
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full e84846">
<i class="fas fa-chart-line"></i>
</div>
<h6 class="text-xl font-semibold">Top 30 in the world!</h6>
<p class="mt-2 mb-4 text-gray-600">
Our guild is currently ranked 23 out of all guilds on Hypixel!
</p>
</div>
</div>
<a id="aboutus"></a>
</div>
<div class="pt-6 w-full md:w-4/12 px-4 text-center" data-aos="fade-left" data-aos-delay="1600">
<div class="relative flex flex-col min-w-0 break-words bg-white w-full mb-8 shadow-lg rounded-lg">
<div class="px-4 py-5 flex-auto">
<div
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full e84846">
<i class="fas fa-users"></i>
</div>
<h6 class="text-xl font-semibold">Great Community!</h6>
<p class="mt-2 mb-4 text-gray-600">
We like to have fun, play games together hold events and giveaways.
</p>
</div>
</div>
</div>
</div>
<div class="rev flex flex-wrap items-center mt-32" data-aos="fade-up">
<div class="w-full md:w-5/12 px-4 mr-auto ml-auto" data-aos="">
<div
class="text-gray-600 p-3 text-center">
</div> <h1 class="text-gray font-semibold text-5xl"> <i class=" text-center inline-flex items-center justify-center w-16 h-16 mb-6 shadow-lg rounded-full bg-gray-100 fas fa-trophy text-1px"></i>
About us
</h1>
<h3 class="text-3xl mb-2 font-semibold leading-normal">
</h3>
</div>
<style>
* {
box-sizing: border-box;
}
.rev{
border-radius: 12px;
background: #ffffff;
margin: auto;
padding: 20px;
width: 75%;
}
</style>
<div class="text-item">
<div class="box text-center" >
<p>
Miscellaneous is an all-games-guild that was created back in 2014. Our primary goal is to be a guild which is friendly to everyone. We do not have any mad, miserably high requirements; however, this doesn't mean that we don't have requirements. We do have requirements and the role of these requirements is to keep us from losing our position on the guild leaderboards which we have achieved over the years. We derived our name from the fact that everyone is different, and we don't all fit into the one same category. Additionally, we have a Discord server with over 350 users.</p>
</div>
</div>
</div>
<br><br><br><br><br>
</div>
<style>
.button4 {
background-color: #e84846;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 12px;
}
.grad {
background-image: linear-gradient(to bottom right, red, orange , orange , yellow);
width: 70%;
margin: auto;
}
.grad-discord {
background-image: linear-gradient(to bottom right, #7289da, #2c2f33);
width: 90%;
height: 250px;
position:absolute;
left:0;
right:0;
margin: auto;
}
.button-2 {
background-color: #e84846;
border: none;
color: white;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 18px;
}
.mobile {
margin-left: auto;
margin-right: auto;
}
</style>
<br><br><br>
</section>
<section class="pb-20 relative block bg-gray-900">
<div class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style="height: 80px; transform: translateZ(0);">
<svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"
version="1.1" viewBox="0 0 2560 100" x="0" y="0">
<polygon class="text-gray-900 fill-current" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
<h1 class="text-white font-semibold text-5xl text-center">
Miscellaneous Guild Stats
</h1>
<script>
console.log("Getting Guild Information....")
console.log(":-/ waiting...")
$.getJSON("https://api.slothpixel.me/api/guilds/ElijahRus", function(json) {
const level = json.level
console.log("Guild Level " + json.level);
console.log("Total Members " + json.members.length);
console.log("Total Exp " + json.exp);
document.getElementById("glvl").value = json.level;
document.getElementById("gmembers").value = json.members.length;
var badexp = json.exp
var exp = badexp.toLocaleString()
console.log("Converting exp to include commas...")
console.log("Converted exp with commas " + exp)
console.log(":)")
document.getElementById("exp").value = exp;
}
);
</script>
<style>
.stat{
background-color: transparent !important;
padding: auto;
margin: auto;
}
@media(max-width:767px) {
.statistic {
text-align: center;
}
}
</style>
<div class="header">
<input class="stat text-center statistic" readonly id="glvl" name="glvl"></input>
<p>Guild Level</p>
<br>
<div class="header">
<input class="stat text-center statistic" readonly id="gmembers" name="gmembers"></input>
<p>Guild Members</p>
<br>
<div class="header">
<input class="stat text-center statistic" readonly id="exp" name="exp"></input>
<p>Total Exp</p>
<br>
<div class="grad-discord text-center relative flex flex-col break-words mb-8 shadow-lg rounded-lg" data-aos="fade-up">
<div class="px-4 py-5 flex-auto">
<h6 class="text-5xl text-white font-semibold">Join the discord</h6>
<p class="mt-2 mb-4 text-white text-med">
To find out more and interact with the community </p>
<a href="https://discord.gg/bHFWukp" class="button button-2"><i class="fab fa-discord"></i> Join our discord</a>
</div>
</div>
<br><br><br>
</div>
<style>
.header {
padding: 60px;
text-align: center;
background: transparent;
color: white;
font-size: 30px;
}
.content {padding:20px;}
</style>
</div>
</div>
</div>
</main>
</div>
</section>
<footer class="relative bg-gray-300 pt-8 pb-6">
<div class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style="height: 80px; transform: translateZ(0);">
<svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"
version="1.1" viewBox="0 0 2560 100" x="0" y="0">
<polygon class="text-gray-300 fill-current" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div><div class="container mx-auto px-4">
<div class="flex flex-wrap">
<div class="w-full lg:w-6/12 px-4">
<img class="img-shade"src="images/misc.png" alt="Misc Guild" style="height: 50%; width: 30%;">
<h5 class="text-lg mt-0 mb-2 text-gray-700">
Find us on our discord or in game, Join us with <code>/g join Miscellaneous</code>
<h5 class="text-sm mt-0 mb-2 text-gray-700"></h5>
We are in no way affilated with Mojang, Minecraft, Hypixel Network or Hypixel Studios
</h5>
</div>
<div class="w-full lg:w-6/12 px-4">
<div class="flex flex-wrap items-top mb-6">
<div class="w-full lg:w-4/12 px-4 ml-auto">
<br><br><br><br><br>
<span class="block uppercase text-gray-600 text-med font-semibold mb-2">Find us at</span>
<ul class="list-unstyled">
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-med"
href="https://discord.gg/2w8S6H5xjf">Discord</a>
</li>
<!-- <li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-med"
href="https://twitter.com/MiscGuild">Twitter</a>
</li> -->
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-med"
a href="https://hypixel.net/threads/miscellaneous-misc-level-114-top-28-guild-2014-guild.853102/">Hypixel Fourms</a>
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
<hr class="my-6 border-gray-400" />
<div class="flex flex-wrap items-center md:justify-between justify-center">
<div class="w-full md:w-4/12 px-4 mx-auto text-center">
<div class="text-sm text-gray-600 font-semibold py-1">
Copyright © 2014-2021 Miscellaneous Guild
</div>
</div>
</div>
</div>
</footer>
</body>
</html>