forked from fallin-tears/damn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
356 lines (341 loc) · 14.3 KB
/
faq.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>fraud.gay</title>
<link rel="icon" href="fraudstar.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css">
<style>
@font-face {
font-family: 'Satoshi';
src: url('Satoshi-Black.ttf') format('truetype');
}
body {
background-color: #000;
font-family: 'Satoshi', sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
::-webkit-scrollbar {
width: 7px;
background: transparent;
}
::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.7);
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 10px;
backdrop-filter: blur(10px);
}
::-webkit-scrollbar-track {
background: transparent;
}
#particles-js {
position: absolute;
width: 100%;
height: 100%;
background-color: transparent;
z-index: -1;
}
.container {
max-width: 1225px;
margin: 0 auto;
}
.privacy-container {
border: 2px solid rgba(255, 255, 255, 0.2);
background-color: rgba(0, 0, 0, 0.7);
border-radius: 20px;
backdrop-filter: blur(10px);
padding: 30px;
color: #fff;
}
.section-title {
font-size: 24px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 12px;
}
.sub-title {
font-size: 20px;
font-weight: bold;
margin-top: 16px;
margin-bottom: 10px;
}
.content {
font-size: 18px;
margin-bottom: 10px;
color: #e2e2e2;
}
.last-updated {
font-size: 16px;
opacity: 0.6;
}
@media screen and (max-width: 640px) {
.privacy-container {
padding: 20px;
}
.section-title {
font-size: 20px;
}
.sub-title {
font-size: 18px;
}
.content {
font-size: 16px;
}
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>
</head>
<body>
<div id="particles-js"></div>
<div class="min-h-screen flex items-center justify-center">
<div class="container">
<div class="privacy-container">
<h1 class="text-4xl font-bold mb-6">
<span style="font-weight: bold">Frequently Asked Questions</span> @ <a href="https://fraud.gay" style="font-weight: bold; text-decoration: underline">fraud.gay</a>
</h1>
<p class="last-updated">Last updated: 08/08/24</p>
<div class="section-title mt-6">Frequently Asked Questions:</div>
<div class="faq-box bg-black-200 border rounded-lg p-4 mb-4" id="faq-question-1">
<div class="flex items-center justify-between cursor-pointer" onclick="toggleFAQ(1)">
<div class="text-lg font-bold">What is fraud.gay?</div>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-black-600 toggle-arrow" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/>
</svg>
</div>
<div class="answer transition-max-height overflow-hidden max-h-0" id="faq-answer-1">
<div class="border-t mt-4 pt-4">
<p>fraud.gay is a paid biolink service programmed by restrict and domain owned by cudi, we offer other services like email forwarding and more.</p>
</div>
</div>
</div>
<div class="faq-box bg-black-200 border rounded-lg p-4 mb-4" id="faq-question-2">
<div class="flex items-center justify-between cursor-pointer" onclick="toggleFAQ(2)">
<div class="text-lg font-bold">What's a biolink?</div>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-black-600 toggle-arrow" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/>
</svg>
</div>
<div class="answer transition-max-height overflow-hidden max-h-0" id="faq-answer-2">
<div class="border-t mt-4 pt-4">
<p>A biolink is your online business card in your bio or personal website. They are used to promote and showcase your social media handles and show off your brands and projects, this can be used to increase attraction towards your socials or to help against impersonation.</p>
</div>
</div>
</div>
<div class="faq-box bg-black-200 border rounded-lg p-4 mb-4" id="faq-question-3">
<div class="flex items-center justify-between cursor-pointer" onclick="toggleFAQ(3)">
<div class="text-lg font-bold">How can i get a biolink?</div>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-black-600 toggle-arrow" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/>
</svg>
</div>
<div class="answer transition-max-height overflow-hidden max-h-0" id="faq-answer-3">
<div class="border-t mt-4 pt-4">
<p>Each biolink invitation is $2.99 which each has a variety of payment methods, after buying, just join our discord, next go the ticket channel and make a ticket and we will assist you throughout the way.</p>
</div>
</div>
</div>
<div class="faq-box bg-black-200 border rounded-lg p-4 mb-4" id="faq-question-4">
<div class="flex items-center justify-between cursor-pointer" onclick="toggleFAQ(4)">
<div class="text-lg font-bold">How can I get a badge?</div>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-black-600 toggle-arrow" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/>
</svg>
</div>
<div class="answer transition-max-height overflow-hidden max-h-0" id="faq-answer-4">
<div class="border-t mt-4 pt-4">
<p>Badges will be coming soon, badges that you will see early on, on some peoples profiles are mainly for testing purposes.</p>
</div>
</div>
</div>
<div class="faq-box bg-black-200 border rounded-lg p-4 mb-4" id="faq-question-5">
<div class="flex items-center justify-between cursor-pointer" onclick="toggleFAQ(5)">
<div class="text-lg font-bold">Does fraud.gay have a dashboard?</div>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-black-600 toggle-arrow" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/>
</svg>
</div>
<div class="answer transition-max-height overflow-hidden max-h-0" id="faq-answer-5">
<div class="border-t mt-4 pt-4">
<p>We sadly do not, fraud.gay was supposed to be a fun project but restrict only finds frontend fun and not backend but, it could probably be made in the future.</p>
</div>
</div>
</div>
<div class="faq-box bg-black-200 border rounded-lg p-4 mb-4" id="faq-question-6">
<div class="flex items-center justify-between cursor-pointer" onclick="toggleFAQ(6)">
<div class="text-lg font-bold">How do i update my biolink?</div>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-black-600 toggle-arrow" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/>
</svg>
</div>
<div class="answer transition-max-height overflow-hidden max-h-0" id="faq-answer-6">
<div class="border-t mt-4 pt-4">
<p>Just create a ticket in our discord server, list everything you want changed that follows a format, then wait for @adopters (restrict) till he changes it.</p>
</div>
</div>
</div>
<div class="faq-box bg-black-200 border rounded-lg p-4 mb-4" id="faq-question-7">
<div class="flex items-center justify-between cursor-pointer" onclick="toggleFAQ(7)">
<div class="text-lg font-bold">How can I get a fraud.gay email?</div>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-black-600 toggle-arrow" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/>
</svg>
</div>
<div class="answer transition-max-height overflow-hidden max-h-0" id="faq-answer-7">
<div class="border-t mt-4 pt-4">
<p>Currently not out for the public, coming soon so stay tuned.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
function toggleFAQ(id) {
const answer = document.getElementById(`faq-answer-${id}`);
const toggleArrow = document.getElementById(`faq-question-${id}`).querySelector(".toggle-arrow");
if (answer.style.maxHeight) {
answer.style.maxHeight = null;
toggleArrow.style.transform = "rotate(0deg)";
} else {
answer.style.maxHeight = answer.scrollHeight + "px";
toggleArrow.style.transform = "rotate(180deg)";
}
}
const titles = ["fraud.gay", "terms of service", "@adopters", "dont skid me", "biolink service"];
let currentIndex = 0;
function changetitle() {
document.title = titles[currentIndex];
currentIndex = (currentIndex + 1) % titles.length;
}
setInterval(changetitle, 100);
</script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
particlesJS("particles-js", {
"particles": {
"number": {
"value": 355,
"density": {
"enable": true,
"value_area": 789.14764163227279
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.79927153781200905,
"random": false,
"anim": {
"enable": true,
"speed": 0.2,
"opacity_min": 0,
"sync": false
}
},
"size": {
"value": 2,
"random": true,
"anim": {
"enable": true,
"speed": 2.6,
"size_min": 0,
"sync": false
}
},
"line_linked": {
"enable": false,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 0.3,
"direction": "none",
"random": true,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "bubble"
},
"onclick": {
"enable": true,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 400,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 83.91608391608392,
"size": 1,
"duration": 3,
"opacity": 1,
"speed": 3
},
"repulse": {
"distance": 200,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
});
});
</script>
</body>
</html>