forked from Satyasuranjeet/PicoAnime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
656 lines (631 loc) · 22.9 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
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
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="images/fire.png" type="image/x-icon" />
<title>PicoAnime</title>
<link rel="stylesheet" href="styles.css" />
</head>
<header>
<div class="logo">
<img src="images/satya.png" alt="Logo" />
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="services.html">How to Contribute ?</a></li>
<li><a href="Contact/phpmail/form.html">Contact</a></li>
<li><a href="About/about.html">About Us</a></li>
</ul>
<div class="dropdown">
<button class="dropbtn">☰</button>
<div class="dropdown-content">
<a href="index.html">Home</a>
<a href="services.html">How to Contribute ?</a>
<a href="Contact/phpmail/form.html">Contact</a>
<a href="About/about.html">About Us</a>
</div>
</div>
</nav>
</header>
<body>
<img src="Characters/sel01.png" alt="" class="Saa" />
<h1 class="tt">CHARACTER</h1>
<h1 class="tt1">CARDS</h1>
<div class="wrapper-grid">
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="https://media1.tenor.com/images/41fff2e8ac90572e767477b28d0face7/tenor.gif?itemid=14677185" />
<h3>Thorfinn</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Thorfinn, as a teenage warrior in Askeladd's company, whom he hates for slaying his father Thors and has sworn to kill him in a duel. Though, things take a toll further on. ps:the vinland saga is a masterpiece for real. </p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="https://thumbs.gfycat.com/FrayedWaterloggedAcouchi-max-1mb.gif" />
<h3>Guts</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Guts, renowned as the "Black Swordsman", is a former mercenary and branded wanderer who travels the world in a constant internal struggle between pursuing his own ends and upholding his attachments to those dear to him.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="https://media1.tenor.com/images/be123c3a5dcaca96202ea511cb43c8e8/tenor.gif?itemid=16618849" />
<h3>Johan Liebert</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
He is the "monster" of the title and the principal antagonist of the series. He is called a monster, the devil himself. Charismatic, cunning, manipulative and deceitful; even cold, cruel and fundamentally incapable of empathy.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="https://i.pinimg.com/originals/6a/d1/c3/6ad1c36f16a13d9973e3757215711348.gif" />
<h3>Edward Elric</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
The youngest State Alchemist in the history of the fictional country of Amestris. His left leg was divinely severed in a failed attempt to resurrect his dead mother, and then his right arm was taken in exchange for his brother's soul. </p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="https://64.media.tumblr.com/3ce0aee3fee65234da32657101ebf32b/96cfa736eaab1b44-01/s250x400/3d80eda6716c216c6baeff718562e11c068c4979.gifv">
<h3>Yoriichi Tsugikuni</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>He is the strongest Demon Slayer to have ever existed. He is also the inventor of Breathing Styles, being the one who created the first ever Breathing Style that would eventually become the Hinokami Kagura used by Tanjiro Kamado and members of the Kamado Family. </p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/saitama.png">
<h3>Saitama</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>Saitama (サイタマ, Saitama) is the main protagonist of the series and the titular One-Punch Man. He is
currently the most powerful being to exist in the series. Saitama faces a self-imposed existential crisis,
as he is now too powerful to gain any thrill from battle.[</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/Naruto_newshot.png" />
<h3>Naruto Uzumaki</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Naruto Uzumaki is a determined, energetic, and loyal ninja with
a dream of becoming Hokage and gaining recognition from his
peers.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/light_yagami.png">
<h3>Light Yagami</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>Light Yagami is the main protagonist of the Death Note series.
Light is characterized as hardworking, talented, and a natural genius.</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="https://discoverdiary.com/wp-content/uploads/2018/05/Eren_Yeager.jpg">
<h3>Eren Yeager</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>Eren was best described as hardheaded, strong-willed, passionate, and impulsive,
which are attributes of both his strong determination to protect mankind and, eventually,
his equally strong determination to escape the Walls.</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="https://assets.pikiran-rakyat.com/crop/0x0:0x0/x/photo/2023/02/25/4074110619.jpeg">
<h3>Itachi Uchiha</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>Itachi Uchiha (うちはイタチ, Uchiha Itachi) was a shinobi of Konohagakure's Uchiha clan who served as an Anbu
Captain. He later became an international criminal after murdering his entire clan, sparing only his
younger brother, Sasuke. </p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img
src="https://static1.cbrimages.com/wordpress/wp-content/uploads/2020/05/madara-uchiha-naruto-featured.jpg">
<h3>Madara Uchiha</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>Madara Uchiha (うちはマダラ, Uchiha Madara) was the legendary leader of the Uchiha Clan. He founded
Konohagakure alongside his childhood friend and rival, Hashirama Senju, with the intention of bringing
about an era of peace.</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="https://i.pinimg.com/originals/34/a5/7e/34a57e8f8bc5c738526d2311a056daa5.jpg">
<h3>Sano Manjiro</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>Manjiro "Mikey" Sano is the deuteragonist-turned-final antagonist of the series Tokyo Revengers. He is a
founding member and President of the Tokyo Manji Gang,Mikey is the strongest character in the entire show.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/Sasuke_Part_1.png" />
<h3>Sasuke Uchiha</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Sasuke Uchiha is a skilled, powerful, and complex ninja driven
by a desire for vengeance and haunted by tragedy. He's brooding,
conflicted, aloof, and ruthless.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/Sakura_Part_1.png" />
<h3>Sakura Haruno</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Sakura Haruno is a strong, intelligent, and determined ninja
with impressive medical skills, a kind heart, and a fierce
loyalty to her friends.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/Minato_Namikaze.png" />
<h3>Minato Namikaze</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Minato Namikaze, also known as the Fourth Hokage, was a
legendary ninja with incredible speed, intelligence, and
bravery, and a profound sense of duty.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/tanzro.png" />
<h3>Tanjiro Kamado</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Tanjiro Kamado is a kind-hearted, determined demon slayer with
incredible swordsmanship skills and an unwavering dedication to
protecting his loved ones.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/def16rt-3ca52444-8026-4b2e-9040-9f34aef6e688.jpg" />
<h3>Zenitsu Agatsuma</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Zenitsu Agatsuma is a skilled but cowardly demon slayer with
lightning-fast swordsmanship and a unique ability to unleash
powerful attacks while asleep.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/inoske.png" />
<h3>Inosuke Hashibira</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Inosuke Hashibira is a wild and aggressive demon slayer with
incredible strength, keen senses, and a fierce determination to
prove his strength.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/84a9449d-2a47-47b8-9670-df4b75696bb3.jpg" />
<h3>Shinchan Nohara</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
He is 5 years old and yet acts overtly mature. In general, he is brutally honest, highly curious, and has
no shame whatsoever. Ironically, there have been several instances in which Shinnosuke's own crazy antics
actually solved the problems of those around him.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/muzan.png" />
<h3>Muzan Kibutsuji</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Muzan Kibutsuji is a sadistic, immortal demon with incredible
strength, the ability to create other demons, and an
unquenchable thirst for power.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSykOIa1eW-E7iyUbx_BTnSSuVXyGjM8pYQXwdD6xQ7SQ&usqp=CAU&ec=48665698" />
<h3>Monkey D. Luffy</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Monkey D. Luffy is the main protagonist of the One Piece anime and manga series,
known for his rubber-like powers and his determination to become the Pirate King.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img
src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/1729749d-144e-4191-b39e-416758fa0e86/dfl7vfc-b3b78b41-0e04-4af6-bf8a-280a8d896cf5.png/v1/fill/w_1280,h_800/one_piece_strong_world__roronoa_zoro_wallpaper_by_shinreidulv_dfl7vfc-fullview.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9ODAwIiwicGF0aCI6IlwvZlwvMTcyOTc0OWQtMTQ0ZS00MTkxLWIzOWUtNDE2NzU4ZmEwZTg2XC9kZmw3dmZjLWIzYjc4YjQxLTBlMDQtNGFmNi1iZjhhLTI4MGE4ZDg5NmNmNS5wbmciLCJ3aWR0aCI6Ijw9MTI4MCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.e268QptKOgbnrTMlJsCmY75ylT4CLDjBYxwiSIQl63A" />
<h3>Roronoa Zoro</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Roronoa Zoro is a swordsman and member of the Straw Hat Pirates in the One Piece series,
known for his three swords style and unwavering loyalty to his captain.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/Yuji Itadori.jpg" />
<h3>Yuji Itadori</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Yuji Itadori, a kind-hearted teenager, joins his school's Occult
Club for fun, but discovers that its members are actual
sorcerers who can manipulate the energy between beings for their
own use.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/levi_ackerman.png">
<h3>Levi Ackerman</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>Levi is a skilled soldier known for his clean-freak tendencies and exceptional combat skills. He's the
captain of the Survey Corps' Special Operations Squad and is fiercely dedicated to protecting humanity
from the Titans.</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="https://staticg.sportskeeda.com/editor/2022/06/b473d-16550422260405-1920.jpg">
<h3>Genos</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>Genos (ジェノス, Jenosu) is the deuteragonist of One-Punch Man. He is a 19-year-old cyborg and the disciple
of Saitama.he is given the name Demon Cyborg (鬼おにサイボーグ, Oni Saibōgu) and is currently S-Class Rank 14.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/Satoru_Gojo.png">
<h3>Satoru Gojo</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>Satoru Gojo is a powerful sorcerer and teacher in the anime "Jujutsu Kaisen", known for his laid-back
personality and iconic blindfold that seals his true strength.</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<!-- 22nd character -->
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="Characters/goku-anime.jpg">
<h3>Goku</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>Goku is a powerful Saiyan warrior from the Dragon Ball series known for his incredible strength, speed,
and fighting ability. He is kind and always fights for what he believes is right, with his signature move
being the Kamehameha.</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<!--23rd character-->
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="./Characters/kaneki-ken.jpg">
<h3>Kaneki Ken</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>Kaneki Ken is the protagonist of the popular anime series "Tokyo Ghoul". Kaneki is a shy and introverted college student who is passionate about literature. After an encounter with a ghoul named Rize Kamishiro, Kaneki is transformed into a half-ghoul.</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<!--24th character-->
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="./Characters/baki.jpg">
<h3>Baki Hanma</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>Baki Hanma is the main protagonist of the manga and anime series "Baki the Grappler" and its sequels. He is a young and talented martial artist who strives to become the strongest fighter in the world.</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img
src="https://assets-prd.ignimgs.com/2022/08/17/7-vegeta-1660778366361.jpg?fit=bounds&width=1280&height=720" />
<h3>Vegeta</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>
Vegeta, also referred to as Prince Vegeta is a fictional character in the Dragon Ball.Vegeta is the prince of an extraterrestrial warrior race known as the Saiyans. He is extremely arrogant, proud and hardworking; he often refers to his heritage and royal status throughout the series, but can also have a destructive temper.
</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
<!-- ending -->
</div>
</body>
<footer>
<div class="f-container">
<div class="footer-content">
<div class="footer-col">
<p class="para">© 2023 PicoAnime. All Rights Are Reserved.</p>
</div>
<div class="footer-col">
<ul class="social-icons">
<li>
<a href="https://www.facebook.com/rock.satya.1447"><img src="icons/icons8-facebook-48.png" alt="" /></a>
</li>
<li>
<a href="https://github.com/Satyasuranjeet?tab=repositories"><img src="icons/icons8-github-48.png"
alt="" /></a>
</li>
<li>
<a href="https://www.instagram.com/satyasuranjeet/"><img src="icons/icons8-instagram-48.png" alt="" /></a>
</li>
<li>
<a href="https://www.linkedin.com/in/satyasuranjeet-jena-b85277222/"><img src="icons/icons8-linkedin-48.png"
alt="" /></a>
</li>
<li>
<a href="https://twitter.com/satyasurnjeet"><img src="icons/icons8-twitter-48.png" alt="" /></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</html>