-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
391 lines (385 loc) · 13.7 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
<!-- what are you doing here? theres nothing to see -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fsh</title>
<!-- Boiler plate------ -->
<link rel="icon" href="/fsh.png" type="image/png">
<meta name="description" content="Fsh, a collection of tools that are free, secure and high-quality">
<!-- ------- -->
<link rel="stylesheet" href="/media/style.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="https://fsh.plus/fsh.png"/>
<meta name="theme-color" content="#a89c9b">
<!-- ------------------ -->
<style>
h1, h2, h3 {
text-align: center;
}
nav {
padding: 20px;
text-align: center;
background-color: var(--bg-0);
background-attachment: var(--a, local);
background-image: radial-gradient(circle at var(--x) var(--y), var(--bg-2) 0%, var(--bg-0) 20%);
}
img[alt="Github"] {
position: absolute;
top: 8px;
right: 8px;
border-radius: 1rem;
}
.list {
height: fit-content;
width: fit-content;
display: grid;
gap: 10px;
margin-inline: auto;
grid-template-columns: repeat(3, 1fr);
}
.list div {
width: 25vw;
border-radius: 0.5rem;
padding: 5px;
flex-grow: 0;
flex-shrink: 0;
position: relative;
background-color: var(--bg-2);
background-attachment: var(--a, local);
background-image: radial-gradient(circle at var(--x, 0px) var(--y, 0px), var(--bg-3) 0%, var(--bg-2) var(--b, 50%));
}
.list div span {
display: flex;
gap: 5px;
align-items: center;
}
.list div span p {
font-weight: bold;
}
.list div img {
height: 20px;
}
.devs {
display: flex;
gap: 50px;
justify-content: center;
text-align: center;
}
.devs > * {
color: var(--1);
margin: 0;
text-decoration: none;
}
.devs img {
border-radius: 0.5rem;
}
.rotating-text h2 {
display: inline-flex;
margin: 0;
vertical-align: top;
}
.rotating-text h2 .word {
position: absolute;
display: flex;
opacity: 0;
}
.rotating-text h2 .word .letter {
transform-origin: center center 25px;
}
.rotating-text h2 .word .letter.out {
transform: rotateX(90deg);
transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}
.rotating-text h2 .word .letter.in {
transition: 0.38s ease;
}
.rotating-text h2 .word .letter.behind {
transform: rotateX(-90deg);
}
</style>
<script>
if (!window.matchMedia(`(prefers-reduced-motion: reduce)`).matches) {
window.addEventListener("load", function() {
let body = document.body;
body.style.setProperty('--a', 'fixed');
body.style.setProperty('--b', '20%');
body.onpointermove = function(event) {
body.style.setProperty('--x', event.clientX+'px');
body.style.setProperty('--y', event.clientY+'px');
}
})
}
</script>
</head>
<body>
<nav>
<a href="#" onclick="location.href = '/game'">
<table class="title">
<tr>
<td><video onclick="location.href='https://fsh.plus/game';" src="/fsh.webm" playsinline autoplay muted loop width="100" alt="Spining low quality fish"></video></td>
<td><h1>Fsh</h1></td>
</tr>
</table>
</a>
<br>
<div class="rotating-text" style="transition:translate 500ms ease-in-out 0s">
<h2>Fsh is</h2>
<h2>
<span class="word">Free</span>
<span class="word">Secure</span>
<span class="word">High-Quality</span>
<span class="word">Fun</span>
<span class="word">Simple</span>
<span class="word">Helpful</span>
</h2>
</div>
<script>
// Rotating text by alphardex
let words = document.querySelectorAll(".word");
words.forEach(word => {
let letters = word.textContent.split("");
word.textContent = "";
letters.forEach(letter => {
let span = document.createElement("span");
span.textContent = letter;
span.className = "letter";
word.append(span);
});
});
let currentWordIndex = 0;
let maxWordIndex = words.length - 1;
words[currentWordIndex].style.opacity = "1";
let rotateText = () => {
let currentWord = words[currentWordIndex];
let nextWord = (currentWordIndex === maxWordIndex ? words[0] : words[currentWordIndex + 1]);
nextWord.parentElement.parentElement.style.translate = `-${nextWord.getBoundingClientRect().width/2}px`;
Array.from(currentWord.children).forEach((letter, i) => {
setTimeout(() => {
letter.className = "letter out";
}, i * 80);
});
nextWord.style.opacity = "1";
Array.from(nextWord.children).forEach((letter, i) => {
letter.className = "letter behind";
setTimeout(() => {
letter.className = "letter in";
}, 340 + i * 80);
});
currentWordIndex = (currentWordIndex === maxWordIndex ? 0 : currentWordIndex + 1);
};
setInterval(rotateText, 4000);
</script>
</nav>
<br>
<br>
<h2>Fsh products</h2>
<p style="text-align:center">Every wonderful thing we offer</p>
<h3>Users</h3>
<div class="list">
<div>
<span>
<img alt="Fsh bot logo" src="/fsh.png" onclick="clock()">
<p>Fsh Bot</p>
<a href="https://github.com/Fsh-org/Fsh-bot"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>Discord bot for your users that brings activity.</p>
<a href="https://bot.fsh.plus/invite"><button>Invite</button></a>
<a href="https://bot.fsh.plus"><button>Website</button></a>
</div>
<div>
<span>
<img alt="Fsh chat logo" src="/chat.png">
<p>Fsh Chat</p>
<a href="https://github.com/Fsh-org/Fsh-chat"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>Private and feature-full browser chat app.</p>
<a href="https://chat.fsh.plus"><button>App</button></a>
</div>
<div>
<span>
<p>Fsh Radio</p>
<a href="https://github.com/Fsh-org/Fsh-radio"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>Listen to songs live with people around the world.</p>
<a href="https://radio.fsh.plus"><button>Website</button></a>
</div>
<div>
<span>
<p>Fsh Flash</p>
<a href="https://github.com/Fsh-org/Fsh-flash"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>Online flash emulator.</p>
<a href="https://flash.fsh.plus"><button>Website</button></a>
</div>
<div>
<span>
<img alt="Fsh storage logo" src="/storage.jpg">
<p>Fsh Storage</p>
<a href="https://github.com/Fsh-org/Fsh-storage"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>Easy online file storage.</p>
<a href="https://storage.fsh.plus"><button>Website</button></a>
</div>
<div>
<span>
<p>Fsh REM</p>
<a href="https://github.com/Fsh-org/Fsh-rem"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>View recent earthquakes around the world.</p>
<a href="https://rem.fsh.plus"><button>Website</button></a>
</div>
</div>
<script>
// Time machine
let clo = 0;
function clock() {
clo += 1;
if (clo === 5) {
document.querySelector('link[rel="stylesheet"]').href = '/NewStyle.css';
}
if (clo === 10) {
document.querySelector('link[rel="stylesheet"]').href = '/style.css';
}
}
</script>
<h3>Tools</h3>
<div class="list">
<div>
<span>
<p>Fsh ToDo</p>
<a href="https://github.com/Fsh-org/Fsh-todo"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>A simple todo web app.</p>
<a href="https://todo.fsh.plus"><button>Website</button></a>
</div>
<div>
<span>
<img alt="Fsh link logo" src="/link.png">
<p>Fsh Link</p>
<a href="https://github.com/Fsh-org/Fsh-link"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>Online link shortener.</p>
<a href="https://link.fsh.plus"><button>Website</button></a>
</div>
<div>
<span>
<p>Fsh HTML</p>
<a href="https://github.com/Fsh-org/Fsh-html"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>Live html editor on the browser.</p>
<a href="https://html.fsh.plus/"><button>Website</button></a>
</div>
</div>
<h3>Development</h3>
<div class="list">
<div>
<span>
<img alt="Fsh api logo" src="/api.png">
<p>Fsh API</p>
<a href="https://github.com/Fsh-org/Fsh-api"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>Reliable and fast api with lots of endpoints.</p>
<a href="https://api.fsh.plus"><button>Endpoints</button></a>
</div>
<div>
<span>
<img alt="htms logo" src="/htms.svg">
<p>HTMS</p>
<a href="https://github.com/Fsh-org/HTMS"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>Divide your HTML in reusable samples.</p>
<a href="https://htms.fsh.plus/"><button>Website</button></a>
<a href="https://htms-docs.fsh.plus/"><button>Docs</button></a>
</div>
<div>
<span>
<p>Fsh PT</p>
<a href="https://github.com/Fsh-org/Fsh-pt"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>Pterodactyl user and application api web ui.</p>
<a href="https://pt.fsh.plus"><button>Website</button></a>
</div>
</div>
<h3>JS Packages</h3>
<div class="list">
<div>
<span>
<p>FshDB</p>
<img alt="NPM Version" src="https://img.shields.io/npm/v/fshdb">
<a href="https://github.com/Fsh-org/FshDB"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>A lightweight & fast json database.</p>
<a href="https://www.npmjs.com/package/fshdb"><button>NPM</button></a>
</div>
<div>
<span>
<p>Server HTMS</p>
<img alt="NPM Version" src="https://img.shields.io/npm/v/server-htms">
<a href="https://github.com/Fsh-org/Server-HTMS"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>A server version of htms.</p>
<a href="https://www.npmjs.com/package/fshdb"><button>NPM</button></a>
</div>
<div>
<span>
<p>rMQR</p>
<img alt="NPM Version" src="https://img.shields.io/npm/v/rmqr">
<a href="https://github.com/Fsh-org/rmqr"><img src="/media/github.png" target="_blank" alt="Github" height="20"/></a>
</span>
<p>Rectangular Micro QR code generator for node.</p>
<a href="https://www.npmjs.com/package/rmqr"><button>NPM</button></a>
</div>
</div>
<br>
<br>
<h3>Tools</h3>
<ul style="width:fit-content;text-align:left;margin-inline:auto;">
<li><a href="/tool/ai">AI Generation</a></li>
<li><a href="/tool/animal">Animal Images</a></li>
<li><a href="/tool/cps">CPS Counter</a></li>
<li><a href="/tool/time">Current Time</a></li>
<li><a href="/tool/image">Image Effects</a></li>
<li><a href="/tool/unicode">Unicode List</a></li>
<li><a href="/tool/youtube">Youtube Downloader</a></li>
<li><a href="/tool/ip">Your IP</a></li>
</ul>
<br>
<br>
<h2>Made by</h2>
<div class="devs">
<a href="https://frost.fsh.plus" target="_blank">
<img alt="Frost's profile picture" height="100" src="/media/pfp/frost.webp">
<h3>Frostzzone</h3>
<p>Backend dev</p>
</a>
<a href="https://inv.fsh.plus" target="_blank">
<img alt="Inv's profile picture" height="100" src="/media/pfp/inv.webp">
<h3>Inventionpro</h3>
<p>Aro cat dev</p>
</a>
</div>
<br>
<br>
<h2>Resources</h2>
<div style="text-align:center;width:fit-content;margin:0 auto;">
<p>General</p>
<a href="https://status.fsh.plus"><button>Status</button></a>
<a href="https://github.com/fsh-org"><button>Github</button></a>
<a href="/branding"><button>Branding</button></a>
<p>Legal</p>
<a href="/tos"><button>Terms of Service</button></a>
<a href="/pp"><button>Privacy Policy</button></a>
<p>Contact</p>
<p>help@fsh.plus</p>
</div>
<p id="copy" style="text-align:center">Fsh ©2023-2024</p>
<script>
// Auto adjust copyright (so different timezones see update as new year happens)
if (new Date().getFullYear() != 2024) {
document.getElementById("copy").innerHTML = `Fsh ©2023-${new Date().getFullYear()}`;
}
</script>
</body>
</html>