forked from saiarjun546/SlimeCraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
200 lines (187 loc) · 6.27 KB
/
support.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=`, initial-scale=1.0">
<!-- bootstrap css -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- local css -->
<!-- <link rel="stylesheet" href="styles.css"> -->
<link rel="shortcut icon" href="https://cdn.discordapp.com/attachments/923817462552727559/964105919376019536/ezgif.com-gif-maker.gif" type="image/x-icon">
<title>Support</title>
</head>
<style>
/* common stuff */
html{
scroll-behavior: smooth;
}
.bg{
background-image: linear-gradient(45deg, #000000 0%, #414141 74%);
animation: animate-bg 10s infinite ease-in-out;
background-size: 400% 400%;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
@keyframes animate-bg{
0%{
background-position: 0% 50%;
}
50%{
background-position:100% 50%;
}
100%{
background-position: 0% 50%;
}
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.sticky + .container {
margin-top: 50px;
padding-top: 40px;
}
.header h3{
color: white;
font-size: 40px;
text-align: center;
}
nav p {
font-size: 24px;
color: #fff;
font-weight: bold;
}
nav ul{
margin-top: 10px;
}
#first-link{
margin-left: 420px;
}
nav{
position: sticky;
}
.nav-link{
font-size: 18px;
display: inline-block;
color: #fff;
text-decoration: none;
padding: 10px 30px ;
border: 2px solid #3c67e3;
border-radius: 10px;
margin-left: 15px;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 20px;
padding-left: 20px;
}
}
.nav-link:hover{
animation: pulse 1s ease-in-out infinite;
color: white;
}
@keyframes pulse {
0%{
box-shadow: 0 0 25px #5ddcff, 0 0 50px #4e00c2;
}
}
.navbar-nav .nav-link {
padding: 10px 20px;
}
.container{
margin: 50px 0 0 100px;
color: white;
padding: 40px 0 0 50px;
/* background-color: rgba(0,0,0,0.5); */
position: absolute;
float: right;
width: 1100px;
}
.top-btn{
position: fixed;
bottom: 100px;
right: 130px;
width: 10px;
height: 0px;
border-radius: 50%;
}
.container p{
font-size: 19px;
}
#google-form{
margin: 200px 0 0 200px;
}
.step-images{
margin: 50px 0 50px 200px;
}
.server-pic{
width: 1000px;
height: auto;
margin: 50px 0;
border-radius: 10px;
}
</style>
<body>
<div class="bg"></div>
<header class="sticky-top">
<div class="header">
<h3>Lorem ipsum dolor sit.</h3>
<!-- <h3>Lorem ipsum dolor sit.</h3> -->
</div>
<nav class="navbar navbar-expand-lg bg-transparent sticky-top" id="navbar">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="https://cdn.discordapp.com/attachments/923817462552727559/964105919376019536/ezgif.com-gif-maker.gif" alt="" width="50px" height="50px" class="d-inline-block align-text-top">
</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<p id="server-name">SlimeCraft SMP</p>
</li>
<li class="nav-item" id="first-link">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="features.html">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="wiki.html">Wiki</a>
</li>
<li class="nav-item">
<a class="nav-link" href="support.html">Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="join.html">Join Us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="content" id="top">
<h1>Support</h1>
<p>If you have any issues with the server, please contact us through our <a href="join.html">Discord Server</a> by creating a ticket. <br>
<b>HOW TO CREATE TICKET:</b> <br>
<b>Step 1:</b> Verify your discord account by completing the captcha in the discord server. <br>
<b>Step 2:</b> Go to <a href="https://discord.com/channels/923817461550297108/923817461877456905" target="_blank">『🎟』ticket-here</a><br>
<img src="https://cdn.discordapp.com/attachments/901714249758425112/966316714247725086/unknown.png" alt="step 2 image" class="step-images"> <br>
<b>Step 3:</b> Read the rules and follow the steps given in the channel <br>
<img src="https://cdn.discordapp.com/attachments/901714249758425112/966317523417071636/unknown.png" alt="step 3 image" class="step-images"> <br>
<b>Step 4:</b> Once you have created a ticket, describe the issue, the staff will contact you as soon as possible. <br><br>
OR you can contact us by filling a <a href="https://docs.google.com/forms/d/e/1FAIpQLSeYNFUNhdbHjowvvhdJT0VBzI1A5WqkjqO3U2gD5Um_-lodYQ/viewform?usp=sf_link">Google form</a>.
<b>NOTE - You will get a faster response in tickets , we don't check Google form often so if you made a Google form please notify staff about it!</b>
</p>
</div>
<div class="top-btn">
<a href="support.html#top"><img src="up-arrow-img.png" alt="go to top" height="50px"></a>
</div>
</div>
</body>
<script src="script.js"></script>
</html>