-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrules.html
166 lines (152 loc) · 10.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZGRAD - Server Guidelines</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="/assets/logos/favicon.png">
<!-- General Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://zgrad.gg/rules">
<meta property="og:title" content="ZGRAD - Server Guidelines">
<meta property="og:description" content="Learn about ZGRAD's server rules and guidelines. Understand our community standards to ensure a fair and enjoyable gaming experience for everyone.">
<meta property="og:image" content="https://zgrad.gg/assets/logos/large-logo.png">
<!-- Individual Rule Meta Tags -->
<meta property="og:rule1:title" content="ZGRAD Rule #1">
<meta property="og:rule1:description" content="Killing other players or teammates without a valid reason is prohibited.">
<meta property="og:rule2:title" content="ZGRAD Rule #2">
<meta property="og:rule2:description" content="Do not harass/intentionally annoy other players.">
<meta property="og:rule3:title" content="ZGRAD Rule #3">
<meta property="og:rule3:description" content="Mic Spamming/earraping is not allowed.">
<meta property="og:rule4:title" content="ZGRAD Rule #4">
<meta property="og:rule4:description" content="Modifying your game to provide an unfair advantage (cheating/exploiting) will result in a permanent ban.">
<meta property="og:rule5:title" content="ZGRAD Rule #5">
<meta property="og:rule5:description" content="Threatening or attempting to dox/DDoS other players will result in a permanent ban.">
<meta property="og:rule6:title" content="ZGRAD Rule #6">
<meta property="og:rule6:description" content="NSFW content is not allowed.">
<meta property="og:rule7:title" content="ZGRAD Rule #7">
<meta property="og:rule7:description" content="Do not engage in/use offensive behavior or language.">
<meta property="og:rule8:title" content="ZGRAD Rule #8">
<meta property="og:rule8:description" content="Do not break rules because someone else is breaking them; you will also be punished.">
<meta property="og:rule9:title" content="ZGRAD Rule #9">
<meta property="og:rule9:description" content="We are an english speaking server, so keep all-chat in english.">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ZGRAD - Server Guidelines">
<meta name="twitter:description" content="Learn about ZGRAD's server rules and guidelines. Understand our community standards to ensure a fair and enjoyable gaming experience for everyone.">
<meta name="twitter:image" content="https://zgrad.gg/assets/logos/large-logo.png">
<!-- Stylesheets -->
<link href="/css/zgrad/rules.css" rel="stylesheet">
<link rel="stylesheet" href="/css/shared.css">
</head>
<body>
<div class="rules-header">
<div class="header-row">
<div class="header-content">
<h1 class="server-name">zgrad.gg</h1>
<h2 class="description">SERVER GUIDELINES</h2>
</div>
</div>
</div>
<div class="rules-box">
<div class="rules-title">USE COMMON SENSE</div>
<div class="rules-content">
<ol>
<li id="rule1">
<div class="rule-container">
<span class="rule-text">Killing other players or teammates without a valid reason is prohibited.</span>
<button class="link-button" onclick="copyLink(1)" aria-label="Copy link to rule">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
<path fill="currentColor" d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>
</svg>
</button>
</div>
</li>
<li id="rule2">
<div class="rule-container">
<span class="rule-text">Do not harass/intentionally annoy other players.</span>
<button class="link-button" onclick="copyLink(2)" aria-label="Copy link to rule">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
<path fill="currentColor" d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>
</svg>
</button>
</div>
</li>
<li id="rule3">
<div class="rule-container">
<span class="rule-text">Mic Spamming/earraping is not allowed.</span>
<button class="link-button" onclick="copyLink(3)" aria-label="Copy link to rule">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
<path fill="currentColor" d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>
</svg>
</button>
</div>
</li>
<li id="rule4">
<div class="rule-container">
<span class="rule-text">Modifying your game to provide an unfair advantage (cheating/exploiting) will result in a permanent ban.</span>
<button class="link-button" onclick="copyLink(4)" aria-label="Copy link to rule">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
<path fill="currentColor" d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>
</svg>
</button>
</div>
</li>
<li id="rule5">
<div class="rule-container">
<span class="rule-text">Threatening or attempting to dox/DDoS other players will result in a permanent ban.</span>
<button class="link-button" onclick="copyLink(5)" aria-label="Copy link to rule">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
<path fill="currentColor" d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>
</svg>
</button>
</div>
</li>
<li id="rule6">
<div class="rule-container">
<span class="rule-text">NSFW content is not allowed.</span>
<button class="link-button" onclick="copyLink(6)" aria-label="Copy link to rule">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
<path fill="currentColor" d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>
</svg>
</button>
</div>
</li>
<li id="rule7">
<div class="rule-container">
<span class="rule-text">Do not engage in/use offensive behavior or language.</span>
<button class="link-button" onclick="copyLink(7)" aria-label="Copy link to rule">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
<path fill="currentColor" d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>
</svg>
</button>
</div>
</li>
<li id="rule8">
<div class="rule-container">
<span class="rule-text">Do not break rules because someone else is breaking them; you will also be punished.</span>
<button class="link-button" onclick="copyLink(8)" aria-label="Copy link to rule">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
<path fill="currentColor" d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>
</svg>
</button>
</div>
</li>
<li id="rule9">
<div class="rule-container">
<span class="rule-text">We are an english speaking server, so keep all-chat in english.</span>
<button class="link-button" onclick="copyLink(1)" aria-label="Copy link to rule">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
<path fill="currentColor" d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>
</svg>
</button>
</div>
</li>
</ol>
</div>
</div>
<!-- Scripts -->
<script src="/js/elements/rules.js"></script>
</body>
</html>