File size: 52,669 Bytes
e065422 | 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 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AGENT AMEY | ASCENDING PRODIGY</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Oxanium:wght@300;400;600;700&display=swap');
:root {
--neon-cyan: #00f0ff;
--neon-red: #ff4655;
--neon-gold: #ffd700;
--dark-bg: #0f1923;
--darker-bg: #0a1219;
--light-text: #ece8e1;
}
body {
font-family: 'Oxanium', sans-serif;
background-color: var(--dark-bg);
color: var(--light-text);
overflow-x: hidden;
}
.orbitron {
font-family: 'Orbitron', sans-serif;
}
.neon-cyan {
color: var(--neon-cyan);
text-shadow: 0 0 5px rgba(0, 240, 255, 0.5);
}
.neon-red {
color: var(--neon-red);
text-shadow: 0 0 5px rgba(255, 70, 85, 0.5);
}
.neon-gold {
color: var(--neon-gold);
text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}
.glow-box {
border: 1px solid rgba(0, 240, 255, 0.2);
box-shadow: 0 0 15px rgba(0, 240, 255, 0.1);
transition: all 0.3s ease;
}
.glow-box:hover {
border-color: var(--neon-cyan);
box-shadow: 0 0 20px rgba(0, 240, 255, 0.3);
}
.red-glow-box {
border: 1px solid rgba(255, 70, 85, 0.2);
box-shadow: 0 0 15px rgba(255, 70, 85, 0.1);
}
.red-glow-box:hover {
border-color: var(--neon-red);
box-shadow: 0 0 20px rgba(255, 70, 85, 0.3);
}
.gold-glow-box {
border: 1px solid rgba(255, 215, 0, 0.2);
box-shadow: 0 0 15px rgba(255, 215, 0, 0.1);
}
.gold-glow-box:hover {
border-color: var(--neon-gold);
box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}
.progress-bar {
height: 8px;
background: rgba(255, 255, 255, 0.1);
border-radius: 4px;
overflow: hidden;
}
.progress-fill {
height: 100%;
background: linear-gradient(90deg, var(--neon-cyan), var(--neon-red));
border-radius: 4px;
transition: width 1s ease;
}
.agent-card {
perspective: 1000px;
}
.agent-card-inner {
transition: transform 0.6s;
transform-style: preserve-3d;
}
.agent-card:hover .agent-card-inner {
transform: rotateY(180deg);
}
.agent-card-front, .agent-card-back {
backface-visibility: hidden;
}
.agent-card-back {
transform: rotateY(180deg);
}
.pixel-grid {
background-image:
linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
background-size: 20px 20px;
}
.loading-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--darker-bg);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
}
.loading-bar {
width: 300px;
height: 4px;
background: rgba(255, 255, 255, 0.1);
margin-top: 20px;
overflow: hidden;
position: relative;
}
.loading-progress {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 0%;
background: linear-gradient(90deg, var(--neon-cyan), var(--neon-red));
animation: loading 2.5s ease-in-out forwards;
}
@keyframes loading {
0% { width: 0%; }
70% { width: 90%; }
100% { width: 100%; }
}
.neon-pulse {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { opacity: 1; }
50% { opacity: 0.5; }
100% { opacity: 1; }
}
.hexagon {
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.skill-icon {
transition: all 0.3s ease;
}
.skill-icon:hover {
transform: scale(1.1);
filter: drop-shadow(0 0 5px var(--neon-cyan));
}
.mission-timeline {
position: relative;
}
.mission-timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: linear-gradient(to bottom, var(--neon-cyan), var(--neon-red));
transform: translateX(-50%);
}
.mission-item {
position: relative;
}
.mission-item::before {
content: '';
position: absolute;
left: 50%;
top: 20px;
width: 12px;
height: 12px;
background-color: var(--neon-cyan);
border-radius: 50%;
transform: translateX(-50%);
box-shadow: 0 0 10px var(--neon-cyan);
}
@media (max-width: 768px) {
.mission-timeline::before {
left: 20px;
}
.mission-item::before {
left: 20px;
}
.mission-content {
margin-left: 40px !important;
}
}
</style>
</head>
<body class="pixel-grid">
<!-- Loading Screen -->
<div id="loadingScreen" class="loading-screen">
<div class="orbitron text-4xl md:text-6xl font-bold neon-cyan mb-4">INITIALIZING AGENT PROFILE</div>
<div class="orbitron text-xl md:text-2xl neon-pulse">AMEY | ASCENDING PRODIGY</div>
<div class="loading-bar">
<div class="loading-progress"></div>
</div>
</div>
<!-- Main Content -->
<div id="mainContent" class="hidden">
<!-- Hero Section -->
<section class="min-h-screen flex flex-col justify-center items-center relative overflow-hidden">
<div class="absolute inset-0 bg-black opacity-50 z-0"></div>
<div class="absolute inset-0 z-0">
<div class="absolute top-1/4 left-1/4 w-32 h-32 rounded-full bg-blue-500 opacity-20 blur-3xl"></div>
<div class="absolute top-1/3 right-1/4 w-40 h-40 rounded-full bg-red-500 opacity-20 blur-3xl"></div>
<div class="absolute bottom-1/4 left-1/3 w-48 h-48 rounded-full bg-purple-500 opacity-20 blur-3xl"></div>
</div>
<div class="container mx-auto px-4 z-10 text-center">
<div class="orbitron text-4xl md:text-6xl lg:text-8xl font-bold mb-4 neon-cyan tracking-wider">
<span class="opacity-0" id="agentText">AGENT</span>
<span class="opacity-0" id="ameyText">AMEY</span>
</div>
<div class="orbitron text-xl md:text-3xl mb-8 neon-gold opacity-0" id="codenameText">
"ASCENDING PRODIGY" | 89% MASTERY
</div>
<div class="max-w-3xl mx-auto opacity-0" id="heroDesc">
<p class="text-lg md:text-xl mb-8">
Elite scholar with strategic mind and tactical brilliance. Rising legend in academic and extracurricular domains.
Currently deployed in 10th grade campaign with exceptional mission success rate.
</p>
<div class="flex justify-center space-x-4">
<button class="px-6 py-3 bg-transparent border border-cyan-500 text-cyan-500 rounded hover:bg-cyan-500 hover:text-black transition-all duration-300 orbitron">
MISSION BRIEFING
</button>
<button class="px-6 py-3 bg-red-500 border border-red-500 text-black rounded hover:bg-transparent hover:text-red-500 transition-all duration-300 orbitron">
SKILLS INVENTORY
</button>
</div>
</div>
<div class="mt-16 opacity-0" id="rankBadge">
<div class="inline-block p-2 bg-gradient-to-br from-cyan-500 to-blue-800 rounded-full">
<div class="hexagon w-24 h-24 md:w-32 md:h-32 bg-black flex items-center justify-center">
<div class="text-center">
<div class="orbitron text-2xl md:text-4xl neon-gold">A+</div>
<div class="orbitron text-xs md:text-sm">ELITE RANK</div>
</div>
</div>
</div>
</div>
</div>
<div class="absolute bottom-10 left-0 right-0 flex justify-center opacity-0" id="scrollPrompt">
<div class="animate-bounce">
<i class="fas fa-chevron-down text-cyan-500 text-2xl"></i>
</div>
</div>
</section>
<!-- Stats Dashboard -->
<section class="py-20 bg-darker-bg">
<div class="container mx-auto px-4">
<h2 class="orbitron text-3xl md:text-5xl font-bold mb-16 text-center neon-cyan">
<span class="border-b-4 border-cyan-500 pb-2">OPERATIVE STATS</span>
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Academic Stats -->
<div class="glow-box bg-black bg-opacity-50 p-6 rounded-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-cyan-900 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-brain text-cyan-500 text-xl"></i>
</div>
<h3 class="orbitron text-xl neon-cyan">ACADEMIC PROWESS</h3>
</div>
<div class="space-y-4">
<div>
<div class="flex justify-between mb-1">
<span>Strategic Analysis</span>
<span>92%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 92%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span>Critical Thinking</span>
<span>88%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 88%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span>Knowledge Retention</span>
<span>95%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 95%"></div>
</div>
</div>
</div>
</div>
<!-- Leadership Stats -->
<div class="red-glow-box bg-black bg-opacity-50 p-6 rounded-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-red-900 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-users text-red-500 text-xl"></i>
</div>
<h3 class="orbitron text-xl neon-red">TACTICAL LEADERSHIP</h3>
</div>
<div class="space-y-4">
<div>
<div class="flex justify-between mb-1">
<span>Team Coordination</span>
<span>85%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 85%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span>Crisis Management</span>
<span>90%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 90%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span>Strategic Planning</span>
<span>87%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 87%"></div>
</div>
</div>
</div>
</div>
<!-- Social Stats -->
<div class="gold-glow-box bg-black bg-opacity-50 p-6 rounded-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-yellow-900 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-comments text-yellow-500 text-xl"></i>
</div>
<h3 class="orbitron text-xl neon-gold">SOCIAL INTELLIGENCE</h3>
</div>
<div class="space-y-4">
<div>
<div class="flex justify-between mb-1">
<span>Communication</span>
<span>89%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 89%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span>Empathy</span>
<span>91%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 91%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span>Adaptability</span>
<span>93%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 93%"></div>
</div>
</div>
</div>
</div>
<!-- Special Skills -->
<div class="glow-box bg-black bg-opacity-50 p-6 rounded-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-purple-900 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-star text-purple-500 text-xl"></i>
</div>
<h3 class="orbitron text-xl neon-cyan">SPECIALIZATION</h3>
</div>
<div class="space-y-4">
<div>
<div class="flex justify-between mb-1">
<span>Creative Problem Solving</span>
<span>94%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 94%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span>Technical Aptitude</span>
<span>87%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 87%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span>Innovation</span>
<span>91%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 91%"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Achievement Unlocks -->
<section class="py-20 bg-black bg-opacity-70">
<div class="container mx-auto px-4">
<h2 class="orbitron text-3xl md:text-5xl font-bold mb-16 text-center neon-red">
<span class="border-b-4 border-red-500 pb-2">ACHIEVEMENT UNLOCKS</span>
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Achievement 1 -->
<div class="agent-card h-full">
<div class="agent-card-inner h-full">
<div class="agent-card-front red-glow-box bg-black bg-opacity-50 p-6 rounded-lg h-full">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-red-900 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-trophy text-yellow-500 text-xl"></i>
</div>
<h3 class="orbitron text-xl neon-red">ACADEMIC EXCELLENCE</h3>
</div>
<p class="mb-4">
Consistently ranked in top percentile across all academic missions with exceptional performance metrics.
</p>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">UNLOCKED: 2023</span>
<span class="text-yellow-500"><i class="fas fa-lock-open"></i></span>
</div>
</div>
<div class="agent-card-back red-glow-box bg-black bg-opacity-70 p-6 rounded-lg h-full flex flex-col justify-center">
<h4 class="orbitron text-lg neon-red mb-2">PERFORMANCE METRICS</h4>
<ul class="text-sm space-y-2">
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> 95%+ in Core Subjects</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Academic Honors x3</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Subject Mastery Certifications</li>
</ul>
</div>
</div>
</div>
<!-- Achievement 2 -->
<div class="agent-card h-full">
<div class="agent-card-inner h-full">
<div class="agent-card-front glow-box bg-black bg-opacity-50 p-6 rounded-lg h-full">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-cyan-900 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-chess-queen text-cyan-500 text-xl"></i>
</div>
<h3 class="orbitron text-xl neon-cyan">LEADERSHIP PRODIGY</h3>
</div>
<p class="mb-4">
Demonstrated exceptional leadership capabilities in multiple team-based operations and strategic initiatives.
</p>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">UNLOCKED: 2022</span>
<span class="text-yellow-500"><i class="fas fa-lock-open"></i></span>
</div>
</div>
<div class="agent-card-back glow-box bg-black bg-opacity-70 p-6 rounded-lg h-full flex flex-col justify-center">
<h4 class="orbitron text-lg neon-cyan mb-2">OPERATIONS LED</h4>
<ul class="text-sm space-y-2">
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Student Council Campaign</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Science Fair Team Lead</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Debate Team Captain</li>
</ul>
</div>
</div>
</div>
<!-- Achievement 3 -->
<div class="agent-card h-full">
<div class="agent-card-inner h-full">
<div class="agent-card-front gold-glow-box bg-black bg-opacity-50 p-6 rounded-lg h-full">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-yellow-900 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-lightbulb text-yellow-500 text-xl"></i>
</div>
<h3 class="orbitron text-xl neon-gold">CREATIVE INNOVATOR</h3>
</div>
<p class="mb-4">
Recognized for groundbreaking creative solutions and innovative approaches to complex challenges.
</p>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">UNLOCKED: 2023</span>
<span class="text-yellow-500"><i class="fas fa-lock-open"></i></span>
</div>
</div>
<div class="agent-card-back gold-glow-box bg-black bg-opacity-70 p-6 rounded-lg h-full flex flex-col justify-center">
<h4 class="orbitron text-lg neon-gold mb-2">INNOVATIONS</h4>
<ul class="text-sm space-y-2">
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Science Project Award</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Creative Writing Recognition</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Problem Solving Competition</li>
</ul>
</div>
</div>
</div>
<!-- Achievement 4 -->
<div class="agent-card h-full">
<div class="agent-card-inner h-full">
<div class="agent-card-front glow-box bg-black bg-opacity-50 p-6 rounded-lg h-full">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-purple-900 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-running text-purple-500 text-xl"></i>
</div>
<h3 class="orbitron text-xl neon-cyan">ATHLETIC PROWESS</h3>
</div>
<p class="mb-4">
Maintained peak physical and mental performance through disciplined training and competitive sports.
</p>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">UNLOCKED: 2021</span>
<span class="text-yellow-500"><i class="fas fa-lock-open"></i></span>
</div>
</div>
<div class="agent-card-back glow-box bg-black bg-opacity-70 p-6 rounded-lg h-full flex flex-col justify-center">
<h4 class="orbitron text-lg neon-cyan mb-2">SPORTS ACHIEVEMENTS</h4>
<ul class="text-sm space-y-2">
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> School Team Selection</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Tournament Participation</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Fitness Certification</li>
</ul>
</div>
</div>
</div>
<!-- Achievement 5 -->
<div class="agent-card h-full">
<div class="agent-card-inner h-full">
<div class="agent-card-front red-glow-box bg-black bg-opacity-50 p-6 rounded-lg h-full">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-red-900 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-music text-red-500 text-xl"></i>
</div>
<h3 class="orbitron text-xl neon-red">ARTISTIC EXPRESSION</h3>
</div>
<p class="mb-4">
Cultivated artistic talents through music, visual arts, and performance with multiple showcase opportunities.
</p>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">UNLOCKED: 2022</span>
<span class="text-yellow-500"><i class="fas fa-lock-open"></i></span>
</div>
</div>
<div class="agent-card-back red-glow-box bg-black bg-opacity-70 p-6 rounded-lg h-full flex flex-col justify-center">
<h4 class="orbitron text-lg neon-red mb-2">ARTISTIC ENDEAVORS</h4>
<ul class="text-sm space-y-2">
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> School Band Performance</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Art Exhibition Participation</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Creative Writing Publication</li>
</ul>
</div>
</div>
</div>
<!-- Achievement 6 -->
<div class="agent-card h-full">
<div class="agent-card-inner h-full">
<div class="agent-card-front gold-glow-box bg-black bg-opacity-50 p-6 rounded-lg h-full">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-yellow-900 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-globe-asia text-yellow-500 text-xl"></i>
</div>
<h3 class="orbitron text-xl neon-gold">GLOBAL PERSPECTIVE</h3>
</div>
<p class="mb-4">
Developed comprehensive understanding of global issues and cultural diversity through various initiatives.
</p>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">UNLOCKED: 2023</span>
<span class="text-yellow-500"><i class="fas fa-lock-open"></i></span>
</div>
</div>
<div class="agent-card-back gold-glow-box bg-black bg-opacity-70 p-6 rounded-lg h-full flex flex-col justify-center">
<h4 class="orbitron text-lg neon-gold mb-2">GLOBAL ENGAGEMENT</h4>
<ul class="text-sm space-y-2">
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Model UN Participation</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Cultural Exchange Programs</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Language Proficiency</li>
</ul>
</div>
</div>
</div>
</div>
<div class="mt-16 text-center">
<div class="inline-block glow-box bg-black bg-opacity-50 p-6 rounded-lg max-w-2xl">
<h3 class="orbitron text-xl neon-cyan mb-4">NEXT ACHIEVEMENT IN PROGRESS</h3>
<p class="mb-4">"ELITE SCHOLAR" - Complete all academic missions with 95%+ mastery</p>
<div class="progress-bar">
<div class="progress-fill" style="width: 78%"></div>
</div>
<div class="flex justify-between mt-2 text-sm">
<span>78% Complete</span>
<span>Estimated Unlock: 2024</span>
</div>
</div>
</div>
</div>
</section>
<!-- Mission Timeline -->
<section class="py-20 bg-darker-bg">
<div class="container mx-auto px-4">
<h2 class="orbitron text-3xl md:text-5xl font-bold mb-16 text-center neon-cyan">
<span class="border-b-4 border-cyan-500 pb-2">MISSION TIMELINE</span>
</h2>
<div class="mission-timeline">
<!-- Mission 1 -->
<div class="mission-item mb-16">
<div class="mission-content md:w-1/2 mx-auto md:ml-0 md:mr-auto p-6 glow-box bg-black bg-opacity-50 rounded-lg">
<div class="orbitron text-lg neon-cyan mb-2">OPERATION: FOUNDATION</div>
<div class="text-sm text-gray-400 mb-4">2018-2020 | Primary Training</div>
<p>
Established core competencies across all academic disciplines. Demonstrated early signs of strategic thinking and leadership potential.
Recognized as emerging talent with multiple commendations.
</p>
</div>
</div>
<!-- Mission 2 -->
<div class="mission-item mb-16">
<div class="mission-content md:w-1/2 mx-auto md:ml-auto md:mr-0 p-6 glow-box bg-black bg-opacity-50 rounded-lg">
<div class="orbitron text-lg neon-cyan mb-2">OPERATION: ASCENSION</div>
<div class="text-sm text-gray-400 mb-4">2020-2022 | Intermediate Development</div>
<p>
Expanded skill set with specialized training in sciences and humanities. Assumed first leadership roles in team operations.
Began developing signature abilities in creative problem-solving and tactical analysis.
</p>
</div>
</div>
<!-- Mission 3 -->
<div class="mission-item mb-16">
<div class="mission-content md:w-1/2 mx-auto md:ml-0 md:mr-auto p-6 glow-box bg-black bg-opacity-50 rounded-lg">
<div class="orbitron text-lg neon-cyan mb-2">OPERATION: HORIZON</div>
<div class="text-sm text-gray-400 mb-4">2022-2023 | Advanced Training</div>
<p>
Achieved elite status in academic performance. Led multiple successful team missions in extracurricular domains.
Developed comprehensive global perspective and began mentoring junior operatives.
</p>
</div>
</div>
<!-- Mission 4 -->
<div class="mission-item">
<div class="mission-content md:w-1/2 mx-auto md:ml-auto md:mr-0 p-6 red-glow-box bg-black bg-opacity-50 rounded-lg">
<div class="orbitron text-lg neon-red mb-2">OPERATION: LEGACY (ACTIVE)</div>
<div class="text-sm text-gray-400 mb-4">2023-Present | Mastery Campaign</div>
<p>
Current mission focuses on consolidating all acquired skills into comprehensive mastery. Preparing for next phase of development
with emphasis on specialization and real-world application of strategic capabilities.
</p>
<div class="mt-4">
<div class="flex justify-between mb-1 text-sm">
<span>Mission Progress</span>
<span>65% Complete</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 65%"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Arsenal -->
<section class="py-20 bg-black bg-opacity-70">
<div class="container mx-auto px-4">
<h2 class="orbitron text-3xl md:text-5xl font-bold mb-16 text-center neon-red">
<span class="border-b-4 border-red-500 pb-2">SKILLS ARSENAL</span>
</h2>
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<!-- Skill 1 -->
<div class="text-center">
<div class="skill-icon w-20 h-20 mx-auto mb-4 bg-black bg-opacity-50 rounded-full flex items-center justify-center border border-cyan-500">
<i class="fas fa-atom text-3xl text-cyan-500"></i>
</div>
<h3 class="orbitron text-lg neon-cyan mb-2">SCIENCE</h3>
<p class="text-sm">Physics, Chemistry, Biology mastery with lab expertise</p>
</div>
<!-- Skill 2 -->
<div class="text-center">
<div class="skill-icon w-20 h-20 mx-auto mb-4 bg-black bg-opacity-50 rounded-full flex items-center justify-center border border-red-500">
<i class="fas fa-square-root-alt text-3xl text-red-500"></i>
</div>
<h3 class="orbitron text-lg neon-red mb-2">MATH</h3>
<p class="text-sm">Advanced problem-solving and analytical capabilities</p>
</div>
<!-- Skill 3 -->
<div class="text-center">
<div class="skill-icon w-20 h-20 mx-auto mb-4 bg-black bg-opacity-50 rounded-full flex items-center justify-center border border-yellow-500">
<i class="fas fa-book text-3xl text-yellow-500"></i>
</div>
<h3 class="orbitron text-lg neon-gold mb-2">LITERATURE</h3>
<p class="text-sm">Critical analysis and creative writing proficiency</p>
</div>
<!-- Skill 4 -->
<div class="text-center">
<div class="skill-icon w-20 h-20 mx-auto mb-4 bg-black bg-opacity-50 rounded-full flex items-center justify-center border border-cyan-500">
<i class="fas fa-globe-americas text-3xl text-cyan-500"></i>
</div>
<h3 class="orbitron text-lg neon-cyan mb-2">SOCIAL STUDIES</h3>
<p class="text-sm">Historical context and geopolitical understanding</p>
</div>
<!-- Skill 5 -->
<div class="text-center">
<div class="skill-icon w-20 h-20 mx-auto mb-4 bg-black bg-opacity-50 rounded-full flex items-center justify-center border border-red-500">
<i class="fas fa-code text-3xl text-red-500"></i>
</div>
<h3 class="orbitron text-lg neon-red mb-2">CODING</h3>
<p class="text-sm">Programming logic and computational thinking</p>
</div>
<!-- Skill 6 -->
<div class="text-center">
<div class="skill-icon w-20 h-20 mx-auto mb-4 bg-black bg-opacity-50 rounded-full flex items-center justify-center border border-yellow-500">
<i class="fas fa-paint-brush text-3xl text-yellow-500"></i>
</div>
<h3 class="orbitron text-lg neon-gold mb-2">ART</h3>
<p class="text-sm">Visual creativity and design principles</p>
</div>
<!-- Skill 7 -->
<div class="text-center">
<div class="skill-icon w-20 h-20 mx-auto mb-4 bg-black bg-opacity-50 rounded-full flex items-center justify-center border border-cyan-500">
<i class="fas fa-music text-3xl text-cyan-500"></i>
</div>
<h3 class="orbitron text-lg neon-cyan mb-2">MUSIC</h3>
<p class="text-sm">Instrumental performance and musical theory</p>
</div>
<!-- Skill 8 -->
<div class="text-center">
<div class="skill-icon w-20 h-20 mx-auto mb-4 bg-black bg-opacity-50 rounded-full flex items-center justify-center border border-red-500">
<i class="fas fa-running text-3xl text-red-500"></i>
</div>
<h3 class="orbitron text-lg neon-red mb-2">ATHLETICS</h3>
<p class="text-sm">Physical training and team sports expertise</p>
</div>
</div>
<div class="mt-16 grid grid-cols-1 md:grid-cols-2 gap-8">
<!-- Signature Ability 1 -->
<div class="glow-box bg-black bg-opacity-50 p-6 rounded-lg">
<div class="flex items-center mb-4">
<div class="w-16 h-16 bg-gradient-to-br from-cyan-500 to-blue-800 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-brain text-2xl"></i>
</div>
<div>
<h3 class="orbitron text-xl neon-cyan">STRATEGIC ANALYSIS</h3>
<div class="text-sm text-gray-400">Signature Ability</div>
</div>
</div>
<p class="mb-4">
Rapid assessment of complex situations with optimal solution generation. Combines logical reasoning with creative insight for maximum effectiveness.
</p>
<div class="flex justify-between text-sm">
<div>
<div class="text-cyan-500">COOLDOWN</div>
<div>15 min recharge</div>
</div>
<div>
<div class="text-cyan-500">EFFECTIVENESS</div>
<div>92% success rate</div>
</div>
</div>
</div>
<!-- Signature Ability 2 -->
<div class="red-glow-box bg-black bg-opacity-50 p-6 rounded-lg">
<div class="flex items-center mb-4">
<div class="w-16 h-16 bg-gradient-to-br from-red-500 to-purple-800 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-users text-2xl"></i>
</div>
<div>
<h3 class="orbitron text-xl neon-red">TEAM SYNERGY</h3>
<div class="text-sm text-gray-400">Ultimate Ability</div>
</div>
</div>
<p class="mb-4">
Maximizes team performance through optimal role assignment and morale boosting. Creates cohesive unit with enhanced capabilities.
</p>
<div class="flex justify-between text-sm">
<div>
<div class="text-red-500">COOLDOWN</div>
<div>1 mission cycle</div>
</div>
<div>
<div class="text-red-500">EFFECTIVENESS</div>
<div>88% success rate</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-12 bg-darker-bg">
<div class="container mx-auto px-4 text-center">
<div class="orbitron text-3xl md:text-4xl font-bold mb-6 neon-cyan">AGENT AMEY</div>
<div class="orbitron text-lg mb-8 neon-gold">ASCENDING PRODIGY | 89% MASTERY</div>
<div class="flex justify-center space-x-6 mb-8">
<a href="#" class="w-10 h-10 bg-black bg-opacity-50 rounded-full flex items-center justify-center border border-cyan-500 text-cyan-500 hover:bg-cyan-500 hover:text-black transition-all">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="w-10 h-10 bg-black bg-opacity-50 rounded-full flex items-center justify-center border border-red-500 text-red-500 hover:bg-red-500 hover:text-black transition-all">
<i class="fab fa-discord"></i>
</a>
<a href="#" class="w-10 h-10 bg-black bg-opacity-50 rounded-full flex items-center justify-center border border-yellow-500 text-yellow-500 hover:bg-yellow-500 hover:text-black transition-all">
<i class="fab fa-steam"></i>
</a>
</div>
<div class="text-sm text-gray-400">
© 2023 AGENT PROFILE | CLASSIFIED: LEVEL 10 CLEARANCE REQUIRED
</div>
</div>
</footer>
</div>
<script>
// Loading screen animation
window.addEventListener('load', function() {
setTimeout(function() {
document.getElementById('loadingScreen').style.opacity = '0';
setTimeout(function() {
document.getElementById('loadingScreen').style.display = 'none';
document.getElementById('mainContent').classList.remove('hidden');
// Hero section animations
gsap.to("#agentText", {duration: 0.8, opacity: 1, y: 0, ease: "power2.out", delay: 0.2});
gsap.to("#ameyText", {duration: 0.8, opacity: 1, y: 0, ease: "power2.out", delay: 0.4});
gsap.to("#codenameText", {duration: 0.8, opacity: 1, y: 0, ease: "power2.out", delay: 0.6});
gsap.to("#heroDesc", {duration: 0.8, opacity: 1, y: 0, ease: "power2.out", delay: 0.8});
gsap.to("#rankBadge", {duration: 0.8, opacity: 1, y: 0, ease: "power2.out", delay: 1});
gsap.to("#scrollPrompt", {duration: 0.8, opacity: 1, y: 0, ease: "power2.out", delay: 1.2});
// Animate progress bars on scroll
const progressBars = document.querySelectorAll('.progress-fill');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
const width = entry.target.style.width;
entry.target.style.width = '0%';
setTimeout(() => {
entry.target.style.width = width;
}, 100);
}
});
}, {threshold: 0.5});
progressBars.forEach(bar => {
observer.observe(bar);
});
}, 500);
}, 500);
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Card hover effects
document.querySelectorAll('.agent-card').forEach(card => {
card.addEventListener('mouseenter', function() {
this.querySelector('.agent-card-inner').style.transform = 'rotateY(180deg)';
});
card.addEventListener('mouseleave', function() {
this.querySelector('.agent-card-inner').style.transform = 'rotateY(0deg)';
});
});
// Skill icon hover effects
document.querySelectorAll('.skill-icon').forEach(icon => {
icon.addEventListener('mouseenter', function() {
const color = window.getComputedStyle(this.querySelector('i')).color;
this.style.borderColor = color;
this.style.boxShadow = `0 0 15px ${color}`;
});
icon.addEventListener('mouseleave', function() {
const colorClass = Array.from(this.querySelector('i').classList).find(cls => cls.includes('text-'));
let defaultColor;
if (colorClass.includes('cyan')) defaultColor = '#00f0ff';
else if (colorClass.includes('red')) defaultColor = '#ff4655';
else if (colorClass.includes('yellow')) defaultColor = '#ffd700';
this.style.borderColor = defaultColor;
this.style.boxShadow = 'none';
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://deepsite.hf.co/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://deepsite.hf.co" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://deepsite.hf.co?remix=dasda2/wow" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |