-
Notifications
You must be signed in to change notification settings - Fork 3
/
rules.html
320 lines (264 loc) · 13.3 KB
/
rules.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Miscellaneous | Rules</title>
<meta name="description" content="Welcome to Miscellaneous Guild, a Hypixel Guild for the best of the best. On this page you will find the requirements for higher ranks and to stay in the guild!"/>
<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" />
<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(){
// to fade in on page load
$("body").css("display", "none");
$("body").fadeIn(400);
// to fade out before redirect
$('a').click(function(e){
redirect = $(this).attr('href');
e.preventDefault();
$('body').fadeOut(400, function(){
document.location.href = redirect
});
});
})
</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('example-collapse-navbar')">
<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="example-collapse-navbar">
<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>
<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 Rules
</h1>
<p class="mt-4 text-lg text-gray-300">
While you are in this guild you are subject to follow these rules.
</p>
<br>
<a class=" button-00 " href="./index.html" ><i class="fas fa-home"></i> Go Home</a>
<br>
<style>
.button-00 {
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>
<style>
rules {
margin-left: 10%;
margin-right: 10%;
}
</style>
<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>
<style>
p {
margin: 0 auto;
width: auto;
margin-left: 25%;
margin-right: 25%;
}
</style>
<h1 class="text-gray text-center font-semibold text-3xl">
IN-GAME RULES
</h1>
<p class="mt-4 text-lg text-gray-900">
<b>1.</b> All <u><a style="color:#e84846" href="https://hypixel.net/rules">Hypixel Rules</a></u> apply.
</p>
<p class="mt-4 text-lg text-gray-900">
<b>2.</b> Please be respectful of all guild members.
</p>
<p class="mt-4 text-lg text-gray-900">
<b>3.</b> Keep chat appropriate at all times.
</p>
<p class="mt-4 text-lg text-gray-900">
<b>4.</b> Cheating will result in an immediate in-game blacklist from the guild.
</p>
<p class="mt-4 text-lg text-gray-900">
<b>5.</b> Refrain from spamming messages in guild chat or guild party chats.
</p>
<p class="mt-4 text-lg text-gray-900">
<b>6.</b> Your Discord nick must match your in-game name.
</p>
<p class="mt-4 text-lg text-gray-900">
If you are kicked, please understand that the staff team as adequate reasoning to kick you.
You are most welcome to reapply and/or ask the staff team why you were kicked.
</p>
<br><br><br>
<h1 class="text-gray text-center font-semibold text-3xl">
DISCORD RULES
</h1>
<p class="mt-4 text-lg text-gray-900">
<b>1.</b> Be cool, kind, and civil. Treat all members with respect and express your thoughts in
a constructive manner.
</p>
<p class="mt-4 text-lg text-gray-900">
<b>2.</b> Use English only. Communicate in English, but be considerate of all languages.
</p>
<p class="mt-4 text-lg text-gray-900">
<b>3.</b> Use an appropriate name and avatar. Avoid special characters, emoji, obscenities,
and impersonation.
</p>
<p class="mt-4 text-lg text-gray-900">
<b>4.</b> Do not spam. Avoid excessive messages, images, formatting, emoji, commands, and
@mentions.
</p>
<p class="mt-4 text-lg text-gray-900">
<b>5.</b> Do not @mention or direct message Miscellaneous Staff unnecessarily. Respect
their time, they are people too.
</p>
<p class="mt-4 text-lg text-gray-900">
<b>6.</b> No self-promotion or advertisements. This includes unsolicited references and links
to other social media, servers, communities, and services in chat or direct messages.
</p>
<p class="mt-4 text-lg text-gray-900">
<b>7.</b> No personal information. Protect your privacy and the privacy of others.</p>
<p class="mt-4 text-lg text-gray-900">
<b>8.</b> No harassment, abuse, or bullying. We have zero-tolerance for harming others.</p>
<p class="mt-4 text-lg text-gray-900">
<b>9.</b> No racist, sexist, anti-LGBTQ+, or otherwise offensive content. We have zero-
tolerance for hate speech.</p>
<p class="mt-4 text-lg text-gray-900">
<b>10.</b> No political or religious topics. These complex subjects result in controversial and offensive posts.</p>
<p class="mt-4 text-lg text-gray-900">
<b>11.</b> No piracy, sexual, NSFW, or otherwise suspicious content. We do not condone illegal or suspicious discussions and activity.</p>
<p class="mt-4 text-lg text-gray-900">
<b>12.</b> Rules are subject to <u><a style="color:#e84846" href="https://www.yourdictionary.com/common-sense">common sense.</a></u> These rules are not comprehensive and the use of loopholes to violate the spirit of these rules is subject to enforcement. </p>
<p class="mt-4 text-lg text-gray-900">
<b>13.</b> <u><a style="color:#e84846" href="https://discord.com/terms">Discord Terms of Service and Community Guidelines</a></u> apply. You must be at least 13 years old to use Discord, and abide by all other terms and guidelines.</p>
<br><br><br>
<h1 class="text-gray text-center font-semibold text-3xl">
NOTICE
</h1>
<p class="mt-4 text-lg text-gray-900">
The RULES can change at any time for any reason. Make sure you always read the latest
rules in our <u><a style="color:#e84846" href="https://discord.com/invite/2w8S6H5xjf">Discord</a></u>.</p>
<p class="mt-4 text-lg text-gray-900">
If you have any questions regarding the rules, please contact a staff member on our
<u><a style="color:#e84846" href="https://discord.com/invite/2w8S6H5xjf">Discord</a></u>.</p>
<br><br>
<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>