-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
409 lines (401 loc) · 24.8 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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Software Collection</title>
<link rel="icon" type="image/x-icon" href="https://upload.wikimedia.org/wikipedia/commons/2/2e/Saikatham_Books_Logo.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
</head>
<body class="container-fluid" data-bs-theme="light">
<header class="row mb-4 p-2 text-primary-emphasis bg-primary-subtle border border-primary-subtle">
<a id="toggle-dark-mode" class="col text-start" href="#" onclick="toggle_dark_mode(this);">
<i class="bi bi-moon-fill"></i>
</a>
<span class="col text-center">Software Collection</span>
<span class="col text-end">Orgise</span>
</header>
<div class="container">
<main>
<div class="accordion mb-4" id="accordion">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseOne" aria-controls="collapseOne" aria-expanded="false">
Utilities
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse" aria-labelledby="headingOne">
<div class="accordion-body row row-gap-3">
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/bmi">
<button type="button" class="btn btn-primary w-100 h-100">Body Mass Index Calculator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/pwd-gen">
<button type="button" class="btn btn-primary w-100 h-100">Password Generator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/random-number">
<button type="button" class="btn btn-primary w-100 h-100">Random Number Generator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/dice">
<button type="button" class="btn btn-primary w-100 h-100">Dice Roller</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/sketchpad">
<button type="button" class="btn btn-primary w-100 h-100">Sketchpad</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/pixel-sketchpad">
<button type="button" class="btn btn-primary w-100 h-100">Pixel Sketchpad</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/pixelizer">
<button type="button" class="btn btn-primary w-100 h-100">Pixelizer</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/calendar">
<button type="button" class="btn btn-primary w-100 h-100">Calendar</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/cronometer">
<button type="button" class="btn btn-primary w-100 h-100">Cronometer</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/pomodoro">
<button type="button" class="btn btn-primary w-100 h-100">Pomodoro Clock</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/periodic-table">
<button type="button" class="btn btn-primary w-100 h-100">Periodic Table of Elements</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/flip-a-coin">
<button type="button" class="btn btn-primary w-100 h-100">Flip a Coin</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/todolist">
<button type="button" class="btn btn-primary w-100 h-100">To-Do List</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/tombstone-gen">
<button type="button" class="btn btn-primary w-100 h-100">Tombstone Generator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/time-units-conversor">
<button type="button" class="btn btn-primary w-100 h-100">Time Units Conversor</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/color-palette">
<button type="button" class="btn btn-primary w-100 h-100">Color Palette</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/color-picker">
<button type="button" class="btn btn-primary w-100 h-100">Color Picker</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/online-tools-master">
<button type="button" class="btn btn-primary w-100 h-100">Hash coder/encoder</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/base-converter">
<button type="button" class="btn btn-primary w-100 h-100">Base converter</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/cool-fonts">
<button type="button" class="btn btn-primary w-100 h-100">Cool Fonts</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/cursed-text-generator">
<button type="button" class="btn btn-primary w-100 h-100">Cursed Text Generator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/calculator">
<button type="button" class="btn btn-primary w-100 h-100">Calculator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/names-generator">
<button type="button" class="btn btn-primary w-100 h-100">Names generator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/random-group-generator">
<button type="button" class="btn btn-primary w-100 h-100">Random group generator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/random-winner">
<button type="button" class="btn btn-primary w-100 h-100">Random winner</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/secret-santa">
<button type="button" class="btn btn-primary w-100 h-100">Secret santa</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/spin-the-bottle">
<button type="button" class="btn btn-primary w-100 h-100">Spin the bottle</button>
</a>
<a class="col-lg-2 col-md-4"
href="https://www.mclibre.org/consultar/htmlcss/html/html-unicode-dibujos.html">
<button type="button" class="btn btn-primary w-100 h-100">Emoji picker</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/utilities/webrtc-screensharing">
<button type="button" class="btn btn-primary w-100 h-100">WebRTC screensharing</button>
</a>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseTwo" aria-controls="collapseTwo" aria-expanded="false">
Single Player Games
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo">
<div class="accordion-body row row-gap-3">
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/chess">
<button type="button" class="btn btn-primary w-100 h-100">Chess (Player vs Computer)</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/chess-pursuit">
<button type="button" class="btn btn-primary w-100 h-100">Chess Pursuit</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/5-in-a-row">
<button type="button" class="btn btn-primary w-100 h-100">5-in-a-row</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/memory">
<button type="button" class="btn btn-primary w-100 h-100">Memory Card Game</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/mouse-lab">
<button type="button" class="btn btn-primary w-100 h-100">Mouse Laberynth</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/pacman">
<button type="button" class="btn btn-primary w-100 h-100">Pac-Man</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/pong">
<button type="button" class="btn btn-primary w-100 h-100">Pong</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/rubik">
<button type="button" class="btn btn-primary w-100 h-100">Rubik’s Cube</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/simon">
<button type="button" class="btn btn-primary w-100 h-100">Simon</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/snake">
<button type="button" class="btn btn-primary w-100 h-100">Snake</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/tower">
<button type="button" class="btn btn-primary w-100 h-100">Tower Builder</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/word-guessing">
<button type="button" class="btn btn-primary w-100 h-100">Word Guessing</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/cube-ninja">
<button type="button" class="btn btn-primary w-100 h-100">Cube Ninja</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/traffic-run">
<button type="button" class="btn btn-primary w-100 h-100">Traffic Run</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/2048">
<button type="button" class="btn btn-primary w-100 h-100">2048</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/axe-throw">
<button type="button" class="btn btn-primary w-100 h-100">Axe Throw</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/sudoku">
<button type="button" class="btn btn-primary w-100 h-100">Sudoku</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/tetris">
<button type="button" class="btn btn-primary w-100 h-100">Tetris</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/checkers">
<button type="button" class="btn btn-primary w-100 h-100">Checkers</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/arkanoid">
<button type="button" class="btn btn-primary w-100 h-100">Arkanoid</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/minesweeper">
<button type="button" class="btn btn-primary w-100 h-100">Minesweeper</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/stick-hero">
<button type="button" class="btn btn-primary w-100 h-100">Stick Hero</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/flappy-bird">
<button type="button" class="btn btn-primary w-100 h-100">Flappy Bird</button>
</a>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Two Player Games
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree">
<div class="accordion-body row row-gap-3">
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/toe">
<button type="button" class="btn btn-primary w-100 h-100">Tic-Tac-Toe</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/4-in-a-row">
<button type="button" class="btn btn-primary w-100 h-100">4-in-a-row</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/2p-chess">
<button type="button" class="btn btn-primary w-100 h-100">Chess</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/games/football">
<button type="button" class="btn btn-primary w-100 h-100">Football</button>
</a>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Music
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour">
<div class="accordion-body row row-gap-3">
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/music/3dpiano">
<button type="button" class="btn btn-primary w-100 h-100">Piano 3D</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/music/piano">
<button type="button" class="btn btn-primary w-100 h-100">Online Piano</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/music/guitar-tuner">
<button type="button" class="btn btn-primary w-100 h-100">Guitar Tuner</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/music/guitar-tab-creator">
<button type="button" class="btn btn-primary w-100 h-100">Guitar Tab Creator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/music/step">
<button type="button" class="btn btn-primary w-100 h-100">Step Melody Creator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/music/play-xylophone">
<button type="button" class="btn btn-primary w-100 h-100">Play Xylophone</button>
</a>
<!-- Music resources -->
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/music/recorder_collection.pdf">
<button type="button" class="btn btn-info w-100 h-100">Recorder collection</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/music/recorder_positions.pdf">
<button type="button" class="btn btn-info w-100 h-100">Recorder positions</button>
</a>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFive">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
Impress your friends
</button>
</h2>
<div id="collapseFive" class="accordion-collapse collapse" aria-labelledby="headingFive">
<div class="accordion-body row row-gap-3">
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/cool/gravity">
<button type="button" class="btn btn-primary w-100 h-100">Gravity</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/cool/curtain">
<button type="button" class="btn btn-primary w-100 h-100">Shake the Curtain</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/cool/rainbow-image">
<button type="button" class="btn btn-primary w-100 h-100">Rainbow Background Image</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/cool/matrix">
<button type="button" class="btn btn-primary w-100 h-100">Matrix Digital Rain</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/cool/hacking-simulator">
<button type="button" class="btn btn-primary w-100 h-100">Hacking Simulator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/cool/wannacry">
<button type="button" class="btn btn-primary w-100 h-100">WannaCry Simulator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/cool/w10-update">
<button type="button" class="btn btn-primary w-100 h-100">Windows 10 Update Simulator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/cool/w11-update">
<button type="button" class="btn btn-primary w-100 h-100">Windows 11 Update Simulator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/cool/w10-simulator">
<button type="button" class="btn btn-primary w-100 h-100">Windows 10 Simulator</button>
</a>
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/cool/macos-simulator">
<button type="button" class="btn btn-primary w-100 h-100">MacOS Simulator</button>
</a>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingSix">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseSix" aria-expanded="true" aria-controls="collapseSix">
Manuals and scripts
</button>
</h2>
<div id="collapseSix" class="accordion-collapse collapse show" aria-labelledby="headingSix">
<div class="accordion-body row row-gap-3">
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/tree/main/scripts">
<button type="button" class="btn btn-info w-100 h-100">Scripts</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_linux.md">
<button type="button" class="btn btn-info w-100 h-100">GNU/Linux</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_arch.md">
<button type="button" class="btn btn-info w-100 h-100">Arch Linux</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_debian.md">
<button type="button" class="btn btn-info w-100 h-100">Debian</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_fedora.md">
<button type="button" class="btn btn-info w-100 h-100">Fedora</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_proxmox.md">
<button type="button" class="btn btn-info w-100 h-100">Proxmox</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_git.md">
<button type="button" class="btn btn-info w-100 h-100">Git</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_android.md">
<button type="button" class="btn btn-info w-100 h-100">Android</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_docker.md">
<button type="button" class="btn btn-info w-100 h-100">Docker</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_lxc.md">
<button type="button" class="btn btn-info w-100 h-100">LXC</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_lxd.md">
<button type="button" class="btn btn-info w-100 h-100">LXD</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_sql.md">
<button type="button" class="btn btn-info w-100 h-100">SQL</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_emmet.md">
<button type="button" class="btn btn-info w-100 h-100">Emmet</button>
</a>
<a class="col-lg-2 col-md-4" href="https://github.com/Orgise/web/blob/main/manuals/trucos_vim.md">
<button type="button" class="btn btn-info w-100 h-100">Vim</button>
</a>
</div>
</div>
</div>
<!-- Personal projects -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingSeven">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
Personal projects
</button>
</h2>
<div id="collapseSeven" class="accordion-collapse collapse" aria-labelledby="headingSeven">
<div class="accordion-body row row-gap-3">
<a class="col-lg-2 col-md-4" href="https://orgise.github.io/web/projects/CiclosLinux">
<button type="button" class="btn btn-primary w-100 h-100">CiclosLinux</button>
</a>
</div>
</div>
</div>
<!-- Accordion's end -->
</div>
</main>
</div>
<footer class="row p-2 text-primary-emphasis bg-primary-subtle border border-primary-subtle">
<a class="col text-center" href="https://github.com/Orgise/web">
<i class="bi bi-github"></i>
</a>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
<script>
/** Activar/desactivar modo oscuro y cambiar el icono correspondiente */
function toggle_dark_mode(nodo) {
if (document.body.getAttribute("data-bs-theme") == "dark") {
document.body.setAttribute("data-bs-theme", "light");
nodo.children[0].className = "bi bi-moon-fill";
} else {
document.body.setAttribute("data-bs-theme", "dark");
nodo.children[0].className = "bi bi-brightness-high-fill";
}
}
</script>
</body>
</html>