-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
489 lines (420 loc) · 22.8 KB
/
index.html
File metadata and controls
489 lines (420 loc) · 22.8 KB
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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pavanai - Arjc</title>
<link
href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Roboto+Condensed:wght@400;700&display=swap"
rel="stylesheet">
</head>
<body
style="margin: 0; padding: 0; background: #0a0000; color: #ffffff; font-family: 'Roboto Condensed', Arial, sans-serif; overflow-x: hidden;">
<!-- Animated Background Overlay -->
<div
style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #0a0000 0%, #1a0505 25%, #2a0a0a 50%, #1a0505 75%, #0a0000 100%); z-index: -2;">
</div>
<div
style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,0,0,0.03) 2px, rgba(255,0,0,0.03) 4px); z-index: -1; pointer-events: none;">
</div>
<!-- Navigation -->
<nav class="nav-container"
style="background: #000; padding: 15px 50px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #330000; box-shadow: 0 5px 30px rgba(0,0,0,0.8);">
<div style="display: flex; align-items: center; gap: 15px;">
<!-- <div class="nav-logo"
style="width: 45px; height: 45px; background: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #ff3333; box-shadow: 0 0 15px rgba(255,0,0,0.6);">
<span style="font-family: 'Orbitron', monospace; font-weight: 900; font-size: 18px;">P</span>
</div> -->
<div>
<div class="nav-brand-text"
style="font-family: 'Orbitron', monospace; font-size: 24px; font-weight: 900; letter-spacing: 3px; text-shadow: 0 0 10px rgba(255,0,0,0.8);">
PAVANAI</div>
<div class="nav-subtitle"
style="font-size: 10px; letter-spacing: 2px; color: #cc0000; text-transform: uppercase;">Multiboot
ISO Loader</div>
</div>
</div>
<ul class="nav-links" style="list-style: none; margin: 0; padding: 0; display: flex; gap: 30px;">
<li><a href="#setup"
style="color: #cccccc; text-decoration: none; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; padding: 10px 15px; border: 1px solid transparent; transition: all 0.3s;">Setup</a>
</li>
<li><a href="https://github.com/arjc/pavanai"
style="color: #ffffff; text-decoration: none; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; padding: 10px 20px; background: #000; border: 1px solid #ff3333; box-shadow: 0 0 15px rgba(255,0,0,0.4);">GitHub</a>
</li>
<li><a href="https://arjc.me"
style="color: #cccccc; text-decoration: none; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; padding: 10px 15px; border: 1px solid #330000;">ARJC.ME</a>
</li>
</ul>
</nav>
<!-- Hero Section -->
<section class="hero-section"
style="position: relative; min-height: 90vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 60px 20px; background: url('images/background.gif') center center / cover no-repeat;">
<!-- Dark Overlay for brightness filter -->
<div
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 0;">
</div>
<!-- Crosshair Overlay -->
<div style="position: relative; z-index: 1;">
<!-- Mission Impossible Style Fuse/Timer graphic -->
<!-- Main Hero Image -->
<div class="hero-image-container" style="margin: 40px auto; max-width: 700px; position: relative;">
<div class="hero-image-border-1"
style="position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; border: 2px solid #cc0000; opacity: 0.5;">
</div>
<div class="hero-image-border-2"
style="position: absolute; top: -20px; left: -20px; right: -20px; bottom: -20px; border: 1px solid #660000;">
</div>
<img src="images/title.png" alt="PAVANAI MULTIBOOT LOADER"
style="width: 100%; display: block; border: 3px solid #cc0000; box-shadow: 0 0 50px rgba(255,0,0,0.3), inset 0 0 100px rgba(0,0,0,0.5);">
<div
style="position: absolute; top: 10px; left: 10px; font-family: 'Orbitron', monospace; font-size: 10px; color: #cc0000; letter-spacing: 2px;">
◉ REC</div>
</div>
<p
style="max-width: 600px; margin: 30px auto; color: #999999; font-size: 16px; line-height: 1.8; letter-spacing: 1px;">
A Ventoy theme that will make your IT services <span
style="color: #ff3333; font-weight: bold;">UNREPLACEABLE</span>.
Load all your fixing and installation ISO files with confidence and power
</p>
<a href="#setup" class="cta-button"
style="display: inline-block; margin-top: 20px; padding: 18px 50px; background: linear-gradient(135deg, #cc0000 0%, #8b0000 100%); color: #ffffff; text-decoration: none; font-family: 'Orbitron', monospace; font-size: 14px; letter-spacing: 4px; text-transform: uppercase; border: 2px solid #ff3333; box-shadow: 0 0 30px rgba(255,0,0,0.5), inset 0 0 20px rgba(255,255,255,0.1); transition: all 0.3s;">
▶ SHOW ME HOW?
</a>
</div>
</section>
<!-- Agent Dossier Section -->
<section id="mission" class="section-padding"
style="padding: 80px 50px; background: linear-gradient(180deg, #0a0000 0%, #150505 50%, #0a0000 100%);">
<div class="dossier-container"
style="display: flex; gap: 50px; max-width: 1200px; margin: 0 auto; align-items: center;">
<!-- Agent Image -->
<div style="flex: 1; position: relative;">
<div
style="position: absolute; top: -5px; left: -5px; right: -5px; bottom: -5px; border: 1px solid #cc0000; opacity: 0.6;">
</div>
<img src="images/cover.png" alt="Agent Pavanai"
style="width: 100%; display: block; border: 2px solid #660000; filter: contrast(1.1); box-shadow: 0 10px 50px rgba(0,0,0,0.8);">
</div>
<!-- Agent Info -->
<div style="flex: 1;">
<div class="agent-info-box"
style="background: linear-gradient(135deg, #1a0808 0%, #0f0303 100%); border: 1px solid #330000; padding: 40px; box-shadow: 0 0 30px rgba(0,0,0,0.5);">
<div class="agent-header"
style="display: flex; gap: 20px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #330000;">
<div>
<div class="agent-name"
style="font-family: 'Orbitron', monospace; font-size: 24px; letter-spacing: 2px; margin-bottom: 5px;">
Mr. പവനായി (Pavanayi) </div>
</div>
</div>
<div style="font-size: 14px; color: #aaaaaa; line-height: 2; letter-spacing: 0.5px;">
<p style="margin: 0 0 15px 0;"><span style="color: #cc0000; font-weight: bold;">NAME:</span>
P V Narayanan</p>
<p style="margin: 0 0 15px 0;"><span style="color: #cc0000; font-weight: bold;">STATUS:</span>
Reborn after becoming a shavam in '87</p>
<p style="margin: 0 0 15px 0;"><span style="color: #cc0000; font-weight: bold;">FORMER
OCCUPATION:</span> Professional Killer</p>
<p style="margin: 0 0 15px 0;"><span style="color: #cc0000; font-weight: bold;">CURRENT
STATUS:</span> GNU/Linux Contributer and Ricer</p>
<p style="margin: 0 0 15px 0;"><span
style="color: #cc0000; font-weight: bold;">SPECIALIZATION:</span> Professional Fixer,
wields the Malapuram Kathi</p>
<p style="margin: 0 0 15px 0;"><span
style="color: #cc0000; font-weight: bold;">EQUIPMENT:</span> ISO Petti (Briefcase),
Malapuram Kathi, Machine Bomb, Nadan Bomb</p>
<p style="margin: 0;"><span style="color: #cc0000; font-weight: bold;">REQUIREMENTS:</span>
Minimum 4GB Pendrive / Flashdrive</p>
</div>
<div
style="margin-top: 30px; padding: 15px; background: rgba(204,0,0,0.1); border-left: 3px solid #cc0000;">
<div style="font-size: 11px; color: #666666; letter-spacing: 2px; margin-bottom: 5px;">⚠ WARNING
</div>
<div style="font-size: 13px; color: #ff6666;">Any unauthorized access attempts will be delt with
malapuram kathi</div>
</div>
</div>
</div>
</div>
</section>
<!-- Setup/Deploy Section -->
<section id="setup" class="section-padding" style="padding: 80px 50px; background: #0a0000;">
<div style="text-align: center; margin-bottom: 60px;">
<!-- <div style="font-size: 11px; letter-spacing: 6px; color: #666666; margin-bottom: 10px;">◢ create pavanai
enviornment ◣
</div> -->
<h2 class="section-title"
style="font-family: 'Orbitron', monospace; font-size: 36px; font-weight: 700; letter-spacing: 4px; margin: 0; text-shadow: 0 0 20px rgba(255,0,0,0.5);">
SETUP</h2>
<!-- <div style="width: 60px; height: 3px; background: #cc0000; margin: 20px auto;"></div> -->
</div>
<div style="max-width: 900px; margin: 0 auto;">
<!-- Step 1 -->
<div class="step-container" style="display: flex; gap: 30px; margin-bottom: 40px; align-items: flex-start;">
<div class="step-number"
style="flex-shrink: 0; width: 60px; height: 60px; background: #000; display: flex; align-items: center; justify-content: center; font-family: 'Orbitron', monospace; font-size: 24px; font-weight: 900; border: 2px solid #ff3333; box-shadow: 0 0 20px rgba(255,0,0,0.4);">
01</div>
<div class="step-content"
style="flex: 1; background: linear-gradient(135deg, #1a0808 0%, #0f0303 100%); border: 1px solid #330000; padding: 25px 30px;">
<h3
style="font-family: 'Orbitron', monospace; font-size: 18px; letter-spacing: 2px; margin: 0 0 10px 0; color: #ffffff;">
VENTOY</h3>
<p style="margin: 0; color: #999999; line-height: 1.7;">Download and complete the Ventoy setup as
shown in the official <a href="https://www.ventoy.net/en/doc_start.html"
style="color: #ff6666; text-decoration: none; border-bottom: 1px dotted #ff6666;">documentation
↗</a></p>
</div>
</div>
<!-- Step 2 -->
<div class="step-container" style="display: flex; gap: 30px; margin-bottom: 40px; align-items: flex-start;">
<div class="step-number"
style="flex-shrink: 0; width: 60px; height: 60px; background: #000; display: flex; align-items: center; justify-content: center; font-family: 'Orbitron', monospace; font-size: 24px; font-weight: 900; border: 2px solid #ff3333; box-shadow: 0 0 20px rgba(255,0,0,0.4);">
02</div>
<div class="step-content"
style="flex: 1; background: linear-gradient(135deg, #1a0808 0%, #0f0303 100%); border: 1px solid #330000; padding: 25px 30px;">
<h3
style="font-family: 'Orbitron', monospace; font-size: 18px; letter-spacing: 2px; margin: 0 0 10px 0; color: #ffffff;">
DOWNLOAD THEME</h3>
<p style="margin: 0; color: #999999; line-height: 1.7;">Download the <a
href="https://github.com/arjc/pavanai/releases"
style="color: #ff6666; text-decoration: none; border-bottom: 1px dotted #ff6666;">official
release ↗</a> zip of Pavanai Ventoy Theme.</p>
</div>
</div>
<!-- Step 3 -->
<div class="step-container" style="display: flex; gap: 30px; margin-bottom: 40px; align-items: flex-start;">
<div class="step-number"
style="flex-shrink: 0; width: 60px; height: 60px; background: #000; display: flex; align-items: center; justify-content: center; font-family: 'Orbitron', monospace; font-size: 24px; font-weight: 900; border: 2px solid #ff3333; box-shadow: 0 0 20px rgba(255,0,0,0.4);">
03</div>
<div class="step-content"
style="flex: 1; background: linear-gradient(135deg, #1a0808 0%, #0f0303 100%); border: 1px solid #330000; padding: 25px 30px;">
<h3
style="font-family: 'Orbitron', monospace; font-size: 18px; letter-spacing: 2px; margin: 0 0 10px 0; color: #ffffff;">
ADD THEME TO DRIVE</h3>
<p style="margin: 0; color: #999999; line-height: 1.7;">Copy the <code
style="background: #330000; padding: 2px 8px; color: #ff6666; font-family: monospace;">ventoy</code>
folder directly to the root directory of your Ventoy drive.</p>
</div>
</div>
<!-- Step 4 -->
<div class="step-container" style="display: flex; gap: 30px; margin-bottom: 40px; align-items: flex-start;">
<div class="step-number"
style="flex-shrink: 0; width: 60px; height: 60px; background: #000; display: flex; align-items: center; justify-content: center; font-family: 'Orbitron', monospace; font-size: 24px; font-weight: 900; border: 2px solid #ff3333; box-shadow: 0 0 20px rgba(255,0,0,0.4);">
04</div>
<div class="step-content"
style="flex: 1; background: linear-gradient(135deg, #1a0808 0%, #0f0303 100%); border: 1px solid #330000; padding: 25px 30px;">
<h3
style="font-family: 'Orbitron', monospace; font-size: 18px; letter-spacing: 2px; margin: 0 0 10px 0; color: #ffffff;">
BOOT</h3>
<p style="margin: 0; color: #999999; line-height: 1.7;">Reboot your system and boot into your Ventoy
drive. Pavanai Multiboot ISO is now operational.</p>
</div>
</div>
<!-- Step 5 -->
<div class="step-container" style="display: flex; gap: 30px; align-items: flex-start;">
<div class="step-number"
style="flex-shrink: 0; width: 60px; height: 60px; background: #000; display: flex; align-items: center; justify-content: center; font-family: 'Orbitron', monospace; font-size: 24px; font-weight: 900; border: 2px solid #ff3333; box-shadow: 0 0 20px rgba(255,0,0,0.4);">
05</div>
<div class="step-content"
style="flex: 1; background: linear-gradient(135deg, #1a0808 0%, #0f0303 100%); border: 1px solid #330000; padding: 25px 30px;">
<h3
style="font-family: 'Orbitron', monospace; font-size: 18px; letter-spacing: 2px; margin: 0 0 10px 0; color: #ffffff;">
ENJOY!</h3>
<p style="margin: 0; color: #999999; line-height: 1.7;">Check that all ISO files are intact. And now
you can show it off to your fellow ricers.
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="section-padding"
style="background: linear-gradient(180deg, #0f0303 0%, #000000 100%); border-top: 1px solid #330000; padding: 40px 50px;">
<div class="footer-container"
style="display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto;">
<div>
<div
style="font-family: 'Orbitron', monospace; font-size: 18px; letter-spacing: 3px; margin-bottom: 5px;">
PAVANAI</div>
<div style="font-size: 11px; color: #666666; letter-spacing: 1px;">Multiboot ISO Loader</div>
</div>
<div style="display: flex; gap: 30px;">
<a href="https://github.com/arjc/pavanai"
style="color: #999999; text-decoration: none; font-size: 13px; letter-spacing: 1px;">GitHub</a>
<a href="https://arjc.me"
style="color: #999999; text-decoration: none; font-size: 13px; letter-spacing: 1px;">ARJC.ME</a>
</div>
</div>
<div style="text-align: center; margin-top: 30px; padding-top: 20px; border-top: 1px solid #1a0505;">
<div style="font-size: 10px; color: #444444; letter-spacing: 2px;">Made with ♥ by Arjun M Liji</div>
<div style="font-size: 11px; color: #666666; margin-top: 10px;">© 2026 ARJC | All Rights Reserved | Powered
by Ventoy</div>
</div>
</footer>
<!-- Keyframe Animation for Pulse and Responsive Styles -->
<style>
@keyframes pulse {
0%,
100% {
opacity: 1;
box-shadow: 0 0 20px #ff0000, 0 0 40px #ff0000;
}
50% {
opacity: 0.5;
box-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
}
}
a:hover {
opacity: 0.8;
}
/* Responsive Styles */
@media screen and (max-width: 900px) {
.nav-container {
flex-direction: column !important;
padding: 15px 20px !important;
gap: 15px !important;
}
.nav-links {
flex-wrap: wrap !important;
justify-content: center !important;
gap: 10px !important;
}
.nav-links li a {
padding: 8px 12px !important;
font-size: 11px !important;
letter-spacing: 1px !important;
}
.hero-title {
font-size: 42px !important;
letter-spacing: 4px !important;
}
.hero-subtitle {
font-size: 10px !important;
letter-spacing: 4px !important;
}
.hero-tagline {
font-size: 14px !important;
letter-spacing: 3px !important;
}
.dossier-container {
flex-direction: column !important;
gap: 30px !important;
}
.section-title {
font-size: 28px !important;
letter-spacing: 2px !important;
}
.section-padding {
padding: 50px 20px !important;
}
.step-container {
flex-direction: column !important;
gap: 15px !important;
}
.step-number {
width: 50px !important;
height: 50px !important;
font-size: 20px !important;
}
.step-content h3 {
font-size: 16px !important;
}
.footer-container {
flex-direction: column !important;
gap: 20px !important;
text-align: center !important;
}
.cta-button {
padding: 15px 30px !important;
font-size: 12px !important;
letter-spacing: 2px !important;
}
.divider {
margin: 0 20px !important;
}
.agent-info-box {
padding: 25px !important;
}
.agent-header {
flex-direction: column !important;
text-align: center !important;
}
.fuse-line {
width: 50px !important;
}
}
@media screen and (max-width: 600px) {
.top-secret-bar {
font-size: 8px !important;
letter-spacing: 2px !important;
padding: 4px 10px !important;
overflow: hidden;
white-space: nowrap;
}
.hero-title {
font-size: 32px !important;
letter-spacing: 2px !important;
}
.hero-section {
min-height: 70vh !important;
padding: 40px 15px !important;
}
.nav-brand-text {
font-size: 18px !important;
}
.nav-links {
gap: 5px !important;
}
.nav-links li a {
padding: 6px 8px !important;
font-size: 10px !important;
}
.crosshair-1,
.crosshair-2 {
display: none !important;
}
.section-title {
font-size: 22px !important;
}
.agent-avatar {
width: 60px !important;
height: 60px !important;
font-size: 24px !important;
}
.agent-name {
font-size: 18px !important;
}
.step-content {
padding: 20px !important;
}
.cta-button {
padding: 12px 25px !important;
font-size: 11px !important;
}
.hero-image-container {
margin: 20px auto !important;
}
.hero-image-border-1,
.hero-image-border-2 {
display: none !important;
}
}
@media screen and (max-width: 400px) {
.hero-title {
font-size: 26px !important;
}
.nav-brand-text {
font-size: 16px !important;
}
.nav-subtitle {
display: none !important;
}
.nav-logo {
width: 35px !important;
height: 35px !important;
}
.section-title {
font-size: 18px !important;
}
}
</style>
</body>
</html>